This skill provides the methodology, interview framework, and document templates for Spec Driven Development (SDD).
/plugin marketplace add sequenzia/claude-plugins/plugin install sequenzia-sdd-manager-plugins-sdd-manager@sequenzia/claude-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/design-spec-template.mdreferences/interview-framework.mdreferences/prd-template.mdreferences/tech-spec-template.mdThis skill provides the methodology, interview framework, and document templates for Spec Driven Development (SDD).
Use the SDD methodology when:
SDD uses a conversational interview to gather requirements. This approach:
| Level | Description | Best For |
|---|---|---|
| High-level | Overview and key decisions | Early exploration, quick alignment |
| Mid-level | Detailed requirements with guidance | Most projects |
| In-depth | Comprehensive, implementation-ready | Complex projects, AI agents |
Documents are generated in specs/<project-name>/ with:
specs/
└── my-project/
├── prd.md
├── tech-spec.md # if technical complexity warrants
└── design-spec.md # if UI/UX components exist
See references/interview-framework.md for:
See reference files for detailed templates:
references/prd-template.md - PRD structure and guidelinesreferences/tech-spec-template.md - Tech Spec structure and guidelinesreferences/design-spec-template.md - Design Spec structure and guidelinesDocuments generated by SDD are optimized for AI coding agents:
Interview state is saved to .claude/sdd-manager.state.json:
{
"current_project": "project-name",
"interview_phase": "requirements",
"collected_data": {
"project_name": "...",
"project_type": "...",
"problem_statement": "...",
...
},
"documents_to_generate": ["prd", "tech-spec"],
"last_updated": "2024-01-15T10:30:00Z"
}
This enables:
Activates when the user asks about Agent Skills, wants to find reusable AI capabilities, needs to install skills, or mentions skills for Claude. Use for discovering, retrieving, and installing skills.
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.