@undeemed/get-shit-done-codex 1.21.0 β 1.22.1
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/config.toml +1 -1
- package/README.md +33 -45
- package/agents/gsd-codebase-mapper.md +3 -3
- package/agents/gsd-debugger.md +7 -7
- package/agents/gsd-executor.md +14 -14
- package/agents/gsd-phase-researcher.md +7 -7
- package/agents/gsd-plan-checker.md +10 -10
- package/agents/gsd-planner.md +20 -20
- package/agents/gsd-project-researcher.md +3 -3
- package/agents/gsd-research-synthesizer.md +6 -6
- package/agents/gsd-roadmapper.md +7 -7
- package/agents/gsd-verifier.md +29 -17
- package/bin/install.js +54 -198
- package/commands/gsd/add-tests.md +5 -4
- package/commands/gsd/complete-milestone.md +6 -6
- package/commands/gsd/debug.md +1 -1
- package/commands/gsd/map-codebase.md +3 -3
- package/commands/gsd/new-milestone.md +1 -1
- package/commands/gsd/new-project.md +1 -1
- package/commands/gsd/plan-milestone-gaps.md +2 -2
- package/commands/gsd/reapply-patches.md +2 -2
- package/commands/gsd/research-phase.md +3 -3
- package/commands/gsd/verify-work.md +1 -1
- package/get-shit-done/bin/lib/commands.cjs +1 -1
- package/get-shit-done/bin/lib/phase.cjs +2 -2
- package/get-shit-done/bin/lib/verify.cjs +8 -8
- package/get-shit-done/references/continuation-format.md +33 -27
- package/get-shit-done/references/model-profiles.md +1 -1
- package/get-shit-done/references/ui-brand.md +3 -3
- package/get-shit-done/templates/DEBUG.md +5 -5
- package/get-shit-done/templates/UAT.md +4 -4
- package/get-shit-done/templates/VALIDATION.md +1 -1
- package/get-shit-done/templates/debug-subagent-prompt.md +1 -1
- package/get-shit-done/templates/discovery.md +2 -2
- package/get-shit-done/templates/phase-prompt.md +1 -1
- package/get-shit-done/templates/planner-subagent-prompt.md +3 -3
- package/get-shit-done/templates/project.md +1 -1
- package/get-shit-done/templates/research.md +1 -1
- package/get-shit-done/templates/retrospective.md +13 -7
- package/get-shit-done/templates/state.md +2 -2
- package/get-shit-done/workflows/add-phase.md +8 -8
- package/get-shit-done/workflows/add-tests.md +41 -18
- package/get-shit-done/workflows/add-todo.md +2 -2
- package/get-shit-done/workflows/audit-milestone.md +8 -8
- package/get-shit-done/workflows/check-todos.md +8 -8
- package/get-shit-done/workflows/complete-milestone.md +34 -9
- package/get-shit-done/workflows/diagnose-issues.md +1 -1
- package/get-shit-done/workflows/discovery-phase.md +3 -3
- package/get-shit-done/workflows/discuss-phase.md +12 -12
- package/get-shit-done/workflows/execute-phase.md +8 -8
- package/get-shit-done/workflows/execute-plan.md +4 -4
- package/get-shit-done/workflows/health.md +5 -5
- package/get-shit-done/workflows/help.md +97 -90
- package/get-shit-done/workflows/insert-phase.md +7 -7
- package/get-shit-done/workflows/list-phase-assumptions.md +4 -4
- package/get-shit-done/workflows/map-codebase.md +3 -3
- package/get-shit-done/workflows/new-milestone.md +6 -6
- package/get-shit-done/workflows/new-project.md +12 -12
- package/get-shit-done/workflows/pause-work.md +1 -1
- package/get-shit-done/workflows/plan-milestone-gaps.md +8 -8
- package/get-shit-done/workflows/plan-phase.md +13 -13
- package/get-shit-done/workflows/progress.md +29 -29
- package/get-shit-done/workflows/quick.md +3 -3
- package/get-shit-done/workflows/remove-phase.md +6 -6
- package/get-shit-done/workflows/research-phase.md +2 -2
- package/get-shit-done/workflows/resume-project.md +11 -11
- package/get-shit-done/workflows/settings.md +6 -6
- package/get-shit-done/workflows/transition.md +13 -13
- package/get-shit-done/workflows/update.md +2 -2
- package/get-shit-done/workflows/verify-work.md +8 -8
- package/package.json +1 -1
- package/commands/gsd/new-project.md.bak +0 -1041
|
@@ -27,7 +27,7 @@ Parse JSON for: `state_exists`, `roadmap_exists`, `project_exists`, `planning_ex
|
|
|
27
27
|
|
|
28
28
|
**If `state_exists` is true:** Proceed to load_state
|
|
29
29
|
**If `state_exists` is false but `roadmap_exists` or `project_exists` is true:** Offer to reconstruct STATE.md
|
|
30
|
-
**If `planning_exists` is false:** This is a new project - route to
|
|
30
|
+
**If `planning_exists` is false:** This is a new project - route to $gsd-new-project
|
|
31
31
|
</step>
|
|
32
32
|
|
|
33
33
|
<step name="load_state">
|
|
@@ -124,7 +124,7 @@ Present complete project status to user:
|
|
|
124
124
|
Resume with: Task tool (resume parameter with agent ID)
|
|
125
125
|
|
|
126
126
|
[If pending todos exist:]
|
|
127
|
-
π [N] pending todos β
|
|
127
|
+
π [N] pending todos β $gsd-check-todos to review
|
|
128
128
|
|
|
129
129
|
[If blockers exist:]
|
|
130
130
|
β οΈ Carried concerns:
|
|
@@ -180,11 +180,11 @@ What would you like to do?
|
|
|
180
180
|
[Primary action based on state - e.g.:]
|
|
181
181
|
1. Resume interrupted agent [if interrupted agent found]
|
|
182
182
|
OR
|
|
183
|
-
1. Execute phase (
|
|
183
|
+
1. Execute phase ($gsd-execute-phase {phase})
|
|
184
184
|
OR
|
|
185
|
-
1. Discuss Phase 3 context (
|
|
185
|
+
1. Discuss Phase 3 context ($gsd-discuss-phase 3) [if CONTEXT.md missing]
|
|
186
186
|
OR
|
|
187
|
-
1. Plan Phase 3 (
|
|
187
|
+
1. Plan Phase 3 ($gsd-plan-phase 3) [if CONTEXT.md exists or discuss option declined]
|
|
188
188
|
|
|
189
189
|
[Secondary options:]
|
|
190
190
|
2. Review current phase status
|
|
@@ -215,9 +215,9 @@ Based on user selection, route to appropriate workflow:
|
|
|
215
215
|
|
|
216
216
|
**{phase}-{plan}: [Plan Name]** β [objective from PLAN.md]
|
|
217
217
|
|
|
218
|
-
|
|
218
|
+
`$gsd-execute-phase {phase}`
|
|
219
219
|
|
|
220
|
-
<sub
|
|
220
|
+
<sub>start a new session first β fresh context window</sub>
|
|
221
221
|
|
|
222
222
|
---
|
|
223
223
|
```
|
|
@@ -229,15 +229,15 @@ Based on user selection, route to appropriate workflow:
|
|
|
229
229
|
|
|
230
230
|
**Phase [N]: [Name]** β [Goal from ROADMAP.md]
|
|
231
231
|
|
|
232
|
-
|
|
232
|
+
`$gsd-plan-phase [phase-number]`
|
|
233
233
|
|
|
234
|
-
<sub
|
|
234
|
+
<sub>start a new session first β fresh context window</sub>
|
|
235
235
|
|
|
236
236
|
---
|
|
237
237
|
|
|
238
238
|
**Also available:**
|
|
239
|
-
-
|
|
240
|
-
-
|
|
239
|
+
- `$gsd-discuss-phase [N]` β gather context first
|
|
240
|
+
- `$gsd-research-phase [N]` β investigate unknowns
|
|
241
241
|
|
|
242
242
|
---
|
|
243
243
|
```
|
|
@@ -80,7 +80,7 @@ AskUserQuestion([
|
|
|
80
80
|
header: "Auto",
|
|
81
81
|
multiSelect: false,
|
|
82
82
|
options: [
|
|
83
|
-
{ label: "No (Recommended)", description: "Manual
|
|
83
|
+
{ label: "No (Recommended)", description: "Manual new session + paste between stages" },
|
|
84
84
|
{ label: "Yes", description: "Chain stages via Task() subagents (same isolation)" }
|
|
85
85
|
]
|
|
86
86
|
},
|
|
@@ -192,13 +192,13 @@ Display:
|
|
|
192
192
|
| Git Branching | {None/Per Phase/Per Milestone} |
|
|
193
193
|
| Saved as Defaults | {Yes/No} |
|
|
194
194
|
|
|
195
|
-
These settings apply to future
|
|
195
|
+
These settings apply to future $gsd-plan-phase and $gsd-execute-phase runs.
|
|
196
196
|
|
|
197
197
|
Quick commands:
|
|
198
|
-
-
|
|
199
|
-
-
|
|
200
|
-
-
|
|
201
|
-
-
|
|
198
|
+
- $gsd-set-profile <profile> β switch model profile
|
|
199
|
+
- $gsd-plan-phase --research β force research
|
|
200
|
+
- $gsd-plan-phase --skip-research β skip research
|
|
201
|
+
- $gsd-plan-phase --skip-verify β skip plan check
|
|
202
202
|
```
|
|
203
203
|
</step>
|
|
204
204
|
|
|
@@ -378,7 +378,7 @@ Next: Phase [X+1] β [Name]
|
|
|
378
378
|
β‘ Auto-continuing: Plan Phase [X+1] in detail
|
|
379
379
|
```
|
|
380
380
|
|
|
381
|
-
Exit skill and invoke SlashCommand("
|
|
381
|
+
Exit skill and invoke SlashCommand("$gsd-plan-phase [X+1] --auto")
|
|
382
382
|
|
|
383
383
|
**If CONTEXT.md does NOT exist:**
|
|
384
384
|
|
|
@@ -390,7 +390,7 @@ Next: Phase [X+1] β [Name]
|
|
|
390
390
|
β‘ Auto-continuing: Discuss Phase [X+1] first
|
|
391
391
|
```
|
|
392
392
|
|
|
393
|
-
Exit skill and invoke SlashCommand("
|
|
393
|
+
Exit skill and invoke SlashCommand("$gsd-discuss-phase [X+1] --auto")
|
|
394
394
|
|
|
395
395
|
</if>
|
|
396
396
|
|
|
@@ -407,15 +407,15 @@ Exit skill and invoke SlashCommand("/gsd:discuss-phase [X+1] --auto")
|
|
|
407
407
|
|
|
408
408
|
**Phase [X+1]: [Name]** β [Goal from ROADMAP.md]
|
|
409
409
|
|
|
410
|
-
|
|
410
|
+
`$gsd-discuss-phase [X+1]` β gather context and clarify approach
|
|
411
411
|
|
|
412
|
-
<sub
|
|
412
|
+
<sub>start a new session first β fresh context window</sub>
|
|
413
413
|
|
|
414
414
|
---
|
|
415
415
|
|
|
416
416
|
**Also available:**
|
|
417
|
-
-
|
|
418
|
-
-
|
|
417
|
+
- `$gsd-plan-phase [X+1]` β skip discussion, plan directly
|
|
418
|
+
- `$gsd-research-phase [X+1]` β investigate unknowns
|
|
419
419
|
|
|
420
420
|
---
|
|
421
421
|
```
|
|
@@ -432,15 +432,15 @@ Exit skill and invoke SlashCommand("/gsd:discuss-phase [X+1] --auto")
|
|
|
432
432
|
**Phase [X+1]: [Name]** β [Goal from ROADMAP.md]
|
|
433
433
|
<sub>β Context gathered, ready to plan</sub>
|
|
434
434
|
|
|
435
|
-
|
|
435
|
+
`$gsd-plan-phase [X+1]`
|
|
436
436
|
|
|
437
|
-
<sub
|
|
437
|
+
<sub>start a new session first β fresh context window</sub>
|
|
438
438
|
|
|
439
439
|
---
|
|
440
440
|
|
|
441
441
|
**Also available:**
|
|
442
|
-
-
|
|
443
|
-
-
|
|
442
|
+
- `$gsd-discuss-phase [X+1]` β revisit context
|
|
443
|
+
- `$gsd-research-phase [X+1]` β investigate unknowns
|
|
444
444
|
|
|
445
445
|
---
|
|
446
446
|
```
|
|
@@ -466,7 +466,7 @@ Phase {X} marked complete.
|
|
|
466
466
|
β‘ Auto-continuing: Complete milestone and archive
|
|
467
467
|
```
|
|
468
468
|
|
|
469
|
-
Exit skill and invoke SlashCommand("
|
|
469
|
+
Exit skill and invoke SlashCommand("$gsd-complete-milestone {version}")
|
|
470
470
|
|
|
471
471
|
</if>
|
|
472
472
|
|
|
@@ -483,9 +483,9 @@ Exit skill and invoke SlashCommand("/gsd:complete-milestone {version}")
|
|
|
483
483
|
|
|
484
484
|
**Complete Milestone {version}** β archive and prepare for next
|
|
485
485
|
|
|
486
|
-
|
|
486
|
+
`$gsd-complete-milestone {version}`
|
|
487
487
|
|
|
488
|
-
<sub
|
|
488
|
+
<sub>start a new session first β fresh context window</sub>
|
|
489
489
|
|
|
490
490
|
---
|
|
491
491
|
|
|
@@ -130,7 +130,7 @@ Your custom files in other locations are preserved:
|
|
|
130
130
|
- Custom hooks β
|
|
131
131
|
- Your CODEX.md files β
|
|
132
132
|
|
|
133
|
-
If you've modified any GSD files directly, they'll be automatically backed up to `gsd-local-patches/` and can be reapplied with
|
|
133
|
+
If you've modified any GSD files directly, they'll be automatically backed up to `gsd-local-patches/` and can be reapplied with `$gsd-reapply-patches` after the update.
|
|
134
134
|
```
|
|
135
135
|
|
|
136
136
|
Use AskUserQuestion:
|
|
@@ -195,7 +195,7 @@ Check for gsd-local-patches/backup-meta.json in the config directory.
|
|
|
195
195
|
|
|
196
196
|
```
|
|
197
197
|
Local patches were backed up before the update.
|
|
198
|
-
Run
|
|
198
|
+
Run $gsd-reapply-patches to merge your modifications into the new version.
|
|
199
199
|
```
|
|
200
200
|
|
|
201
201
|
**If no patches:** Continue normally.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<purpose>
|
|
2
|
-
Validate built features through conversational testing with persistent state. Creates UAT.md that tracks test progress, survives
|
|
2
|
+
Validate built features through conversational testing with persistent state. Creates UAT.md that tracks test progress, survives session resets, and feeds gaps into $gsd-plan-phase --gaps.
|
|
3
3
|
|
|
4
4
|
User tests, Codex records. One test at a time. Plain text responses.
|
|
5
5
|
</purpose>
|
|
@@ -69,7 +69,7 @@ If no, continue to `create_uat_file`.
|
|
|
69
69
|
```
|
|
70
70
|
No active UAT sessions.
|
|
71
71
|
|
|
72
|
-
Provide a phase number to start testing (e.g.,
|
|
72
|
+
Provide a phase number to start testing (e.g., $gsd-verify-work 4)
|
|
73
73
|
```
|
|
74
74
|
|
|
75
75
|
**If no active sessions AND $ARGUMENTS provided:**
|
|
@@ -317,8 +317,8 @@ Present summary:
|
|
|
317
317
|
```
|
|
318
318
|
All tests passed. Ready to continue.
|
|
319
319
|
|
|
320
|
-
-
|
|
321
|
-
-
|
|
320
|
+
- `$gsd-plan-phase {next}` β Plan next phase
|
|
321
|
+
- `$gsd-execute-phase {next}` β Execute next phase
|
|
322
322
|
```
|
|
323
323
|
</step>
|
|
324
324
|
|
|
@@ -374,7 +374,7 @@ Task(
|
|
|
374
374
|
</planning_context>
|
|
375
375
|
|
|
376
376
|
<downstream_consumer>
|
|
377
|
-
Output consumed by
|
|
377
|
+
Output consumed by $gsd-execute-phase
|
|
378
378
|
Plans must be executable prompts.
|
|
379
379
|
</downstream_consumer>
|
|
380
380
|
""",
|
|
@@ -483,7 +483,7 @@ Display: `Max iterations reached. {N} issues remain.`
|
|
|
483
483
|
Offer options:
|
|
484
484
|
1. Force proceed (execute despite issues)
|
|
485
485
|
2. Provide guidance (user gives direction, retry)
|
|
486
|
-
3. Abandon (exit, user runs
|
|
486
|
+
3. Abandon (exit, user runs $gsd-plan-phase manually)
|
|
487
487
|
|
|
488
488
|
Wait for user response.
|
|
489
489
|
</step>
|
|
@@ -511,7 +511,7 @@ Plans verified and ready for execution.
|
|
|
511
511
|
|
|
512
512
|
**Execute fixes** β run fix plans
|
|
513
513
|
|
|
514
|
-
|
|
514
|
+
start a new session, then `$gsd-execute-phase {phase} --gaps-only`
|
|
515
515
|
|
|
516
516
|
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
|
517
517
|
```
|
|
@@ -565,5 +565,5 @@ Default to **major** if unclear. User can correct if needed.
|
|
|
565
565
|
- [ ] If issues: gsd-planner creates fix plans (gap_closure mode)
|
|
566
566
|
- [ ] If issues: gsd-plan-checker verifies fix plans
|
|
567
567
|
- [ ] If issues: revision loop until plans pass (max 3 iterations)
|
|
568
|
-
- [ ] Ready for
|
|
568
|
+
- [ ] Ready for `$gsd-execute-phase --gaps-only` when complete
|
|
569
569
|
</success_criteria>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@undeemed/get-shit-done-codex",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.22.1",
|
|
4
4
|
"description": "A meta-prompting, context engineering and spec-driven development system for OpenAI Codex (CLI and Desktop). Fork of get-shit-done by TΓCHES, adapted for Codex by undeemed.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"get-shit-done-codex": "bin/install.js"
|