This is a fork of glittercowboy/get-shit-done with additional features (rollback/recovery, adaptive context, model routing).
Open an issue with:
- Steps to reproduce
- Expected vs actual behavior
- Your runtime (Claude Code, OpenCode, Codex, etc.)
- Fork this repo
- Create a branch:
git checkout -b feat/your-feature - Make changes
- Test:
npm test - Submit a PR
- Wiring model routing into workflows —
get-shit-done/core/model-router.mddefines routing rules but workflows don't use<model_preference>tags yet - Parallel execution engine — independent tasks should run concurrently
- Quality gate integration — auto-run lint/test/build after task execution
- Testing — more test coverage for edge cases
This fork stays synced with upstream via periodic merges. 2.0-specific files live in:
get-shit-done/core/model-router.mdget-shit-done/core/context-loader.mdcommands/gsd/rollback.mdcommands/gsd/recover.mdcommands/gsd/resume-task.mdget-shit-done/references/schemas.md
- Commands: Markdown with XML structure
- Workflows:
<purpose>,<process>,<step>tags - References:
<purpose>header, clear sections