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.
- package/agents/gsd-codebase-mapper.md +743 -0
- package/agents/gsd-debugger.md +1191 -0
- package/agents/gsd-executor.md +759 -0
- package/agents/gsd-integration-checker.md +427 -0
- package/agents/gsd-phase-researcher.md +637 -0
- package/agents/gsd-plan-checker.md +749 -0
- package/agents/gsd-planner.md +1373 -0
- package/agents/gsd-project-researcher.md +877 -0
- package/agents/gsd-research-synthesizer.md +250 -0
- package/agents/gsd-roadmapper.md +610 -0
- package/agents/gsd-verifier.md +782 -0
- package/bin/install.js +11 -1
- package/command/gsd/add-phase.md +5 -7
- package/command/gsd/add-todo.md +4 -6
- package/command/gsd/audit-milestone.md +257 -0
- package/command/gsd/check-todos.md +2 -4
- package/command/gsd/complete-milestone.md +53 -23
- package/command/gsd/debug.md +120 -30
- package/command/gsd/discuss-phase.md +51 -30
- package/command/gsd/execute-phase.md +192 -26
- package/command/gsd/help.md +66 -75
- package/command/gsd/insert-phase.md +6 -6
- package/command/gsd/list-phase-assumptions.md +1 -1
- package/command/gsd/map-codebase.md +15 -28
- package/command/gsd/new-milestone.md +693 -36
- package/command/gsd/new-project.md +668 -108
- package/command/gsd/pause-work.md +2 -2
- package/command/gsd/plan-milestone-gaps.md +284 -0
- package/command/gsd/plan-phase.md +449 -42
- package/command/gsd/progress.md +66 -36
- package/command/gsd/remove-phase.md +17 -19
- package/command/gsd/research-phase.md +155 -67
- package/command/gsd/resume-work.md +3 -3
- package/command/gsd/update.md +172 -0
- package/command/gsd/verify-work.md +186 -38
- package/command/gsd/whats-new.md +124 -0
- package/get-shit-done/references/checkpoints.md +599 -98
- package/get-shit-done/references/continuation-format.md +5 -11
- package/get-shit-done/references/questioning.md +87 -108
- package/get-shit-done/references/tdd.md +3 -3
- package/get-shit-done/references/ui-brand.md +160 -0
- package/get-shit-done/references/verification-patterns.md +595 -0
- package/get-shit-done/templates/DEBUG.md +3 -3
- package/get-shit-done/templates/UAT.md +247 -0
- package/get-shit-done/templates/codebase/architecture.md +5 -5
- package/get-shit-done/templates/codebase/concerns.md +1 -1
- package/get-shit-done/templates/codebase/conventions.md +1 -1
- package/get-shit-done/templates/codebase/structure.md +8 -8
- package/get-shit-done/templates/codebase/testing.md +2 -2
- package/get-shit-done/templates/context.md +221 -70
- package/get-shit-done/templates/debug-subagent-prompt.md +91 -0
- package/get-shit-done/templates/discovery.md +5 -5
- package/get-shit-done/templates/phase-prompt.md +115 -2
- package/get-shit-done/templates/planner-subagent-prompt.md +117 -0
- package/get-shit-done/templates/requirements.md +231 -0
- package/get-shit-done/templates/research-project/ARCHITECTURE.md +204 -0
- package/get-shit-done/templates/research-project/FEATURES.md +147 -0
- package/get-shit-done/templates/research-project/PITFALLS.md +200 -0
- package/get-shit-done/templates/research-project/STACK.md +120 -0
- package/get-shit-done/templates/research-project/SUMMARY.md +170 -0
- package/get-shit-done/templates/research.md +2 -2
- package/get-shit-done/templates/roadmap.md +26 -20
- package/get-shit-done/templates/state.md +2 -17
- package/get-shit-done/templates/summary.md +13 -17
- package/get-shit-done/templates/user-setup.md +323 -0
- package/get-shit-done/templates/verification-report.md +322 -0
- package/get-shit-done/workflows/complete-milestone.md +152 -45
- package/get-shit-done/workflows/diagnose-issues.md +233 -0
- package/get-shit-done/workflows/discovery-phase.md +12 -17
- package/get-shit-done/workflows/discuss-phase.md +309 -124
- package/get-shit-done/workflows/execute-phase.md +177 -18
- package/get-shit-done/workflows/execute-plan.md +163 -145
- package/get-shit-done/workflows/map-codebase.md +86 -231
- package/get-shit-done/workflows/resume-project.md +18 -20
- package/get-shit-done/workflows/transition.md +7 -23
- package/get-shit-done/workflows/verify-phase.md +629 -0
- package/get-shit-done/workflows/verify-work.md +495 -134
- package/package.json +2 -1
- package/command/gsd/consider-issues.md +0 -201
- package/command/gsd/create-roadmap.md +0 -115
- package/command/gsd/discuss-milestone.md +0 -47
- package/command/gsd/execute-plan.md +0 -103
- package/command/gsd/plan-fix.md +0 -205
- package/command/gsd/status.md +0 -127
- package/get-shit-done/references/debugging/debugging-mindset.md +0 -253
- package/get-shit-done/references/debugging/hypothesis-testing.md +0 -373
- package/get-shit-done/references/debugging/investigation-techniques.md +0 -337
- package/get-shit-done/references/debugging/verification-patterns.md +0 -425
- package/get-shit-done/references/debugging/when-to-research.md +0 -361
- package/get-shit-done/references/plan-format.md +0 -475
- package/get-shit-done/references/principles.md +0 -157
- package/get-shit-done/references/research-pitfalls.md +0 -215
- package/get-shit-done/references/scope-estimation.md +0 -256
- package/get-shit-done/templates/agent-history.md +0 -263
- package/get-shit-done/templates/checkpoint-return.md +0 -204
- package/get-shit-done/templates/config.json +0 -26
- package/get-shit-done/templates/continuation-prompt.md +0 -235
- package/get-shit-done/templates/issues.md +0 -32
- package/get-shit-done/templates/milestone-context.md +0 -93
- package/get-shit-done/templates/subagent-task-prompt.md +0 -95
- package/get-shit-done/templates/uat-issues.md +0 -143
- package/get-shit-done/workflows/_archive/execute-phase.md +0 -899
- package/get-shit-done/workflows/create-milestone.md +0 -416
- package/get-shit-done/workflows/create-roadmap.md +0 -481
- package/get-shit-done/workflows/debug.md +0 -426
- package/get-shit-done/workflows/discuss-milestone.md +0 -236
- package/get-shit-done/workflows/plan-phase.md +0 -701
- 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-
|
|
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-
|
|
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
|
-
**
|
|
170
|
+
**Start v1.1** — questioning → research → requirements → roadmap
|
|
171
171
|
|
|
172
|
-
`/gsd-
|
|
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-
|
|
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
|
-
|
|
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
|
-
<
|
|
13
|
-
**ALL questions MUST use question.**
|
|
15
|
+
<the_goal>
|
|
14
16
|
|
|
15
|
-
|
|
17
|
+
By the end of questioning, you need enough clarity to write a PROJECT.md that downstream phases can act on:
|
|
16
18
|
|
|
17
|
-
|
|
18
|
-
-
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
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
|
-
|
|
25
|
-
</critical_rule>
|
|
25
|
+
A vague PROJECT.md forces every downstream phase to guess. The cost compounds.
|
|
26
26
|
|
|
27
|
-
|
|
28
|
-
**1. Open**
|
|
27
|
+
</the_goal>
|
|
29
28
|
|
|
30
|
-
|
|
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
|
|
31
|
+
**Start open.** Let them dump their mental model. Don't interrupt with structure.
|
|
36
32
|
|
|
37
|
-
**
|
|
33
|
+
**Follow energy.** Whatever they emphasized, dig into that. What excited them? What problem sparked this?
|
|
38
34
|
|
|
39
|
-
|
|
35
|
+
**Challenge vagueness.** Never accept fuzzy answers. "Good" means what? "Users" means who? "Simple" means how?
|
|
40
36
|
|
|
41
|
-
|
|
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
|
-
**
|
|
39
|
+
**Clarify ambiguity.** "When you say Z, do you mean A or B?" "You mentioned X — tell me more."
|
|
47
40
|
|
|
48
|
-
|
|
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
|
-
|
|
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
|
-
|
|
45
|
+
<question_types>
|
|
56
46
|
|
|
57
|
-
|
|
47
|
+
Use these as inspiration, not a checklist. Pick what's relevant to the thread.
|
|
58
48
|
|
|
59
|
-
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
-
|
|
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
|
-
**
|
|
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
|
-
|
|
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
|
-
|
|
69
|
-
-
|
|
70
|
-
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
**
|
|
91
|
-
-
|
|
92
|
-
-
|
|
93
|
-
-
|
|
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
|
-
**
|
|
96
|
-
-
|
|
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
|
-
**
|
|
99
|
-
|
|
100
|
-
</good_vs_bad>
|
|
83
|
+
**Example — vague answer:**
|
|
84
|
+
User says "it should be fast"
|
|
101
85
|
|
|
102
|
-
|
|
103
|
-
|
|
86
|
+
- header: "Fast"
|
|
87
|
+
- question: "Fast how?"
|
|
88
|
+
- options: ["Sub-second response", "Handles large datasets", "Quick to build", "Let me explain"]
|
|
104
89
|
|
|
105
|
-
**
|
|
106
|
-
|
|
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
|
-
|
|
111
|
-
-
|
|
112
|
-
-
|
|
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
|
-
|
|
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
|
-
|
|
121
|
-
</probing_techniques>
|
|
99
|
+
<context_checklist>
|
|
122
100
|
|
|
123
|
-
|
|
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 (
|
|
127
|
-
- [ ] Why it needs to exist (the
|
|
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 (
|
|
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
|
-
|
|
135
|
-
|
|
108
|
+
Four things. If they volunteer more, capture it.
|
|
109
|
+
|
|
110
|
+
</context_checklist>
|
|
136
111
|
|
|
137
112
|
<decision_gate>
|
|
138
|
-
|
|
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
|
|
142
|
-
- options
|
|
143
|
-
- "Create PROJECT.md"
|
|
144
|
-
- "
|
|
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 "
|
|
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
|
-
|
|
154
|
-
- **Checklist walking**
|
|
155
|
-
- **
|
|
156
|
-
- **
|
|
157
|
-
- **
|
|
158
|
-
- **
|
|
159
|
-
- **
|
|
160
|
-
- **
|
|
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 -
|
|
94
|
+
**RED - write failing test:**
|
|
95
95
|
1. Create test file following project conventions
|
|
96
|
-
2.
|
|
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.
|
|
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>
|