📦
Context Economy
Each artifact is limited to 300 lines, maximizing AI context window utilization
SDD tool designed for AI coding assistants, helping developers produce consistent, well-documented code
# npm
npm install -g @superspec/cli
# pnpm
pnpm add -g @superspec/cli
# yarn
yarn global add @superspec/cliRequirements
Node.js >= 18.0.0
cd your-project
superspec init # Default (English templates)
superspec init --lang zh # Chinese templates
superspec init --ai claude # Specify AI assistant typeStandard 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] → archiveStandard 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.