gsd-cc
v1.5.8
Published
Get Shit Done on Claude Code — structured AI development with your Max plan
Maintainers
Readme
GSD-CC — Get Shit Done on Claude Code
A project management system for AI-powered software development. Structure your ideas, break them into executable units, and let Claude Code do the work — guided or fully autonomous.
Why GSD-CC?
Claude Code is the best coding agent available. But without structure, large projects degrade into chaos: context rot, lost decisions, no quality control.
GSD-CC orchestrates Claude Code with native Skills (Markdown) — no API costs, no dependencies, no custom agent.
| Feature | GSD-CC | |---------|--------| | Runtime | Claude Code (native) | | Cost model | Max Plan (flat rate) | | Dependencies | Zero (Markdown + Bash) | | Quality control | Mandatory UNIFY after every slice | | Boundary enforcement | Explicit DO NOT CHANGE rules per task | | Custom project types | Drop 3 files, done |
Install
npx gsd-cc # Install globally (default)
npx gsd-cc --local # Install to current project only
npx gsd-cc --uninstallUsage
claude # Open Claude Code
> /gsd-cc # That's it. The router handles the rest.GSD-CC reads your project state and suggests the next action. The full cycle:
SEED (ideation) → PLAN (tasks with acceptance criteria) → APPLY (execute) → UNIFY (mandatory plan vs. actual)
Auto-mode runs tasks autonomously via claude -p on your Max Plan.
Requirements
- Claude Code installed
- Claude Code Max Plan (recommended for auto-mode)
- Git initialized in your project
- jq installed (
brew install jq) — required for auto-mode
Documentation
Full documentation, architecture details, and custom type guide: GitHub
