get-shit-done-cc 1.9.3 → 1.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +26 -5
- package/agents/gsd-executor.md +15 -0
- package/bin/install.js +467 -107
- package/commands/gsd/new-project.md +15 -11
- package/commands/gsd/plan-phase.md +6 -6
- package/commands/gsd/research-phase.md +4 -4
- package/get-shit-done/references/checkpoints.md +318 -28
- package/get-shit-done/references/verification-patterns.md +17 -0
- package/get-shit-done/templates/context.md +0 -8
- package/get-shit-done/templates/phase-prompt.md +18 -27
- package/get-shit-done/templates/state.md +0 -30
- package/get-shit-done/templates/summary.md +5 -28
- package/get-shit-done/templates/user-setup.md +1 -13
- package/get-shit-done/workflows/complete-milestone.md +1 -6
- package/get-shit-done/workflows/diagnose-issues.md +2 -15
- package/get-shit-done/workflows/execute-phase.md +3 -18
- package/get-shit-done/workflows/execute-plan.md +2 -32
- package/get-shit-done/workflows/list-phase-assumptions.md +2 -2
- package/get-shit-done/workflows/resume-project.md +2 -10
- package/get-shit-done/workflows/transition.md +1 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -75,7 +75,11 @@ People who want to describe what they want and have it built correctly — witho
|
|
|
75
75
|
npx get-shit-done-cc
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
|
|
78
|
+
The installer prompts you to choose:
|
|
79
|
+
1. **Runtime** — Claude Code, OpenCode, or both
|
|
80
|
+
2. **Location** — Global (all projects) or local (current project only)
|
|
81
|
+
|
|
82
|
+
Verify with `/gsd:help` inside your Claude Code or OpenCode interface.
|
|
79
83
|
|
|
80
84
|
### Staying Updated
|
|
81
85
|
|
|
@@ -95,11 +99,19 @@ npx get-shit-done-cc@latest
|
|
|
95
99
|
<summary><strong>Non-interactive Install (Docker, CI, Scripts)</strong></summary>
|
|
96
100
|
|
|
97
101
|
```bash
|
|
98
|
-
|
|
99
|
-
npx get-shit-done-cc --
|
|
102
|
+
# Claude Code
|
|
103
|
+
npx get-shit-done-cc --claude --global # Install to ~/.claude/
|
|
104
|
+
npx get-shit-done-cc --claude --local # Install to ./.claude/
|
|
105
|
+
|
|
106
|
+
# OpenCode (open source, free models)
|
|
107
|
+
npx get-shit-done-cc --opencode --global # Install to ~/.opencode/
|
|
108
|
+
|
|
109
|
+
# Both runtimes
|
|
110
|
+
npx get-shit-done-cc --both --global # Install to both directories
|
|
100
111
|
```
|
|
101
112
|
|
|
102
|
-
Use `--global` (`-g`) or `--local` (`-l`) to skip the
|
|
113
|
+
Use `--global` (`-g`) or `--local` (`-l`) to skip the location prompt.
|
|
114
|
+
Use `--claude`, `--opencode`, or `--both` to skip the runtime prompt.
|
|
103
115
|
|
|
104
116
|
</details>
|
|
105
117
|
|
|
@@ -111,7 +123,7 @@ Clone the repository and run the installer locally:
|
|
|
111
123
|
```bash
|
|
112
124
|
git clone https://github.com/glittercowboy/get-shit-done.git
|
|
113
125
|
cd get-shit-done
|
|
114
|
-
node bin/install.js --local
|
|
126
|
+
node bin/install.js --claude --local
|
|
115
127
|
```
|
|
116
128
|
|
|
117
129
|
Installs to `./.claude/` for testing modifications before contributing.
|
|
@@ -543,6 +555,15 @@ This ensures absolute paths are used instead of `~` which may not expand correct
|
|
|
543
555
|
|
|
544
556
|
---
|
|
545
557
|
|
|
558
|
+
## Community Ports
|
|
559
|
+
|
|
560
|
+
| Project | Platform | Description |
|
|
561
|
+
|---------|----------|-------------|
|
|
562
|
+
| [gsd-opencode](https://github.com/rokicool/gsd-opencode) | OpenCode | GSD adapted for OpenCode CLI |
|
|
563
|
+
| [gsd-gemini](https://github.com/uberfuzzy/gsd-gemini) | Gemini CLI | GSD adapted for Google's Gemini CLI |
|
|
564
|
+
|
|
565
|
+
---
|
|
566
|
+
|
|
546
567
|
## Star History
|
|
547
568
|
|
|
548
569
|
<a href="https://star-history.com/#glittercowboy/get-shit-done&Date">
|
package/agents/gsd-executor.md
CHANGED
|
@@ -347,6 +347,21 @@ Type "done" when authenticated.
|
|
|
347
347
|
</authentication_gates>
|
|
348
348
|
|
|
349
349
|
<checkpoint_protocol>
|
|
350
|
+
|
|
351
|
+
**CRITICAL: Automation before verification**
|
|
352
|
+
|
|
353
|
+
Before any `checkpoint:human-verify`, ensure verification environment is ready. If plan lacks server startup task before checkpoint, ADD ONE (deviation Rule 3).
|
|
354
|
+
|
|
355
|
+
For full automation-first patterns, server lifecycle, CLI handling, and error recovery:
|
|
356
|
+
**See @~/.claude/get-shit-done/references/checkpoints.md**
|
|
357
|
+
|
|
358
|
+
**Quick reference:**
|
|
359
|
+
- Users NEVER run CLI commands - Claude does all automation
|
|
360
|
+
- Users ONLY visit URLs, click UI, evaluate visuals, provide secrets
|
|
361
|
+
- Claude starts servers, seeds databases, configures env vars
|
|
362
|
+
|
|
363
|
+
---
|
|
364
|
+
|
|
350
365
|
When encountering `type="checkpoint:*"`:
|
|
351
366
|
|
|
352
367
|
**STOP immediately.** Do not continue to next task.
|