2062 Commits

Author SHA1 Message Date
Lex Christopherson
f9642c4286 Add global/local install prompt
- Prompt user to choose global (~/.claude) or local (./.claude)
- Support --global/-g and --local/-l flags for non-interactive use
- Default to global when Enter pressed

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 17:29:52 -06:00
Lex Christopherson
485de68088 Ignore .DS_Store 2025-12-15 10:18:22 -06:00
Lex Christopherson
4e5deb87e7 Fix bin path (remove ./) 2025-12-15 10:18:10 -06:00
Lex Christopherson
522b2613fe Add .gitignore, remove node_modules from tracking 2025-12-15 10:18:00 -06:00
Lex Christopherson
b916bd3fe0 1.0.4 v1.0.4 2025-12-15 10:17:48 -06:00
Lex Christopherson
213b83ac17 Fix bin name and remove circular dependency
- bin: get-shit-done → get-shit-done-cc (matches package name)
- Removed self-referencing dependency

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 10:17:47 -06:00
Lex Christopherson
59ed9e40a7 1.0.3 v1.0.3 2025-12-15 10:16:05 -06:00
Lex Christopherson
b8879c6253 Add TDD guidance to planning workflow
- New <test_driven_when_beneficial> principle in references/principles.md
- TDD assessment step in plan-phase.md break_into_tasks
- Pragmatic approach: use TDD when behavior is definable upfront

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 10:15:59 -06:00
Lex Christopherson
17c3da454e 1.0.2 v1.0.2 2025-12-15 08:25:56 -06:00
Lex Christopherson
2e1b0b8d70 Add issue triage system to prevent deferred issue pile-up
- /gsd:consider-issues reviews issues with codebase context
- Phase completion now prompts for issue review
- Auto-categorizes: resolved, urgent, natural-fit, can-wait
- README: explain context exhaustion problem and subagent solution

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 08:25:51 -06:00
Lex Christopherson
c6439a2c9c 1.0.1 2025-12-15 07:53:46 -06:00
Lex Christopherson
1fe3fa427e Initial commit: Get Shit Done - meta-prompting system for Claude Code
- NPX install: npx get-shit-done-cc
- Slash commands for project management
- Context engineering templates and workflows

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-15 07:44:41 -06:00