What problem does it solve?
This Skill eliminates inconsistent, error-prone manual code implementation for RouteSpec projects by enforcing strict plan adherence, mandatory verification, and structured review processes to prevent regressions and workflow drift.
Core Features & Use Cases
- Plan-Aligned Execution: Automatically follows plan.md and associated fix plans to implement code changes exactly as designed, avoiding scope creep.
- Sub-Agent Coordination: Manages task splitting, dispatch, and integration for plan-based work, keeping the main thread free for oversight and review.
- Built-in Quality Gates: Enforces fresh verification output, spec compliance checks, and route-sync determination to ensure all changes are valid and the route map stays up to date.
- Use Case: A RouteSpec developer implementing a new feature plan can use this Skill to delegate implementation to sub-agents, run tests, perform reviews, and sync the route map without missing any required workflow steps.
Quick Start
Use the exec-plan skill to implement the changes outlined in the current plan.md for the RouteSpec project and run all required verification steps.