@leeovery/claude-technical-workflows 2.1.23 → 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 (45) 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 +45 -37
  30. package/skills/technical-implementation/references/steps/analysis-loop.md +53 -47
  31. package/skills/technical-implementation/references/steps/task-loop.md +48 -42
  32. package/skills/technical-planning/SKILL.md +25 -21
  33. package/skills/technical-planning/references/steps/analyze-task-graph.md +36 -32
  34. package/skills/technical-planning/references/steps/author-tasks.md +12 -10
  35. package/skills/technical-planning/references/steps/define-phases.md +13 -11
  36. package/skills/technical-planning/references/steps/define-tasks.md +10 -8
  37. package/skills/technical-planning/references/steps/plan-construction.md +15 -13
  38. package/skills/technical-planning/references/steps/plan-review.md +5 -5
  39. package/skills/technical-planning/references/steps/resolve-dependencies.md +9 -7
  40. package/skills/technical-planning/references/steps/review-integrity.md +56 -54
  41. package/skills/technical-planning/references/steps/review-traceability.md +56 -54
  42. package/skills/technical-research/SKILL.md +12 -10
  43. package/skills/technical-review/references/invoke-task-verifiers.md +37 -47
  44. package/skills/technical-specification/references/specification-guide.md +74 -66
  45. package/skills/view-plan/SKILL.md +3 -1
@@ -16,7 +16,7 @@ Read the Plan Index File. Check if phases already exist in the body.
16
16
 
17
17
  Orient the user:
18
18
 
19
- > "Phase structure already exists. I'll present it for your review."
19
+ "Phase structure already exists. I'll present it for your review."
20
20
 
21
21
  Continue to **Review and Approve** below.
22
22
 
@@ -24,7 +24,7 @@ Continue to **Review and Approve** below.
24
24
 
25
25
  Orient the user:
26
26
 
27
- > "I'll delegate phase design to a specialist agent. It will read the full specification and propose a phase structure — how we break this into independently testable stages."
27
+ "I'll delegate phase design to a specialist agent. It will read the full specification and propose a phase structure — how we break this into independently testable stages."
28
28
 
29
29
  ### Invoke the Agent
30
30
 
@@ -57,16 +57,18 @@ Present the phase structure to the user as rendered markdown (not in a code bloc
57
57
 
58
58
  **STOP.** Ask:
59
59
 
60
- > **Phase Structure**
61
- >
62
- > · · · · · · · · · · · ·
63
- > **To proceed:**
64
- > - **`y`/`yes`** — Approved. I'll proceed to task breakdown.
65
- > - **Or tell me what to change** — reorder, split, merge, add, edit, or remove phases.
66
- > - **Or navigate** — a different phase or task, or the leading edge.
67
- > · · · · · · · · · · · ·
60
+ **Phase Structure**
68
61
 
69
- **Do not wrap the above in a code block** — output as raw markdown so bold styling renders.
62
+ > *Output the next fenced block as markdown (not a code block):*
63
+
64
+ ```
65
+ · · · · · · · · · · · ·
66
+ **To proceed:**
67
+ - **`y`/`yes`** — Approved. I'll proceed to task breakdown.
68
+ - **Or tell me what to change** — reorder, split, merge, add, edit, or remove phases.
69
+ - **Or navigate** — a different phase or task, or the leading edge.
70
+ · · · · · · · · · · · ·
71
+ ```
70
72
 
71
73
  #### If the user provides feedback
72
74
 
@@ -12,7 +12,7 @@ This step uses the `planning-task-designer` agent (`../../../../agents/planning-
12
12
 
13
13
  Orient the user:
14
14
 
15
- > "Taking Phase {N}: {Phase Name} and breaking it into tasks. I'll delegate this to a specialist agent that will read the full specification and propose a task list."
15
+ "Taking Phase {N}: {Phase Name} and breaking it into tasks. I'll delegate this to a specialist agent that will read the full specification and propose a task list."
16
16
 
17
17
  ### Invoke the Agent
18
18
 
@@ -42,14 +42,16 @@ Present the task overview to the user as rendered markdown (not in a code block)
42
42
 
43
43
  **STOP.** Ask:
44
44
 
45
- > · · · · · · · · · · · ·
46
- > **To proceed:**
47
- > - **`y`/`yes`** — Approved.
48
- > - **Or tell me what to change** — reorder, split, merge, add, edit, or remove tasks.
49
- > - **Or navigate** — a different phase or task, or the leading edge.
50
- > · · · · · · · · · · · ·
45
+ > *Output the next fenced block as markdown (not a code block):*
51
46
 
52
- **Do not wrap the above in a code block** — output as raw markdown so bold styling renders.
47
+ ```
48
+ · · · · · · · · · · · ·
49
+ **To proceed:**
50
+ - **`y`/`yes`** — Approved.
51
+ - **Or tell me what to change** — reorder, split, merge, add, edit, or remove tasks.
52
+ - **Or navigate** — a different phase or task, or the leading edge.
53
+ · · · · · · · · · · · ·
54
+ ```
53
55
 
54
56
  #### If the user provides feedback
55
57
 
@@ -53,7 +53,7 @@ Work through each phase in order.
53
53
 
54
54
  Orient the user:
55
55
 
56
- > "I'll now work through each phase — presenting existing work for review and designing or authoring anything still pending. You'll approve at every stage."
56
+ "I'll now work through each phase — presenting existing work for review and designing or authoring anything still pending. You'll approve at every stage."
57
57
 
58
58
  ### For each phase, check its state:
59
59
 
@@ -69,16 +69,18 @@ After Step A returns with an approved task table, continue to **Author Tasks for
69
69
 
70
70
  Present the task list to the user as rendered markdown (not in a code block).
71
71
 
72
- > **Phase {N}: {Phase Name}** — {M} tasks.
73
- >
74
- > · · · · · · · · · · · ·
75
- > **To proceed:**
76
- > - **`y`/`yes`** — Confirmed.
77
- > - **Or tell me what to change.**
78
- > - **Or navigate** — a different phase or task, or the leading edge.
79
- > · · · · · · · · · · · ·
72
+ **Phase {N}: {Phase Name}** — {M} tasks.
80
73
 
81
- **Do not wrap the above in a code block** — output as raw markdown so bold styling renders.
74
+ > *Output the next fenced block as markdown (not a code block):*
75
+
76
+ ```
77
+ · · · · · · · · · · · ·
78
+ **To proceed:**
79
+ - **`y`/`yes`** — Confirmed.
80
+ - **Or tell me what to change.**
81
+ - **Or navigate** — a different phase or task, or the leading edge.
82
+ · · · · · · · · · · · ·
83
+ ```
82
84
 
83
85
  **STOP.** Wait for the user's response.
84
86
 
@@ -107,7 +109,7 @@ Never parallelize the first `pending` task in a phase. Never parallelize across
107
109
 
108
110
  Already written. Present a brief summary:
109
111
 
110
- > "Task {M} of {total}: {Task Name} — already authored."
112
+ "Task {M} of {total}: {Task Name} — already authored."
111
113
 
112
114
  Continue to the next task.
113
115
 
@@ -121,7 +123,7 @@ After Step B returns, the task is authored. Continue to the next task.
121
123
 
122
124
  Advance the `planning:` block in frontmatter to the next phase. Commit: `planning({topic}): complete Phase {N} tasks`
123
125
 
124
- > Phase {N}: {Phase Name} — complete ({M} tasks authored).
126
+ Phase {N}: {Phase Name} — complete ({M} tasks authored).
125
127
 
126
128
  Continue to the next phase.
127
129
 
@@ -131,7 +133,7 @@ Continue to the next phase.
131
133
 
132
134
  When all phases have all tasks authored:
133
135
 
134
- > "All phases are complete. The plan has **{N} phases** with **{M} tasks** total."
136
+ "All phases are complete. The plan has **{N} phases** with **{M} tasks** total."
135
137
 
136
138
  ---
137
139
 
@@ -85,10 +85,10 @@ After both reviews:
85
85
 
86
86
  3. **Confirm with the user**:
87
87
 
88
- > "The plan has passed both reviews:
89
- > - **Traceability**: All specification content is covered; no hallucinated content
90
- > - **Integrity**: Plan structure, tasks, and dependencies are implementation-ready
91
- >
92
- > Review is complete."
88
+ "The plan has passed both reviews:
89
+ - **Traceability**: All specification content is covered; no hallucinated content
90
+ - **Integrity**: Plan structure, tasks, and dependencies are implementation-ready
91
+
92
+ Review is complete."
93
93
 
94
94
  > **CHECKPOINT**: Do not confirm completion if tracking files still exist. They indicate incomplete review work.
@@ -6,7 +6,7 @@
6
6
 
7
7
  Orient the user:
8
8
 
9
- > "All phases and tasks are written. Now I'll check for external dependencies — things this plan needs from other topics or systems."
9
+ "All phases and tasks are written. Now I'll check for external dependencies — things this plan needs from other topics or systems."
10
10
 
11
11
  After all phases are detailed and written, handle external dependencies — things this plan needs from other topics or systems.
12
12
 
@@ -43,13 +43,15 @@ Skip the resolution and reverse check — there is nothing to resolve against. D
43
43
 
44
44
  **STOP.** Present a summary of the dependency state: what was documented, what was resolved, what remains unresolved, and any reverse resolutions made.
45
45
 
46
- > · · · · · · · · · · · ·
47
- > **To proceed:**
48
- > - **`y`/`yes`** — Approved. I'll proceed to plan review.
49
- > - **Or tell me what to change.**
50
- > · · · · · · · · · · · ·
46
+ > *Output the next fenced block as markdown (not a code block):*
51
47
 
52
- **Do not wrap the above in a code block** — output as raw markdown so bold styling renders.
48
+ ```
49
+ · · · · · · · · · · · ·
50
+ **To proceed:**
51
+ - **`y`/`yes`** — Approved. I'll proceed to plan review.
52
+ - **Or tell me what to change.**
53
+ · · · · · · · · · · · ·
54
+ ```
53
55
 
54
56
  #### If the user provides feedback
55
57
 
@@ -87,15 +87,15 @@ Then:
87
87
 
88
88
  **Stage 1: Summary**
89
89
 
90
- > "I've completed the plan integrity review. I found [N] items:
91
- >
92
- > 1. **[Brief title]** (Critical/Important/Minor)
93
- > [2-4 line explanation: what the issue is, why it matters for implementation]
94
- >
95
- > 2. **[Brief title]** (Critical/Important/Minor)
96
- > [2-4 line explanation]
97
- >
98
- > Let's work through these one at a time, starting with #1."
90
+ "I've completed the plan integrity review. I found [N] items:
91
+
92
+ 1. **[Brief title]** (Critical/Important/Minor)
93
+ [2-4 line explanation: what the issue is, why it matters for implementation]
94
+
95
+ 2. **[Brief title]** (Critical/Important/Minor)
96
+ [2-4 line explanation]
97
+
98
+ Let's work through these one at a time, starting with #1."
99
99
 
100
100
  **Stage 2: Process One Item at a Time**
101
101
 
@@ -105,15 +105,15 @@ Work through each finding **one at a time**. For each finding: present it, propo
105
105
 
106
106
  Show the finding with full detail:
107
107
 
108
- > **Finding {N} of {total}: {Brief Title}**
109
- >
110
- > **Severity**: Critical | Important | Minor
111
- >
112
- > **Plan Reference**: [Phase/task in the plan]
113
- >
114
- > **Category**: [Which review criterion — e.g., "Task Template Compliance", "Vertical Slicing"]
115
- >
116
- > **Details**: [What the issue is and why it matters for implementation]
108
+ **Finding {N} of {total}: {Brief Title}**
109
+
110
+ **Severity**: Critical | Important | Minor
111
+
112
+ **Plan Reference**: [Phase/task in the plan]
113
+
114
+ **Category**: [Which review criterion — e.g., "Task Template Compliance", "Vertical Slicing"]
115
+
116
+ **Details**: [What the issue is and why it matters for implementation]
117
117
 
118
118
  ### Propose the Fix
119
119
 
@@ -123,62 +123,64 @@ State the action type explicitly so the user knows what's changing structurally:
123
123
 
124
124
  **Update a task** — change content within an existing task:
125
125
 
126
- > **Proposed fix — update Phase {N}, Task {M}:**
127
- >
128
- > **Current:**
129
- > [The existing content as it appears in the plan]
130
- >
131
- > **Proposed:**
132
- > [The replacement content]
126
+ **Proposed fix — update Phase {N}, Task {M}:**
127
+
128
+ **Current:**
129
+ [The existing content as it appears in the plan]
130
+
131
+ **Proposed:**
132
+ [The replacement content]
133
133
 
134
134
  **Add content to a task** — insert into an existing task (e.g., missing acceptance criteria, edge case):
135
135
 
136
- > **Proposed fix — add to Phase {N}, Task {M}, {section}:**
137
- >
138
- > [The exact content to be added, in plan format]
136
+ **Proposed fix — add to Phase {N}, Task {M}, {section}:**
137
+
138
+ [The exact content to be added, in plan format]
139
139
 
140
140
  **Remove content from a task** — strip content that shouldn't be there:
141
141
 
142
- > **Proposed fix — remove from Phase {N}, Task {M}, {section}:**
143
- >
144
- > [The exact content to be removed]
142
+ **Proposed fix — remove from Phase {N}, Task {M}, {section}:**
143
+
144
+ [The exact content to be removed]
145
145
 
146
146
  **Add a new task** — a spec section has no plan coverage and needs its own task:
147
147
 
148
- > **Proposed fix — add new task to Phase {N}:**
149
- >
150
- > [The complete task in plan format, using the task template]
148
+ **Proposed fix — add new task to Phase {N}:**
149
+
150
+ [The complete task in plan format, using the task template]
151
151
 
152
152
  **Remove a task** — an entire task is hallucinated with no spec backing:
153
153
 
154
- > **Proposed fix — remove Phase {N}, Task {M}: {Task Name}**
155
- >
156
- > **Reason**: [Why this task has no specification basis]
154
+ **Proposed fix — remove Phase {N}, Task {M}: {Task Name}**
155
+
156
+ **Reason**: [Why this task has no specification basis]
157
157
 
158
158
  **Add a new phase** — a significant area of the specification has no plan coverage:
159
159
 
160
- > **Proposed fix — add new Phase {N}: {Phase Name}**
161
- >
162
- > [Phase goal, acceptance criteria, and task overview]
160
+ **Proposed fix — add new Phase {N}: {Phase Name}**
161
+
162
+ [Phase goal, acceptance criteria, and task overview]
163
163
 
164
164
  **Remove a phase** — an entire phase is not backed by the specification:
165
165
 
166
- > **Proposed fix — remove Phase {N}: {Phase Name}**
167
- >
168
- > **Reason**: [Why this phase has no specification basis]
166
+ **Proposed fix — remove Phase {N}: {Phase Name}**
167
+
168
+ **Reason**: [Why this phase has no specification basis]
169
169
 
170
170
  After presenting the finding and proposed fix, ask:
171
171
 
172
- > **Finding {N} of {total}: {Brief Title}**
173
- >
174
- > · · · · · · · · · · · ·
175
- > **To proceed:**
176
- > - **`y`/`yes`** — Approved. I'll apply it to the plan verbatim.
177
- > - **`s`/`skip`** — Leave this as-is and move to the next finding.
178
- > - **Or tell me what to change.**
179
- > · · · · · · · · · · · ·
172
+ **Finding {N} of {total}: {Brief Title}**
173
+
174
+ > *Output the next fenced block as markdown (not a code block):*
180
175
 
181
- **Do not wrap the above in a code block** — output as raw markdown so bold styling renders.
176
+ ```
177
+ · · · · · · · · · · · ·
178
+ **To proceed:**
179
+ - **`y`/`yes`** — Approved. I'll apply it to the plan verbatim.
180
+ - **`s`/`skip`** — Leave this as-is and move to the next finding.
181
+ - **Or tell me what to change.**
182
+ · · · · · · · · · · · ·
183
+ ```
182
184
 
183
185
  **STOP.** Wait for the user's response.
184
186
 
@@ -197,13 +199,13 @@ Apply the fix to the plan — as presented, using the output format adapter to d
197
199
 
198
200
  Confirm:
199
201
 
200
- > "Finding {N} of {total}: {Brief Title} — fixed."
202
+ "Finding {N} of {total}: {Brief Title} — fixed."
201
203
 
202
204
  ### If Skipped
203
205
 
204
206
  Update the tracking file: mark resolution as "Skipped", note the reason.
205
207
 
206
- > "Finding {N} of {total}: {Brief Title} — skipped."
208
+ "Finding {N} of {total}: {Brief Title} — skipped."
207
209
 
208
210
  ### Next Finding
209
211
 
@@ -65,15 +65,15 @@ After completing your review:
65
65
 
66
66
  **Stage 1: Summary**
67
67
 
68
- > "I've completed the traceability review comparing the plan against the specification. I found [N] items:
69
- >
70
- > 1. **[Brief title]** (Missing from plan | Hallucinated | Incomplete)
71
- > [2-4 line explanation: what's wrong, where in the spec/plan, why it matters]
72
- >
73
- > 2. **[Brief title]** (Missing from plan | Hallucinated | Incomplete)
74
- > [2-4 line explanation]
75
- >
76
- > Let's work through these one at a time, starting with #1."
68
+ "I've completed the traceability review comparing the plan against the specification. I found [N] items:
69
+
70
+ 1. **[Brief title]** (Missing from plan | Hallucinated | Incomplete)
71
+ [2-4 line explanation: what's wrong, where in the spec/plan, why it matters]
72
+
73
+ 2. **[Brief title]** (Missing from plan | Hallucinated | Incomplete)
74
+ [2-4 line explanation]
75
+
76
+ Let's work through these one at a time, starting with #1."
77
77
 
78
78
  **Stage 2: Process One Item at a Time**
79
79
 
@@ -83,15 +83,15 @@ Work through each finding **one at a time**. For each finding: present it, propo
83
83
 
84
84
  Show the finding with full detail:
85
85
 
86
- > **Finding {N} of {total}: {Brief Title}**
87
- >
88
- > **Type**: Missing from plan | Hallucinated content | Incomplete coverage
89
- >
90
- > **Spec Reference**: [Section/decision in the specification]
91
- >
92
- > **Plan Reference**: [Phase/task in the plan, or "N/A" for missing content]
93
- >
94
- > **Details**: [What's wrong and why it matters]
86
+ **Finding {N} of {total}: {Brief Title}**
87
+
88
+ **Type**: Missing from plan | Hallucinated content | Incomplete coverage
89
+
90
+ **Spec Reference**: [Section/decision in the specification]
91
+
92
+ **Plan Reference**: [Phase/task in the plan, or "N/A" for missing content]
93
+
94
+ **Details**: [What's wrong and why it matters]
95
95
 
96
96
  ### Propose the Fix
97
97
 
@@ -101,62 +101,64 @@ State the action type explicitly so the user knows what's changing structurally:
101
101
 
102
102
  **Update a task** — change content within an existing task:
103
103
 
104
- > **Proposed fix — update Phase {N}, Task {M}:**
105
- >
106
- > **Current:**
107
- > [The existing content as it appears in the plan]
108
- >
109
- > **Proposed:**
110
- > [The replacement content]
104
+ **Proposed fix — update Phase {N}, Task {M}:**
105
+
106
+ **Current:**
107
+ [The existing content as it appears in the plan]
108
+
109
+ **Proposed:**
110
+ [The replacement content]
111
111
 
112
112
  **Add content to a task** — insert into an existing task (e.g., missing acceptance criteria, edge case):
113
113
 
114
- > **Proposed fix — add to Phase {N}, Task {M}, {section}:**
115
- >
116
- > [The exact content to be added, in plan format]
114
+ **Proposed fix — add to Phase {N}, Task {M}, {section}:**
115
+
116
+ [The exact content to be added, in plan format]
117
117
 
118
118
  **Remove content from a task** — strip content that shouldn't be there:
119
119
 
120
- > **Proposed fix — remove from Phase {N}, Task {M}, {section}:**
121
- >
122
- > [The exact content to be removed]
120
+ **Proposed fix — remove from Phase {N}, Task {M}, {section}:**
121
+
122
+ [The exact content to be removed]
123
123
 
124
124
  **Add a new task** — a spec section has no plan coverage and needs its own task:
125
125
 
126
- > **Proposed fix — add new task to Phase {N}:**
127
- >
128
- > [The complete task in plan format, using the task template]
126
+ **Proposed fix — add new task to Phase {N}:**
127
+
128
+ [The complete task in plan format, using the task template]
129
129
 
130
130
  **Remove a task** — an entire task is hallucinated with no spec backing:
131
131
 
132
- > **Proposed fix — remove Phase {N}, Task {M}: {Task Name}**
133
- >
134
- > **Reason**: [Why this task has no specification basis]
132
+ **Proposed fix — remove Phase {N}, Task {M}: {Task Name}**
133
+
134
+ **Reason**: [Why this task has no specification basis]
135
135
 
136
136
  **Add a new phase** — a significant area of the specification has no plan coverage:
137
137
 
138
- > **Proposed fix — add new Phase {N}: {Phase Name}**
139
- >
140
- > [Phase goal, acceptance criteria, and task overview]
138
+ **Proposed fix — add new Phase {N}: {Phase Name}**
139
+
140
+ [Phase goal, acceptance criteria, and task overview]
141
141
 
142
142
  **Remove a phase** — an entire phase is not backed by the specification:
143
143
 
144
- > **Proposed fix — remove Phase {N}: {Phase Name}**
145
- >
146
- > **Reason**: [Why this phase has no specification basis]
144
+ **Proposed fix — remove Phase {N}: {Phase Name}**
145
+
146
+ **Reason**: [Why this phase has no specification basis]
147
147
 
148
148
  After presenting the finding and proposed fix, ask:
149
149
 
150
- > **Finding {N} of {total}: {Brief Title}**
151
- >
152
- > · · · · · · · · · · · ·
153
- > **To proceed:**
154
- > - **`y`/`yes`** — Approved. I'll apply it to the plan verbatim.
155
- > - **`s`/`skip`** — Leave this as-is and move to the next finding.
156
- > - **Or tell me what to change.**
157
- > · · · · · · · · · · · ·
150
+ **Finding {N} of {total}: {Brief Title}**
151
+
152
+ > *Output the next fenced block as markdown (not a code block):*
158
153
 
159
- **Do not wrap the above in a code block** — output as raw markdown so bold styling renders.
154
+ ```
155
+ · · · · · · · · · · · ·
156
+ **To proceed:**
157
+ - **`y`/`yes`** — Approved. I'll apply it to the plan verbatim.
158
+ - **`s`/`skip`** — Leave this as-is and move to the next finding.
159
+ - **Or tell me what to change.**
160
+ · · · · · · · · · · · ·
161
+ ```
160
162
 
161
163
  **STOP.** Wait for the user's response.
162
164
 
@@ -175,13 +177,13 @@ Apply the fix to the plan — as presented, using the output format adapter to d
175
177
 
176
178
  Confirm:
177
179
 
178
- > "Finding {N} of {total}: {Brief Title} — fixed."
180
+ "Finding {N} of {total}: {Brief Title} — fixed."
179
181
 
180
182
  ### If Skipped
181
183
 
182
184
  Update the tracking file: mark resolution as "Skipped", note the reason.
183
185
 
184
- > "Finding {N} of {total}: {Brief Title} — skipped."
186
+ "Finding {N} of {total}: {Brief Title} — skipped."
185
187
 
186
188
  ### Next Finding
187
189
 
@@ -24,10 +24,10 @@ Either way: Explore feasibility (technical, business, market), validate assumpti
24
24
  **Before proceeding**, confirm the required input is clear. If anything is missing or unclear, **STOP** and resolve with the user.
25
25
 
26
26
  - **No topic provided?**
27
- > "What would you like to research or explore? This could be a new idea, a technical concept, a market opportunity — anything you want to investigate."
27
+ "What would you like to research or explore? This could be a new idea, a technical concept, a market opportunity — anything you want to investigate."
28
28
 
29
29
  - **Topic is vague or could go many directions?**
30
- > "You mentioned {topic}. That could cover a lot of ground — is there a specific angle you'd like to start with, or should I explore broadly?"
30
+ "You mentioned {topic}. That could cover a lot of ground — is there a specific angle you'd like to start with, or should I explore broadly?"
31
31
 
32
32
  ---
33
33
 
@@ -85,15 +85,17 @@ Watch for these signs that a thread is moving from exploration toward decision-m
85
85
 
86
86
  When you notice convergence, **flag it and give the user options**:
87
87
 
88
- > This thread seems to be converging — we've explored {topic} enough that the tradeoffs are clear and it's approaching decision territory.
89
- >
90
- > · · · · · · · · · · · ·
91
- > - **`p`/`park`** — Mark as discussion-ready and move to another topic
92
- > - **`k`/`keep`** — Keep digging, there's more to understand
93
- > - Comment — your call
94
- > · · · · · · · · · · · ·
88
+ This thread seems to be converging — we've explored {topic} enough that the tradeoffs are clear and it's approaching decision territory.
95
89
 
96
- **Do not wrap the above in a code block** — output as raw markdown so bold styling renders.
90
+ > *Output the next fenced block as markdown (not a code block):*
91
+
92
+ ```
93
+ · · · · · · · · · · · ·
94
+ - **`p`/`park`** — Mark as discussion-ready and move to another topic
95
+ - **`k`/`keep`** — Keep digging, there's more to understand
96
+ - Comment — your call
97
+ · · · · · · · · · · · ·
98
+ ```
97
99
 
98
100
  **Never decide for the user.** Even if the answer seems obvious, flag it and ask.
99
101