@protonspy/csdd
v0.2.18
Published
Claude Spec-Driven Development — a single Go binary that turns the SDD workflow into a mechanically validated contract for humans and AI agents.
Maintainers
Readme
csdd
Claude Spec-Driven Development — as an executable contract.
csdd is a single Go binary that turns the Spec-Driven Development (SDD)
workflow for Claude Code into a contract that
is validated mechanically — for humans and AI agents.
Run
No install needed — npx fetches the right prebuilt binary for your platform:
npx @protonspy/csdd --help
npx @protonspy/csdd # interactive TUIPrefer the short csdd command on your PATH? Install it globally:
npm install -g @protonspy/csdd # then: csddThis package ships a thin launcher; the native binary for your platform is pulled in automatically as an optional dependency (no postinstall scripts, no download at install time). Prebuilt for linux, macOS, and Windows on x64/arm64.
Usage
npx @protonspy/csdd # interactive TUI
npx @protonspy/csdd spec generate photo-albums --artifact requirements # headless / CIInstalled globally? Drop the
npx @protonspy/prefix and just callcsdd.
See the full documentation.
