A disciplined, review-gated development workflow ensuring quality through structured planning and iterative implementation.
| 1. Discovery | Understand requirements | User approves summary | | 2. Planning | Create reviewed plan | Plan reviewed and approved | | 3. Implementation | Iterative coding with reviews | All tasks complete, reviewed | | 4. Completion | Final validation | Tests pass, docs updated |
Gate A: "Do I understand correctly? Should I proceed to create the plan?" — Wait for approval.
Plan-first development workflow with review gates. Use when implementing features, refactoring, or any task requiring structured planning, iterative implementation with reviews, and clean commits. Triggers on requests like "implement feature X", "plan and build", "spec-driven development", or when user wants disciplined, reviewed code changes. Source: vaayne/cc-plugins.