What problem does it solve? Turning raw ideation notes and persona research into a complete, consistent Product Requirements Document is slow and error-prone. This Skill automates that synthesis, producing a nine-section PRD with explicit coverage gaps flagged for human validation. ## Core Features & Use Cases - Automated PRD Synthesis: Reads ideation.md and personas.md from the output folder and generates all nine PRD sections (problem, personas, metrics, scope, non-goals, constraints, dependencies, risks, acceptance criteria). - Gap Detection with Limited Questioning: Marks missing information as [INDEFINIDO] and asks at most two targeted coverage questions about constraints, compliance, budget, or dependencies. - Safe Persistence: Writes atomically to <output_folder>/prd.md in UTF-8, asking for confirmation before overwriting an existing file. - Use Case: After running the ideation and research stages of the Reversa pipeline, invoke this Skill to produce a draft PRD ready for decomposition into SDD specs by the next agent. ## Quick Start Run the reversa-drafter agent after ideation.md and personas.md exist to generate the prd.md draft in the output folder.