What problem does it solve? Vague feature requests lead agents to build the wrong thing based on silent assumptions. This Skill turns an underspecified ask into an approved PRD through a structured interview, so downstream planning starts from a verified shared contract instead of guesses. ## Core Features & Use Cases - Design-tree interviewing: Maps every decision as a tree, asks the current frontier in numbered rounds, and attaches a recommendation to each question so the interview converges instead of rambling. - Intent extraction with confidence tracking: Records a hypothesis with an explicit confidence percentage, probes want-vs-should-want answers, and restates intent in the user's own words before writing anything. - PRD authoring with an approval gate: Produces a complete PRD saved to docs/prd/<name>.md covering problem statement, user stories, technical decisions, boundaries, and success criteria, gated on an explicit user yes. - Use Case: A user says "build me a dashboard for our metrics." The skill runs hypothesis seeding and round-based questions, discovers the real need is a personal experiment tracker, and writes an approved PRD ready for task breakdown. ## Quick Start Ask the agent to run get-prd and interview you toward a PRD for the new feature or system you want to build.