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.
| 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
npx gsd-cc --local
npx gsd-cc --uninstall
Usage
claude
> /gsd-cc
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
License
MIT