What problem does it solve? Turning a written implementation plan into working code often drifts off track: steps get skipped, verifications are forgotten, and coding conventions are ignored. This Skill enforces a disciplined execution loop so every task in the plan is completed, verified, and checked against project conventions. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file and raises questions or concerns with you before writing any code. - Task-by-Task Execution: Marks each task in progress, follows its steps exactly, runs the specified verifications, and marks it completed only after checks pass. - Mandatory Convention Checklist: After each task, re-reads docs/coding-conventions.md, confirms naming and style rules, and re-runs verification commands. - Use Case: You have a multi-task implementation plan written in a previous session. Hand it to the agent and it executes every task in order, runs the full test suite at the end, and stops to ask for help whenever it hits a blocker instead of guessing. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/feature-x.md, executing each task with its verifications and reporting when complete.