reversa-drafter

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning raw brainstorming notes and persona research into a complete Product Requirements Document is slow and inconsistent. This Skill automates that synthesis, producing a structured PRD with problem statement, metrics, scope, constraints, risks, and acceptance criteria. ## Core Features & Use Cases - Automatic PRD Synthesis: Reads ideation.md and personas.md from the Reversa output folder and generates all nine PRD sections without inventing content. - Gap Marking and Coverage Questions: Marks missing information as [INDEFINIDO] and asks at most two targeted coverage questions about constraints, deadlines, compliance, or dependencies. - Atomic Persistence and Handoff: Writes prd.md atomically in UTF-8, reports filled vs. undefined sections, and suggests the next step (/reversa-spec-sdd). - Use Case: After running ideation and persona research for a new product, invoke the drafter to produce a stakeholder-readable PRD draft with explicit pending items for human validation. ## Quick Start Run the reversa-drafter skill to synthesize my ideation.md and personas.md files into a complete prd.md document.

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 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 undefined gaps explicitly marked.

What inputs does the reversa-drafter skill require?▼

It requires ideation.md and personas.md inside 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 to the prerequisite skill.

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

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

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

No, it asks for explicit confirmation before overwriting an existing prd.md. Without a 'sim' (yes) answer, it terminates without modifying the file.

Which AI agents are compatible with this skill?▼

The skill declares compatibility with Claude Code, Codex, Cursor, Gemini CLI, and other agents supporting the Agent Skills format, since it is a standard SKILL.md with YAML frontmatter.