Skip to content

SuperSpecSpec-Driven Development Tool

SDD tool designed for AI coding assistants, helping developers produce consistent, well-documented code

Quick Installation

bash
# npm
npm install -g @superspec/cli

# pnpm
pnpm add -g @superspec/cli

# yarn
yarn global add @superspec/cli

Requirements

Node.js >= 18.0.0

Initialize Project

bash
cd your-project

superspec init                  # Default (English templates)
superspec init --lang zh        # Chinese templates
superspec init --ai claude      # Specify AI assistant type

Core Workflow

Standard Mode:  create (proposal → checklist ✓) → tasks → apply → [vibe: sync → resume] → archive
Boost Mode:     create -b (proposal → spec → [auto: split? design?] → checklist ✓) → tasks → apply → [vibe: sync → resume] → archive

Standard Mode — proposal + checklist + tasks. Proposal is requirements + technical solution. Checklist /10 after proposal.

Boost Mode — proposal (requirements background) + spec (US/FR/AC) + optional design + checklist /25. For large features requiring design review.

Next Steps

Released under the MIT License