gsd-codex-cli 1.20.8 → 1.20.10

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.
@@ -3,6 +3,8 @@ description: Add phase to end of current milestone in roadmap
3
3
  argument-hint: <description>
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Add phase to end of current milestone in roadmap
8
10
 
@@ -15,7 +17,7 @@ Add phase to end of current milestone in roadmap
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Add phase to end of current milestone in roadmap
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. Parse <description> from command argument text or the latest user message (natural language allowed).
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Capture idea or task as todo from current conversation context
3
3
  argument-hint: [optional description]
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Capture idea or task as todo from current conversation context
8
10
 
@@ -15,7 +17,7 @@ Capture idea or task as todo from current conversation context
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Capture idea or task as todo from current conversation context
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. Parse [optional description] from command argument text or the latest user message (natural language allowed).
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Audit milestone completion against original intent before archiving
3
3
  argument-hint: "[version]"
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Audit milestone completion against original intent before archiving
8
10
 
@@ -15,7 +17,7 @@ Audit milestone completion against original intent before archiving
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Audit milestone completion against original intent before archiving
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. Parse "[version]" from command argument text or the latest user message (natural language allowed).
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: List pending todos and select one to work on
3
3
  argument-hint: [area filter]
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  List pending todos and select one to work on
8
10
 
@@ -15,7 +17,7 @@ List pending todos and select one to work on
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ List pending todos and select one to work on
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. Parse [area filter] from command argument text or the latest user message (natural language allowed).
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Archive completed milestone and prepare for next version
3
3
  argument-hint: <version>
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Archive completed milestone and prepare for next version
8
10
 
@@ -15,7 +17,7 @@ Archive completed milestone and prepare for next version
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Archive completed milestone and prepare for next version
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. Parse <version> from command argument text or the latest user message (natural language allowed).
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Systematic debugging with persistent state across context resets
3
3
  argument-hint: [issue description]
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Systematic debugging with persistent state across context resets
8
10
 
@@ -15,7 +17,7 @@ Systematic debugging with persistent state across context resets
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Systematic debugging with persistent state across context resets
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. Parse [issue description] from command argument text or the latest user message (natural language allowed).
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Gather phase context through adaptive questioning before planning
3
3
  argument-hint: "<phase>"
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Gather phase context through adaptive questioning before planning
8
10
 
@@ -15,7 +17,7 @@ Gather phase context through adaptive questioning before planning
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Gather phase context through adaptive questioning before planning
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. Parse "<phase>" from command argument text or the latest user message (natural language allowed).
39
35
  2. Run init:
@@ -1,8 +1,12 @@
1
- ---
2
- description: Diagnose Codex+Claude GSD installation (engine, prompts, versions)
3
- argument-hint: [none]
4
- ---## Objective
5
- Diagnose whether this project is set up to run GSD prompts in Codex while remaining compatible with Claude workflows on the same `.planning/` milestone/phases.
1
+ ---
2
+ description: Diagnose Codex+Claude GSD installation (engine, prompts, versions)
3
+ argument-hint: [none]
4
+ ---
5
+
6
+ $ARGUMENTS
7
+
8
+ ## Objective
9
+ Diagnose whether this project is set up to run GSD prompts in Codex while remaining compatible with Claude workflows on the same `.planning/` milestone/phases.
6
10
 
7
11
  ## Compatibility
8
12
  - Use .codex/skills/get-shit-done-codex semantics.
@@ -24,13 +28,15 @@ Run these checks and then present a compact table: `check | status | details | f
24
28
  - `.claude/get-shit-done/bin/gsd-tools.cjs` OR `.claude/get-shit-done/bin/gsd-tools.js`
25
29
  - If only `gsd-tools.test.js` exists, treat engine as missing/incomplete.
26
30
 
27
- ### Project state
28
- - `.planning/` exists (if missing, user hasn’t initialized a project).
29
-
30
- ### Update availability (best-effort)
31
- - Latest Codex fork version (do not fail if offline):
32
- - `npm view gsd-codex-cli version`
33
- - If installed Codex fork version is known and differs from latest, surface:
31
+ ### Project state
32
+ - `.planning/` exists (if missing, user hasn’t initialized a project).
33
+
34
+ ## Update check
35
+ - Best-effort only; do not fail if offline.
36
+ ### Update availability (best-effort)
37
+ - Latest Codex fork version (do not fail if offline):
38
+ - `npm view gsd-codex-cli version`
39
+ - If installed Codex fork version is known and differs from latest, surface:
34
40
  - `Update available: {installed} -> {latest}`
35
41
  - Next: `gsd-update` (Codex) / `/gsd:update` (Claude) or re-run `npx gsd-codex-cli@latest`.
36
42
 
@@ -3,6 +3,8 @@ description: Execute all plans in a phase with wave-based parallelization
3
3
  argument-hint: "<phase-number> [--gaps-only]"
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Execute all plans in a phase with wave-based parallelization
8
10
 
@@ -15,7 +17,7 @@ Execute all plans in a phase with wave-based parallelization
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -34,7 +36,7 @@ Execute all plans in a phase with wave-based parallelization
34
36
  - Parse phase from either:
35
37
  - the explicit command argument tail, or
36
38
  - the latest user message (for example: "execute phase 28").
37
- - Accept first token matching `^\d+(\.\d+)?$` as the phase number.
39
+ - Accept the first numeric token as phase number (integer or decimal, e.g., 30 or 30.1).
38
40
  - Parse flags `--gaps-only` and `--auto` from the same input text when present.
39
41
  - Do not claim "phase missing" when the latest user input already contains a valid phase token.
40
42
  - Only ask for input if no valid phase token is found anywhere in the latest user request.
@@ -3,6 +3,8 @@ description: Show available GSD commands and usage guide
3
3
  argument-hint: [none]
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Show available GSD commands and usage guide
8
10
 
@@ -15,7 +17,7 @@ Show available GSD commands and usage guide
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Show available GSD commands and usage guide
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. No positional argument is required. Read flags from command text if present.
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Insert urgent work as decimal phase (for example 72.1) between exis
3
3
  argument-hint: <after> <description>
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Insert urgent work as decimal phase (for example 72.1) between existing phases
8
10
 
@@ -15,7 +17,7 @@ Insert urgent work as decimal phase (for example 72.1) between existing phases
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Insert urgent work as decimal phase (for example 72.1) between existing phases
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. Parse <after> <description> from command argument text or the latest user message (natural language allowed).
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Surface Claude's assumptions about a phase approach before planning
3
3
  argument-hint: "[phase]"
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Surface Claude's assumptions about a phase approach before planning
8
10
 
@@ -15,7 +17,7 @@ Surface Claude's assumptions about a phase approach before planning
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Surface Claude's assumptions about a phase approach before planning
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. Parse "[phase]" from command argument text or the latest user message (natural language allowed).
39
35
  2. Run init:
@@ -3,6 +3,8 @@ 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
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Analyze codebase with parallel mapper agents to produce .planning/codebase/ documents
8
10
 
@@ -15,7 +17,7 @@ Analyze codebase with parallel mapper agents to produce .planning/codebase/ docu
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Analyze codebase with parallel mapper agents to produce .planning/codebase/ docu
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. Parse "[optional: specific area to map, for example api or auth]" from command argument text or the latest user message (natural language allowed).
39
35
  2. Run init:
@@ -3,6 +3,8 @@ 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
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Start a new milestone cycle — update PROJECT.md and route to requirements
8
10
 
@@ -15,7 +17,7 @@ Start a new milestone cycle — update PROJECT.md and route to requirements
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Start a new milestone cycle — update PROJECT.md and route to requirements
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. Parse "[milestone name, for example v1.1 Notifications]" from command argument text or the latest user message (natural language allowed).
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Initialize a new project with deep context gathering and PROJECT.md
3
3
  argument-hint: "[--auto]"
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Initialize a new project with deep context gathering and PROJECT.md
8
10
 
@@ -15,7 +17,7 @@ Initialize a new project with deep context gathering and PROJECT.md
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Initialize a new project with deep context gathering and PROJECT.md
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. Parse "[--auto]" from command argument text or the latest user message (natural language allowed).
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Create context handoff when pausing work mid-phase
3
3
  argument-hint: [none]
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Create context handoff when pausing work mid-phase
8
10
 
@@ -15,7 +17,7 @@ Create context handoff when pausing work mid-phase
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Create context handoff when pausing work mid-phase
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. No positional argument is required. Read flags from command text if present.
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Create phases to close all gaps identified by milestone audit
3
3
  argument-hint: [none]
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Create phases to close all gaps identified by milestone audit
8
10
 
@@ -15,7 +17,7 @@ Create phases to close all gaps identified by milestone audit
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Create phases to close all gaps identified by milestone audit
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. No positional argument is required. Read flags from command text if present.
39
35
  2. Run init:
@@ -3,6 +3,8 @@ 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
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Create detailed execution plan for a phase (PLAN.md) with verification loop
8
10
 
@@ -15,7 +17,7 @@ Create detailed execution plan for a phase (PLAN.md) with verification loop
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Create detailed execution plan for a phase (PLAN.md) with verification loop
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. Parse "[phase] [--research] [--skip-research] [--gaps] [--skip-verify]" from command argument text or the latest user message (natural language allowed).
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Check project progress, show context, and route to next action
3
3
  argument-hint: [none]
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Check project progress, show context, and route to next action
8
10
 
@@ -15,7 +17,7 @@ Check project progress, show context, and route to next action
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Check project progress, show context, and route to next action
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. No positional argument is required. Read flags from command text if present.
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Execute a quick task with GSD guarantees (atomic commits, state tra
3
3
  argument-hint: [none]
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Execute a quick task with GSD guarantees (atomic commits, state tracking) but skip optional agents
8
10
 
@@ -15,7 +17,7 @@ Execute a quick task with GSD guarantees (atomic commits, state tracking) but sk
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Execute a quick task with GSD guarantees (atomic commits, state tracking) but sk
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. No positional argument is required. Read flags from command text if present.
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Remove a future phase from roadmap and renumber subsequent phases
3
3
  argument-hint: <phase-number>
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Remove a future phase from roadmap and renumber subsequent phases
8
10
 
@@ -15,7 +17,7 @@ Remove a future phase from roadmap and renumber subsequent phases
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Remove a future phase from roadmap and renumber subsequent phases
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. Parse <phase-number> from command argument text or the latest user message (natural language allowed).
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Research how to implement a phase (standalone - usually use plan-ph
3
3
  argument-hint: "[phase]"
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Research how to implement a phase (standalone - usually use plan-phase instead)
8
10
 
@@ -15,7 +17,7 @@ Research how to implement a phase (standalone - usually use plan-phase instead)
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Research how to implement a phase (standalone - usually use plan-phase instead)
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. Parse "[phase]" from command argument text or the latest user message (natural language allowed).
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Resume work from previous session with full context restoration
3
3
  argument-hint: [none]
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Resume work from previous session with full context restoration
8
10
 
@@ -15,7 +17,7 @@ Resume work from previous session with full context restoration
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Resume work from previous session with full context restoration
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. No positional argument is required. Read flags from command text if present.
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Switch model profile for GSD agents (quality/balanced/budget)
3
3
  argument-hint: <profile>
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Switch model profile for GSD agents (quality/balanced/budget)
8
10
 
@@ -15,7 +17,7 @@ Switch model profile for GSD agents (quality/balanced/budget)
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Switch model profile for GSD agents (quality/balanced/budget)
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. Parse <profile> from command argument text or the latest user message (natural language allowed).
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Configure GSD workflow toggles and model profile
3
3
  argument-hint: [none]
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Configure GSD workflow toggles and model profile
8
10
 
@@ -15,7 +17,7 @@ Configure GSD workflow toggles and model profile
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Configure GSD workflow toggles and model profile
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. No positional argument is required. Read flags from command text if present.
39
35
  2. Run init:
@@ -3,6 +3,8 @@ description: Update GSD to latest version with changelog display
3
3
  argument-hint: [none]
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Update GSD to latest version with changelog display
8
10
 
@@ -15,7 +17,7 @@ Update GSD to latest version with changelog display
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -3,6 +3,8 @@ description: Validate built features through conversational UAT
3
3
  argument-hint: "[phase number, for example 4]"
4
4
  ---
5
5
 
6
+ $ARGUMENTS
7
+
6
8
  ## Objective
7
9
  Validate built features through conversational UAT
8
10
 
@@ -15,7 +17,7 @@ Validate built features through conversational UAT
15
17
  node ~/.claude/get-shit-done/bin/gsd-tools.js ...
16
18
  - If `.js` is unavailable, use the same path with `.cjs`.
17
19
  - Run engine commands through PowerShell.
18
- - Do not set `node <path> ...` as one string variable and invoke `& $var`; run direct `node <path> ...` or `& node <path> ...`.
20
+ - Do not set `node <path> ...` as one string variable and invoke `& <cmd_var>`; run direct `node <path> ...` or `& node <path> ...`.
19
21
  - Parse JSON with ConvertFrom-Json; parse key/value output when workflow uses KEY=value raw mode.
20
22
  - No jq / bash-only constructs.
21
23
  - Accept natural-language command input; do not require an exact literal argument template.
@@ -28,12 +30,6 @@ Validate built features through conversational UAT
28
30
  - Use `.claude/agents/gsd-*.md` as role context for each spawned agent.
29
31
  - Do not advance workflow steps until wait and close complete.
30
32
 
31
- ## Update check
32
- - Best-effort only; do not fail if offline.
33
- - Check installed Codex fork version from `.codex/gsd/VERSION` (or `~/.codex/gsd/VERSION`).
34
- - Check latest published version with `npm view gsd-codex-cli version`.
35
- - If versions differ, surface: "Update available: <installed> -> <latest>. Next: gsd-update (Codex) / /gsd:update (Claude) or re-run npx gsd-codex-cli@latest."
36
-
37
33
  ## Execution
38
34
  1. Parse "[phase number, for example 4]" from command argument text or the latest user message (natural language allowed).
39
35
  2. Run init:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gsd-codex-cli",
3
- "version": "1.20.8",
3
+ "version": "1.20.10",
4
4
  "description": "Codex-native package for the get-shit-done workflow with native subagent orchestration.",
5
5
  "bin": {
6
6
  "gsd-codex-cli": "bin/install-codex.js",