@leeovery/claude-technical-workflows 2.1.9 → 2.1.10

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.9",
3
+ "version": "2.1.10",
4
4
  "description": "Technical workflow skills & commands for Claude Code",
5
5
  "license": "MIT",
6
6
  "author": "Lee Overy <me@leeovery.com>",
@@ -2,7 +2,7 @@
2
2
  name: start-discussion
3
3
  description: "Start a technical discussion. Discovers research and existing discussions, offers multiple entry paths, and invokes the technical-discussion skill."
4
4
  disable-model-invocation: true
5
- allowed-tools: Bash(.claude/skills/start-discussion/scripts/discovery.sh), Bash(./scripts/discovery.sh), Bash(mkdir -p docs/workflow/.cache), Bash(rm docs/workflow/.cache/research-analysis.md)
5
+ allowed-tools: Bash(./scripts/discovery.sh), Bash(mkdir -p docs/workflow/.cache), Bash(rm docs/workflow/.cache/research-analysis.md)
6
6
  ---
7
7
 
8
8
  Invoke the **technical-discussion** skill for this conversation.
@@ -50,19 +50,15 @@ Invoke the `/migrate` skill and assess its output.
50
50
 
51
51
  ---
52
52
 
53
- ## Step 1: Discovery State
53
+ ## Step 1: Run Discovery Script
54
54
 
55
- !`.claude/skills/start-discussion/scripts/discovery.sh`
56
-
57
- If the above shows a script invocation rather than YAML output, the dynamic content preprocessor did not run. Execute the script before continuing:
55
+ Run the discovery script to gather current state:
58
56
 
59
57
  ```bash
60
58
  ./scripts/discovery.sh
61
59
  ```
62
60
 
63
- If YAML content is already displayed, it has been run on your behalf.
64
-
65
- Parse the discovery output to understand:
61
+ This outputs structured YAML. Parse it to understand:
66
62
 
67
63
  **From `research` section:**
68
64
  - `exists` - whether research files exist
@@ -2,7 +2,7 @@
2
2
  name: start-implementation
3
3
  description: "Start an implementation session from an existing plan. Discovers available plans, checks environment setup, and invokes the technical-implementation skill."
4
4
  disable-model-invocation: true
5
- allowed-tools: Bash(.claude/skills/start-implementation/scripts/discovery.sh), Bash(./scripts/discovery.sh)
5
+ allowed-tools: Bash(./scripts/discovery.sh)
6
6
  ---
7
7
 
8
8
  Invoke the **technical-implementation** skill for this conversation.
@@ -50,19 +50,15 @@ Invoke the `/migrate` skill and assess its output.
50
50
 
51
51
  ---
52
52
 
53
- ## Step 1: Discovery State
53
+ ## Step 1: Run Discovery Script
54
54
 
55
- !`.claude/skills/start-implementation/scripts/discovery.sh`
56
-
57
- If the above shows a script invocation rather than YAML output, the dynamic content preprocessor did not run. Execute the script before continuing:
55
+ Run the discovery script to gather current state:
58
56
 
59
57
  ```bash
60
58
  ./scripts/discovery.sh
61
59
  ```
62
60
 
63
- If YAML content is already displayed, it has been run on your behalf.
64
-
65
- Parse the discovery output to understand:
61
+ This outputs structured YAML. Parse it to understand:
66
62
 
67
63
  **From `plans` section:**
68
64
  - `exists` - whether any plans exist
@@ -2,7 +2,7 @@
2
2
  name: start-planning
3
3
  description: "Start a planning session from an existing specification. Discovers available specifications, gathers context, and invokes the technical-planning skill."
4
4
  disable-model-invocation: true
5
- allowed-tools: Bash(.claude/skills/start-planning/scripts/discovery.sh), Bash(./scripts/discovery.sh)
5
+ allowed-tools: Bash(./scripts/discovery.sh)
6
6
  ---
7
7
 
8
8
  Invoke the **technical-planning** skill for this conversation.
@@ -50,19 +50,15 @@ Invoke the `/migrate` skill and assess its output.
50
50
 
51
51
  ---
52
52
 
53
- ## Step 1: Discovery State
53
+ ## Step 1: Run Discovery Script
54
54
 
55
- !`.claude/skills/start-planning/scripts/discovery.sh`
56
-
57
- If the above shows a script invocation rather than YAML output, the dynamic content preprocessor did not run. Execute the script before continuing:
55
+ Run the discovery script to gather current state:
58
56
 
59
57
  ```bash
60
58
  ./scripts/discovery.sh
61
59
  ```
62
60
 
63
- If YAML content is already displayed, it has been run on your behalf.
64
-
65
- Parse the discovery output to understand:
61
+ This outputs structured YAML. Parse it to understand:
66
62
 
67
63
  **From `specifications` section:**
68
64
  - `exists` - whether any specifications exist
@@ -2,7 +2,7 @@
2
2
  name: start-review
3
3
  description: "Start a review session from an existing plan and implementation. Discovers available plans, validates implementation exists, and invokes the technical-review skill."
4
4
  disable-model-invocation: true
5
- allowed-tools: Bash(.claude/skills/start-review/scripts/discovery.sh), Bash(./scripts/discovery.sh)
5
+ allowed-tools: Bash(./scripts/discovery.sh)
6
6
  ---
7
7
 
8
8
  Invoke the **technical-review** skill for this conversation.
@@ -50,19 +50,15 @@ Invoke the `/migrate` skill and assess its output.
50
50
 
51
51
  ---
52
52
 
53
- ## Step 1: Discovery State
53
+ ## Step 1: Run Discovery Script
54
54
 
55
- !`.claude/skills/start-review/scripts/discovery.sh`
56
-
57
- If the above shows a script invocation rather than YAML output, the dynamic content preprocessor did not run. Execute the script before continuing:
55
+ Run the discovery script to gather current state:
58
56
 
59
57
  ```bash
60
58
  ./scripts/discovery.sh
61
59
  ```
62
60
 
63
- If YAML content is already displayed, it has been run on your behalf.
64
-
65
- Parse the discovery output to understand:
61
+ This outputs structured YAML. Parse it to understand:
66
62
 
67
63
  **From `plans` section:**
68
64
  - `exists` - whether any plans exist
@@ -2,7 +2,7 @@
2
2
  name: start-specification
3
3
  description: "Start a specification session from existing discussions. Discovers available discussions, offers consolidation assessment for multiple discussions, and invokes the technical-specification skill."
4
4
  disable-model-invocation: true
5
- allowed-tools: Bash(.claude/skills/start-specification/scripts/discovery.sh), Bash(./scripts/discovery.sh), Bash(mkdir -p docs/workflow/.cache), Bash(rm docs/workflow/.cache/discussion-consolidation-analysis.md)
5
+ allowed-tools: Bash(./scripts/discovery.sh), Bash(mkdir -p docs/workflow/.cache), Bash(rm docs/workflow/.cache/discussion-consolidation-analysis.md)
6
6
  ---
7
7
 
8
8
  Invoke the **technical-specification** skill for this conversation.
@@ -50,19 +50,15 @@ Invoke the `/migrate` skill and assess its output.
50
50
 
51
51
  ---
52
52
 
53
- ## Step 1: Discovery State
53
+ ## Step 1: Run Discovery Script
54
54
 
55
- !`.claude/skills/start-specification/scripts/discovery.sh`
56
-
57
- If the above shows a script invocation rather than YAML output, the dynamic content preprocessor did not run. Execute the script before continuing:
55
+ Run the discovery script to gather current state:
58
56
 
59
57
  ```bash
60
58
  ./scripts/discovery.sh
61
59
  ```
62
60
 
63
- If YAML content is already displayed, it has been run on your behalf.
64
-
65
- Parse the discovery output to understand:
61
+ This outputs structured YAML. Parse it to understand:
66
62
 
67
63
  **From `discussions` array:**
68
64
  - Each discussion's name, status, and whether it has an individual specification