What problem does it solve?
This Skill helps teams execute feature plans from ~/.ai/plans with a disciplined, phased approach. It maintains a persistent implementation_state.md to track progress, uses a Plan agent to explore both plan details and codebases, and implements features phase by phase with progressive disclosure to avoid context overload.
Core Features & Use Cases
- Phase-driven execution: Guides work through clearly defined phases and milestones.
- State tracking: Maintains
implementation_state.md to resume work after interruptions.
- Plan-driven exploration: Uses a Plan agent to understand the plan and the codebase before proposing steps.
- Controlled execution: Proposes concrete steps per phase and validates against existing patterns.
- Use Case: You have a feature plan for a new user onboarding flow; this Skill will implement it phase by phase, preserving a trace of decisions and progress.
Quick Start
Activate the feature-implementation skill for the desired feature plan path, e.g., ~/.ai/plans/<feature-name>/, then let it read the plan, initialize or update implementation_state.md, and begin phased execution with continuous progress updates.