What problem does it solve?
Provides a disciplined, phase-driven workflow to plan, copy patterns, implement, and validate complex features across frontend and backend, reducing scope creep and integration errors.
Core Features & Use Cases
- Discovery First: Study existing patterns and references before coding to ensure alignment with project conventions.
- Incremental Progress: Break work into clearly defined phases with explicit success criteria to enable controlled delivery.
- Copy Then Adapt: Copy proven implementations exactly, then tailor them to the new feature to accelerate delivery while preserving reliability.
- Documentation & Testing: Produce an implementation plan, phase-specific tests, and documentation updates to maintain traceability.
- Use Case: When adding a multi-file feature spanning API, frontend pages, and data migrations, coordinate backend routes, UI components, and tests in a phased manner.
Quick Start
Generate a Phase 1 implementation plan for a new feature using discovery and planning steps.