What problem does it solve? Jumping straight into code without a plan leads to scope creep, missed edge cases, and rework. This Skill takes a raw task description and turns it into a structured, reviewable implementation plan before any code is written. ## Core Features & Use Cases - Scope Assessment: Automatically judges whether a task is large (3+ files or architectural decisions) or small, and adjusts the planning depth accordingly. - Targeted Interviews: For large-scope tasks, asks 1-3 focused questions about constraints, edge cases, and trade-offs instead of interrogating you endlessly. - Codebase Exploration: Delegates investigation to a sub-agent to find relevant files, existing patterns, and test structure without cluttering the main context. - Structured Plan Output: Produces a plan with overview, per-file changes, implementation order, test strategy, and risks, scoped to roughly 30 minutes of work. - Use Case: You want to add Google OAuth to your app. Run the skill, answer a couple of clarifying questions, and receive a phased plan that follows your codebase's existing conventions. ## Quick Start Ask the assistant to plan adding Google OAuth authentication to the application using the plan skill.