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