reversa-requirements

Convert user ideas into requirements documents referencing reverse pipeline artifacts.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/Pabloprogramador23/loja --skill reversa-requirements-pabloprogramador23
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reversa-requirements
Source: https://github.com/Pabloprogramador23/loja/tree/main/.agents/skills/reversa-requirements
Command: npx skills add https://github.com/Pabloprogramador23/loja --skill reversa-requirements-pabloprogramador23

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts a free-form idea into a complete requirements document anchored to the artifacts of the reverse pipeline, enabling consistent product planning and handoff.

Core Features & Use Cases

  • Automatically transforms user prompts into structured requirements with sections, traceability, and references.
  • Validates alignment with existing reverse artifacts (.reversa/state.json, .reversa/setup.json) and proposes next steps.
  • Use Case: when a product idea is captured as a sentence and a formal specification is needed for design, development, and QA.

Quick Start

Describe the feature idea in natural language and invoke the skill with /reversa-requirements to start generating a complete requirements document.

Frequently Asked Questions about reversa-requirements

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert a rough product idea into a formal requirements document?

To convert a rough product idea into a formal requirements document, describe the feature concept in natural language and invoke the skill to automatically generate structured requirements with sections, traceability, and artifact references.

How do I generate requirements that trace back to existing reverse pipeline artifacts?

Generating requirements that trace back to existing reverse pipeline artifacts involves reading and interpreting .reversa/state.json and setup configurations, then anchoring the newly generated requirements.md to those specific reverse workflow states for consistent product handoff.

Can I use natural language user stories to draft feature design specifications?

Yes, you can use natural language user stories to draft feature design specifications. The skill captures free-form ideas or sentences and transforms them into complete formal specifications required for design, development, and QA processes.

What is the best way to structure product management requirements from a free-form concept?

The best way to structure product management requirements from a free-form concept is to validate alignment with existing reverse artifacts and generate a requirements.md file that proposes structured next steps for the development pipeline.

Do I need existing .reversa configuration files to generate product requirements?

You do not strictly need existing files to generate product requirements, but the skill validates alignment with .reversa/state.json and .reversa/setup.json if present, ensuring the generated requirements integrate properly with the reverse engineering workflow and propose accurate next steps.