What problem does it solve?
This Skill turns written development plans into concrete codebase actions and records the results, removing ambiguity and ensuring each planned step is executed and documented.
Core Features & Use Cases
- Plan-driven implementation: Reads the most recent plan from .thoughts/iteration-NN/plan and executes changes step-by-step as directed.
- Strict safety checks: Stops and requests user guidance whenever a key decision is missing, a plan is ambiguous, or a plan step appears incorrect.
- Traceable outputs: Creates a new implementation note under .thoughts/iteration-NN/implementation/ with the next version number to preserve history and auditability.
- Use Case: An agentic workflow where a developer writes a multi-step refactor plan and asks the Skill to apply each step and record the implementation details.
Quick Start
Implement the next step from the current plan in .thoughts by following the plan exactly and create the corresponding implementation note in the next implementation-NN.md file.