What problem does it solve? Jumping straight into coding with unclear requirements leads to rework, scope creep, and misaligned implementations. This Skill structures the pre-implementation phase by guiding AI through requirements discovery, research, and PRD documentation before any code is written. ## Core Features & Use Cases - Task-First Capture: Immediately creates a task directory and seeds a PRD so ideas are recorded from the first message. - Action-Before-Asking: Inspects the repo, docs, and configs to derive answers automatically, asking only blocking or preference questions one at a time. - Research-First Technical Choices: Compares 2-4 similar tools or patterns and proposes concrete approaches with trade-offs before asking for a decision. - Diverge-Converge Workflow: Expands thinking across future evolution, related scenarios, and edge cases, then locks an MVP with explicit out-of-scope items. - Use Case: When a user says "add a plugin switching command to my CLI tool", the Skill creates a task, inspects the repo, researches CLI conventions, presents 2-3 approaches, and converges on a confirmed PRD with acceptance criteria before implementation begins. ## Quick Start Ask the AI to brainstorm requirements for your next feature idea before writing any code, and it will create a task, research options, and produce a confirmed PRD.