gsd-codex-cli 1.20.3 → 1.20.5
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/.codex/prompts/gsd-add-phase.md +17 -16
- package/.codex/prompts/gsd-add-todo.md +17 -15
- package/.codex/prompts/gsd-audit-milestone.md +17 -15
- package/.codex/prompts/gsd-check-todos.md +17 -15
- package/.codex/prompts/gsd-complete-milestone.md +17 -15
- package/.codex/prompts/gsd-debug.md +17 -15
- package/.codex/prompts/gsd-discuss-phase.md +17 -15
- package/.codex/prompts/gsd-doctor.md +51 -0
- package/.codex/prompts/gsd-execute-phase.md +17 -15
- package/.codex/prompts/gsd-help.md +16 -14
- package/.codex/prompts/gsd-insert-phase.md +17 -15
- package/.codex/prompts/gsd-list-phase-assumptions.md +17 -15
- package/.codex/prompts/gsd-map-codebase.md +17 -15
- package/.codex/prompts/gsd-new-milestone.md +17 -15
- package/.codex/prompts/gsd-new-project.md +17 -15
- package/.codex/prompts/gsd-pause-work.md +17 -15
- package/.codex/prompts/gsd-plan-milestone-gaps.md +17 -15
- package/.codex/prompts/gsd-plan-phase.md +17 -15
- package/.codex/prompts/gsd-progress.md +17 -15
- package/.codex/prompts/gsd-quick.md +17 -15
- package/.codex/prompts/gsd-remove-phase.md +17 -15
- package/.codex/prompts/gsd-research-phase.md +17 -15
- package/.codex/prompts/gsd-resume-work.md +17 -15
- package/.codex/prompts/gsd-set-profile.md +17 -15
- package/.codex/prompts/gsd-settings.md +17 -15
- package/.codex/prompts/gsd-update.md +16 -14
- package/.codex/prompts/gsd-verify-work.md +17 -15
- package/.codex/skills/get-shit-done-codex/SKILL.md +6 -5
- package/README.md +88 -88
- package/bin/install-codex.js +8 -4
- package/get-shit-done/bin/gsd-tools.cjs +90 -91
- package/get-shit-done/bin/gsd-tools.js +29 -0
- package/package.json +1 -1
|
@@ -12,8 +12,11 @@ Surface Claude's assumptions about a phase approach before planning
|
|
|
12
12
|
- Use .codex/skills/get-shit-done-codex semantics.
|
|
13
13
|
- Treat upstream workflow as the source of truth.
|
|
14
14
|
- Replace user-specific paths with workspace-relative paths (.claude/..., .planning/...).
|
|
15
|
-
-
|
|
16
|
-
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
15
|
+
- Use one of these engine paths (prefer local, fallback global):
|
|
16
|
+
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
17
|
+
node ~/.claude/get-shit-done/bin/gsd-tools.js ...
|
|
18
|
+
- If `.js` is unavailable, use the same path with `.cjs`.
|
|
19
|
+
- Run engine commands through PowerShell.
|
|
17
20
|
- Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
|
|
18
21
|
- No jq / bash-only constructs.
|
|
19
22
|
|
|
@@ -24,16 +27,15 @@ node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
|
24
27
|
- Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
|
|
25
28
|
- Do not advance workflow steps until wait and close complete.
|
|
26
29
|
## Update check
|
|
27
|
-
-
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
- Best-effort only; do not fail if offline.
|
|
31
|
+
- Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
|
|
32
|
+
- Check latest published version with `npm view gsd-codex-cli version`.
|
|
33
|
+
- If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
|
|
32
34
|
|
|
33
35
|
## Execution
|
|
34
36
|
1. Parse "[phase]" from the user input.
|
|
35
37
|
2. Run init:
|
|
36
|
-
node
|
|
38
|
+
node <gsd-tools-path> init phase-op [argument] --raw
|
|
37
39
|
|
|
38
40
|
3. Load .claude/get-shit-done/workflows/list-phase-assumptions.md and execute it step-by-step.
|
|
39
41
|
4. Translate each Task(...) in workflow into:
|
|
@@ -41,10 +43,10 @@ node .claude/get-shit-done/bin/gsd-tools.js init phase-op $ARG --raw
|
|
|
41
43
|
- wait for each spawned agent and apply returned output before moving forward.
|
|
42
44
|
5. Preserve all gates and routing from upstream workflow.
|
|
43
45
|
6. Preserve commit behavior using
|
|
44
|
-
node
|
|
45
|
-
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
46
|
-
|
|
47
|
-
## Completion output
|
|
48
|
-
- Summarize key artifacts created/updated
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
node <gsd-tools-path> commit "message" --files ....
|
|
47
|
+
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
48
|
+
|
|
49
|
+
## Completion output
|
|
50
|
+
- Summarize key artifacts created/updated.
|
|
51
|
+
- Next recommended command: use the next user-facing GSD command (Codex prompt name + Claude slash command).
|
|
52
|
+
- Never recommend internal `node ... gsd-tools ...` commands to the user.
|
|
@@ -12,8 +12,11 @@ Analyze codebase with parallel mapper agents to produce .planning/codebase/ docu
|
|
|
12
12
|
- Use .codex/skills/get-shit-done-codex semantics.
|
|
13
13
|
- Treat upstream workflow as the source of truth.
|
|
14
14
|
- Replace user-specific paths with workspace-relative paths (.claude/..., .planning/...).
|
|
15
|
-
-
|
|
16
|
-
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
15
|
+
- Use one of these engine paths (prefer local, fallback global):
|
|
16
|
+
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
17
|
+
node ~/.claude/get-shit-done/bin/gsd-tools.js ...
|
|
18
|
+
- If `.js` is unavailable, use the same path with `.cjs`.
|
|
19
|
+
- Run engine commands through PowerShell.
|
|
17
20
|
- Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
|
|
18
21
|
- No jq / bash-only constructs.
|
|
19
22
|
|
|
@@ -24,16 +27,15 @@ node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
|
24
27
|
- Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
|
|
25
28
|
- Do not advance workflow steps until wait and close complete.
|
|
26
29
|
## Update check
|
|
27
|
-
-
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
- Best-effort only; do not fail if offline.
|
|
31
|
+
- Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
|
|
32
|
+
- Check latest published version with `npm view gsd-codex-cli version`.
|
|
33
|
+
- If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
|
|
32
34
|
|
|
33
35
|
## Execution
|
|
34
36
|
1. Parse "[optional: specific area to map, for example api or auth]" from the user input.
|
|
35
37
|
2. Run init:
|
|
36
|
-
node
|
|
38
|
+
node <gsd-tools-path> init map-codebase --raw
|
|
37
39
|
|
|
38
40
|
3. Load .claude/get-shit-done/workflows/map-codebase.md and execute it step-by-step.
|
|
39
41
|
4. Translate each Task(...) in workflow into:
|
|
@@ -41,10 +43,10 @@ node .claude/get-shit-done/bin/gsd-tools.js init map-codebase --raw
|
|
|
41
43
|
- wait for each spawned agent and apply returned output before moving forward.
|
|
42
44
|
5. Preserve all gates and routing from upstream workflow.
|
|
43
45
|
6. Preserve commit behavior using
|
|
44
|
-
node
|
|
45
|
-
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
46
|
-
|
|
47
|
-
## Completion output
|
|
48
|
-
- Summarize key artifacts created/updated
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
node <gsd-tools-path> commit "message" --files ....
|
|
47
|
+
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
48
|
+
|
|
49
|
+
## Completion output
|
|
50
|
+
- Summarize key artifacts created/updated.
|
|
51
|
+
- Next recommended command: use the next user-facing GSD command (Codex prompt name + Claude slash command).
|
|
52
|
+
- Never recommend internal `node ... gsd-tools ...` commands to the user.
|
|
@@ -12,8 +12,11 @@ Start a new milestone cycle — update PROJECT.md and route to requirements
|
|
|
12
12
|
- Use .codex/skills/get-shit-done-codex semantics.
|
|
13
13
|
- Treat upstream workflow as the source of truth.
|
|
14
14
|
- Replace user-specific paths with workspace-relative paths (.claude/..., .planning/...).
|
|
15
|
-
-
|
|
16
|
-
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
15
|
+
- Use one of these engine paths (prefer local, fallback global):
|
|
16
|
+
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
17
|
+
node ~/.claude/get-shit-done/bin/gsd-tools.js ...
|
|
18
|
+
- If `.js` is unavailable, use the same path with `.cjs`.
|
|
19
|
+
- Run engine commands through PowerShell.
|
|
17
20
|
- Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
|
|
18
21
|
- No jq / bash-only constructs.
|
|
19
22
|
|
|
@@ -24,16 +27,15 @@ node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
|
24
27
|
- Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
|
|
25
28
|
- Do not advance workflow steps until wait and close complete.
|
|
26
29
|
## Update check
|
|
27
|
-
-
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
- Best-effort only; do not fail if offline.
|
|
31
|
+
- Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
|
|
32
|
+
- Check latest published version with `npm view gsd-codex-cli version`.
|
|
33
|
+
- If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
|
|
32
34
|
|
|
33
35
|
## Execution
|
|
34
36
|
1. Parse "[milestone name, for example v1.1 Notifications]" from the user input.
|
|
35
37
|
2. Run init:
|
|
36
|
-
node
|
|
38
|
+
node <gsd-tools-path> init new-milestone --raw
|
|
37
39
|
|
|
38
40
|
3. Load .claude/get-shit-done/workflows/new-milestone.md and execute it step-by-step.
|
|
39
41
|
4. Translate each Task(...) in workflow into:
|
|
@@ -41,10 +43,10 @@ node .claude/get-shit-done/bin/gsd-tools.js init new-milestone --raw
|
|
|
41
43
|
- wait for each spawned agent and apply returned output before moving forward.
|
|
42
44
|
5. Preserve all gates and routing from upstream workflow.
|
|
43
45
|
6. Preserve commit behavior using
|
|
44
|
-
node
|
|
45
|
-
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
46
|
-
|
|
47
|
-
## Completion output
|
|
48
|
-
- Summarize key artifacts created/updated
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
node <gsd-tools-path> commit "message" --files ....
|
|
47
|
+
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
48
|
+
|
|
49
|
+
## Completion output
|
|
50
|
+
- Summarize key artifacts created/updated.
|
|
51
|
+
- Next recommended command: use the next user-facing GSD command (Codex prompt name + Claude slash command).
|
|
52
|
+
- Never recommend internal `node ... gsd-tools ...` commands to the user.
|
|
@@ -12,8 +12,11 @@ Initialize a new project with deep context gathering and PROJECT.md
|
|
|
12
12
|
- Use .codex/skills/get-shit-done-codex semantics.
|
|
13
13
|
- Treat upstream workflow as the source of truth.
|
|
14
14
|
- Replace user-specific paths with workspace-relative paths (.claude/..., .planning/...).
|
|
15
|
-
-
|
|
16
|
-
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
15
|
+
- Use one of these engine paths (prefer local, fallback global):
|
|
16
|
+
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
17
|
+
node ~/.claude/get-shit-done/bin/gsd-tools.js ...
|
|
18
|
+
- If `.js` is unavailable, use the same path with `.cjs`.
|
|
19
|
+
- Run engine commands through PowerShell.
|
|
17
20
|
- Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
|
|
18
21
|
- No jq / bash-only constructs.
|
|
19
22
|
|
|
@@ -24,16 +27,15 @@ node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
|
24
27
|
- Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
|
|
25
28
|
- Do not advance workflow steps until wait and close complete.
|
|
26
29
|
## Update check
|
|
27
|
-
-
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
- Best-effort only; do not fail if offline.
|
|
31
|
+
- Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
|
|
32
|
+
- Check latest published version with `npm view gsd-codex-cli version`.
|
|
33
|
+
- If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
|
|
32
34
|
|
|
33
35
|
## Execution
|
|
34
36
|
1. Parse "[--auto]" from the user input.
|
|
35
37
|
2. Run init:
|
|
36
|
-
node
|
|
38
|
+
node <gsd-tools-path> init new-project --raw
|
|
37
39
|
|
|
38
40
|
3. Load .claude/get-shit-done/workflows/new-project.md and execute it step-by-step.
|
|
39
41
|
4. Translate each Task(...) in workflow into:
|
|
@@ -41,10 +43,10 @@ node .claude/get-shit-done/bin/gsd-tools.js init new-project --raw
|
|
|
41
43
|
- wait for each spawned agent and apply returned output before moving forward.
|
|
42
44
|
5. Preserve all gates and routing from upstream workflow.
|
|
43
45
|
6. Preserve commit behavior using
|
|
44
|
-
node
|
|
45
|
-
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
46
|
-
|
|
47
|
-
## Completion output
|
|
48
|
-
- Summarize key artifacts created/updated
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
node <gsd-tools-path> commit "message" --files ....
|
|
47
|
+
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
48
|
+
|
|
49
|
+
## Completion output
|
|
50
|
+
- Summarize key artifacts created/updated.
|
|
51
|
+
- Next recommended command: `gsd-discuss-phase 1` (Codex) / `/gsd:discuss-phase 1` (Claude)
|
|
52
|
+
- Never recommend internal `node ... gsd-tools ...` commands to the user.
|
|
@@ -12,8 +12,11 @@ Create context handoff when pausing work mid-phase
|
|
|
12
12
|
- Use .codex/skills/get-shit-done-codex semantics.
|
|
13
13
|
- Treat upstream workflow as the source of truth.
|
|
14
14
|
- Replace user-specific paths with workspace-relative paths (.claude/..., .planning/...).
|
|
15
|
-
-
|
|
16
|
-
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
15
|
+
- Use one of these engine paths (prefer local, fallback global):
|
|
16
|
+
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
17
|
+
node ~/.claude/get-shit-done/bin/gsd-tools.js ...
|
|
18
|
+
- If `.js` is unavailable, use the same path with `.cjs`.
|
|
19
|
+
- Run engine commands through PowerShell.
|
|
17
20
|
- Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
|
|
18
21
|
- No jq / bash-only constructs.
|
|
19
22
|
|
|
@@ -24,16 +27,15 @@ node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
|
24
27
|
- Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
|
|
25
28
|
- Do not advance workflow steps until wait and close complete.
|
|
26
29
|
## Update check
|
|
27
|
-
-
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
- Best-effort only; do not fail if offline.
|
|
31
|
+
- Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
|
|
32
|
+
- Check latest published version with `npm view gsd-codex-cli version`.
|
|
33
|
+
- If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
|
|
32
34
|
|
|
33
35
|
## Execution
|
|
34
36
|
1. Parse [none] from the user input.
|
|
35
37
|
2. Run init:
|
|
36
|
-
node
|
|
38
|
+
node <gsd-tools-path> state load --raw
|
|
37
39
|
|
|
38
40
|
3. Load .claude/get-shit-done/workflows/pause-work.md and execute it step-by-step.
|
|
39
41
|
4. Translate each Task(...) in workflow into:
|
|
@@ -41,10 +43,10 @@ node .claude/get-shit-done/bin/gsd-tools.js state load --raw
|
|
|
41
43
|
- wait for each spawned agent and apply returned output before moving forward.
|
|
42
44
|
5. Preserve all gates and routing from upstream workflow.
|
|
43
45
|
6. Preserve commit behavior using
|
|
44
|
-
node
|
|
45
|
-
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
46
|
-
|
|
47
|
-
## Completion output
|
|
48
|
-
- Summarize key artifacts created/updated
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
node <gsd-tools-path> commit "message" --files ....
|
|
47
|
+
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
48
|
+
|
|
49
|
+
## Completion output
|
|
50
|
+
- Summarize key artifacts created/updated.
|
|
51
|
+
- Next recommended command: use the next user-facing GSD command (Codex prompt name + Claude slash command).
|
|
52
|
+
- Never recommend internal `node ... gsd-tools ...` commands to the user.
|
|
@@ -12,8 +12,11 @@ Create phases to close all gaps identified by milestone audit
|
|
|
12
12
|
- Use .codex/skills/get-shit-done-codex semantics.
|
|
13
13
|
- Treat upstream workflow as the source of truth.
|
|
14
14
|
- Replace user-specific paths with workspace-relative paths (.claude/..., .planning/...).
|
|
15
|
-
-
|
|
16
|
-
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
15
|
+
- Use one of these engine paths (prefer local, fallback global):
|
|
16
|
+
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
17
|
+
node ~/.claude/get-shit-done/bin/gsd-tools.js ...
|
|
18
|
+
- If `.js` is unavailable, use the same path with `.cjs`.
|
|
19
|
+
- Run engine commands through PowerShell.
|
|
17
20
|
- Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
|
|
18
21
|
- No jq / bash-only constructs.
|
|
19
22
|
|
|
@@ -24,16 +27,15 @@ node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
|
24
27
|
- Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
|
|
25
28
|
- Do not advance workflow steps until wait and close complete.
|
|
26
29
|
## Update check
|
|
27
|
-
-
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
- Best-effort only; do not fail if offline.
|
|
31
|
+
- Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
|
|
32
|
+
- Check latest published version with `npm view gsd-codex-cli version`.
|
|
33
|
+
- If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
|
|
32
34
|
|
|
33
35
|
## Execution
|
|
34
36
|
1. Parse [none] from the user input.
|
|
35
37
|
2. Run init:
|
|
36
|
-
node
|
|
38
|
+
node <gsd-tools-path> init milestone-op --raw
|
|
37
39
|
|
|
38
40
|
3. Load .claude/get-shit-done/workflows/plan-milestone-gaps.md and execute it step-by-step.
|
|
39
41
|
4. Translate each Task(...) in workflow into:
|
|
@@ -41,10 +43,10 @@ node .claude/get-shit-done/bin/gsd-tools.js init milestone-op --raw
|
|
|
41
43
|
- wait for each spawned agent and apply returned output before moving forward.
|
|
42
44
|
5. Preserve all gates and routing from upstream workflow.
|
|
43
45
|
6. Preserve commit behavior using
|
|
44
|
-
node
|
|
45
|
-
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
46
|
-
|
|
47
|
-
## Completion output
|
|
48
|
-
- Summarize key artifacts created/updated
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
node <gsd-tools-path> commit "message" --files ....
|
|
47
|
+
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
48
|
+
|
|
49
|
+
## Completion output
|
|
50
|
+
- Summarize key artifacts created/updated.
|
|
51
|
+
- Next recommended command: use the next user-facing GSD command (Codex prompt name + Claude slash command).
|
|
52
|
+
- Never recommend internal `node ... gsd-tools ...` commands to the user.
|
|
@@ -12,8 +12,11 @@ Create detailed execution plan for a phase (PLAN.md) with verification loop
|
|
|
12
12
|
- Use .codex/skills/get-shit-done-codex semantics.
|
|
13
13
|
- Treat upstream workflow as the source of truth.
|
|
14
14
|
- Replace user-specific paths with workspace-relative paths (.claude/..., .planning/...).
|
|
15
|
-
-
|
|
16
|
-
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
15
|
+
- Use one of these engine paths (prefer local, fallback global):
|
|
16
|
+
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
17
|
+
node ~/.claude/get-shit-done/bin/gsd-tools.js ...
|
|
18
|
+
- If `.js` is unavailable, use the same path with `.cjs`.
|
|
19
|
+
- Run engine commands through PowerShell.
|
|
17
20
|
- Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
|
|
18
21
|
- No jq / bash-only constructs.
|
|
19
22
|
|
|
@@ -24,16 +27,15 @@ node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
|
24
27
|
- Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
|
|
25
28
|
- Do not advance workflow steps until wait and close complete.
|
|
26
29
|
## Update check
|
|
27
|
-
-
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
- Best-effort only; do not fail if offline.
|
|
31
|
+
- Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
|
|
32
|
+
- Check latest published version with `npm view gsd-codex-cli version`.
|
|
33
|
+
- If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
|
|
32
34
|
|
|
33
35
|
## Execution
|
|
34
36
|
1. Parse "[phase] [--research] [--skip-research] [--gaps] [--skip-verify]" from the user input.
|
|
35
37
|
2. Run init:
|
|
36
|
-
node
|
|
38
|
+
node <gsd-tools-path> init plan-phase [phase] --include state,roadmap,requirements,context,research,verification,uat --raw
|
|
37
39
|
|
|
38
40
|
3. Load .claude/get-shit-done/workflows/plan-phase.md and execute it step-by-step.
|
|
39
41
|
4. Translate each Task(...) in workflow into:
|
|
@@ -41,10 +43,10 @@ node .claude/get-shit-done/bin/gsd-tools.js init plan-phase $PHASE --include sta
|
|
|
41
43
|
- wait for each spawned agent and apply returned output before moving forward.
|
|
42
44
|
5. Preserve all gates and routing from upstream workflow.
|
|
43
45
|
6. Preserve commit behavior using
|
|
44
|
-
node
|
|
45
|
-
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
46
|
-
|
|
47
|
-
## Completion output
|
|
48
|
-
- Summarize key artifacts created/updated
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
node <gsd-tools-path> commit "message" --files ....
|
|
47
|
+
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
48
|
+
|
|
49
|
+
## Completion output
|
|
50
|
+
- Summarize key artifacts created/updated.
|
|
51
|
+
- Next recommended command: `gsd-execute-phase [phase]` (Codex) / `/gsd:execute-phase [phase]` (Claude)
|
|
52
|
+
- Never recommend internal `node ... gsd-tools ...` commands to the user.
|
|
@@ -12,8 +12,11 @@ Check project progress, show context, and route to next action
|
|
|
12
12
|
- Use .codex/skills/get-shit-done-codex semantics.
|
|
13
13
|
- Treat upstream workflow as the source of truth.
|
|
14
14
|
- Replace user-specific paths with workspace-relative paths (.claude/..., .planning/...).
|
|
15
|
-
-
|
|
16
|
-
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
15
|
+
- Use one of these engine paths (prefer local, fallback global):
|
|
16
|
+
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
17
|
+
node ~/.claude/get-shit-done/bin/gsd-tools.js ...
|
|
18
|
+
- If `.js` is unavailable, use the same path with `.cjs`.
|
|
19
|
+
- Run engine commands through PowerShell.
|
|
17
20
|
- Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
|
|
18
21
|
- No jq / bash-only constructs.
|
|
19
22
|
|
|
@@ -24,16 +27,15 @@ node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
|
24
27
|
- Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
|
|
25
28
|
- Do not advance workflow steps until wait and close complete.
|
|
26
29
|
## Update check
|
|
27
|
-
-
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
- Best-effort only; do not fail if offline.
|
|
31
|
+
- Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
|
|
32
|
+
- Check latest published version with `npm view gsd-codex-cli version`.
|
|
33
|
+
- If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
|
|
32
34
|
|
|
33
35
|
## Execution
|
|
34
36
|
1. Parse [none] from the user input.
|
|
35
37
|
2. Run init:
|
|
36
|
-
node
|
|
38
|
+
node <gsd-tools-path> init progress --include state,roadmap,project,config --raw
|
|
37
39
|
|
|
38
40
|
3. Load .claude/get-shit-done/workflows/progress.md and execute it step-by-step.
|
|
39
41
|
4. Translate each Task(...) in workflow into:
|
|
@@ -41,10 +43,10 @@ node .claude/get-shit-done/bin/gsd-tools.js init progress --include state,roadma
|
|
|
41
43
|
- wait for each spawned agent and apply returned output before moving forward.
|
|
42
44
|
5. Preserve all gates and routing from upstream workflow.
|
|
43
45
|
6. Preserve commit behavior using
|
|
44
|
-
node
|
|
45
|
-
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
46
|
-
|
|
47
|
-
## Completion output
|
|
48
|
-
- Summarize key artifacts created/updated
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
node <gsd-tools-path> commit "message" --files ....
|
|
47
|
+
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
48
|
+
|
|
49
|
+
## Completion output
|
|
50
|
+
- Summarize key artifacts created/updated.
|
|
51
|
+
- Next recommended command: use the next user-facing GSD command (Codex prompt name + Claude slash command).
|
|
52
|
+
- Never recommend internal `node ... gsd-tools ...` commands to the user.
|
|
@@ -12,8 +12,11 @@ Execute a quick task with GSD guarantees (atomic commits, state tracking) but sk
|
|
|
12
12
|
- Use .codex/skills/get-shit-done-codex semantics.
|
|
13
13
|
- Treat upstream workflow as the source of truth.
|
|
14
14
|
- Replace user-specific paths with workspace-relative paths (.claude/..., .planning/...).
|
|
15
|
-
-
|
|
16
|
-
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
15
|
+
- Use one of these engine paths (prefer local, fallback global):
|
|
16
|
+
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
17
|
+
node ~/.claude/get-shit-done/bin/gsd-tools.js ...
|
|
18
|
+
- If `.js` is unavailable, use the same path with `.cjs`.
|
|
19
|
+
- Run engine commands through PowerShell.
|
|
17
20
|
- Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
|
|
18
21
|
- No jq / bash-only constructs.
|
|
19
22
|
|
|
@@ -24,16 +27,15 @@ node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
|
24
27
|
- Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
|
|
25
28
|
- Do not advance workflow steps until wait and close complete.
|
|
26
29
|
## Update check
|
|
27
|
-
-
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
- Best-effort only; do not fail if offline.
|
|
31
|
+
- Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
|
|
32
|
+
- Check latest published version with `npm view gsd-codex-cli version`.
|
|
33
|
+
- If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
|
|
32
34
|
|
|
33
35
|
## Execution
|
|
34
36
|
1. Parse [none] from the user input.
|
|
35
37
|
2. Run init:
|
|
36
|
-
node
|
|
38
|
+
node <gsd-tools-path> init quick "[argument]" --raw
|
|
37
39
|
|
|
38
40
|
3. Load .claude/get-shit-done/workflows/quick.md and execute it step-by-step.
|
|
39
41
|
4. Translate each Task(...) in workflow into:
|
|
@@ -41,10 +43,10 @@ node .claude/get-shit-done/bin/gsd-tools.js init quick "$ARG" --raw
|
|
|
41
43
|
- wait for each spawned agent and apply returned output before moving forward.
|
|
42
44
|
5. Preserve all gates and routing from upstream workflow.
|
|
43
45
|
6. Preserve commit behavior using
|
|
44
|
-
node
|
|
45
|
-
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
46
|
-
|
|
47
|
-
## Completion output
|
|
48
|
-
- Summarize key artifacts created/updated
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
node <gsd-tools-path> commit "message" --files ....
|
|
47
|
+
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
48
|
+
|
|
49
|
+
## Completion output
|
|
50
|
+
- Summarize key artifacts created/updated.
|
|
51
|
+
- Next recommended command: use the next user-facing GSD command (Codex prompt name + Claude slash command).
|
|
52
|
+
- Never recommend internal `node ... gsd-tools ...` commands to the user.
|
|
@@ -12,8 +12,11 @@ Remove a future phase from roadmap and renumber subsequent phases
|
|
|
12
12
|
- Use .codex/skills/get-shit-done-codex semantics.
|
|
13
13
|
- Treat upstream workflow as the source of truth.
|
|
14
14
|
- Replace user-specific paths with workspace-relative paths (.claude/..., .planning/...).
|
|
15
|
-
-
|
|
16
|
-
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
15
|
+
- Use one of these engine paths (prefer local, fallback global):
|
|
16
|
+
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
17
|
+
node ~/.claude/get-shit-done/bin/gsd-tools.js ...
|
|
18
|
+
- If `.js` is unavailable, use the same path with `.cjs`.
|
|
19
|
+
- Run engine commands through PowerShell.
|
|
17
20
|
- Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
|
|
18
21
|
- No jq / bash-only constructs.
|
|
19
22
|
|
|
@@ -24,16 +27,15 @@ node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
|
24
27
|
- Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
|
|
25
28
|
- Do not advance workflow steps until wait and close complete.
|
|
26
29
|
## Update check
|
|
27
|
-
-
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
- Best-effort only; do not fail if offline.
|
|
31
|
+
- Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
|
|
32
|
+
- Check latest published version with `npm view gsd-codex-cli version`.
|
|
33
|
+
- If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
|
|
32
34
|
|
|
33
35
|
## Execution
|
|
34
36
|
1. Parse <phase-number> from the user input.
|
|
35
37
|
2. Run init:
|
|
36
|
-
node
|
|
38
|
+
node <gsd-tools-path> init phase-op [argument] --raw
|
|
37
39
|
|
|
38
40
|
3. Load .claude/get-shit-done/workflows/remove-phase.md and execute it step-by-step.
|
|
39
41
|
4. Translate each Task(...) in workflow into:
|
|
@@ -41,10 +43,10 @@ node .claude/get-shit-done/bin/gsd-tools.js init phase-op $ARG --raw
|
|
|
41
43
|
- wait for each spawned agent and apply returned output before moving forward.
|
|
42
44
|
5. Preserve all gates and routing from upstream workflow.
|
|
43
45
|
6. Preserve commit behavior using
|
|
44
|
-
node
|
|
45
|
-
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
46
|
-
|
|
47
|
-
## Completion output
|
|
48
|
-
- Summarize key artifacts created/updated
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
node <gsd-tools-path> commit "message" --files ....
|
|
47
|
+
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
48
|
+
|
|
49
|
+
## Completion output
|
|
50
|
+
- Summarize key artifacts created/updated.
|
|
51
|
+
- Next recommended command: use the next user-facing GSD command (Codex prompt name + Claude slash command).
|
|
52
|
+
- Never recommend internal `node ... gsd-tools ...` commands to the user.
|
|
@@ -12,8 +12,11 @@ Research how to implement a phase (standalone - usually use plan-phase instead)
|
|
|
12
12
|
- Use .codex/skills/get-shit-done-codex semantics.
|
|
13
13
|
- Treat upstream workflow as the source of truth.
|
|
14
14
|
- Replace user-specific paths with workspace-relative paths (.claude/..., .planning/...).
|
|
15
|
-
-
|
|
16
|
-
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
15
|
+
- Use one of these engine paths (prefer local, fallback global):
|
|
16
|
+
node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
17
|
+
node ~/.claude/get-shit-done/bin/gsd-tools.js ...
|
|
18
|
+
- If `.js` is unavailable, use the same path with `.cjs`.
|
|
19
|
+
- Run engine commands through PowerShell.
|
|
17
20
|
- Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
|
|
18
21
|
- No jq / bash-only constructs.
|
|
19
22
|
|
|
@@ -24,16 +27,15 @@ node .claude/get-shit-done/bin/gsd-tools.js ...
|
|
|
24
27
|
- Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
|
|
25
28
|
- Do not advance workflow steps until wait and close complete.
|
|
26
29
|
## Update check
|
|
27
|
-
-
|
|
28
|
-
|
|
29
|
-
-
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
- Best-effort only; do not fail if offline.
|
|
31
|
+
- Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
|
|
32
|
+
- Check latest published version with `npm view gsd-codex-cli version`.
|
|
33
|
+
- If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
|
|
32
34
|
|
|
33
35
|
## Execution
|
|
34
36
|
1. Parse "[phase]" from the user input.
|
|
35
37
|
2. Run init:
|
|
36
|
-
node
|
|
38
|
+
node <gsd-tools-path> init phase-op [argument] --raw
|
|
37
39
|
|
|
38
40
|
3. Load .claude/get-shit-done/workflows/research-phase.md and execute it step-by-step.
|
|
39
41
|
4. Translate each Task(...) in workflow into:
|
|
@@ -41,10 +43,10 @@ node .claude/get-shit-done/bin/gsd-tools.js init phase-op $ARG --raw
|
|
|
41
43
|
- wait for each spawned agent and apply returned output before moving forward.
|
|
42
44
|
5. Preserve all gates and routing from upstream workflow.
|
|
43
45
|
6. Preserve commit behavior using
|
|
44
|
-
node
|
|
45
|
-
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
46
|
-
|
|
47
|
-
## Completion output
|
|
48
|
-
- Summarize key artifacts created/updated
|
|
49
|
-
|
|
50
|
-
|
|
46
|
+
node <gsd-tools-path> commit "message" --files ....
|
|
47
|
+
7. If commit preflight fails (no git / no commit flag), proceed in read-only mode and report clearly.
|
|
48
|
+
|
|
49
|
+
## Completion output
|
|
50
|
+
- Summarize key artifacts created/updated.
|
|
51
|
+
- Next recommended command: use the next user-facing GSD command (Codex prompt name + Claude slash command).
|
|
52
|
+
- Never recommend internal `node ... gsd-tools ...` commands to the user.
|