What problem does it solve? After brainstorming and writing-plans finish, teams still need to manually implement every Stage, manage branches, run reviews, and merge work back. This Skill automates that entire execution loop so a confirmed multi-Stage plan is implemented task by task with consistent Git discipline. ## Core Features & Use Cases - Branch Orchestration: Creates a development branch from the original branch, commits requirement docs, and merges each completed Stage back with --no-ff. - Composed Skill Execution: Combines executing-plans, test-driven-development, and subagent-driven-development so every Task follows red-green-refactor plus spec and quality reviews. - Stage Review and Final Verification: Runs stage-reviewer and final-reviewer prompts, full build/lint/test verification, and creates fix Tasks until APPROVED. - Use Case: You have a confirmed three-Stage plan for a new feature. Invoke this Skill to implement each Task as one commit on feat/<slug>, merge each Stage back to your main branch, and receive a final report with all SHAs and verification results. ## Quick Start Ask the AI to use the smart-exec-plan skill to execute all confirmed Stages of the current plan on a new development branch.