reversa-spec-sdd

Decompose PRDs into component-level SDD specs with automated scoring.

1|Updated Nov 20, 2025
One-click install
npx skills add https://github.com/stribus/pygerengastos --skill reversa-spec-sdd-stribus
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: reversa-spec-sdd
Source: https://github.com/stribus/pygerengastos/tree/main/.agents/skills/reversa-spec-sdd
Command: npx skills add https://github.com/stribus/pygerengastos --skill reversa-spec-sdd-stribus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Decomposes a PRD into component-level Spec-Driven Development (SDD) specs and evaluates their quality with an automated scoring rubric, enabling faster handoff to implementation and clearer expectations.

Core Features & Use Cases

  • Reads a PRD from _reversa_sdd/prd.md and generates per-component _reversa_sdd/sdd/<component>.md files.
  • Produces SDDs with a 0–100 quality score and a structured gaps analysis to guide improvement.
  • Supports an evaluation mode to score existing specs or to generate a spec from user input; performs a final handoff to /reversa-forward.
  • Facilitates an end-to-end spec-driven workflow from problem to design to validation.

Quick Start

Provide a PRD and trigger the Reversa spec generator to produce per-component SDDs with automatic scoring.

Frequently Asked Questions about reversa-spec-sdd

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

FAQPage Schema
How do I decompose a PRD into component-level SDD specs?▼

Spec-driven development specs generated from PRDs include a 0–100 quality score and a structured gaps analysis, providing clear expectations and guiding iterative improvement for faster implementation handoff.

Can I evaluate the quality of existing SDD specs?▼

After generating and scoring specs, the workflow performs a final handoff to `/reversa-forward`, facilitating an end-to-end spec-driven workflow from problem definition to design and validation.

Does spec-driven development work with AI agents for automated handoff?▼

Spec-driven development workflows require a product requirements document (PRD) as the input, placed in the `_reversa_sdd/prd.md` file, to generate component-level SDD specs with automated scoring.

What is the best way to analyze gaps in software design specifications?▼

Using an automated scoring rubric for spec evaluation ensures clear expectations and consistent quality assessment, reducing manual review overhead and enabling faster handoff to implementation.