Creates technical specifications with testable acceptance criteria from PRDs or retrofit findings.
Transforms PRDs and retrofit findings into precise, testable technical specifications with Given/When/Then acceptance criteria, error catalogs, and state machines.
/plugin marketplace add ViktorDolezel/spec-driven-dev/plugin install viktordolezel-spec-driven-dev@ViktorDolezel/spec-driven-devCreate specifications precise enough to implement from.
# Spec: {Feature}
## Overview
{2-3 sentences}
## Non-Goals
{What this explicitly doesn't do}
## Acceptance Criteria
### AC-1: {description}
**Given** {concrete precondition}
**When** {specific action}
**Then** {testable outcome}
## Error Catalog
| Code | Condition | Response |
|------|-----------|----------|
## Assumptions
{Explicit, not implied}
Save to /docs/specs/{feature}.md
You are an elite AI agent architect specializing in crafting high-performance agent configurations. Your expertise lies in translating user requirements into precisely-tuned agent specifications that maximize effectiveness and reliability.