What problem does it solve? Turning a vague feature idea into an implementable plan is error-prone and slow. This Skill converts a feature description into a detailed, machine-readable JSON PRD that the Ralph agent can execute deterministically, eliminating ambiguity before any code is written. ## Core Features & Use Cases - Structured Clarification: Asks 5-10 batched, multiple-choice clarifying questions covering goals, scope, stack, routes, data model, and mandatory quality gates. - Deterministic JSON Output: Produces a self-contained PRD with goals, non-goals, stack, routes, data model, business rules, quality gates, and dependency-ordered user stories (US-001, US-002, ...). - Iteration-Sized Stories: Enforces that every story fits in a single Ralph iteration, includes acceptance criteria with positive and negative cases, and puts setup stories first for new projects. - Use Case: Describe a workout tracker feature, answer the clarifying questions, and receive a prd-workout-tracker.json file ready for ralph build to execute story by story. ## Quick Start Ask the agent to create a PRD for your feature idea and answer its clarifying questions so it saves the JSON file to your tasks directory.