What problem does it solve? Starting implementation with unclear requirements leads to rework, scope creep, and misaligned expectations. This Skill structures the pre-implementation phase by interviewing the user one question at a time, researching technical options, and converging on a documented MVP scope. ## Core Features & Use Cases - Task-first capture: Immediately creates a task directory and seeds a PRD so ideas are recorded before any Q&A begins. - Question gating: Filters out low-value questions by deriving answers from the repo, docs, or research first, asking only blocking or preference questions. - Research delegation: Spawns research sub-agents that persist findings to research files, then presents 2-3 concrete approaches with trade-offs. - Diverge-then-converge flow: Expands thinking across future evolution, related scenarios, and edge cases, then locks an explicit MVP scope with out-of-scope items. - Use Case: A developer describes a vague new feature; the Skill creates the task, inspects the codebase, researches comparable tools, asks targeted questions, and produces a PRD with acceptance criteria and an implementation plan. ## Quick Start Ask the assistant to brainstorm requirements for a new feature you are planning before writing any code.