reversa-drafter

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

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/Helcio-Nogueira/Painel_Inteligente_Hackaton_2026 --skill reversa-drafter-helcio-nogueira
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reversa-drafter
Source: https://github.com/Helcio-Nogueira/Painel_Inteligente_Hackaton_2026/tree/main/.agents/skills/reversa-drafter
Command: npx skills add https://github.com/Helcio-Nogueira/Painel_Inteligente_Hackaton_2026 --skill reversa-drafter-helcio-nogueira

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 output folder and generates all nine PRD sections (problem, personas, metrics, scope, non-goals, constraints, dependencies, risks, acceptance criteria). - Gap Detection with Limited Questions: Marks missing information as [INDEFINIDO] and asks at most two targeted coverage questions about constraints, deadlines, compliance, or dependencies. - Safe Persistence: Writes atomically to _reversa_sdd/prd.md in UTF-8, asks before overwriting, and never proceeds to the next pipeline stage without user confirmation. - Use Case: After running the ideation and persona research stages of the Reversa framework, invoke this Skill to produce a draft PRD ready for human validation and downstream SDD spec decomposition. ## Quick Start Type /reversa-drafter after generating ideation.md and personas.md to synthesize them into a complete draft PRD at _reversa_sdd/prd.md.

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?▼

Invoke the reversa-drafter Skill after creating ideation.md and personas.md in the Reversa output folder. It reads both files, synthesizes all nine PRD sections, and writes the result to prd.md with gaps marked for validation.

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 user name, language, and path settings. If either source file is missing, it stops and points to the prerequisite Skill.

How does the Skill handle missing information in the PRD?▼

Missing information is marked as [INDEFINIDO] with a yellow-planned seal and added to a coverage pendings list. The Skill asks at most two targeted questions about constraints, deadlines, compliance, or dependencies before finalizing.

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

No. If prd.md already exists, the Skill asks for explicit confirmation before overwriting. Without a yes answer, it terminates without modifying the file.

What happens after the PRD is generated?▼

The Skill reports the file path, section coverage statistics, and pending gaps, then suggests running /reversa-spec-sdd to decompose the PRD into components. It never proceeds automatically without the user typing CONTINUAR.