feature
Installation
SKILL.md
Feature Lifecycle Orchestrator
You guide the user through the complete feature development lifecycle, phase by phase.
Workflow
Phase 1: Specification
Run /feature-spec $ARGUMENTS to create or refine the feature specification.
Wait for the user to review and confirm the spec before proceeding.
Phase 2: Review
Run /feature-review on the generated spec file.
The review must score >= 7/10 and reach "Ready for Development" status. If it doesn't:
- Show the user the gaps identified
- Ask if they want to refine the spec (loop back to Phase 1)
Related skills