@leeovery/claude-technical-workflows 2.1.12 → 2.1.14
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/package.json +1 -1
- package/skills/start-discussion/SKILL.md +9 -9
- package/skills/start-specification/SKILL.md +13 -22
- package/skills/technical-discussion/SKILL.md +30 -0
- package/skills/technical-discussion/references/guidelines.md +0 -2
- package/skills/technical-discussion/references/template.md +0 -2
- package/skills/technical-research/SKILL.md +4 -2
package/package.json
CHANGED
|
@@ -232,10 +232,10 @@ Discussions:
|
|
|
232
232
|
|
|
233
233
|
How would you like to proceed?
|
|
234
234
|
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
235
|
+
- From research — pick a topic number above (e.g., "1" or "research 1")
|
|
236
|
+
- Continue discussion — name one above (e.g., "continue {topic}")
|
|
237
|
+
- Fresh topic — describe what you want to discuss
|
|
238
|
+
- **`r`/`refresh`** — Force fresh research analysis
|
|
239
239
|
```
|
|
240
240
|
|
|
241
241
|
**If ONLY research exists:**
|
|
@@ -244,9 +244,9 @@ How would you like to proceed?
|
|
|
244
244
|
|
|
245
245
|
How would you like to proceed?
|
|
246
246
|
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
247
|
+
- From research — pick a topic number above (e.g., "1" or "research 1")
|
|
248
|
+
- Fresh topic — describe what you want to discuss
|
|
249
|
+
- **`r`/`refresh`** — Force fresh research analysis
|
|
250
250
|
```
|
|
251
251
|
|
|
252
252
|
**If ONLY discussions exist:**
|
|
@@ -255,8 +255,8 @@ How would you like to proceed?
|
|
|
255
255
|
|
|
256
256
|
How would you like to proceed?
|
|
257
257
|
|
|
258
|
-
|
|
259
|
-
|
|
258
|
+
- Continue discussion — name one above (e.g., "continue {topic}")
|
|
259
|
+
- Fresh topic — describe what you want to discuss
|
|
260
260
|
```
|
|
261
261
|
|
|
262
262
|
**STOP.** Wait for user response before proceeding.
|
|
@@ -214,11 +214,9 @@ Check `cache.status` from discovery to determine which options to present.
|
|
|
214
214
|
|
|
215
215
|
What would you like to do?
|
|
216
216
|
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
Which approach?
|
|
217
|
+
- Continue an existing specification — resume work on a spec in progress
|
|
218
|
+
- Select from groupings — choose from previously analyzed groupings ({cache.generated})
|
|
219
|
+
- Re-analyze groupings — fresh analysis of discussion relationships
|
|
222
220
|
```
|
|
223
221
|
|
|
224
222
|
**STOP.** Wait for user response.
|
|
@@ -232,10 +230,8 @@ What would you like to do?
|
|
|
232
230
|
|
|
233
231
|
Note: A previous grouping analysis exists but is now outdated - discussion documents have changed since it was created. Re-analysis is required, but existing specification names will be preserved where groupings overlap.
|
|
234
232
|
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
Which approach?
|
|
233
|
+
- Continue an existing specification — resume work on a spec in progress
|
|
234
|
+
- Assess for groupings — re-analyze discussions for combinations
|
|
239
235
|
```
|
|
240
236
|
|
|
241
237
|
**STOP.** Wait for user response.
|
|
@@ -247,10 +243,8 @@ Which approach?
|
|
|
247
243
|
|
|
248
244
|
What would you like to do?
|
|
249
245
|
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
Which approach?
|
|
246
|
+
- Continue an existing specification — resume work on a spec in progress
|
|
247
|
+
- Assess for groupings — analyze discussions for combinations
|
|
254
248
|
```
|
|
255
249
|
|
|
256
250
|
**STOP.** Wait for user response.
|
|
@@ -484,11 +478,10 @@ Coupling: {explanation}
|
|
|
484
478
|
|
|
485
479
|
How would you like to proceed?
|
|
486
480
|
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
481
|
+
- Proceed as recommended — I'll ask which to start with
|
|
482
|
+
- Combine differently — tell me your preferred groupings
|
|
483
|
+
- Single specification — consolidate ALL into one unified spec
|
|
484
|
+
- Individual specifications — create 1:1 specs (I'll ask which to start)
|
|
492
485
|
- **`r`/`refresh`** — Re-analyze discussions
|
|
493
486
|
```
|
|
494
487
|
|
|
@@ -574,10 +567,8 @@ Moving discussions between established specifications requires deleting the affe
|
|
|
574
567
|
· · ·
|
|
575
568
|
|
|
576
569
|
Options:
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
Which approach?
|
|
570
|
+
- Delete affected specs and proceed — remove {spec-1}, {spec-2} and create fresh specs for your new groupings
|
|
571
|
+
- Reconsider — adjust your groupings to affect fewer specs
|
|
581
572
|
```
|
|
582
573
|
|
|
583
574
|
**STOP.** Wait for user choice.
|
|
@@ -95,6 +95,36 @@ These are natural pauses, not every exchange. Document the reasoning and context
|
|
|
95
95
|
|
|
96
96
|
**Create the file early.** After understanding the topic and initial questions, create the discussion file with frontmatter, context, and the questions list. Don't wait until you have answers.
|
|
97
97
|
|
|
98
|
+
## Concluding a Discussion
|
|
99
|
+
|
|
100
|
+
When the user is ready to conclude the discussion:
|
|
101
|
+
|
|
102
|
+
1. Update frontmatter `status: concluded`
|
|
103
|
+
2. Final commit
|
|
104
|
+
3. Check for remaining in-progress discussions in `docs/workflow/discussion/`
|
|
105
|
+
|
|
106
|
+
**If other in-progress discussions exist:**
|
|
107
|
+
|
|
108
|
+
```
|
|
109
|
+
Discussion concluded: {topic}
|
|
110
|
+
|
|
111
|
+
Remaining in-progress discussions:
|
|
112
|
+
- {topic-1}
|
|
113
|
+
- {topic-2}
|
|
114
|
+
|
|
115
|
+
To continue, clear your context and run `/start-discussion` to pick up the next topic.
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
**If no in-progress discussions remain:**
|
|
119
|
+
|
|
120
|
+
```
|
|
121
|
+
Discussion concluded: {topic}
|
|
122
|
+
|
|
123
|
+
All discussions are now concluded.
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
**Do not offer to continue with another discussion in this session.** Each discussion benefits from a fresh context — continuing risks compaction-related information loss and reduced attention. Always advise the user to clear context first.
|
|
127
|
+
|
|
98
128
|
## Quick Reference
|
|
99
129
|
|
|
100
130
|
- **Approach**: **[meeting-assistant.md](references/meeting-assistant.md)** - Dual role, workflow
|
|
@@ -128,5 +128,3 @@ What we chose, why, the deciding factor, trade-offs accepted, confidence level.
|
|
|
128
128
|
- Major questions concluded with rationale
|
|
129
129
|
- Trade-offs understood
|
|
130
130
|
- Path forward clear
|
|
131
|
-
|
|
132
|
-
**When complete**: Update frontmatter `status: concluded` to signal ready for specification.
|
|
@@ -85,11 +85,13 @@ 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
|
-
>
|
|
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
|
+
> · · ·
|
|
89
91
|
>
|
|
90
92
|
> - **`p`/`park`** — Mark as discussion-ready and move to another topic
|
|
91
93
|
> - **`k`/`keep`** — Keep digging, there's more to understand
|
|
92
|
-
> -
|
|
94
|
+
> - **Comment** — Your call
|
|
93
95
|
|
|
94
96
|
**Never decide for the user.** Even if the answer seems obvious, flag it and ask.
|
|
95
97
|
|