feature-development-workflow
✓Orchestrate end-to-end feature development from requirements through implementation, testing, and review. Use when: (1) planning feature development stages, (2) coordinating multi-agent feature workflows, (3) understanding SDLC phases for new features.
Installation
SKILL.md
| /add-feature " " --minimal | 2 min | Simple CRUD, no docs | | /add-feature " " --fast | 2.5 min | Skip BA, requirements clear | | /add-feature " " | 3 min | Standard (progressive handoff) | | /add-feature " " --full-review | 4.5 min | With code + security review |
Signal Protocol: Agents emit signals (🟢 ENTITYREADY, 🟢 CONTRACTSREADY) to trigger dependent agents immediately.
| Analyze | business-analyst | Start | Entity definition, permissions, requirements | | Design | backend-architect | 🟢 ENTITYREADY | Technical design, interface contracts | | Test Data | qa-engineer | 🟢 ENTITYREADY | TestData.cs, Seeder.cs (parallel with Architect) | | Implement | abp-developer | 🟢 CONTRACTSREADY | Domain, Application, EF Core layers |
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill feature-development-workflow- Category
- >_Productivity
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is feature-development-workflow?
Orchestrate end-to-end feature development from requirements through implementation, testing, and review. Use when: (1) planning feature development stages, (2) coordinating multi-agent feature workflows, (3) understanding SDLC phases for new features. Source: thapaliyabikendra/ai-artifacts.
How do I install feature-development-workflow?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/thapaliyabikendra/ai-artifacts --skill feature-development-workflow Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/thapaliyabikendra/ai-artifacts
Details
- Category
- >_Productivity
- Source
- skills.sh
- First Seen
- 2026-02-01