gsd-codex-cli 1.20.8 → 1.20.9
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 +3 -1
- package/.codex/prompts/gsd-add-todo.md +3 -1
- package/.codex/prompts/gsd-audit-milestone.md +3 -1
- package/.codex/prompts/gsd-check-todos.md +3 -1
- package/.codex/prompts/gsd-complete-milestone.md +3 -1
- package/.codex/prompts/gsd-debug.md +3 -1
- package/.codex/prompts/gsd-discuss-phase.md +3 -1
- package/.codex/prompts/gsd-execute-phase.md +4 -2
- package/.codex/prompts/gsd-help.md +3 -1
- package/.codex/prompts/gsd-insert-phase.md +3 -1
- package/.codex/prompts/gsd-list-phase-assumptions.md +3 -1
- package/.codex/prompts/gsd-map-codebase.md +3 -1
- package/.codex/prompts/gsd-new-milestone.md +3 -1
- package/.codex/prompts/gsd-new-project.md +3 -1
- package/.codex/prompts/gsd-pause-work.md +3 -1
- package/.codex/prompts/gsd-plan-milestone-gaps.md +3 -1
- package/.codex/prompts/gsd-plan-phase.md +3 -1
- package/.codex/prompts/gsd-progress.md +3 -1
- package/.codex/prompts/gsd-quick.md +3 -1
- package/.codex/prompts/gsd-remove-phase.md +3 -1
- package/.codex/prompts/gsd-research-phase.md +3 -1
- package/.codex/prompts/gsd-resume-work.md +3 -1
- package/.codex/prompts/gsd-set-profile.md +3 -1
- package/.codex/prompts/gsd-settings.md +3 -1
- package/.codex/prompts/gsd-update.md +3 -1
- package/.codex/prompts/gsd-verify-work.md +3 -1
- package/package.json +1 -1
|
@@ -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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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
|
|
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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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: 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 `&
|
|
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 `&
|
|
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.
|