What problem does it solve? Complex tasks involving multiple files, dependent steps, or architectural refactors often fail when executed without upfront planning. This Skill enforces a structured planning phase so the AI presents a clear, verifiable plan and waits for explicit user approval before making any changes. ## Core Features & Use Cases - Structured Plan Format: Produces plans with a summary, numbered steps (files, commands, verification per step), measurable verification criteria, risks with mitigations, and a rollback strategy. - Approval Gate: Blocks execution until the user explicitly approves, requests modifications, or cancels, preventing unreviewed risky changes. - Activation Triggers: Applies automatically to multi-file modifications, dependent command sequences, refactors, and architectural changes, or when the user invokes /plan. - Use Case: When adding email validation across a React frontend and a Python backend, the Skill produces a two-step plan with per-step verification checks and a rollback path, then waits for approval before touching any code. ## Quick Start Ask the AI to plan the implementation of your multi-file feature or refactor before writing any code, then approve the presented plan to begin execution.