feature-development-workflow
Installation
SKILL.md
Feature Development Workflow
For complete feature implementation, use the /add-feature command.
Quick Reference
| Command | Time | Use Case |
|---|---|---|
/add-feature <name> "<reqs>" --minimal |
~2 min | Simple CRUD, no docs |
/add-feature <name> "<reqs>" --fast |
~2.5 min | Skip BA, requirements clear |
/add-feature <name> "<reqs>" |
~3 min | Standard (progressive handoff) |
/add-feature <name> "<reqs>" --full-review |
~4.5 min | With code + security review |