What problem does it solve?
It guarantees that a development plan, once approved, is executed safely with strict isolation, comprehensive task tracking, mandatory code reviews, thorough testing, and precise documentation updates, preventing accidental regressions or missed steps.
Core Features & Use Cases
- Worktree Isolation: Creates a separate git worktree for the implementation to protect the main codebase.
- Automated TodoList Generation: Parses the approved plan and builds a full task list, including code‑review and verification steps.
- Plan Archiving: Copies the original plan into a versioned documentation folder for auditability.
- Batch Execution & Parallel Dispatch: Runs tasks in dependency‑aware batches, dispatching parallel agents where possible.
- Mandatory Quality Gates: Enforces code‑review, unit/E2E testing, and documentation alignment before merging.
- Final Branch Finishing: Cleans up worktrees and merges the completed branch back into the main line.
Quick Start
Run the gated-workflow skill immediately after exiting planmode to execute the approved plan.