What problem does it solve? Turning a vague or large coding request into an executable plan usually requires repeated interviews and leaves implementers guessing. This Skill explores the codebase first, resolves discoverable facts through research, asks only genuine owner-decisions, and produces one decision-complete plan under docs/plans/ that a separate worker session executes with zero further questions. ## Core Features & Use Cases - Intent routing: Classifies each request as CLEAR (interview the surviving forks) or UNCLEAR (research to best-practice defaults), with an explicit verdict announced to the user. - Deterministic scaffolding: A Node.js script creates the draft, plan skeleton, and append-only session notepads under docs/plans/, with resume-safe no-op reruns and guarded resets. - Dual high-accuracy review: Optionally runs a reviewer plus an independent advisor pass with a bounded 5-round convergence contract before handoff. - Use Case: Ask for a plan before coding a multi-module feature; the Skill maps the implementation surface, locks the component topology, waits for your explicit approval, then writes a plan with per-todo references, acceptance criteria, QA scenarios, and executor categories. ## Quick Start Ask the assistant to make a work plan for your next feature before any coding begins.