gsd-opencode 1.5.2 → 1.6.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.
Files changed (108) hide show
  1. package/agents/gsd-codebase-mapper.md +743 -0
  2. package/agents/gsd-debugger.md +1191 -0
  3. package/agents/gsd-executor.md +759 -0
  4. package/agents/gsd-integration-checker.md +427 -0
  5. package/agents/gsd-phase-researcher.md +637 -0
  6. package/agents/gsd-plan-checker.md +749 -0
  7. package/agents/gsd-planner.md +1373 -0
  8. package/agents/gsd-project-researcher.md +877 -0
  9. package/agents/gsd-research-synthesizer.md +250 -0
  10. package/agents/gsd-roadmapper.md +610 -0
  11. package/agents/gsd-verifier.md +782 -0
  12. package/bin/install.js +11 -1
  13. package/command/gsd/add-phase.md +5 -7
  14. package/command/gsd/add-todo.md +4 -6
  15. package/command/gsd/audit-milestone.md +257 -0
  16. package/command/gsd/check-todos.md +2 -4
  17. package/command/gsd/complete-milestone.md +53 -23
  18. package/command/gsd/debug.md +120 -30
  19. package/command/gsd/discuss-phase.md +51 -30
  20. package/command/gsd/execute-phase.md +192 -26
  21. package/command/gsd/help.md +66 -75
  22. package/command/gsd/insert-phase.md +6 -6
  23. package/command/gsd/list-phase-assumptions.md +1 -1
  24. package/command/gsd/map-codebase.md +15 -28
  25. package/command/gsd/new-milestone.md +693 -36
  26. package/command/gsd/new-project.md +668 -108
  27. package/command/gsd/pause-work.md +2 -2
  28. package/command/gsd/plan-milestone-gaps.md +284 -0
  29. package/command/gsd/plan-phase.md +449 -42
  30. package/command/gsd/progress.md +66 -36
  31. package/command/gsd/remove-phase.md +17 -19
  32. package/command/gsd/research-phase.md +155 -67
  33. package/command/gsd/resume-work.md +3 -3
  34. package/command/gsd/update.md +172 -0
  35. package/command/gsd/verify-work.md +186 -38
  36. package/command/gsd/whats-new.md +124 -0
  37. package/get-shit-done/references/checkpoints.md +599 -98
  38. package/get-shit-done/references/continuation-format.md +5 -11
  39. package/get-shit-done/references/questioning.md +87 -108
  40. package/get-shit-done/references/tdd.md +3 -3
  41. package/get-shit-done/references/ui-brand.md +160 -0
  42. package/get-shit-done/references/verification-patterns.md +595 -0
  43. package/get-shit-done/templates/DEBUG.md +3 -3
  44. package/get-shit-done/templates/UAT.md +247 -0
  45. package/get-shit-done/templates/codebase/architecture.md +5 -5
  46. package/get-shit-done/templates/codebase/concerns.md +1 -1
  47. package/get-shit-done/templates/codebase/conventions.md +1 -1
  48. package/get-shit-done/templates/codebase/structure.md +8 -8
  49. package/get-shit-done/templates/codebase/testing.md +2 -2
  50. package/get-shit-done/templates/context.md +221 -70
  51. package/get-shit-done/templates/debug-subagent-prompt.md +91 -0
  52. package/get-shit-done/templates/discovery.md +5 -5
  53. package/get-shit-done/templates/phase-prompt.md +115 -2
  54. package/get-shit-done/templates/planner-subagent-prompt.md +117 -0
  55. package/get-shit-done/templates/requirements.md +231 -0
  56. package/get-shit-done/templates/research-project/ARCHITECTURE.md +204 -0
  57. package/get-shit-done/templates/research-project/FEATURES.md +147 -0
  58. package/get-shit-done/templates/research-project/PITFALLS.md +200 -0
  59. package/get-shit-done/templates/research-project/STACK.md +120 -0
  60. package/get-shit-done/templates/research-project/SUMMARY.md +170 -0
  61. package/get-shit-done/templates/research.md +2 -2
  62. package/get-shit-done/templates/roadmap.md +26 -20
  63. package/get-shit-done/templates/state.md +2 -17
  64. package/get-shit-done/templates/summary.md +13 -17
  65. package/get-shit-done/templates/user-setup.md +323 -0
  66. package/get-shit-done/templates/verification-report.md +322 -0
  67. package/get-shit-done/workflows/complete-milestone.md +152 -45
  68. package/get-shit-done/workflows/diagnose-issues.md +233 -0
  69. package/get-shit-done/workflows/discovery-phase.md +12 -17
  70. package/get-shit-done/workflows/discuss-phase.md +309 -124
  71. package/get-shit-done/workflows/execute-phase.md +177 -18
  72. package/get-shit-done/workflows/execute-plan.md +163 -145
  73. package/get-shit-done/workflows/map-codebase.md +86 -231
  74. package/get-shit-done/workflows/resume-project.md +18 -20
  75. package/get-shit-done/workflows/transition.md +7 -23
  76. package/get-shit-done/workflows/verify-phase.md +629 -0
  77. package/get-shit-done/workflows/verify-work.md +495 -134
  78. package/package.json +2 -1
  79. package/command/gsd/consider-issues.md +0 -201
  80. package/command/gsd/create-roadmap.md +0 -115
  81. package/command/gsd/discuss-milestone.md +0 -47
  82. package/command/gsd/execute-plan.md +0 -103
  83. package/command/gsd/plan-fix.md +0 -205
  84. package/command/gsd/status.md +0 -127
  85. package/get-shit-done/references/debugging/debugging-mindset.md +0 -253
  86. package/get-shit-done/references/debugging/hypothesis-testing.md +0 -373
  87. package/get-shit-done/references/debugging/investigation-techniques.md +0 -337
  88. package/get-shit-done/references/debugging/verification-patterns.md +0 -425
  89. package/get-shit-done/references/debugging/when-to-research.md +0 -361
  90. package/get-shit-done/references/plan-format.md +0 -475
  91. package/get-shit-done/references/principles.md +0 -157
  92. package/get-shit-done/references/research-pitfalls.md +0 -215
  93. package/get-shit-done/references/scope-estimation.md +0 -256
  94. package/get-shit-done/templates/agent-history.md +0 -263
  95. package/get-shit-done/templates/checkpoint-return.md +0 -204
  96. package/get-shit-done/templates/config.json +0 -26
  97. package/get-shit-done/templates/continuation-prompt.md +0 -235
  98. package/get-shit-done/templates/issues.md +0 -32
  99. package/get-shit-done/templates/milestone-context.md +0 -93
  100. package/get-shit-done/templates/subagent-task-prompt.md +0 -95
  101. package/get-shit-done/templates/uat-issues.md +0 -143
  102. package/get-shit-done/workflows/_archive/execute-phase.md +0 -899
  103. package/get-shit-done/workflows/create-milestone.md +0 -416
  104. package/get-shit-done/workflows/create-roadmap.md +0 -481
  105. package/get-shit-done/workflows/debug.md +0 -426
  106. package/get-shit-done/workflows/discuss-milestone.md +0 -236
  107. package/get-shit-done/workflows/plan-phase.md +0 -701
  108. package/get-shit-done/workflows/research-phase.md +0 -436
@@ -44,7 +44,7 @@ Standard format for presenting next steps after completing a command or workflow
44
44
 
45
45
  **02-03: Refresh Token Rotation** — Add /api/auth/refresh with sliding expiry
46
46
 
47
- `/gsd-execute-plan .planning/phases/02-auth/02-03-PLAN.md`
47
+ `/gsd-execute-phase 2`
48
48
 
49
49
  *`/new` first → fresh context window*
50
50
 
@@ -69,7 +69,7 @@ Add note that this is the last plan and what comes after:
69
69
  **02-03: Refresh Token Rotation** — Add /api/auth/refresh with sliding expiry
70
70
  *Final plan in Phase 2*
71
71
 
72
- `/gsd-execute-plan .planning/phases/02-auth/02-03-PLAN.md`
72
+ `/gsd-execute-phase 2`
73
73
 
74
74
  *`/new` first → fresh context window*
75
75
 
@@ -167,18 +167,12 @@ All 4 phases shipped
167
167
 
168
168
  ## ▶ Next Up
169
169
 
170
- **Plan v1.1** — Enhanced features and optimizations
170
+ **Start v1.1** — questioning research → requirements → roadmap
171
171
 
172
- `/gsd-discuss-milestone`
172
+ `/gsd-new-milestone`
173
173
 
174
174
  *`/new` first → fresh context window*
175
175
 
176
- ---
177
-
178
- **Also available:**
179
- - `/gsd-new-milestone` — create directly if scope is clear
180
- - Review accomplishments before moving on
181
-
182
176
  ---
183
177
  ```
184
178
 
@@ -220,7 +214,7 @@ Extract: `**02-03: Refresh Token Rotation** — Add /api/auth/refresh with slidi
220
214
  ## To Continue
221
215
 
222
216
  Run `/new`, then paste:
223
- /gsd-execute-plan .planning/phases/02-auth/02-03-PLAN.md
217
+ /gsd-execute-phase 2
224
218
  ```
225
219
 
226
220
  User has no idea what 02-03 is about.
@@ -1,162 +1,141 @@
1
1
  <questioning_guide>
2
- The initialization phase is dream extraction, not requirements gathering. You're helping the user discover and articulate what they want to build. This isn't a contract negotiation — it's collaborative thinking.
2
+
3
+ Project initialization is dream extraction, not requirements gathering. You're helping the user discover and articulate what they want to build. This isn't a contract negotiation — it's collaborative thinking.
3
4
 
4
5
  <philosophy>
6
+
5
7
  **You are a thinking partner, not an interviewer.**
6
8
 
7
9
  The user often has a fuzzy idea. Your job is to help them sharpen it. Ask questions that make them think "oh, I hadn't considered that" or "yes, that's exactly what I mean."
8
10
 
9
- Don't interrogate. Collaborate.
11
+ Don't interrogate. Collaborate. Don't follow a script. Follow the thread.
12
+
10
13
  </philosophy>
11
14
 
12
- <critical_rule>
13
- **ALL questions MUST use question.**
15
+ <the_goal>
14
16
 
15
- Never ask questions inline as plain text. Every exploration question uses the question tool with thoughtful options that help the user articulate their vision.
17
+ By the end of questioning, you need enough clarity to write a PROJECT.md that downstream phases can act on:
16
18
 
17
- This applies to:
18
- - Opening questions ("What do you want to build?")
19
- - Follow-up questions ("You mentioned X what would that look like?")
20
- - Sharpening questions ("What's essential vs nice-to-have?")
21
- - Boundary questions ("What's out of scope?")
22
- - Decision gates ("Ready to proceed?")
19
+ - **Research** needs: what domain to research, what the user already knows, what unknowns exist
20
+ - **Requirements** needs: clear enough vision to scope v1 features
21
+ - **Roadmap** needs: clear enough vision to decompose into phases, what "done" looks like
22
+ - **plan-phase** needs: specific requirements to break into tasks, context for implementation choices
23
+ - **execute-phase** needs: success criteria to verify against, the "why" behind requirements
23
24
 
24
- The question format helps users think by presenting concrete options to react to, rather than facing a blank text field.
25
- </critical_rule>
25
+ A vague PROJECT.md forces every downstream phase to guess. The cost compounds.
26
26
 
27
- <conversation_arc>
28
- **1. Open**
27
+ </the_goal>
29
28
 
30
- Use question:
31
- - header: "Vision"
32
- - question: "What do you want to build?"
33
- - options: Contextual starting points if available, otherwise broad categories + "Let me describe it"
29
+ <how_to_question>
34
30
 
35
- Let them respond. Then follow up based on what they said.
31
+ **Start open.** Let them dump their mental model. Don't interrupt with structure.
36
32
 
37
- **2. Follow the thread**
33
+ **Follow energy.** Whatever they emphasized, dig into that. What excited them? What problem sparked this?
38
34
 
39
- Whatever they said dig into it. What excited them? What problem sparked this?
35
+ **Challenge vagueness.** Never accept fuzzy answers. "Good" means what? "Users" means who? "Simple" means how?
40
36
 
41
- Use question with options that probe what they mentioned:
42
- - header: "[Topic they mentioned]"
43
- - question: "You mentioned [X] — what would that actually look like?"
44
- - options: 2-3 interpretations of what they might mean + "Something else"
37
+ **Make the abstract concrete.** "Walk me through using this." "What does that actually look like?"
45
38
 
46
- **3. Sharpen the core**
39
+ **Clarify ambiguity.** "When you say Z, do you mean A or B?" "You mentioned X — tell me more."
47
40
 
48
- Help them distinguish the essential from the nice-to-have.
41
+ **Know when to stop.** When you understand what they want, why they want it, who it's for, and what done looks like — offer to proceed.
49
42
 
50
- Use question:
51
- - header: "Core"
52
- - question: "If you could only nail one thing, what would it be?"
53
- - options: Key features/aspects they've mentioned + "All equally important" + "Something else"
43
+ </how_to_question>
54
44
 
55
- **4. Find the boundaries**
45
+ <question_types>
56
46
 
57
- What is this NOT? Explicit exclusions prevent scope creep later.
47
+ Use these as inspiration, not a checklist. Pick what's relevant to the thread.
58
48
 
59
- Use question:
60
- - header: "Scope"
61
- - question: "What's explicitly NOT in v1?"
62
- - options: Things that might be tempting to include + "Nothing specific" + "Let me list them"
49
+ **Motivation — why this exists:**
50
+ - "What prompted this?"
51
+ - "What are you doing today that this replaces?"
52
+ - "What would you do if this existed?"
63
53
 
64
- **5. Ground in reality**
54
+ **Concreteness what it actually is:**
55
+ - "Walk me through using this"
56
+ - "You said X — what does that actually look like?"
57
+ - "Give me an example"
65
58
 
66
- Only ask about constraints that actually exist. Don't invent concerns.
59
+ **Clarification what they mean:**
60
+ - "When you say Z, do you mean A or B?"
61
+ - "You mentioned X — tell me more about that"
67
62
 
68
- Use question:
69
- - header: "Constraints"
70
- - question: "Any hard constraints?"
71
- - options: Common constraint types relevant to context + "None" + "Yes, let me explain"
72
- </conversation_arc>
63
+ **Success — how you'll know it's working:**
64
+ - "How will you know this is working?"
65
+ - "What does done look like?"
73
66
 
74
- <good_vs_bad>
75
- **BAD — Inline text questions:**
76
- - Asking "What is your target audience?" as plain text
77
- - Free-form "Tell me more about X" without options
78
- - Any question that leaves the user staring at a blank input
67
+ </question_types>
79
68
 
80
- **GOOD — question with options:**
81
- - header: "Audience"
82
- - question: "Who is this for?"
83
- - options: ["Just me", "My team", "Public users", "Let me describe"]
69
+ <using_askuserquestion>
84
70
 
85
- **BAD Corporate speak:**
86
- - "What are your success criteria?"
87
- - "What's your budget?"
88
- - "Have you done X before?" (irrelevant — OpenCode builds)
71
+ Use question to help users think by presenting concrete options to react to.
89
72
 
90
- **GOOD — Concrete options that help them think:**
91
- - header: "Done"
92
- - question: "How will you know this is working?"
93
- - options: ["I'm using it daily", "Specific metric improves", "Replaces current workflow", "Let me describe"]
73
+ **Good options:**
74
+ - Interpretations of what they might mean
75
+ - Specific examples to confirm or deny
76
+ - Concrete choices that reveal priorities
94
77
 
95
- **BAD — Checklist walking:**
96
- - Ask about audience → ask about constraints → ask about tech stack (regardless of what user said)
78
+ **Bad options:**
79
+ - Generic categories ("Technical", "Business", "Other")
80
+ - Leading options that presume an answer
81
+ - Too many options (2-4 is ideal)
97
82
 
98
- **GOODFollowing threads with targeted options:**
99
- - User mentions frustration question with specific frustration interpretations as options → their selection reveals the core value prop
100
- </good_vs_bad>
83
+ **Examplevague answer:**
84
+ User says "it should be fast"
101
85
 
102
- <probing_techniques>
103
- When answers are vague, don't accept them. Probe with question:
86
+ - header: "Fast"
87
+ - question: "Fast how?"
88
+ - options: ["Sub-second response", "Handles large datasets", "Quick to build", "Let me explain"]
104
89
 
105
- **"Make it good"**
106
- - header: "Good"
107
- - question: "What does 'good' mean here?"
108
- - options: ["Fast", "Beautiful", "Simple", "Reliable", "Let me describe"]
90
+ **Example following a thread:**
91
+ User mentions "frustrated with current tools"
109
92
 
110
- **"Users"** →
111
- - header: "Users"
112
- - question: "Which users?"
113
- - options: ["Just me", "My team", "Specific type of person", "Let me describe"]
93
+ - header: "Frustration"
94
+ - question: "What specifically frustrates you?"
95
+ - options: ["Too many clicks", "Missing features", "Unreliable", "Let me explain"]
114
96
 
115
- **"It should be easy to use"** →
116
- - header: "Easy"
117
- - question: "Easy how?"
118
- - options: ["Fewer clicks", "No learning curve", "Works on mobile", "Let me describe"]
97
+ </using_askuserquestion>
119
98
 
120
- Specifics are everything. Vague in = vague out.
121
- </probing_techniques>
99
+ <context_checklist>
122
100
 
123
- <coverage_check>
124
- By the end of questioning, you should understand:
101
+ Use this as a **background checklist**, not a conversation structure. Check these mentally as you go. If gaps remain, weave questions naturally.
125
102
 
126
- - [ ] What they're building (the thing)
127
- - [ ] Why it needs to exist (the motivation)
103
+ - [ ] What they're building (concrete enough to explain to a stranger)
104
+ - [ ] Why it needs to exist (the problem or desire driving it)
128
105
  - [ ] Who it's for (even if just themselves)
129
- - [ ] What "done" looks like (measurable outcome)
130
- - [ ] What's NOT in scope (boundaries)
131
- - [ ] Any real constraints (tech, timeline, compatibility)
132
- - [ ] What exists already (greenfield vs brownfield)
106
+ - [ ] What "done" looks like (observable outcomes)
133
107
 
134
- If gaps remain, weave questions naturally into the conversation. Don't suddenly switch to checklist mode.
135
- </coverage_check>
108
+ Four things. If they volunteer more, capture it.
109
+
110
+ </context_checklist>
136
111
 
137
112
  <decision_gate>
138
- When you feel you understand the vision, use question:
113
+
114
+ When you could write a clear PROJECT.md, offer to proceed:
139
115
 
140
116
  - header: "Ready?"
141
- - question: "Ready to create PROJECT.md, or explore more?"
142
- - options (ALL THREE REQUIRED):
143
- - "Create PROJECT.md" - Finalize and continue
144
- - "Ask more questions" - I'll dig into areas we haven't covered
145
- - "Let me add context" - You have more to share
117
+ - question: "I think I understand what you're after. Ready to create PROJECT.md?"
118
+ - options:
119
+ - "Create PROJECT.md" Let's move forward
120
+ - "Keep exploring" I want to share more / ask me more
146
121
 
147
- If "Ask more questions" identify gaps from coverage check ask naturally return to gate.
122
+ If "Keep exploring" ask what they want to add or identify gaps and probe naturally.
148
123
 
149
124
  Loop until "Create PROJECT.md" selected.
125
+
150
126
  </decision_gate>
151
127
 
152
128
  <anti_patterns>
153
- - **Interrogation** - Firing questions without building on answers
154
- - **Checklist walking** - Going through domains regardless of conversation flow
155
- - **Corporate speak** - "What are your success criteria?" "Who are your stakeholders?"
156
- - **Rushing** - Minimizing questions to get to "the work"
157
- - **Assuming** - Filling gaps with assumptions instead of asking
158
- - **User skills** - NEVER ask about user's technical experience. OpenCode builds — user's skills are irrelevant.
159
- - **Premature constraints** - Asking about tech stack before understanding the idea
160
- - **Shallow acceptance** - Taking vague answers without probing for specifics
129
+
130
+ - **Checklist walking** Going through domains regardless of what they said
131
+ - **Canned questions** "What's your core value?" "What's out of scope?" regardless of context
132
+ - **Corporate speak** "What are your success criteria?" "Who are your stakeholders?"
133
+ - **Interrogation** Firing questions without building on answers
134
+ - **Rushing** Minimizing questions to get to "the work"
135
+ - **Shallow acceptance** Taking vague answers without probing
136
+ - **Premature constraints** Asking about tech stack before understanding the idea
137
+ - **User skills** — NEVER ask about user's technical experience. OpenCode builds.
138
+
161
139
  </anti_patterns>
140
+
162
141
  </questioning_guide>
@@ -91,15 +91,15 @@ After completion, create SUMMARY.md with:
91
91
  <execution_flow>
92
92
  ## Red-Green-Refactor Cycle
93
93
 
94
- **RED - Write failing test:**
94
+ **RED - write failing test:**
95
95
  1. Create test file following project conventions
96
- 2. Write test describing expected behavior (from `<behavior>` element)
96
+ 2. write test describing expected behavior (from `<behavior>` element)
97
97
  3. Run test - it MUST fail
98
98
  4. If test passes: feature exists or test is wrong. Investigate.
99
99
  5. Commit: `test({phase}-{plan}): add failing test for [feature]`
100
100
 
101
101
  **GREEN - Implement to pass:**
102
- 1. Write minimal code to make test pass
102
+ 1. write minimal code to make test pass
103
103
  2. No cleverness, no optimization - just make it work
104
104
  3. Run test - it MUST pass
105
105
  4. Commit: `feat({phase}-{plan}): implement [feature]`
@@ -0,0 +1,160 @@
1
+ <ui_patterns>
2
+
3
+ Visual patterns for user-facing GSD output. Orchestrators @-reference this file.
4
+
5
+ ## Stage Banners
6
+
7
+ Use for major workflow transitions.
8
+
9
+ ```
10
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
11
+ GSD ► {STAGE NAME}
12
+ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
13
+ ```
14
+
15
+ **Stage names (uppercase):**
16
+ - `QUESTIONING`
17
+ - `RESEARCHING`
18
+ - `DEFINING REQUIREMENTS`
19
+ - `CREATING ROADMAP`
20
+ - `PLANNING PHASE {N}`
21
+ - `EXECUTING WAVE {N}`
22
+ - `VERIFYING`
23
+ - `PHASE {N} COMPLETE ✓`
24
+ - `MILESTONE COMPLETE 🎉`
25
+
26
+ ---
27
+
28
+ ## Checkpoint Boxes
29
+
30
+ User action required. 62-character width.
31
+
32
+ ```
33
+ ╔══════════════════════════════════════════════════════════════╗
34
+ ║ CHECKPOINT: {Type} ║
35
+ ╚══════════════════════════════════════════════════════════════╝
36
+
37
+ {Content}
38
+
39
+ ──────────────────────────────────────────────────────────────
40
+ → {ACTION PROMPT}
41
+ ──────────────────────────────────────────────────────────────
42
+ ```
43
+
44
+ **Types:**
45
+ - `CHECKPOINT: Verification Required` → `→ Type "approved" or describe issues`
46
+ - `CHECKPOINT: Decision Required` → `→ Select: option-a / option-b`
47
+ - `CHECKPOINT: Action Required` → `→ Type "done" when complete`
48
+
49
+ ---
50
+
51
+ ## Status Symbols
52
+
53
+ ```
54
+ ✓ Complete / Passed / Verified
55
+ ✗ Failed / Missing / Blocked
56
+ ◆ In Progress
57
+ ○ Pending
58
+ ⚡ Auto-approved
59
+ ⚠ Warning
60
+ 🎉 Milestone complete (only in banner)
61
+ ```
62
+
63
+ ---
64
+
65
+ ## Progress Display
66
+
67
+ **Phase/milestone level:**
68
+ ```
69
+ Progress: ████████░░ 80%
70
+ ```
71
+
72
+ **Task level:**
73
+ ```
74
+ Tasks: 2/4 complete
75
+ ```
76
+
77
+ **Plan level:**
78
+ ```
79
+ Plans: 3/5 complete
80
+ ```
81
+
82
+ ---
83
+
84
+ ## Spawning Indicators
85
+
86
+ ```
87
+ ◆ Spawning researcher...
88
+
89
+ ◆ Spawning 4 researchers in parallel...
90
+ → Stack research
91
+ → Features research
92
+ → Architecture research
93
+ → Pitfalls research
94
+
95
+ ✓ Researcher complete: STACK.md written
96
+ ```
97
+
98
+ ---
99
+
100
+ ## Next Up Block
101
+
102
+ Always at end of major completions.
103
+
104
+ ```
105
+ ───────────────────────────────────────────────────────────────
106
+
107
+ ## ▶ Next Up
108
+
109
+ **{Identifier}: {Name}** — {one-line description}
110
+
111
+ `{copy-paste command}`
112
+
113
+ *`/new` first → fresh context window*
114
+
115
+ ───────────────────────────────────────────────────────────────
116
+
117
+ **Also available:**
118
+ - `/gsd-alternative-1` — description
119
+ - `/gsd-alternative-2` — description
120
+
121
+ ───────────────────────────────────────────────────────────────
122
+ ```
123
+
124
+ ---
125
+
126
+ ## Error Box
127
+
128
+ ```
129
+ ╔══════════════════════════════════════════════════════════════╗
130
+ ║ ERROR ║
131
+ ╚══════════════════════════════════════════════════════════════╝
132
+
133
+ {Error description}
134
+
135
+ **To fix:** {Resolution steps}
136
+ ```
137
+
138
+ ---
139
+
140
+ ## Tables
141
+
142
+ ```
143
+ | Phase | Status | Plans | Progress |
144
+ |-------|--------|-------|----------|
145
+ | 1 | ✓ | 3/3 | 100% |
146
+ | 2 | ◆ | 1/4 | 25% |
147
+ | 3 | ○ | 0/2 | 0% |
148
+ ```
149
+
150
+ ---
151
+
152
+ ## Anti-Patterns
153
+
154
+ - Varying box/banner widths
155
+ - Mixing banner styles (`===`, `---`, `***`)
156
+ - Skipping `GSD ►` prefix in banners
157
+ - Random emoji (`🚀`, `✨`, `💫`)
158
+ - Missing Next Up block after completions
159
+
160
+ </ui_patterns>