What problem does it solve?
This skill bridges execution plans and real code work by providing task selection, parallelization guidance, progress tracking, and a structured review cycle.
Core Features & Use Cases
- Task selection: Identifies executable tasks based on dependencies and readiness.
- Progress tracking: Maintains progress state in PROGRESS.json and per-plan logs, with a locking protocol to prevent race conditions.
- Review-ready workflow: Orchestrates ts-coding, testing, and ts-review cycles to ensure quality before marking tasks complete.
- Use Case: When coordinating multiple implementation plans across a repo, run cross-plan task execution and have the system update plan files and progress status automatically.
Quick Start
Start automation with: run /impl-exec-auto to generate executable tasks, then use /impl-exec-specific <plan> <TASK IDs> to execute tasks sequentially. Use the lock protocol as described in the skill to manage PROGRESS.json updates.