Skip to content

SDD ToolSpec-Driven Development CLI

AI-Powered Specification Workflow with Claude Code

Quick Start

bash
# Install
npm install -g sdd-tool

# Initialize project
sdd init

# Create your first spec
sdd new user-authentication

# Validate specs
sdd validate

Slash Commands

Use these commands in Claude Code:

CommandDescription
/sdd.startStart SDD workflow
/sdd.specCreate/modify specification
/sdd.planGenerate implementation plan
/sdd.tasksBreak down into tasks
/sdd.implementImplement with AI assistance
/sdd.validateValidate specifications

View all commands →

MIT License