What problem does it solve?
Ralph workflows rely on a single source of truth for features. The PRD generator creates a structured JSON PRD that defines stories, gates, and status so Ralph can plan, validate, and execute features deterministically.
Core Features & Use Cases
- Deterministic PRD generation: Outputs a well-formed JSON PRD documenting stories, gates, and status.
- Clarifying questions workflow: Prompts the user with 5–10 questions in batches to flesh out requirements.
- Validation & guidance: Ensures the output adheres to a strict PRD schema and includes quality gates.
- Use Case: A product team asks for a new feature; the skill generates a JSON PRD that can be fed into Ralph's PRD runner.
Quick Start
Provide a feature description; the skill will return a complete PRD JSON at the specified path without implementing code.