What problem does it solve?
plan-implementation-coder helps you reliably execute a feature using an existing static architecture document by translating it into concrete, step-by-step implementation while keeping tests, docs, and code aligned.
Core Features & Use Cases
- Step-by-step implementation from a design plan: Executes one architecture/doc step at a time, producing or updating the required files and tests in the correct order.
- Docs-as-truth with deviation tracking: Maintains a stable architecture doc (high-level) and an evolving design doc (low-level), and records meaningful deviations instead of silently drifting.
- TDD with review gates: Runs RED→GREEN→REFACTOR via the dedicated TDD workflow, then performs a self-review aligned to Meetily-specific KPIs before committing.
- Orchestrator-friendly sub-skill mode: Supports non-interactive per-step coordination using --sub-skill and a supplied design-doc path.
Quick Start
Run /plan-implementation-coder 1 to implement Step 1 from the active architecture document using TDD, doc updates, and review gates.