What problem does it solve?
Converts PRDs into complete, traceable Spec-Driven Development (SDD) specs for AI-assisted implementation, reducing ambiguity and misalignment when moving from product requirements to executable agent-ready contracts.
Core Features & Use Cases
- PRD-to-SDD decomposition: Breaks
prd.md into logical components, one spec per component, based on the PRDβs scope, personas, and acceptance criteria.
- Spec drafting with RFC-Pragmatic structure: Produces LLM-ready SDD documents that define what should happen (not how), including functional requirements and acceptance criteria.
- Automated quality scoring and iteration: Scores each generated spec (0β100) against completeness, testability, clarity, scope, and edge-case coverage, then iterates up to defined limits.
- Output ready for the forward pipeline: Writes specs under
_reversa_sdd/sdd/ and finishes with a handoff to /reversa-forward, enabling the next step of the Reversa workflow.
Quick Start
Run /reversa-spec-sdd after /reversa-new so the skill reads _reversa_sdd/prd.md and generates _reversa_sdd/sdd/<componente>.md with quality scores.