@undeemed/get-shit-done-codex 1.21.0 → 1.22.0
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/README.md +33 -45
- package/agents/gsd-codebase-mapper.md +3 -3
- package/agents/gsd-debugger.md +5 -5
- 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 +19 -19
- 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 +16 -16
- package/get-shit-done/references/model-profiles.md +1 -1
- package/get-shit-done/references/ui-brand.md +2 -2
- package/get-shit-done/templates/DEBUG.md +1 -1
- package/get-shit-done/templates/UAT.md +3 -3
- 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 +7 -7
- 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 +5 -5
- package/get-shit-done/workflows/check-todos.md +8 -8
- package/get-shit-done/workflows/complete-milestone.md +33 -8
- 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 +10 -10
- package/get-shit-done/workflows/execute-phase.md +7 -7
- package/get-shit-done/workflows/execute-plan.md +3 -3
- package/get-shit-done/workflows/health.md +5 -5
- package/get-shit-done/workflows/help.md +85 -85
- package/get-shit-done/workflows/insert-phase.md +6 -6
- package/get-shit-done/workflows/list-phase-assumptions.md +4 -4
- package/get-shit-done/workflows/map-codebase.md +2 -2
- package/get-shit-done/workflows/new-milestone.md +5 -5
- package/get-shit-done/workflows/new-project.md +11 -11
- package/get-shit-done/workflows/pause-work.md +1 -1
- package/get-shit-done/workflows/plan-milestone-gaps.md +7 -7
- package/get-shit-done/workflows/plan-phase.md +12 -12
- package/get-shit-done/workflows/progress.md +22 -22
- 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 +9 -9
- package/get-shit-done/workflows/settings.md +5 -5
- package/get-shit-done/workflows/transition.md +10 -10
- 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
|
@@ -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
412
|
<sub>`/clear` 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
437
|
<sub>`/clear` 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,7 +483,7 @@ 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
488
|
<sub>`/clear` first → fresh context window</sub>
|
|
489
489
|
|
|
@@ -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 /clear, and feeds gaps into
|
|
2
|
+
Validate built features through conversational testing with persistent state. Creates UAT.md that tracks test progress, survives /clear, 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
|
-
`/clear` then
|
|
514
|
+
`/clear` 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.0",
|
|
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"
|