reversa-drafter

Synthesizes ideation and personas documents into a structured PRD markdown file.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/lacsousa/mediclaw-system --skill reversa-drafter-lacsousa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reversa-drafter
Source: https://github.com/lacsousa/mediclaw-system/tree/main/.agents/skills/reversa-drafter
Command: npx skills add https://github.com/lacsousa/mediclaw-system --skill reversa-drafter-lacsousa

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about reversa-drafter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a PRD from ideation and personas documents?▼

Place ideation.md and personas.md in the configured output folder, then invoke the reversa-drafter agent. It reads both files, synthesizes all nine PRD sections, asks at most two coverage questions, and writes the result to prd.md.

What inputs does the reversa-drafter skill require?▼

It requires ideation.md and personas.md in the output folder defined in .reversa/state.json, plus the state file itself for language and folder settings. If either source file is missing, the agent stops and points to the prerequisite agent.

What happens when information is missing from the source documents?▼

Missing information is marked with a [INDEFINIDO] flag and a yellow-planned seal in the PRD, then listed in a coverage pendings section. The agent may ask up to two targeted questions about constraints, compliance, budget, or dependencies before finalizing.

Does reversa-drafter overwrite an existing prd.md file?▼

No, it asks for explicit confirmation before overwriting an existing prd.md. Without an affirmative answer, the agent stops and leaves the current file untouched.

What is the next step after generating the PRD with reversa-drafter?▼

The suggested next step is running /reversa-spec-sdd, which decomposes the PRD into components and generates SDD specs with automatic scoring. The drafter never proceeds automatically; the user must type CONTINUAR.