@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.
Files changed (111) hide show
  1. package/README.md +6 -21
  2. package/agents/implementation-analysis-architecture.md +2 -2
  3. package/agents/implementation-analysis-duplication.md +2 -2
  4. package/agents/implementation-analysis-standards.md +2 -2
  5. package/agents/implementation-analysis-synthesizer.md +3 -3
  6. package/agents/implementation-analysis-task-writer.md +1 -1
  7. package/agents/implementation-task-executor.md +3 -0
  8. package/agents/planning-phase-designer.md +8 -6
  9. package/agents/planning-task-designer.md +8 -6
  10. package/agents/review-findings-synthesizer.md +2 -2
  11. package/agents/review-task-verifier.md +1 -1
  12. package/hooks/workflows/compact-recovery.sh +1 -1
  13. package/hooks/workflows/session-cleanup.sh +1 -1
  14. package/hooks/workflows/write-session-state.sh +1 -1
  15. package/package.json +1 -1
  16. package/skills/begin-implementation/SKILL.md +5 -5
  17. package/skills/begin-planning/SKILL.md +2 -1
  18. package/skills/begin-review/SKILL.md +1 -1
  19. package/skills/continue-feature/references/detect-phase.md +5 -5
  20. package/skills/continue-feature/references/invoke-implementation.md +2 -2
  21. package/skills/continue-feature/references/invoke-planning.md +2 -2
  22. package/skills/continue-feature/references/invoke-review.md +2 -2
  23. package/skills/continue-feature/references/invoke-specification.md +3 -3
  24. package/skills/continue-feature/scripts/discovery.sh +5 -5
  25. package/skills/link-dependencies/SKILL.md +5 -5
  26. package/skills/migrate/SKILL.md +1 -1
  27. package/skills/migrate/scripts/migrate.sh +56 -25
  28. package/skills/migrate/scripts/migrations/011-rename-workflow-directory.sh +73 -0
  29. package/skills/migrate/scripts/migrations/012-environment-setup-to-state.sh +23 -0
  30. package/skills/start-discussion/SKILL.md +2 -2
  31. package/skills/start-discussion/references/gather-context-research.md +1 -1
  32. package/skills/start-discussion/references/handle-selection.md +1 -1
  33. package/skills/start-discussion/references/invoke-skill.md +3 -3
  34. package/skills/start-discussion/references/research-analysis.md +3 -3
  35. package/skills/start-discussion/scripts/discovery.sh +3 -3
  36. package/skills/start-feature/SKILL.md +5 -5
  37. package/skills/start-feature/references/phase-bridge.md +1 -1
  38. package/skills/start-implementation/SKILL.md +6 -6
  39. package/skills/start-implementation/scripts/discovery.sh +4 -4
  40. package/skills/start-planning/SKILL.md +5 -3
  41. package/skills/start-planning/references/display-state.md +31 -1
  42. package/skills/start-planning/references/invoke-skill.md +3 -3
  43. package/skills/start-planning/scripts/discovery.sh +32 -3
  44. package/skills/start-research/SKILL.md +1 -1
  45. package/skills/start-research/references/invoke-skill.md +1 -1
  46. package/skills/start-review/SKILL.md +1 -1
  47. package/skills/start-review/references/invoke-skill.md +4 -4
  48. package/skills/start-review/scripts/discovery.sh +5 -5
  49. package/skills/start-specification/SKILL.md +1 -1
  50. package/skills/start-specification/references/analysis-flow.md +2 -2
  51. package/skills/start-specification/references/confirm-continue.md +3 -3
  52. package/skills/start-specification/references/confirm-create.md +2 -2
  53. package/skills/start-specification/references/confirm-refine.md +1 -1
  54. package/skills/start-specification/references/confirm-unify.md +2 -2
  55. package/skills/start-specification/references/display-analyze.md +1 -1
  56. package/skills/start-specification/references/display-groupings.md +3 -3
  57. package/skills/start-specification/references/display-specs-menu.md +1 -1
  58. package/skills/start-specification/references/handoffs/continue-concluded.md +4 -4
  59. package/skills/start-specification/references/handoffs/continue.md +4 -4
  60. package/skills/start-specification/references/handoffs/create-with-incorporation.md +5 -5
  61. package/skills/start-specification/references/handoffs/create.md +4 -4
  62. package/skills/start-specification/references/handoffs/unify-with-incorporation.md +6 -6
  63. package/skills/start-specification/references/handoffs/unify.md +4 -4
  64. package/skills/start-specification/scripts/discovery.sh +3 -3
  65. package/skills/status/SKILL.md +1 -1
  66. package/skills/status/scripts/discovery.sh +5 -5
  67. package/skills/technical-discussion/SKILL.md +3 -3
  68. package/skills/technical-discussion/references/template.md +2 -2
  69. package/skills/technical-implementation/SKILL.md +11 -10
  70. package/skills/technical-implementation/references/analysis-loop.md +45 -9
  71. package/skills/technical-implementation/references/environment-setup.md +3 -3
  72. package/skills/technical-implementation/references/invoke-task-writer.md +1 -1
  73. package/skills/technical-implementation/references/task-loop.md +1 -1
  74. package/skills/technical-planning/SKILL.md +8 -7
  75. package/skills/technical-planning/references/analyze-task-graph.md +1 -1
  76. package/skills/technical-planning/references/author-tasks.md +5 -5
  77. package/skills/technical-planning/references/define-phases.md +5 -2
  78. package/skills/technical-planning/references/define-tasks.md +6 -3
  79. package/skills/technical-planning/references/invoke-review-integrity.md +1 -1
  80. package/skills/technical-planning/references/invoke-review-traceability.md +1 -1
  81. package/skills/technical-planning/references/output-formats/local-markdown/about.md +2 -2
  82. package/skills/technical-planning/references/output-formats/local-markdown/authoring.md +2 -2
  83. package/skills/technical-planning/references/output-formats/local-markdown/reading.md +3 -3
  84. package/skills/technical-planning/references/output-formats/local-markdown/updating.md +1 -1
  85. package/skills/technical-planning/references/output-formats/tick/authoring.md +3 -15
  86. package/skills/technical-planning/references/phase-design/bugfix.md +75 -0
  87. package/skills/technical-planning/references/phase-design/feature.md +77 -0
  88. package/skills/technical-planning/references/phase-design/greenfield.md +75 -0
  89. package/skills/technical-planning/references/phase-design.md +7 -57
  90. package/skills/technical-planning/references/plan-index-schema.md +3 -1
  91. package/skills/technical-planning/references/review-integrity.md +1 -1
  92. package/skills/technical-planning/references/review-traceability.md +1 -1
  93. package/skills/technical-planning/references/task-design/bugfix.md +65 -0
  94. package/skills/technical-planning/references/task-design/feature.md +61 -0
  95. package/skills/technical-planning/references/task-design/greenfield.md +47 -0
  96. package/skills/technical-planning/references/task-design.md +6 -39
  97. package/skills/technical-planning/references/verify-source-material.md +2 -2
  98. package/skills/technical-research/SKILL.md +2 -2
  99. package/skills/technical-research/references/interview.md +2 -2
  100. package/skills/technical-review/SKILL.md +1 -1
  101. package/skills/technical-review/references/invoke-review-synthesizer.md +3 -3
  102. package/skills/technical-review/references/invoke-review-task-writer.md +2 -2
  103. package/skills/technical-review/references/invoke-task-verifiers.md +3 -3
  104. package/skills/technical-review/references/produce-review.md +1 -1
  105. package/skills/technical-review/references/review-actions-loop.md +7 -5
  106. package/skills/technical-specification/SKILL.md +5 -5
  107. package/skills/technical-specification/references/dependencies.md +2 -2
  108. package/skills/technical-specification/references/review-tracking-format.md +1 -1
  109. package/skills/technical-specification/references/specification-format.md +1 -1
  110. package/skills/technical-specification/references/verify-source-material.md +2 -2
  111. 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 docs/workflow/specification/{topic}/specification.md that can be used to build implementation plans."
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., docs/workflow/discussion/{topic}.md), or provide the content
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
- docs/workflow/specification/{name}/specification.md
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 `docs/workflow/specification/{topic}/specification.md` exists.
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 `docs/workflow/specification/{topic}/specification.md`:
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
- Think of it like building a house: if you're specifying the roof, the walls are a dependency. You cannot build a roof without walls to support it. The walls must exist first.
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 build this feature?"
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 (`docs/workflow/specification/{topic}/`), cycle-numbered:
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 (`docs/workflow/specification/{topic}/specification.md`).
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 docs/workflow/discussion/auth-flow.md
19
- ls docs/workflow/research/api-patterns.md
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 docs/workflow/planning/
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 `docs/workflow/planning/{topic}/plan.md` and check the `format:` field in the frontmatter.
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