@leeovery/claude-technical-workflows 2.1.20 → 2.1.21

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leeovery/claude-technical-workflows",
3
- "version": "2.1.20",
3
+ "version": "2.1.21",
4
4
  "description": "Technical workflow skills & commands for Claude Code",
5
5
  "license": "MIT",
6
6
  "author": "Lee Overy <me@leeovery.com>",
@@ -30,6 +30,7 @@ Follow these steps EXACTLY as written. Do not skip steps or combine them. Presen
30
30
 
31
31
  **CRITICAL**: This guidance is mandatory.
32
32
 
33
+ - **Silent processing**: Do NOT narrate your internal reasoning. Never output discovery field values, routing decisions, cache status, or prerequisite checks. The first user-visible output must be the display content itself.
33
34
  - After each user interaction, STOP and wait for their response before proceeding
34
35
  - Never assume or anticipate user choices
35
36
  - Even if the user's initial prompt seems to answer a question, still confirm with them at the appropriate step
@@ -88,8 +89,6 @@ Parse the discovery output to understand:
88
89
 
89
90
  **IMPORTANT**: Use ONLY this script for discovery. Do NOT run additional bash commands (ls, head, cat, etc.) to gather state - the script provides everything needed.
90
91
 
91
- **Silent processing**: Do NOT output your assessment of the discovery state. Parse it internally and proceed to the next step without narrating field values, routing decisions, or prerequisites. The first user-visible output should be the display content itself.
92
-
93
92
  → Proceed to **Step 2**.
94
93
 
95
94
  ---
@@ -30,6 +30,7 @@ Follow these steps EXACTLY as written. Do not skip steps or combine them. Presen
30
30
 
31
31
  **CRITICAL**: This guidance is mandatory.
32
32
 
33
+ - **Silent processing**: Do NOT narrate your internal reasoning. Never output discovery field values, routing decisions, cache status, or prerequisite checks. The first user-visible output must be the display content itself.
33
34
  - After each user interaction, STOP and wait for their response before proceeding
34
35
  - Never assume or anticipate user choices
35
36
  - Even if the user's initial prompt seems to answer a question, still confirm with them at the appropriate step
@@ -94,8 +95,6 @@ Parse the discovery output to understand:
94
95
 
95
96
  **IMPORTANT**: Use ONLY this script for discovery. Do NOT run additional bash commands (ls, head, cat, etc.) to gather state - the script provides everything needed.
96
97
 
97
- **Silent processing**: Do NOT output your assessment of the discovery state. Parse it internally and proceed to the next step without narrating field values, routing decisions, or prerequisites. The first user-visible output should be the display content itself.
98
-
99
98
  → Proceed to **Step 2**.
100
99
 
101
100
  ---
@@ -30,6 +30,7 @@ Follow these steps EXACTLY as written. Do not skip steps or combine them. Presen
30
30
 
31
31
  **CRITICAL**: This guidance is mandatory.
32
32
 
33
+ - **Silent processing**: Do NOT narrate your internal reasoning. Never output discovery field values, routing decisions, cache status, or prerequisite checks. The first user-visible output must be the display content itself.
33
34
  - After each user interaction, STOP and wait for their response before proceeding
34
35
  - Never assume or anticipate user choices
35
36
  - Even if the user's initial prompt seems to answer a question, still confirm with them at the appropriate step
@@ -83,8 +84,6 @@ Parse the discovery output to understand:
83
84
 
84
85
  **IMPORTANT**: Use ONLY this script for discovery. Do NOT run additional bash commands (ls, head, cat, etc.) to gather state - the script provides everything needed.
85
86
 
86
- **Silent processing**: Do NOT output your assessment of the discovery state. Parse it internally and proceed to the next step without narrating field values, routing decisions, or prerequisites. The first user-visible output should be the display content itself.
87
-
88
87
  → Proceed to **Step 2**.
89
88
 
90
89
  ---
@@ -30,6 +30,7 @@ Follow these steps EXACTLY as written. Do not skip steps or combine them. Presen
30
30
 
31
31
  **CRITICAL**: This guidance is mandatory.
32
32
 
33
+ - **Silent processing**: Do NOT narrate your internal reasoning. Never output discovery field values, routing decisions, cache status, or prerequisite checks. The first user-visible output must be the display content itself.
33
34
  - After each user interaction, STOP and wait for their response before proceeding
34
35
  - Never assume or anticipate user choices
35
36
  - Even if the user's initial prompt seems to answer a question, still confirm with them at the appropriate step
@@ -76,8 +77,6 @@ Parse the discovery output to understand:
76
77
 
77
78
  **IMPORTANT**: Use ONLY this script for discovery. Do NOT run additional bash commands (ls, head, cat, etc.) to gather state - the script provides everything needed.
78
79
 
79
- **Silent processing**: Do NOT output your assessment of the discovery state. Parse it internally and proceed to the next step without narrating field values, routing decisions, or prerequisites. The first user-visible output should be the display content itself.
80
-
81
80
  → Proceed to **Step 2**.
82
81
 
83
82
  ---
@@ -30,6 +30,7 @@ Follow these steps EXACTLY as written. Do not skip steps or combine them. Presen
30
30
 
31
31
  **CRITICAL**: This guidance is mandatory.
32
32
 
33
+ - **Silent processing**: Do NOT narrate your internal reasoning. Never output discovery field values, routing decisions, cache status, or prerequisite checks. The first user-visible output must be the display content itself.
33
34
  - After each user interaction, STOP and wait for their response before proceeding
34
35
  - Never assume or anticipate user choices
35
36
  - Even if the user's initial prompt seems to answer a question, still confirm with them at the appropriate step
@@ -74,8 +75,6 @@ Parse the discovery output to understand:
74
75
 
75
76
  **IMPORTANT**: Use ONLY this script for discovery. Do NOT run additional bash commands (ls, head, cat, etc.) to gather state - the script provides everything needed.
76
77
 
77
- **Silent processing**: Do NOT output your assessment of the discovery state. Parse it internally and proceed to the next step without narrating field values, routing decisions, or prerequisites. The first user-visible output should be the display content itself.
78
-
79
78
  → Proceed to **Step 2**.
80
79
 
81
80
  ---
@@ -56,20 +56,18 @@ Specification Overview
56
56
  Recommended breakdown for specifications with their source discussions.
57
57
 
58
58
  1. {Grouping Name}
59
- └─ Spec: {status} {(X of Y sources extracted) if applicable}
60
- └─ Discussions:
61
- ├─ {discussion-name} ({status})
62
- └─ {discussion-name} ({status})
59
+ └─ Spec: {status} {(X of Y sources extracted) if applicable}
60
+ └─ Discussions:
61
+ ├─ {discussion-name} ({status})
62
+ └─ {discussion-name} ({status})
63
63
 
64
64
  2. {Grouping Name}
65
- └─ Spec: none
66
- └─ Discussions:
67
- └─ {discussion-name} (ready)
65
+ └─ Spec: none
66
+ └─ Discussions:
67
+ └─ {discussion-name} (ready)
68
68
  ```
69
69
 
70
- Indentation: `└─` starts at column 4 (under the grouping name text, not the number). Discussion entries start at column 7.
71
-
72
- Use `├─` for all but the last discussion, `└─` for the last.
70
+ **Formatting is exact**: Output the tree structure exactly as shown above — preserve all indentation spaces, blank lines between groupings, and `├─`/`└─` characters. Do not flatten or compress the spacing.
73
71
 
74
72
  ### If in-progress discussions exist
75
73
 
@@ -145,7 +143,7 @@ Select an option (enter number):
145
143
  · · · · · · · · · · · ·
146
144
  ```
147
145
 
148
- Menu descriptions are wrapped in backticks to visually distinguish them from the choice labels.
146
+ **Formatting is exact**: Reproduce the menu exactly as shown above descriptions are indented 3 spaces and wrapped in backticks.
149
147
 
150
148
  **STOP.** Wait for user response.
151
149
 
@@ -21,13 +21,13 @@ Specification Overview
21
21
  Single concluded discussion found with existing multi-source specification.
22
22
 
23
23
  1. {Spec Title Case Name}
24
- └─ Spec: {spec_status} ({X} of {Y} sources extracted)
25
- └─ Discussions:
26
- ├─ {source-name} (extracted)
27
- └─ {source-name} (extracted, reopened)
24
+ └─ Spec: {spec_status} ({X} of {Y} sources extracted)
25
+ └─ Discussions:
26
+ ├─ {source-name} (extracted)
27
+ └─ {source-name} (extracted, reopened)
28
28
  ```
29
29
 
30
- Indentation: `└─` starts at column 4 (under the name text, not the number). Discussion entries start at column 7.
30
+ **Formatting is exact**: Output the tree structure exactly as shown above preserve all indentation spaces and `├─`/`└─` characters. Do not flatten or compress the spacing.
31
31
 
32
32
  ### If in-progress discussions exist
33
33
 
@@ -16,12 +16,12 @@ Specification Overview
16
16
  Single concluded discussion found with existing specification.
17
17
 
18
18
  1. {Title Case Name}
19
- └─ Spec: {spec_status} ({X} of {Y} sources extracted)
20
- └─ Discussions:
21
- └─ {discussion-name} (extracted)
19
+ └─ Spec: {spec_status} ({X} of {Y} sources extracted)
20
+ └─ Discussions:
21
+ └─ {discussion-name} (extracted)
22
22
  ```
23
23
 
24
- Indentation: `└─` starts at column 4 (under the name text, not the number). Discussion entries start at column 7.
24
+ **Formatting is exact**: Output the tree structure exactly as shown above preserve all indentation spaces and `├─`/`└─` characters. Do not flatten or compress the spacing.
25
25
 
26
26
  ### If in-progress discussions exist
27
27
 
@@ -14,12 +14,12 @@ Specification Overview
14
14
  Single concluded discussion found.
15
15
 
16
16
  1. {Title Case Name}
17
- └─ Spec: none
18
- └─ Discussions:
19
- └─ {discussion-name} (ready)
17
+ └─ Spec: none
18
+ └─ Discussions:
19
+ └─ {discussion-name} (ready)
20
20
  ```
21
21
 
22
- Indentation: `└─` starts at column 4 (under the name text, not the number). Discussion entries start at column 7.
22
+ **Formatting is exact**: Output the tree structure exactly as shown above preserve all indentation spaces and `├─`/`└─` characters. Do not flatten or compress the spacing.
23
23
 
24
24
  ### If in-progress discussions exist
25
25
 
@@ -20,13 +20,13 @@ For each non-superseded specification from discovery output, display as nested t
20
20
 
21
21
  ```
22
22
  1. {Spec Title Case Name}
23
- └─ Spec: {status} ({X} of {Y} sources extracted)
24
- └─ Discussions:
25
- ├─ {source-name} (extracted)
26
- └─ {source-name} (extracted)
23
+ └─ Spec: {status} ({X} of {Y} sources extracted)
24
+ └─ Discussions:
25
+ ├─ {source-name} (extracted)
26
+ └─ {source-name} (extracted)
27
27
  ```
28
28
 
29
- Indentation: `└─` starts at column 4 (under the name text, not the number). Discussion entries start at column 7.
29
+ **Formatting is exact**: Output the tree structure exactly as shown above preserve all indentation spaces and `├─`/`└─` characters. Do not flatten or compress the spacing.
30
30
 
31
31
  Determine discussion status from the spec's `sources` array:
32
32
  - `incorporated` + `discussion_status: concluded` or `not-found` → `extracted`