What problem does it solve? Large or vague coding requests often lead to premature implementation, missed requirements, and endless back-and-forth clarification. This Skill turns an ambiguous or multi-module request into one decision-complete work plan that a separate worker session can execute with zero further interview. ## Core Features & Use Cases - Explore-first planning: Grounds every decision in the actual codebase using read/grep/glob, optional codegraph MCP, and read-only research subagents before asking the user anything. - Intent routing: Classifies requests as CLEAR or UNCLEAR, asking only genuine owner-decision forks for clear intents and adopting announced best-practice defaults for fuzzy briefs. - Approval-gated plan generation: Scaffolds plan and draft files via a workspace-confined script, waits for explicit user approval, and supports optional high-accuracy dual review before handoff. - Use Case: You ask to "make auth better" across a large repo. The Skill explores the codebase, picks defensible defaults, writes a plan with per-task QA and acceptance criteria under plans/, and stops — a separate worker session executes it later. ## Quick Start Ask the agent to plan the refactoring of the authentication module before writing any code.