reversa-drafter

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

Updated Aug 14, 2026
One-click install
npx skills add https://github.com/Ruggery/OCR_Cartorio --skill reversa-drafter-ruggery
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reversa-drafter
Source: https://github.com/Ruggery/OCR_Cartorio/tree/main/.agents/skills/reversa-drafter
Command: npx skills add https://github.com/Ruggery/OCR_Cartorio --skill reversa-drafter-ruggery

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 gap markers instead of invented content. ## Core Features & Use Cases - Automated PRD Synthesis: Reads ideation.md and personas.md from the Reversa SDD folder and generates all nine PRD sections (problem, personas, metrics, scope, non-goals, constraints, dependencies, risks, acceptance criteria). - Gap Tracking: Marks missing information as [INDEFINIDO] and compiles a coverage-pending list, asking the user at most two targeted follow-up questions. - Safe Persistence: Writes atomically to _reversa_sdd/prd.md in UTF-8, asking before overwriting an existing file. - Use Case: After running the Reversa ideation and research stages, invoke this Skill to produce a draft PRD ready for decomposition into SDD specs by the next pipeline stage. ## Quick Start Ask the agent to generate the PRD from the existing ideation.md and personas.md files in the Reversa 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 persona documents?▼

Run this Skill after the ideation and research stages have produced ideation.md and personas.md in the Reversa output folder. It synthesizes both sources into a nine-section PRD written to prd.md, marking any missing information as INDEFINIDO.

What inputs does the Reversa drafter agent require?▼

It requires ideation.md and personas.md in the configured output folder, plus .reversa/state.json for user name, languages, and output path. If either source file is missing, it stops and points you to the corresponding upstream agent.

Does the PRD generator invent missing requirements?▼

No. It only uses content present in the two source documents. Real gaps are marked with a yellow seal and INDEFINIDO tag, then listed in a coverage-pending section for human validation.

How many questions will the drafter ask before writing the PRD?▼

At most two. It selects from constraint, deadline, compliance, dependency, and non-goal questions based on the most critical gaps, skipping any dimension already covered in the source documents.

What happens if prd.md already exists?▼

The Skill asks for explicit confirmation before overwriting. Without a yes answer, it terminates without modifying the existing file, and all writes are atomic UTF-8 without BOM.