What problem does it solve?
It prevents misaligned engineering work by turning an approved plan document into bounded, validated code changes that stay consistent with the product contract.
Core Features & Use Cases
- Plan-driven implementation: Executes work strictly in the order of
plan.md while treating spec.md as the source of truth for user-visible behavior and correctness.
- Small, bounded changes with guardrails: Stops when the plan becomes invalid or when contract ambiguities threaten correctness, and routes architectural changes back through the orchestrator when needed.
- Evidence-ready handoff: Produces either a plan-consistent implementation ready for
implementation-review or uses execution.md (from the provided template) to record concise validation and deviations for more complex steps.
Quick Start
Use implement-plan to apply the approved workflow plan at docs/workflows/{slug}/plan.md and hand off a validated, ready-for-implementation-review implementation.