gsd-opencode 1.20.1 → 1.20.2
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/commands/gsd/gsd-research-phase.md +2 -2
- package/get-shit-done/workflows/diagnose-issues.md +1 -1
- package/get-shit-done/workflows/discuss-phase.md +1 -1
- package/get-shit-done/workflows/new-project.md +4 -4
- package/get-shit-done/workflows/plan-phase.md +4 -4
- package/get-shit-done/workflows/quick.md +1 -1
- package/package.json +1 -1
|
@@ -136,7 +136,7 @@ write to: .planning/phases/${PHASE}-{slug}/${PHASE}-RESEARCH.md
|
|
|
136
136
|
```
|
|
137
137
|
task(
|
|
138
138
|
prompt="First, read ~/.config/opencode/agents/gsd-phase-researcher.md for your role and instructions.\n\n" + filled_prompt,
|
|
139
|
-
subagent_type="
|
|
139
|
+
subagent_type="general",
|
|
140
140
|
model="{researcher_model}",
|
|
141
141
|
description="Research Phase {phase}"
|
|
142
142
|
)
|
|
@@ -172,7 +172,7 @@ Continue research for Phase {phase_number}: {phase_name}
|
|
|
172
172
|
```
|
|
173
173
|
task(
|
|
174
174
|
prompt="First, read ~/.config/opencode/agents/gsd-phase-researcher.md for your role and instructions.\n\n" + continuation_prompt,
|
|
175
|
-
subagent_type="
|
|
175
|
+
subagent_type="general",
|
|
176
176
|
model="{researcher_model}",
|
|
177
177
|
description="Continue research Phase {phase}"
|
|
178
178
|
)
|
|
@@ -80,7 +80,7 @@ For each gap, fill the debug-subagent-prompt template and spawn:
|
|
|
80
80
|
```
|
|
81
81
|
task(
|
|
82
82
|
prompt=filled_debug_subagent_prompt + "\n\n<files_to_read>\n- {phase_dir}/{phase_num}-UAT.md\n- .planning/STATE.md\n</files_to_read>",
|
|
83
|
-
subagent_type="
|
|
83
|
+
subagent_type="general",
|
|
84
84
|
description="Debug: {truth_short}"
|
|
85
85
|
)
|
|
86
86
|
```
|
|
@@ -488,7 +488,7 @@ task(
|
|
|
488
488
|
6. Return: PHASE COMPLETE (full pipeline success), PLANNING COMPLETE (planning done but execute failed/skipped), PLANNING INCONCLUSIVE, or GAPS FOUND
|
|
489
489
|
</instructions>
|
|
490
490
|
",
|
|
491
|
-
subagent_type="
|
|
491
|
+
subagent_type="general",
|
|
492
492
|
description="Plan Phase ${PHASE}"
|
|
493
493
|
)
|
|
494
494
|
```
|
|
@@ -582,7 +582,7 @@ Your STACK.md feeds into roadmap creation. Be prescriptive:
|
|
|
582
582
|
write to: .planning/research/STACK.md
|
|
583
583
|
Use template: ~/.config/opencode/get-shit-done/templates/research-project/STACK.md
|
|
584
584
|
</output>
|
|
585
|
-
", subagent_type="
|
|
585
|
+
", subagent_type="general", model="{researcher_model}", description="Stack research")
|
|
586
586
|
|
|
587
587
|
task(prompt="First, read ~/.config/opencode/agents/gsd-project-researcher.md for your role and instructions.
|
|
588
588
|
|
|
@@ -622,7 +622,7 @@ Your FEATURES.md feeds into requirements definition. Categorize clearly:
|
|
|
622
622
|
write to: .planning/research/FEATURES.md
|
|
623
623
|
Use template: ~/.config/opencode/get-shit-done/templates/research-project/FEATURES.md
|
|
624
624
|
</output>
|
|
625
|
-
", subagent_type="
|
|
625
|
+
", subagent_type="general", model="{researcher_model}", description="Features research")
|
|
626
626
|
|
|
627
627
|
task(prompt="First, read ~/.config/opencode/agents/gsd-project-researcher.md for your role and instructions.
|
|
628
628
|
|
|
@@ -662,7 +662,7 @@ Your ARCHITECTURE.md informs phase structure in roadmap. Include:
|
|
|
662
662
|
write to: .planning/research/ARCHITECTURE.md
|
|
663
663
|
Use template: ~/.config/opencode/get-shit-done/templates/research-project/ARCHITECTURE.md
|
|
664
664
|
</output>
|
|
665
|
-
", subagent_type="
|
|
665
|
+
", subagent_type="general", model="{researcher_model}", description="Architecture research")
|
|
666
666
|
|
|
667
667
|
task(prompt="First, read ~/.config/opencode/agents/gsd-project-researcher.md for your role and instructions.
|
|
668
668
|
|
|
@@ -702,7 +702,7 @@ Your PITFALLS.md prevents mistakes in roadmap/planning. For each pitfall:
|
|
|
702
702
|
write to: .planning/research/PITFALLS.md
|
|
703
703
|
Use template: ~/.config/opencode/get-shit-done/templates/research-project/PITFALLS.md
|
|
704
704
|
</output>
|
|
705
|
-
", subagent_type="
|
|
705
|
+
", subagent_type="general", model="{researcher_model}", description="Pitfalls research")
|
|
706
706
|
```
|
|
707
707
|
|
|
708
708
|
After all 4 agents complete, spawn synthesizer to create SUMMARY.md:
|
|
@@ -117,7 +117,7 @@ write to: {phase_dir}/{phase_num}-RESEARCH.md
|
|
|
117
117
|
```
|
|
118
118
|
task(
|
|
119
119
|
prompt="First, read ~/.config/opencode/agents/gsd-phase-researcher.md for your role and instructions.\n\n" + research_prompt,
|
|
120
|
-
subagent_type="
|
|
120
|
+
subagent_type="general",
|
|
121
121
|
model="{researcher_model}",
|
|
122
122
|
description="Research Phase {phase}"
|
|
123
123
|
)
|
|
@@ -230,7 +230,7 @@ Output consumed by /gsd-execute-phase. Plans need:
|
|
|
230
230
|
```
|
|
231
231
|
task(
|
|
232
232
|
prompt="First, read ~/.config/opencode/agents/gsd-planner.md for your role and instructions.\n\n" + filled_prompt,
|
|
233
|
-
subagent_type="
|
|
233
|
+
subagent_type="general",
|
|
234
234
|
model="{planner_model}",
|
|
235
235
|
description="Plan Phase {phase}"
|
|
236
236
|
)
|
|
@@ -327,7 +327,7 @@ Return what changed.
|
|
|
327
327
|
```
|
|
328
328
|
task(
|
|
329
329
|
prompt="First, read ~/.config/opencode/agents/gsd-planner.md for your role and instructions.\n\n" + revision_prompt,
|
|
330
|
-
subagent_type="
|
|
330
|
+
subagent_type="general",
|
|
331
331
|
model="{planner_model}",
|
|
332
332
|
description="Revise Phase {phase} plans"
|
|
333
333
|
)
|
|
@@ -396,7 +396,7 @@ task(
|
|
|
396
396
|
7. Do NOT use the skill tool or /gsd- commands
|
|
397
397
|
</instructions>
|
|
398
398
|
",
|
|
399
|
-
subagent_type="
|
|
399
|
+
subagent_type="general",
|
|
400
400
|
description="Execute Phase ${PHASE}"
|
|
401
401
|
)
|
|
402
402
|
```
|
|
@@ -223,7 +223,7 @@ Return what changed.
|
|
|
223
223
|
```
|
|
224
224
|
task(
|
|
225
225
|
prompt="First, read ~/.config/opencode/agents/gsd-planner.md for your role and instructions.\n\n" + revision_prompt,
|
|
226
|
-
subagent_type="
|
|
226
|
+
subagent_type="general",
|
|
227
227
|
model="{planner_model}",
|
|
228
228
|
description="Revise quick plan: ${DESCRIPTION}"
|
|
229
229
|
)
|