@leeovery/claude-technical-workflows 2.1.24 → 2.1.25

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 (44) hide show
  1. package/agents/review-task-verifier.md +22 -10
  2. package/package.json +1 -1
  3. package/skills/link-dependencies/SKILL.md +60 -33
  4. package/skills/start-discussion/references/display-options.md +44 -15
  5. package/skills/start-discussion/references/gather-context-continue.md +2 -0
  6. package/skills/start-discussion/references/gather-context-fresh.md +6 -0
  7. package/skills/start-discussion/references/gather-context-research.md +2 -2
  8. package/skills/start-implementation/SKILL.md +114 -47
  9. package/skills/start-planning/SKILL.md +94 -36
  10. package/skills/start-research/references/gather-context.md +4 -4
  11. package/skills/start-review/SKILL.md +14 -123
  12. package/skills/start-review/references/display-plans.md +103 -0
  13. package/skills/start-review/references/invoke-skill.md +32 -0
  14. package/skills/start-review/references/select-plans.md +41 -0
  15. package/skills/start-specification/references/analysis-flow.md +2 -0
  16. package/skills/start-specification/references/confirm-continue.md +21 -1
  17. package/skills/start-specification/references/confirm-create.md +15 -1
  18. package/skills/start-specification/references/confirm-refine.md +9 -1
  19. package/skills/start-specification/references/confirm-unify.md +12 -0
  20. package/skills/start-specification/references/display-analyze.md +21 -2
  21. package/skills/start-specification/references/display-blocks.md +11 -6
  22. package/skills/start-specification/references/display-groupings.md +20 -13
  23. package/skills/start-specification/references/display-single-grouped.md +13 -6
  24. package/skills/start-specification/references/display-single-has-spec.md +15 -7
  25. package/skills/start-specification/references/display-single-no-spec.md +13 -9
  26. package/skills/start-specification/references/display-single.md +0 -2
  27. package/skills/start-specification/references/display-specs-menu.md +21 -6
  28. package/skills/status/SKILL.md +18 -11
  29. package/skills/technical-implementation/SKILL.md +14 -6
  30. package/skills/technical-implementation/references/steps/analysis-loop.md +12 -6
  31. package/skills/technical-implementation/references/steps/task-loop.md +12 -6
  32. package/skills/technical-planning/SKILL.md +8 -4
  33. package/skills/technical-planning/references/steps/analyze-task-graph.md +8 -4
  34. package/skills/technical-planning/references/steps/author-tasks.md +4 -2
  35. package/skills/technical-planning/references/steps/define-phases.md +4 -2
  36. package/skills/technical-planning/references/steps/define-tasks.md +4 -2
  37. package/skills/technical-planning/references/steps/plan-construction.md +4 -2
  38. package/skills/technical-planning/references/steps/resolve-dependencies.md +4 -2
  39. package/skills/technical-planning/references/steps/review-integrity.md +4 -2
  40. package/skills/technical-planning/references/steps/review-traceability.md +4 -2
  41. package/skills/technical-research/SKILL.md +4 -2
  42. package/skills/technical-review/references/invoke-task-verifiers.md +37 -47
  43. package/skills/technical-specification/references/specification-guide.md +11 -3
  44. package/skills/view-plan/SKILL.md +3 -1
@@ -97,13 +97,18 @@ Use `state.scenario` from the discovery output to determine the path:
97
97
 
98
98
  No specifications exist yet.
99
99
 
100
+ > *Output the next fenced block as a code block:*
101
+
100
102
  ```
103
+ Planning Overview
104
+
101
105
  No specifications found in docs/workflow/specification/
102
106
 
103
- The planning phase requires a concluded specification. Please run /start-specification first.
107
+ The planning phase requires a concluded specification.
108
+ Run /start-specification first.
104
109
  ```
105
110
 
106
- **STOP.** Wait for user to acknowledge before ending.
111
+ **STOP.** Do not proceed terminal condition.
107
112
 
108
113
  #### If scenario is "nothing_actionable"
109
114
 
@@ -125,65 +130,107 @@ Present everything discovered to help the user make an informed choice.
125
130
 
126
131
  **Present the full state:**
127
132
 
133
+ > *Output the next fenced block as a code block:*
134
+
128
135
  ```
129
- Planning Phase
136
+ Planning Overview
137
+
138
+ {N} specifications found. {M} plans exist.
139
+
140
+ 1. {topic:(titlecase)}
141
+ └─ Plan: @if(has_plan) {plan_status:[in-progress|concluded]} @else (no plan) @endif
142
+ └─ Spec: concluded
143
+
144
+ 2. ...
145
+ ```
146
+
147
+ **Tree rules:**
148
+
149
+ Each numbered item shows a feature specification that is actionable:
150
+ - Concluded spec with no plan → `Plan: (no plan)`
151
+ - Has a plan with `plan_status: planning` → `Plan: in-progress`
152
+ - Has a plan with `plan_status: concluded` → `Plan: concluded`
130
153
 
131
- Available:
132
- 1. + {topic-2} - create new plan
133
- 2. {topic-3} - continue in-progress plan
134
- 3. > {topic-4} - review concluded plan
154
+ **If non-plannable specifications exist**, show them in a separate code block:
155
+
156
+ > *Output the next fenced block as a code block:*
135
157
 
136
- Not plannable specifications:
137
- · {topic-1} [feature, in-progress]
138
- · {caching-strategy} [cross-cutting, concluded]
139
- · {rate-limiting} [cross-cutting, in-progress]
140
158
  ```
159
+ Specifications not ready for planning:
160
+ These specifications are either still in progress or cross-cutting
161
+ and cannot be planned directly.
141
162
 
142
- **Output in a fenced code block exactly as shown above.**
163
+ {topic} ({type:[feature|cross-cutting]}, {status:[in-progress|concluded]})
164
+ ```
143
165
 
144
- **Formatting rules:**
166
+ **Key/Legend** — show only statuses that appear in the current display. No `---` separator before this section.
145
167
 
146
- Available (numbered, selectable):
147
- - **`+`** — concluded spec with no plan yet
148
- - **`▶`** — has a plan with `plan_status: planning`
149
- - **`>`** — has a plan with `plan_status: concluded`
168
+ > *Output the next fenced block as a code block:*
150
169
 
151
- Not plannable specifications (no number, not selectable — `[type, status]` format):
152
- - **`·`** — feature specs still in-progress, or cross-cutting specifications
153
- - Feature specs: `[feature, in-progress]`
154
- - Cross-cutting specs: `[cross-cutting, {status}]`
170
+ ```
171
+ Key:
155
172
 
156
- Omit either section entirely if it has no entries.
173
+ Plan status:
174
+ in-progress — planning work is ongoing
175
+ concluded — plan is complete
176
+
177
+ Spec type:
178
+ cross-cutting — architectural policy, not directly plannable
179
+ feature — plannable feature specification
180
+ ```
181
+
182
+ Omit any section entirely if it has no entries.
157
183
 
158
184
  **Then prompt based on what's actionable:**
159
185
 
160
186
  **If multiple actionable items:**
187
+
188
+ The verb in the menu depends on the plan state:
189
+ - No plan exists → **Create**
190
+ - Plan is `in-progress` → **Continue**
191
+ - Plan is `concluded` → **Review**
192
+
193
+ > *Output the next fenced block as markdown (not a code block):*
194
+
161
195
  ```
162
196
  · · · · · · · · · · · ·
163
- Select a specification (enter number):
197
+ 1. Create "Auth Flow" — concluded spec, no plan
198
+ 2. Continue "Data Model" — plan in-progress
199
+ 3. Review "Billing" — plan concluded
200
+
201
+ Select an option (enter number):
202
+ · · · · · · · · · · · ·
164
203
  ```
165
204
 
205
+ Recreate with actual topics and states from discovery.
206
+
166
207
  **STOP.** Wait for user response.
167
208
 
168
209
  **If single actionable item (auto-select):**
210
+
211
+ > *Output the next fenced block as a code block:*
212
+
169
213
  ```
170
- Auto-selecting: {topic} (only actionable specification)
214
+ Automatically proceeding with "{topic:(titlecase)}".
171
215
  ```
172
216
 
173
217
  → Proceed directly to **Step 4**.
174
218
 
175
219
  **If nothing actionable:**
220
+
221
+ > *Output the next fenced block as a code block:*
222
+
176
223
  ```
177
- No plannable specifications.
224
+ Planning Overview
178
225
 
179
- Before you can start planning:
180
- - Complete any in-progress specifications with /start-specification, or
181
- - Create a new specification first
226
+ No plannable specifications found.
182
227
 
183
- Then re-run /start-planning.
228
+ The planning phase requires a concluded feature specification.
229
+ Complete any in-progress specifications with /start-specification,
230
+ or create a new specification first.
184
231
  ```
185
232
 
186
- **STOP.** This workflow cannot continue do not proceed.
233
+ **STOP.** Do not proceedterminal condition.
187
234
 
188
235
  → Based on user choice, proceed to **Step 4**.
189
236
 
@@ -207,9 +254,16 @@ The plan already has its context from when it was created. Skip context gatherin
207
254
 
208
255
  ## Step 5: Gather Additional Context
209
256
 
210
- Ask:
211
- - Any additional context or priorities to consider?
212
- - Any constraints since the specification was concluded?
257
+ > *Output the next fenced block as markdown (not a code block):*
258
+
259
+ ```
260
+ · · · · · · · · · · · ·
261
+ Any additional context since the specification was concluded?
262
+
263
+ - **`c`/`continue`** — Continue with the specification as-is
264
+ - Or provide additional context (priorities, constraints, new considerations)
265
+ · · · · · · · · · · · ·
266
+ ```
213
267
 
214
268
  **STOP.** Wait for user response.
215
269
 
@@ -229,12 +283,14 @@ If any **in-progress** cross-cutting specifications exist, check whether they co
229
283
 
230
284
  If any are relevant:
231
285
 
232
- ```
233
- Note: The following cross-cutting specifications are still in-progress:
234
- · {rate-limiting} - in-progress
286
+ > *Output the next fenced block as markdown (not a code block):*
235
287
 
288
+ ```
289
+ Cross-cutting specifications still in progress:
236
290
  These may contain architectural decisions relevant to this plan.
237
291
 
292
+ • {topic}
293
+
238
294
  · · · · · · · · · · · ·
239
295
  - **`c`/`continue`** — Plan without them
240
296
  - **`s`/`stop`** — Complete them first (/start-specification)
@@ -249,6 +305,8 @@ If the user chooses to stop, end here. If they choose to continue, proceed.
249
305
 
250
306
  If any **concluded** cross-cutting specifications exist, identify which are relevant to the feature being planned and summarize for handoff:
251
307
 
308
+ > *Output the next fenced block as a code block:*
309
+
252
310
  ```
253
311
  Cross-cutting specifications to reference:
254
312
  - caching-strategy.md: [brief summary of key decisions]
@@ -10,7 +10,7 @@ Ask each question below **one at a time**. After each, **STOP** and wait for the
10
10
 
11
11
  ## Seed Idea
12
12
 
13
- Ask:
13
+ > *Output the next fenced block as a code block:*
14
14
 
15
15
  ```
16
16
  What's on your mind?
@@ -25,7 +25,7 @@ What's on your mind?
25
25
 
26
26
  ## Current Knowledge
27
27
 
28
- Ask:
28
+ > *Output the next fenced block as a code block:*
29
29
 
30
30
  ```
31
31
  What do you already know?
@@ -40,7 +40,7 @@ What do you already know?
40
40
 
41
41
  ## Starting Point
42
42
 
43
- Ask:
43
+ > *Output the next fenced block as a code block:*
44
44
 
45
45
  ```
46
46
  Where should we start?
@@ -55,7 +55,7 @@ Where should we start?
55
55
 
56
56
  ## Final Context
57
57
 
58
- Ask:
58
+ > *Output the next fenced block as a code block:*
59
59
 
60
60
  ```
61
61
  Any constraints or context I should know about upfront?
@@ -90,13 +90,19 @@ Use `state.scenario` from the discovery output to determine the path:
90
90
 
91
91
  No plans exist yet.
92
92
 
93
+ > *Output the next fenced block as a code block:*
94
+
93
95
  ```
96
+ Review Overview
97
+
94
98
  No plans found in docs/workflow/planning/
95
99
 
96
- The review phase requires a completed implementation based on a plan. Please run /start-planning first to create a plan, then /start-implementation to build it.
100
+ The review phase requires a completed implementation based on a plan.
101
+ Run /start-planning first to create a plan, then /start-implementation
102
+ to build it.
97
103
  ```
98
104
 
99
- **STOP.** Wait for user to acknowledge before ending.
105
+ **STOP.** Do not proceed terminal condition.
100
106
 
101
107
  #### If scenario is "single_plan" or "multiple_plans"
102
108
 
@@ -106,107 +112,17 @@ Plans exist.
106
112
 
107
113
  ---
108
114
 
109
- ## Step 3: Present Plans and Select Scope
110
-
111
- Present all discovered plans with implementation status to help the user understand what's reviewable.
112
-
113
- **Present the full state:**
114
-
115
- ```
116
- Review Phase
117
-
118
- Reviewable:
119
- 1. ✓ {topic-1} (completed) - format: {format}, spec: {exists|missing}
120
- 2. ▶ {topic-2} (in-progress) - format: {format}, spec: {exists|missing}
121
-
122
- Not reviewable:
123
- · {topic-3} [no implementation]
124
- ```
125
-
126
- **Output in a fenced code block exactly as shown above.**
127
-
128
- **Formatting rules:**
129
-
130
- Reviewable (numbered, selectable):
131
- - **`✓`** — implementation_status: completed
132
- - **`▶`** — implementation_status: in-progress
133
-
134
- Not reviewable (not numbered, not selectable):
135
- - **`·`** — implementation_status: none
136
-
137
- Omit either section entirely if it has no entries.
138
-
139
- **Then route based on what's reviewable:**
140
-
141
- #### If no reviewable plans
142
-
143
- ```
144
- No implemented plans found.
145
-
146
- The review phase requires at least one plan with an implementation.
147
- Please run /start-implementation first.
148
- ```
149
-
150
- **STOP.** Wait for user to acknowledge before ending.
151
-
152
- #### If single reviewable plan
153
-
154
- ```
155
- Auto-selecting: {topic} (only reviewable plan)
156
- Scope: single
157
- ```
158
-
159
- → Proceed directly to **Step 5**.
160
-
161
- #### If multiple reviewable plans
115
+ ## Step 3: Display Plans
162
116
 
163
- ```
164
- · · · · · · · · · · · ·
165
- What scope would you like to review?
166
-
167
- - **`s`/`single`** — Review one plan's implementation
168
- - **`m`/`multi`** — Review selected plans together (cross-cutting)
169
- - **`a`/`all`** — Review all implemented plans (full product)
170
- · · · · · · · · · · · ·
171
- ```
172
-
173
- **STOP.** Wait for user response.
117
+ Load **[display-plans.md](references/display-plans.md)** and follow its instructions as written.
174
118
 
175
- Based on user choice, proceed to **Step 4**.
119
+ Proceed to **Step 4**.
176
120
 
177
121
  ---
178
122
 
179
- ## Step 4: Plan Selection
180
-
181
- This step only applies for `single` or `multi` scope chosen in Step 3.
182
-
183
- #### If scope is "all"
184
-
185
- All reviewable plans are included. No selection needed.
123
+ ## Step 4: Select Plans
186
124
 
187
- Proceed directly to **Step 5**.
188
-
189
- #### If scope is "single"
190
-
191
- ```
192
- · · · · · · · · · · · ·
193
- Which plan would you like to review? (Enter a number from Step 3)
194
- · · · · · · · · · · · ·
195
- ```
196
-
197
- **STOP.** Wait for user response.
198
-
199
- → Proceed to **Step 5**.
200
-
201
- #### If scope is "multi"
202
-
203
- ```
204
- · · · · · · · · · · · ·
205
- Which plans to include? (Enter numbers separated by commas, e.g. 1,3)
206
- · · · · · · · · · · · ·
207
- ```
208
-
209
- **STOP.** Wait for user response.
125
+ Load **[select-plans.md](references/select-plans.md)** and follow its instructions as written.
210
126
 
211
127
  → Proceed to **Step 5**.
212
128
 
@@ -214,29 +130,4 @@ Which plans to include? (Enter numbers separated by commas, e.g. 1,3)
214
130
 
215
131
  ## Step 5: Invoke the Skill
216
132
 
217
- After completing the steps above, this skill's purpose is fulfilled.
218
-
219
- Invoke the [technical-review](../technical-review/SKILL.md) skill for your next instructions. Do not act on the gathered information until the skill is loaded - it contains the instructions for how to proceed.
220
-
221
- **Example handoff (single):**
222
- ```
223
- Review session for: {topic}
224
- Review scope: single
225
- Plan: docs/workflow/planning/{topic}.md
226
- Format: {format}
227
- Plan ID: {plan_id} (if applicable)
228
- Specification: {specification} (exists: {true|false})
229
-
230
- Invoke the technical-review skill.
231
- ```
232
-
233
- **Example handoff (multi/all):**
234
- ```
235
- Review session for: {scope description}
236
- Review scope: {multi | all}
237
- Plans:
238
- - docs/workflow/planning/{topic-1}.md (format: {format}, spec: {spec})
239
- - docs/workflow/planning/{topic-2}.md (format: {format}, spec: {spec})
240
-
241
- Invoke the technical-review skill.
242
- ```
133
+ Load **[invoke-skill.md](references/invoke-skill.md)** and follow its instructions as written.
@@ -0,0 +1,103 @@
1
+ # Display Plans
2
+
3
+ *Reference for **[start-review](../SKILL.md)***
4
+
5
+ ---
6
+
7
+ Present all discovered plans with implementation status to help the user understand what's reviewable.
8
+
9
+ **Present the full state:**
10
+
11
+ Show reviewable plans as numbered tree items.
12
+
13
+ > *Output the next fenced block as a code block:*
14
+
15
+ ```
16
+ Review Overview
17
+
18
+ {N} plans found. {M} with implementations.
19
+
20
+ 1. {topic:(titlecase)}
21
+ └─ Plan: concluded ({format})
22
+ └─ Implementation: {impl_status:[completed|in-progress]}
23
+ └─ Spec: {spec:[exists|missing]}
24
+
25
+ 2. ...
26
+ ```
27
+
28
+ **Tree rules:**
29
+
30
+ Reviewable (numbered):
31
+ - Implementation `status: completed` → `Implementation: completed`
32
+ - Implementation `status: in-progress` → `Implementation: in-progress`
33
+
34
+ Omit any section entirely if it has no entries.
35
+
36
+ **If non-reviewable plans exist**, show them in a separate code block:
37
+
38
+ > *Output the next fenced block as a code block:*
39
+
40
+ ```
41
+ Plans not ready for review:
42
+ These plans have no implementation to review.
43
+
44
+ • {topic} (no implementation)
45
+ ```
46
+
47
+ **Key/Legend** — show only statuses that appear in the current display. No `---` separator before this section.
48
+
49
+ > *Output the next fenced block as a code block:*
50
+
51
+ ```
52
+ Key:
53
+
54
+ Implementation status:
55
+ completed — all tasks implemented
56
+ in-progress — implementation still ongoing
57
+ ```
58
+
59
+ **Then route based on what's reviewable:**
60
+
61
+ #### If no reviewable plans
62
+
63
+ > *Output the next fenced block as a code block:*
64
+
65
+ ```
66
+ Review Overview
67
+
68
+ No implemented plans found.
69
+
70
+ The review phase requires at least one plan with an implementation.
71
+ Run /start-implementation first.
72
+ ```
73
+
74
+ **STOP.** Do not proceed — terminal condition.
75
+
76
+ #### If single reviewable plan
77
+
78
+ > *Output the next fenced block as a code block:*
79
+
80
+ ```
81
+ Automatically proceeding with "{topic:(titlecase)}".
82
+ Scope: single
83
+ ```
84
+
85
+ → Proceed directly to **Step 5**.
86
+
87
+ #### If multiple reviewable plans
88
+
89
+ > *Output the next fenced block as markdown (not a code block):*
90
+
91
+ ```
92
+ · · · · · · · · · · · ·
93
+ What scope would you like to review?
94
+
95
+ - **`s`/`single`** — Review one plan's implementation
96
+ - **`m`/`multi`** — Review selected plans together (cross-cutting)
97
+ - **`a`/`all`** — Review all implemented plans (full product)
98
+ · · · · · · · · · · · ·
99
+ ```
100
+
101
+ **STOP.** Wait for user response.
102
+
103
+ → Based on user choice, proceed to **Step 4**.
@@ -0,0 +1,32 @@
1
+ # Invoke the Skill
2
+
3
+ *Reference for **[start-review](../SKILL.md)***
4
+
5
+ ---
6
+
7
+ After completing the steps above, this skill's purpose is fulfilled.
8
+
9
+ Invoke the [technical-review](../../technical-review/SKILL.md) skill for your next instructions. Do not act on the gathered information until the skill is loaded - it contains the instructions for how to proceed.
10
+
11
+ **Example handoff (single):**
12
+ ```
13
+ Review session for: {topic}
14
+ Review scope: single
15
+ Plan: docs/workflow/planning/{topic}.md
16
+ Format: {format}
17
+ Plan ID: {plan_id} (if applicable)
18
+ Specification: {specification} (exists: {true|false})
19
+
20
+ Invoke the technical-review skill.
21
+ ```
22
+
23
+ **Example handoff (multi/all):**
24
+ ```
25
+ Review session for: {scope description}
26
+ Review scope: {multi | all}
27
+ Plans:
28
+ - docs/workflow/planning/{topic-1}.md (format: {format}, spec: {spec})
29
+ - docs/workflow/planning/{topic-2}.md (format: {format}, spec: {spec})
30
+
31
+ Invoke the technical-review skill.
32
+ ```
@@ -0,0 +1,41 @@
1
+ # Select Plans
2
+
3
+ *Reference for **[start-review](../SKILL.md)***
4
+
5
+ ---
6
+
7
+ This step only applies for `single` or `multi` scope chosen in Step 3.
8
+
9
+ #### If scope is "all"
10
+
11
+ All reviewable plans are included. No selection needed.
12
+
13
+ → Proceed directly to **Step 5**.
14
+
15
+ #### If scope is "single"
16
+
17
+ > *Output the next fenced block as markdown (not a code block):*
18
+
19
+ ```
20
+ · · · · · · · · · · · ·
21
+ Which plan would you like to review? (Enter a number from Step 3)
22
+ · · · · · · · · · · · ·
23
+ ```
24
+
25
+ **STOP.** Wait for user response.
26
+
27
+ → Proceed to **Step 5**.
28
+
29
+ #### If scope is "multi"
30
+
31
+ > *Output the next fenced block as markdown (not a code block):*
32
+
33
+ ```
34
+ · · · · · · · · · · · ·
35
+ Which plans to include? (Enter numbers separated by commas, e.g. 1,3)
36
+ · · · · · · · · · · · ·
37
+ ```
38
+
39
+ **STOP.** Wait for user response.
40
+
41
+ → Proceed to **Step 5**.
@@ -6,6 +6,8 @@
6
6
 
7
7
  ## A. Gather Analysis Context
8
8
 
9
+ > *Output the next fenced block as a code block:*
10
+
9
11
  ```
10
12
  Before analyzing, is there anything about how these discussions relate
11
13
  that would help me group them appropriately?
@@ -6,6 +6,8 @@
6
6
 
7
7
  #### If spec is in-progress with pending sources
8
8
 
9
+ > *Output the next fenced block as a code block:*
10
+
9
11
  ```
10
12
  Continuing specification: {Title Case Name}
11
13
 
@@ -18,14 +20,20 @@ Previously extracted (for reference):
18
20
  • {discussion-name}
19
21
  ```
20
22
 
23
+ > *Output the next fenced block as markdown (not a code block):*
24
+
25
+ ```
21
26
  · · · · · · · · · · · ·
22
27
  Proceed?
23
28
  - **`y`/`yes`**
24
29
  - **`n`/`no`**
25
30
  · · · · · · · · · · · ·
31
+ ```
26
32
 
27
33
  #### If spec is in-progress with all sources extracted
28
34
 
35
+ > *Output the next fenced block as a code block:*
36
+
29
37
  ```
30
38
  Continuing specification: {Title Case Name}
31
39
 
@@ -36,14 +44,20 @@ All sources extracted:
36
44
  • {discussion-name}
37
45
  ```
38
46
 
47
+ > *Output the next fenced block as markdown (not a code block):*
48
+
49
+ ```
39
50
  · · · · · · · · · · · ·
40
51
  Proceed?
41
52
  - **`y`/`yes`**
42
53
  - **`n`/`no`**
43
54
  · · · · · · · · · · · ·
55
+ ```
44
56
 
45
57
  #### If spec is concluded with pending sources
46
58
 
59
+ > *Output the next fenced block as a code block:*
60
+
47
61
  ```
48
62
  Continuing specification: {Title Case Name}
49
63
 
@@ -56,11 +70,15 @@ Previously extracted (for reference):
56
70
  • {discussion-name}
57
71
  ```
58
72
 
73
+ > *Output the next fenced block as markdown (not a code block):*
74
+
75
+ ```
59
76
  · · · · · · · · · · · ·
60
77
  Proceed?
61
78
  - **`y`/`yes`**
62
79
  - **`n`/`no`**
63
80
  · · · · · · · · · · · ·
81
+ ```
64
82
 
65
83
  **STOP.** Wait for user response.
66
84
 
@@ -78,12 +96,14 @@ Proceed?
78
96
 
79
97
  #### If single discussion (no menu to return to)
80
98
 
99
+ > *Output the next fenced block as a code block:*
100
+
81
101
  ```
82
102
  Understood. You can run /start-discussion to continue working on
83
103
  discussions, or re-run this command when ready.
84
104
  ```
85
105
 
86
- Command ends.
106
+ **STOP.** Do not proceed — terminal condition.
87
107
 
88
108
  #### If groupings or specs menu
89
109