reversa-spec-sdd

Decomposes PRD files into scored, component-based SDD specs with gap analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

The Reversa Spec-Driven Development (SDD) skill helps product and engineering teams systematically break down a PRD into cohesive components and convert them into Spec-Driven Development documents. It reads a PRD (prd.md), emits per-component SDD files under _reversa_sdd/sdd/, and performs automatic scoring to surface gaps, then handoffs to the forward pipeline.

Core Features & Use Cases

  • Reads a PRD (prd.md) and decomposes it into logical components aligned with scope and goals.
  • Generates per-component MD specs at _reversa_sdd/sdd/<component>.md with a 0–100 quality score and a gap analysis.
  • Supports avulso use by evaluating existing specs or feeding new input, then handing off to /reversa-forward.

Quick Start

Invoke /reversa-spec-sdd to start the PRD-to-SDD pipeline and generate per-component specs under _reversa_sdd/sdd/.

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-based specs automatically?

To decompose a PRD into component-based specs, the skill reads prd.md, breaks it down into logical components aligned with scope, and generates per-component MD specs under _reversa_sdd/sdd/ with a 0–100 quality score and gap analysis.

What is the best way to score SDD specs and identify gaps before engineering handoff?

Scoring SDD specs and identifying gaps is handled by evaluating the generated component specs against criteria, producing a 0–100 quality score and gap analysis to ensure readiness before handing off to the forward pipeline.

Can I evaluate existing specs without generating new ones from a PRD?

Yes, you can evaluate existing specs independently. The tool supports avulso use, allowing you to feed new input or evaluate current specs directly, then handing off the validated results to the forward pipeline.

Does the spec generation process output machine-readable files for forward pipelines?

Yes, the spec generation process outputs structured, machine-readable MD files. It emits per-component specs under _reversa_sdd/sdd/ to seamlessly guide handoff to the forward pipeline.

How do I start the PRD-to-SDD pipeline for my engineering project?

To start the PRD-to-SDD pipeline, invoke the skill command to read your prd.md, automatically decompose it into components, and generate the validated spec files under the _reversa_sdd/sdd/ directory.