reversa-drafter

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

Updated May 22, 2026
One-click install
npx skills add https://github.com/GleisonOliveira/dockerpilot-mcp --skill reversa-drafter-gleisonoliveira
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reversa-drafter
Source: https://github.com/GleisonOliveira/dockerpilot-mcp/tree/main/.agents/skills/reversa-drafter
Command: npx skills add https://github.com/GleisonOliveira/dockerpilot-mcp --skill reversa-drafter-gleisonoliveira

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning raw ideation notes and persona research into a complete Product Requirements Document is slow and inconsistent. This Skill automates that synthesis, producing a nine-section PRD (problem, personas, metrics, scope, non-goals, constraints, dependencies, risks, acceptance criteria) from existing project artifacts. ## Core Features & Use Cases - Automated PRD Synthesis: Reads ideation.md and personas.md from the Reversa output folder and generates a complete prd.md without inventing content. - Gap Detection: Marks missing information as [INDEFINIDO] and asks at most two targeted coverage questions about constraints, deadlines, compliance, or dependencies. - Structured Output: Writes an atomic, UTF-8 markdown file with tables for metrics, constraints, and risks, plus a coverage-pending list for human validation. - Use Case: After running ideation and persona research in the Reversa SDD workflow, invoke this agent to produce a draft PRD ready for decomposition into SDD specs. ## 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?▼

Invoke the reversa-drafter agent after ideation.md and personas.md exist in the Reversa output folder. It reads both files, synthesizes nine PRD sections, asks at most two gap-clarifying questions, and writes prd.md automatically.

What inputs does the reversa-drafter skill require?▼

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

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

Missing information is marked as [INDEFINIDO] in the PRD and added to a coverage-pending list. The agent asks at most two targeted questions about constraints, deadlines, compliance, or dependencies before finalizing the draft.

Can I overwrite an existing prd.md file?▼

Only with explicit confirmation. If prd.md already exists, the agent asks whether to overwrite and stops unless the user answers yes, preventing accidental data loss.

What comes after generating the PRD in the Reversa workflow?▼

The agent suggests running /reversa-spec-sdd, which decomposes the PRD into components and generates SDD specs with automatic scoring. It never proceeds automatically; the user must type CONTINUAR.