What problem does it solve? It prevents unwanted or premature code modifications by requiring an explicit plan review and approval step before any implementation begins. ## Core Features & Use Cases - Plan-First Workflow: Analyzes the request by reading relevant files and researching the codebase before proposing anything. - Structured Plan Presentation: Lists what will change (files, functions, configs), why, and any trade-offs or alternatives considered. - Approval Gate: Waits for explicit user approval and produces no persistent document, keeping the interaction lightweight. - Use Case: Before adding a health-check endpoint to a service, invoke the skill to get a plan describing the exact files and functions to modify, then approve it only when the approach looks right. ## Quick Start Ask the agent to run /spec followed by a task description, such as planning how to add a health-check endpoint, and review the proposed plan before approving.