reversa-drafter

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

1|Updated Jul 10, 2026
One-click install
npx skills add https://github.com/tjsasakifln/extra-cli --skill reversa-drafter-tjsasakifln
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reversa-drafter
Source: https://github.com/tjsasakifln/extra-cli/tree/main/.agents/skills/reversa-drafter
Command: npx skills add https://github.com/tjsasakifln/extra-cli --skill reversa-drafter-tjsasakifln

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning raw ideation notes and persona research into a complete Product Requirements Document is slow and error-prone. This Skill automates that synthesis, producing a consistent PRD with explicit gaps flagged for human validation. ## Core Features & Use Cases - Automatic 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 marking instead of invention: Missing information is marked [INDEFINIDO] and collected into a coverage-pending list rather than fabricated. - Bounded clarification: Asks at most two targeted coverage questions (constraints, deadline, compliance, dependencies, non-goals) before writing. - Use Case: After running /reversa-ideator and /reversa-researcher, invoke /reversa-drafter to produce _reversa_sdd/prd.md, then continue to /reversa-spec-sdd for SDD decomposition. ## Quick Start Type /reversa-drafter after ideation.md and personas.md exist to generate the prd.md file 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 personas documents?▼

Invoke /reversa-drafter after ideation.md and personas.md exist in the Reversa output folder. The agent synthesizes both sources into a nine-section prd.md covering problem, personas, metrics, scope, non-goals, constraints, dependencies, risks, and acceptance criteria.

What inputs does the reversa-drafter skill require?▼

It requires .reversa/state.json for language and output folder settings, plus ideation.md and personas.md in the output folder. If either source file is missing, it stops and points you to /reversa-ideator or /reversa-researcher.

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

Missing information is never invented. The agent marks the field as [INDEFINIDO], adds it to a coverage-pending list in the PRD, and may ask up to two targeted questions about constraints, deadlines, compliance, dependencies, or non-goals.

Can I use reversa-drafter with Claude Code, Cursor, or Gemini CLI?▼

Yes. The skill declares compatibility with Claude Code, Codex, Cursor, Gemini CLI, and other agents supporting the Agent Skills format, since it is a pure SKILL.md instruction set with no external scripts.

What is the next step after the PRD is generated?▼

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