What problem does it solve? Written implementation plans often get executed inconsistently: steps get skipped, verifications are ignored, and blockers are worked around with guesses. This Skill enforces a disciplined process for loading a plan, reviewing it critically, executing every task in order, and stopping to ask for help instead of improvising. ## Core Features & Use Cases - Critical Plan Review: Loads the plan file, identifies questions or concerns, and raises them with the human partner before any code is written. - Task Artifact Tracking: Converts plan items into a Markdown task list, marking each task in_progress and completed as work proceeds. - Verification Enforcement: Runs the verifications specified in each plan step and stops immediately when a check fails repeatedly or a blocker appears. - Use Case: You have a multi-task implementation plan written in a previous session. Use this Skill in a fresh session to execute every task exactly as specified, then hand off to the finishing-a-development-branch workflow to verify tests and complete the branch. ## Quick Start Use the executing-plans skill to implement the plan in docs/plans/feature-auth.md, reviewing it critically first and stopping if you hit any blockers.