@leeovery/claude-technical-workflows 2.1.40 → 2.1.42
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/README.md +6 -21
- package/agents/implementation-analysis-architecture.md +2 -2
- package/agents/implementation-analysis-duplication.md +2 -2
- package/agents/implementation-analysis-standards.md +2 -2
- package/agents/implementation-analysis-synthesizer.md +3 -3
- package/agents/implementation-analysis-task-writer.md +1 -1
- package/agents/implementation-task-executor.md +3 -0
- package/agents/planning-phase-designer.md +8 -6
- package/agents/planning-task-designer.md +8 -6
- package/agents/review-findings-synthesizer.md +2 -2
- package/agents/review-task-verifier.md +1 -1
- package/hooks/workflows/compact-recovery.sh +1 -1
- package/hooks/workflows/session-cleanup.sh +1 -1
- package/hooks/workflows/write-session-state.sh +1 -1
- package/package.json +1 -1
- package/skills/begin-implementation/SKILL.md +5 -5
- package/skills/begin-planning/SKILL.md +2 -1
- package/skills/begin-review/SKILL.md +1 -1
- package/skills/continue-feature/references/detect-phase.md +5 -5
- package/skills/continue-feature/references/invoke-implementation.md +2 -2
- package/skills/continue-feature/references/invoke-planning.md +2 -2
- package/skills/continue-feature/references/invoke-review.md +2 -2
- package/skills/continue-feature/references/invoke-specification.md +3 -3
- package/skills/continue-feature/scripts/discovery.sh +5 -5
- package/skills/link-dependencies/SKILL.md +5 -5
- package/skills/migrate/SKILL.md +1 -1
- package/skills/migrate/scripts/migrate.sh +56 -25
- package/skills/migrate/scripts/migrations/011-rename-workflow-directory.sh +73 -0
- package/skills/migrate/scripts/migrations/012-environment-setup-to-state.sh +23 -0
- package/skills/start-discussion/SKILL.md +2 -2
- package/skills/start-discussion/references/gather-context-research.md +1 -1
- package/skills/start-discussion/references/handle-selection.md +1 -1
- package/skills/start-discussion/references/invoke-skill.md +3 -3
- package/skills/start-discussion/references/research-analysis.md +3 -3
- package/skills/start-discussion/scripts/discovery.sh +3 -3
- package/skills/start-feature/SKILL.md +5 -5
- package/skills/start-feature/references/phase-bridge.md +1 -1
- package/skills/start-implementation/SKILL.md +6 -6
- package/skills/start-implementation/scripts/discovery.sh +4 -4
- package/skills/start-planning/SKILL.md +5 -3
- package/skills/start-planning/references/display-state.md +31 -1
- package/skills/start-planning/references/invoke-skill.md +3 -3
- package/skills/start-planning/scripts/discovery.sh +32 -3
- package/skills/start-research/SKILL.md +1 -1
- package/skills/start-research/references/invoke-skill.md +1 -1
- package/skills/start-review/SKILL.md +1 -1
- package/skills/start-review/references/invoke-skill.md +4 -4
- package/skills/start-review/scripts/discovery.sh +5 -5
- package/skills/start-specification/SKILL.md +1 -1
- package/skills/start-specification/references/analysis-flow.md +2 -2
- package/skills/start-specification/references/confirm-continue.md +3 -3
- package/skills/start-specification/references/confirm-create.md +2 -2
- package/skills/start-specification/references/confirm-refine.md +1 -1
- package/skills/start-specification/references/confirm-unify.md +2 -2
- package/skills/start-specification/references/display-analyze.md +1 -1
- package/skills/start-specification/references/display-groupings.md +3 -3
- package/skills/start-specification/references/display-specs-menu.md +1 -1
- package/skills/start-specification/references/handoffs/continue-concluded.md +4 -4
- package/skills/start-specification/references/handoffs/continue.md +4 -4
- package/skills/start-specification/references/handoffs/create-with-incorporation.md +5 -5
- package/skills/start-specification/references/handoffs/create.md +4 -4
- package/skills/start-specification/references/handoffs/unify-with-incorporation.md +6 -6
- package/skills/start-specification/references/handoffs/unify.md +4 -4
- package/skills/start-specification/scripts/discovery.sh +3 -3
- package/skills/status/SKILL.md +1 -1
- package/skills/status/scripts/discovery.sh +5 -5
- package/skills/technical-discussion/SKILL.md +3 -3
- package/skills/technical-discussion/references/template.md +2 -2
- package/skills/technical-implementation/SKILL.md +11 -10
- package/skills/technical-implementation/references/analysis-loop.md +45 -9
- package/skills/technical-implementation/references/environment-setup.md +3 -3
- package/skills/technical-implementation/references/invoke-task-writer.md +1 -1
- package/skills/technical-implementation/references/task-loop.md +1 -1
- package/skills/technical-planning/SKILL.md +8 -7
- package/skills/technical-planning/references/analyze-task-graph.md +1 -1
- package/skills/technical-planning/references/author-tasks.md +5 -5
- package/skills/technical-planning/references/define-phases.md +5 -2
- package/skills/technical-planning/references/define-tasks.md +6 -3
- package/skills/technical-planning/references/invoke-review-integrity.md +1 -1
- package/skills/technical-planning/references/invoke-review-traceability.md +1 -1
- package/skills/technical-planning/references/output-formats/local-markdown/about.md +2 -2
- package/skills/technical-planning/references/output-formats/local-markdown/authoring.md +2 -2
- package/skills/technical-planning/references/output-formats/local-markdown/reading.md +3 -3
- package/skills/technical-planning/references/output-formats/local-markdown/updating.md +1 -1
- package/skills/technical-planning/references/output-formats/tick/authoring.md +3 -15
- package/skills/technical-planning/references/phase-design/bugfix.md +75 -0
- package/skills/technical-planning/references/phase-design/feature.md +77 -0
- package/skills/technical-planning/references/phase-design/greenfield.md +75 -0
- package/skills/technical-planning/references/phase-design.md +7 -57
- package/skills/technical-planning/references/plan-index-schema.md +3 -1
- package/skills/technical-planning/references/review-integrity.md +1 -1
- package/skills/technical-planning/references/review-traceability.md +1 -1
- package/skills/technical-planning/references/task-design/bugfix.md +65 -0
- package/skills/technical-planning/references/task-design/feature.md +61 -0
- package/skills/technical-planning/references/task-design/greenfield.md +47 -0
- package/skills/technical-planning/references/task-design.md +6 -39
- package/skills/technical-planning/references/verify-source-material.md +2 -2
- package/skills/technical-research/SKILL.md +2 -2
- package/skills/technical-research/references/interview.md +2 -2
- package/skills/technical-review/SKILL.md +1 -1
- package/skills/technical-review/references/invoke-review-synthesizer.md +3 -3
- package/skills/technical-review/references/invoke-review-task-writer.md +2 -2
- package/skills/technical-review/references/invoke-task-verifiers.md +3 -3
- package/skills/technical-review/references/produce-review.md +1 -1
- package/skills/technical-review/references/review-actions-loop.md +7 -5
- package/skills/technical-specification/SKILL.md +5 -5
- package/skills/technical-specification/references/dependencies.md +2 -2
- package/skills/technical-specification/references/review-tracking-format.md +1 -1
- package/skills/technical-specification/references/specification-format.md +1 -1
- package/skills/technical-specification/references/verify-source-material.md +2 -2
- package/skills/view-plan/SKILL.md +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: technical-specification
|
|
3
|
-
description: "Build validated specifications from source material through collaborative refinement. Use when: (1) User asks to create/build a specification from source material, (2) User wants to validate and refine content before planning, (3) Converting source material (discussions, research, requirements) into standalone specifications, (4) User says 'specify this' or 'create a spec', (5) Need to filter hallucinations and enrich gaps before formal planning. Creates specifications in
|
|
3
|
+
description: "Build validated specifications from source material through collaborative refinement. Use when: (1) User asks to create/build a specification from source material, (2) User wants to validate and refine content before planning, (3) Converting source material (discussions, research, requirements) into standalone specifications, (4) User says 'specify this' or 'create a spec', (5) Need to filter hallucinations and enrich gaps before formal planning. Creates specifications in .workflows/specification/{topic}/specification.md that can be used to build implementation plans."
|
|
4
4
|
user-invocable: false
|
|
5
5
|
---
|
|
6
6
|
|
|
@@ -35,7 +35,7 @@ Either way: Transform unvalidated reference material into a specification that's
|
|
|
35
35
|
|
|
36
36
|
```
|
|
37
37
|
I need source material to build a specification from. Could you point me to the
|
|
38
|
-
source files (e.g.,
|
|
38
|
+
source files (e.g., .workflows/discussion/{topic}.md), or provide the content
|
|
39
39
|
directly?
|
|
40
40
|
```
|
|
41
41
|
|
|
@@ -47,7 +47,7 @@ directly?
|
|
|
47
47
|
|
|
48
48
|
```
|
|
49
49
|
What should the specification be named? This determines the output file:
|
|
50
|
-
|
|
50
|
+
.workflows/specification/{name}/specification.md
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
**STOP.** Wait for user response.
|
|
@@ -97,7 +97,7 @@ When announcing a new step, output `── ── ── ── ──` on its o
|
|
|
97
97
|
|
|
98
98
|
## Step 0: Resume Detection
|
|
99
99
|
|
|
100
|
-
Check if
|
|
100
|
+
Check if `.workflows/specification/{topic}/specification.md` exists.
|
|
101
101
|
|
|
102
102
|
#### If no file exists
|
|
103
103
|
|
|
@@ -147,7 +147,7 @@ Load **[verify-source-material.md](references/verify-source-material.md)** and f
|
|
|
147
147
|
|
|
148
148
|
Load **[specification-format.md](references/specification-format.md)** for the template.
|
|
149
149
|
|
|
150
|
-
Create the specification file at
|
|
150
|
+
Create the specification file at `.workflows/specification/{topic}/specification.md`:
|
|
151
151
|
|
|
152
152
|
1. Use the frontmatter template from specification-format.md
|
|
153
153
|
2. Set `topic` to the kebab-case topic name
|
|
@@ -12,9 +12,9 @@ The same workflow applies: present the dependencies section for approval, then l
|
|
|
12
12
|
|
|
13
13
|
Dependencies are **blockers** — things that must exist before implementation can begin.
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
If feature B requires data that feature A produces, then feature A is a dependency — B cannot function without A's output existing first.
|
|
16
16
|
|
|
17
|
-
**The test**: "If system X doesn't exist, can we still
|
|
17
|
+
**The test**: "If system X doesn't exist, can we still deliver this?"
|
|
18
18
|
- If **no** → X is a dependency
|
|
19
19
|
- If **yes** → X is not a dependency (even if the systems work together)
|
|
20
20
|
|
|
@@ -8,7 +8,7 @@ Review tracking files capture analysis findings so work persists across context
|
|
|
8
8
|
|
|
9
9
|
## Location
|
|
10
10
|
|
|
11
|
-
Store tracking files in the specification topic directory (
|
|
11
|
+
Store tracking files in the specification topic directory (`.workflows/specification/{topic}/`), cycle-numbered:
|
|
12
12
|
- `review-input-tracking-c{N}.md` — Phase 1 findings for cycle N
|
|
13
13
|
- `review-gap-analysis-tracking-c{N}.md` — Phase 2 findings for cycle N
|
|
14
14
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
---
|
|
6
6
|
|
|
7
|
-
This file defines the canonical structure for specification files (
|
|
7
|
+
This file defines the canonical structure for specification files (`.workflows/specification/{topic}/specification.md`).
|
|
8
8
|
|
|
9
9
|
The specification is a single file per topic. Structure is **flexible** — organize around phases and subject matter, not rigid sections. This is a working document.
|
|
10
10
|
|
|
@@ -15,6 +15,6 @@ Verify that all source material exists and is accessible before beginning specif
|
|
|
15
15
|
### Example
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
ls
|
|
19
|
-
ls
|
|
18
|
+
ls .workflows/discussion/auth-flow.md
|
|
19
|
+
ls .workflows/research/api-patterns.md
|
|
20
20
|
```
|
|
@@ -17,14 +17,14 @@ Display a readable summary of a plan's phases, tasks, and status.
|
|
|
17
17
|
If no topic is specified, list available plans:
|
|
18
18
|
|
|
19
19
|
```bash
|
|
20
|
-
ls
|
|
20
|
+
ls .workflows/planning/
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
Ask the user which plan to view.
|
|
24
24
|
|
|
25
25
|
## Step 2: Read the Plan Index
|
|
26
26
|
|
|
27
|
-
Read the plan file from
|
|
27
|
+
Read the plan file from `.workflows/planning/{topic}/plan.md` and check the `format:` field in the frontmatter.
|
|
28
28
|
|
|
29
29
|
## Step 3: Load Format Reading Reference
|
|
30
30
|
|