What problem does it solve? Jumping into implementation with vague requirements leads to rework, scope creep, and misaligned outcomes. 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 repo inspection and delegating technical research to a trellis-research sub-agent. - Diverge-then-converge workflow: Expands thinking across future evolution, related scenarios, and edge cases, then locks an explicit MVP scope with out-of-scope items and acceptance criteria. - Use Case: A user says "add a plugin system to our CLI." The Skill creates the task, inspects the codebase, researches plugin patterns in comparable tools, presents 2-3 concrete approaches with trade-offs, and produces a confirmed PRD with an implementation plan split into small PRs. ## Quick Start Ask the AI to brainstorm requirements for a new feature you are planning, and it will create a task, seed a PRD, and interview you one question at a time until the scope is confirmed.