claude-code-workflow 7.2.30 → 7.3.0

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 (183) hide show
  1. package/.claude/commands/workflow-skill.md +130 -0
  2. package/.claude/skills/ccw-chain/SKILL.md +44 -71
  3. package/.claude/skills/ccw-chain/chains/ccw-cycle.json +13 -3
  4. package/.claude/skills/ccw-chain/chains/ccw-exploration.json +33 -22
  5. package/.claude/skills/ccw-chain/chains/ccw-issue.json +23 -12
  6. package/.claude/skills/ccw-chain/chains/ccw-lightweight.json +23 -9
  7. package/.claude/skills/ccw-chain/chains/ccw-main.json +15 -2
  8. package/.claude/skills/ccw-chain/chains/ccw-standard.json +28 -16
  9. package/.claude/skills/ccw-chain/chains/ccw-team.json +7 -2
  10. package/.claude/skills/ccw-chain/chains/ccw-with-file.json +25 -9
  11. package/.claude/skills/chain-loader/phases/01-analyze-skill.md +53 -53
  12. package/.claude/skills/chain-loader/specs/chain-schema.md +30 -3
  13. package/.claude/skills/chain-loader/templates/chain-json.md +63 -63
  14. package/.claude/skills/workflow-plan/SKILL.md +1 -0
  15. package/.claude/skills/workflow-plan/phases/01-session-discovery.md +19 -2
  16. package/.claude/skills/workflow-plan/phases/02-context-gathering.md +2 -2
  17. package/.claude/skills/workflow-plan/phases/04-task-generation.md +9 -1
  18. package/.codex/skills/analyze-with-file/SKILL.md +383 -134
  19. package/.codex/skills/brainstorm/SKILL.md +3 -3
  20. package/.codex/skills/brainstorm-with-file/SKILL.md +208 -88
  21. package/.codex/skills/clean/SKILL.md +1 -1
  22. package/.codex/skills/csv-wave-pipeline/SKILL.md +2 -2
  23. package/.codex/skills/investigate/orchestrator.md +24 -0
  24. package/.codex/skills/issue-discover/SKILL.md +374 -361
  25. package/.codex/skills/issue-discover/phases/01-issue-new.md +1 -1
  26. package/.codex/skills/issue-discover/phases/02-discover.md +2 -2
  27. package/.codex/skills/issue-discover/phases/03-discover-by-prompt.md +1 -1
  28. package/.codex/skills/issue-discover/phases/04-quick-execute.md +2 -2
  29. package/.codex/skills/parallel-dev-cycle/SKILL.md +44 -37
  30. package/.codex/skills/project-documentation-workflow/SKILL.md +1 -1
  31. package/.codex/skills/review-cycle/SKILL.md +31 -12
  32. package/.codex/skills/roadmap-with-file/SKILL.md +141 -133
  33. package/.codex/skills/security-audit/orchestrator.md +29 -0
  34. package/.codex/skills/session-sync/SKILL.md +1 -1
  35. package/.codex/skills/ship/orchestrator.md +24 -0
  36. package/.codex/skills/spec-add/SKILL.md +5 -5
  37. package/.codex/skills/spec-generator/SKILL.md +33 -2
  38. package/.codex/skills/spec-generator/phases/01-5-requirement-clarification.md +3 -3
  39. package/.codex/skills/spec-generator/phases/01-discovery.md +1 -1
  40. package/.codex/skills/spec-generator/phases/02-product-brief.md +1 -1
  41. package/.codex/skills/spec-generator/phases/03-requirements.md +1 -1
  42. package/.codex/skills/spec-generator/phases/04-architecture.md +1 -1
  43. package/.codex/skills/spec-generator/phases/05-epics-stories.md +1 -1
  44. package/.codex/skills/spec-generator/phases/06-readiness-check.md +1 -1
  45. package/.codex/skills/spec-generator/phases/07-issue-export.md +1 -1
  46. package/.codex/skills/spec-setup/SKILL.md +669 -669
  47. package/.codex/skills/team-arch-opt/specs/team-config.json +1 -1
  48. package/.codex/skills/team-brainstorm/SKILL.md +259 -259
  49. package/.codex/skills/team-coordinate/SKILL.md +359 -359
  50. package/.codex/skills/team-coordinate/roles/coordinator/commands/monitor.md +1 -1
  51. package/.codex/skills/team-designer/SKILL.md +27 -1
  52. package/.codex/skills/team-designer/phases/01-requirements-analysis.md +2 -2
  53. package/.codex/skills/team-designer/phases/02-scaffold-generation.md +1 -1
  54. package/.codex/skills/team-designer/phases/04-validation.md +1 -1
  55. package/.codex/skills/team-executor/SKILL.md +218 -218
  56. package/.codex/skills/team-frontend/SKILL.md +227 -227
  57. package/.codex/skills/team-frontend-debug/SKILL.md +278 -278
  58. package/.codex/skills/team-frontend-debug/roles/coordinator/commands/analyze.md +2 -2
  59. package/.codex/skills/team-interactive-craft/SKILL.md +220 -220
  60. package/.codex/skills/team-interactive-craft/roles/coordinator/role.md +209 -209
  61. package/.codex/skills/team-issue/SKILL.md +269 -269
  62. package/.codex/skills/team-issue/roles/coordinator/role.md +1 -1
  63. package/.codex/skills/team-lifecycle-v4/SKILL.md +305 -305
  64. package/.codex/skills/team-motion-design/SKILL.md +222 -222
  65. package/.codex/skills/team-motion-design/roles/coordinator/role.md +210 -210
  66. package/.codex/skills/team-perf-opt/SKILL.md +258 -258
  67. package/.codex/skills/team-perf-opt/specs/team-config.json +1 -1
  68. package/.codex/skills/team-planex/SKILL.md +216 -216
  69. package/.codex/skills/team-quality-assurance/SKILL.md +229 -229
  70. package/.codex/skills/team-review/SKILL.md +227 -227
  71. package/.codex/skills/team-roadmap-dev/SKILL.md +238 -238
  72. package/.codex/skills/team-roadmap-dev/roles/coordinator/commands/roadmap-discuss.md +5 -5
  73. package/.codex/skills/team-tech-debt/SKILL.md +206 -206
  74. package/.codex/skills/team-tech-debt/roles/coordinator/commands/monitor.md +1 -1
  75. package/.codex/skills/team-testing/SKILL.md +237 -237
  76. package/.codex/skills/team-ui-polish/SKILL.md +218 -218
  77. package/.codex/skills/team-ui-polish/roles/coordinator/role.md +213 -213
  78. package/.codex/skills/team-uidesign/SKILL.md +219 -219
  79. package/.codex/skills/team-uidesign/roles/coordinator/role.md +2 -2
  80. package/.codex/skills/team-ultra-analyze/SKILL.md +260 -260
  81. package/.codex/skills/team-ultra-analyze/roles/coordinator/commands/monitor.md +1 -1
  82. package/.codex/skills/team-ultra-analyze/roles/coordinator/role.md +1 -1
  83. package/.codex/skills/team-ux-improve/SKILL.md +227 -227
  84. package/.codex/skills/team-ux-improve/roles/coordinator/role.md +1 -1
  85. package/.codex/skills/team-ux-improve/specs/team-config.json +1 -1
  86. package/.codex/skills/team-visual-a11y/SKILL.md +319 -319
  87. package/.codex/skills/team-visual-a11y/roles/coordinator/role.md +213 -213
  88. package/.codex/skills/workflow-execute/SKILL.md +5 -5
  89. package/.codex/skills/workflow-lite-planex/SKILL.md +3 -3
  90. package/.codex/skills/workflow-plan/SKILL.md +3 -3
  91. package/.codex/skills/workflow-tdd-plan/SKILL.md +4 -4
  92. package/.codex/skills/workflow-test-fix-cycle/SKILL.md +403 -402
  93. package/ccw/dist/cli.d.ts.map +1 -1
  94. package/ccw/dist/cli.js +16 -0
  95. package/ccw/dist/cli.js.map +1 -1
  96. package/ccw/dist/commands/chain-loader.d.ts +2 -0
  97. package/ccw/dist/commands/chain-loader.d.ts.map +1 -0
  98. package/ccw/dist/commands/chain-loader.js +11 -0
  99. package/ccw/dist/commands/chain-loader.js.map +1 -0
  100. package/ccw/dist/commands/install.d.ts.map +1 -1
  101. package/ccw/dist/commands/install.js +52 -1
  102. package/ccw/dist/commands/install.js.map +1 -1
  103. package/ccw/dist/commands/launcher.d.ts +2 -0
  104. package/ccw/dist/commands/launcher.d.ts.map +1 -0
  105. package/ccw/dist/commands/launcher.js +434 -0
  106. package/ccw/dist/commands/launcher.js.map +1 -0
  107. package/ccw/dist/tools/chain-loader.d.ts.map +1 -1
  108. package/ccw/dist/tools/chain-loader.js +457 -45
  109. package/ccw/dist/tools/chain-loader.js.map +1 -1
  110. package/ccw/dist/tools/skill-context-loader.d.ts.map +1 -1
  111. package/ccw/dist/tools/skill-context-loader.js +12 -26
  112. package/ccw/dist/tools/skill-context-loader.js.map +1 -1
  113. package/ccw/dist/types/chain-types.d.ts +41 -1
  114. package/ccw/dist/types/chain-types.d.ts.map +1 -1
  115. package/ccw/dist/utils/chain-visualizer.d.ts +13 -0
  116. package/ccw/dist/utils/chain-visualizer.d.ts.map +1 -0
  117. package/ccw/dist/utils/chain-visualizer.js +164 -0
  118. package/ccw/dist/utils/chain-visualizer.js.map +1 -0
  119. package/package.json +1 -1
  120. package/.claude/commands/cli/cli-init.md +0 -441
  121. package/.claude/commands/cli/codex-review.md +0 -361
  122. package/.claude/commands/flow-create.md +0 -663
  123. package/.claude/skills/ccw-chain/phases/analyze-with-file.md +0 -788
  124. package/.claude/skills/ccw-chain/phases/brainstorm/SKILL.md +0 -408
  125. package/.claude/skills/ccw-chain/phases/brainstorm/phases/01-mode-routing.md +0 -207
  126. package/.claude/skills/ccw-chain/phases/brainstorm/phases/02-artifacts.md +0 -567
  127. package/.claude/skills/ccw-chain/phases/brainstorm/phases/03-role-analysis.md +0 -748
  128. package/.claude/skills/ccw-chain/phases/brainstorm/phases/04-synthesis.md +0 -827
  129. package/.claude/skills/ccw-chain/phases/brainstorm-with-file.md +0 -482
  130. package/.claude/skills/ccw-chain/phases/collaborative-plan-with-file.md +0 -639
  131. package/.claude/skills/ccw-chain/phases/debug-with-file.md +0 -656
  132. package/.claude/skills/ccw-chain/phases/integration-test-cycle.md +0 -936
  133. package/.claude/skills/ccw-chain/phases/issue-convert-to-plan.md +0 -720
  134. package/.claude/skills/ccw-chain/phases/issue-discover.md +0 -483
  135. package/.claude/skills/ccw-chain/phases/issue-execute.md +0 -629
  136. package/.claude/skills/ccw-chain/phases/issue-from-brainstorm.md +0 -382
  137. package/.claude/skills/ccw-chain/phases/issue-plan.md +0 -343
  138. package/.claude/skills/ccw-chain/phases/issue-queue.md +0 -464
  139. package/.claude/skills/ccw-chain/phases/refactor-cycle.md +0 -852
  140. package/.claude/skills/ccw-chain/phases/review-cycle/SKILL.md +0 -132
  141. package/.claude/skills/ccw-chain/phases/review-cycle/phases/review-fix.md +0 -760
  142. package/.claude/skills/ccw-chain/phases/review-cycle/phases/review-module.md +0 -764
  143. package/.claude/skills/ccw-chain/phases/review-cycle/phases/review-session.md +0 -775
  144. package/.claude/skills/ccw-chain/phases/roadmap-with-file.md +0 -544
  145. package/.claude/skills/ccw-chain/phases/spec-generator/SKILL.md +0 -338
  146. package/.claude/skills/ccw-chain/phases/spec-generator/phases/01-5-requirement-clarification.md +0 -404
  147. package/.claude/skills/ccw-chain/phases/spec-generator/phases/01-discovery.md +0 -257
  148. package/.claude/skills/ccw-chain/phases/spec-generator/phases/02-product-brief.md +0 -274
  149. package/.claude/skills/ccw-chain/phases/spec-generator/phases/03-requirements.md +0 -184
  150. package/.claude/skills/ccw-chain/phases/spec-generator/phases/04-architecture.md +0 -248
  151. package/.claude/skills/ccw-chain/phases/spec-generator/phases/05-epics-stories.md +0 -178
  152. package/.claude/skills/ccw-chain/phases/spec-generator/phases/06-5-auto-fix.md +0 -144
  153. package/.claude/skills/ccw-chain/phases/spec-generator/phases/06-readiness-check.md +0 -480
  154. package/.claude/skills/ccw-chain/phases/team-planex.md +0 -123
  155. package/.claude/skills/ccw-chain/phases/ui-design-explore-auto.md +0 -678
  156. package/.claude/skills/ccw-chain/phases/unified-execute-with-file.md +0 -870
  157. package/.claude/skills/ccw-chain/phases/workflow-execute/SKILL.md +0 -625
  158. package/.claude/skills/ccw-chain/phases/workflow-execute/phases/06-review.md +0 -215
  159. package/.claude/skills/ccw-chain/phases/workflow-lite-plan.md +0 -616
  160. package/.claude/skills/ccw-chain/phases/workflow-multi-cli-plan.md +0 -424
  161. package/.claude/skills/ccw-chain/phases/workflow-plan/SKILL.md +0 -466
  162. package/.claude/skills/ccw-chain/phases/workflow-plan/phases/01-session-discovery.md +0 -99
  163. package/.claude/skills/ccw-chain/phases/workflow-plan/phases/02-context-gathering.md +0 -338
  164. package/.claude/skills/ccw-chain/phases/workflow-plan/phases/03-conflict-resolution.md +0 -422
  165. package/.claude/skills/ccw-chain/phases/workflow-plan/phases/04-task-generation.md +0 -440
  166. package/.claude/skills/ccw-chain/phases/workflow-plan/phases/05-plan-verify.md +0 -395
  167. package/.claude/skills/ccw-chain/phases/workflow-plan/phases/06-replan.md +0 -594
  168. package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/SKILL.md +0 -527
  169. package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/01-session-discovery.md +0 -57
  170. package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/02-context-gathering.md +0 -407
  171. package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/03-test-coverage-analysis.md +0 -172
  172. package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/04-conflict-resolution.md +0 -426
  173. package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/05-tdd-task-generation.md +0 -473
  174. package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/06-tdd-structure-validation.md +0 -189
  175. package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/07-tdd-verify.md +0 -635
  176. package/.claude/skills/ccw-chain/phases/workflow-test-fix/SKILL.md +0 -482
  177. package/.claude/skills/ccw-chain/phases/workflow-test-fix/phases/01-session-start.md +0 -60
  178. package/.claude/skills/ccw-chain/phases/workflow-test-fix/phases/02-test-context-gather.md +0 -493
  179. package/.claude/skills/ccw-chain/phases/workflow-test-fix/phases/03-test-concept-enhanced.md +0 -150
  180. package/.claude/skills/ccw-chain/phases/workflow-test-fix/phases/04-test-task-generate.md +0 -346
  181. package/.claude/skills/ccw-chain/phases/workflow-test-fix/phases/05-test-cycle-execute.md +0 -538
  182. package/.claude/skills/ccw-chain/specs/intent-patterns.md +0 -60
  183. package/.claude/skills/team-edict.zip +0 -0
@@ -1,178 +0,0 @@
1
- # Phase 5: Epics & Stories
2
-
3
- Decompose the specification into executable Epics and Stories with dependency mapping.
4
-
5
- ## Objective
6
-
7
- - Group requirements into 3-7 logical Epics
8
- - Tag MVP subset of Epics
9
- - Generate 2-5 Stories per Epic in standard user story format
10
- - Map cross-Epic dependencies (Mermaid diagram)
11
- - Generate epics.md using template
12
-
13
- ## Input
14
-
15
- - Dependency: `{workDir}/requirements/_index.md`, `{workDir}/architecture/_index.md` (and individual files)
16
- - Reference: `{workDir}/product-brief.md`
17
- - Config: `{workDir}/spec-config.json`
18
- - Template: `templates/epics-template.md` (directory structure: `_index.md` + `EPIC-*.md`)
19
-
20
- ## Execution Steps
21
-
22
- ### Step 0: Load Validation Context
23
-
24
- Run `ccw spec load --category validation` for verification rules and acceptance criteria to validate epic decomposition.
25
-
26
- ### Step 1: Load Phase 2-4 Context
27
-
28
- ```javascript
29
- const specConfig = JSON.parse(Read(`${workDir}/spec-config.json`));
30
- const productBrief = Read(`${workDir}/product-brief.md`);
31
- const requirements = Read(`${workDir}/requirements.md`);
32
- const architecture = Read(`${workDir}/architecture.md`);
33
-
34
- let glossary = null;
35
- try {
36
- glossary = JSON.parse(Read(`${workDir}/glossary.json`));
37
- } catch (e) { /* proceed without */ }
38
- ```
39
-
40
- ### Step 2: Epic Decomposition via Gemini CLI
41
-
42
- ```javascript
43
- Bash({
44
- command: `ccw cli -p "PURPOSE: Decompose requirements into executable Epics and Stories for implementation planning.
45
- Success: 3-7 Epics with prioritized Stories, dependency map, and MVP subset clearly defined.
46
-
47
- PRODUCT BRIEF (summary):
48
- ${productBrief.slice(0, 2000)}
49
-
50
- REQUIREMENTS:
51
- ${requirements.slice(0, 5000)}
52
-
53
- ARCHITECTURE (summary):
54
- ${architecture.slice(0, 3000)}
55
-
56
- TASK:
57
- - Group requirements into 3-7 logical Epics:
58
- - Each Epic: EPIC-NNN ID, title, description, priority (Must/Should/Could)
59
- - Group by functional domain or user journey stage
60
- - Tag MVP Epics (minimum set for initial release)
61
-
62
- - For each Epic, generate 2-5 Stories:
63
- - Each Story: STORY-{EPIC}-NNN ID, title
64
- - User story format: As a [persona], I want [action] so that [benefit]
65
- - 2-4 acceptance criteria per story (testable)
66
- - Relative size estimate: S/M/L/XL
67
- - Trace to source requirement(s): REQ-NNN
68
-
69
- - Create dependency map:
70
- - Cross-Epic dependencies (which Epics block others)
71
- - Mermaid graph LR format
72
- - Recommended execution order with rationale
73
-
74
- - Define MVP:
75
- - Which Epics are in MVP
76
- - MVP definition of done (3-5 criteria)
77
- - What is explicitly deferred post-MVP
78
-
79
- MODE: analysis
80
- EXPECTED: Structured output with: Epic list (ID, title, priority, MVP flag), Stories per Epic (ID, user story, AC, size, trace), dependency Mermaid diagram, execution order, MVP definition
81
- CONSTRAINTS:
82
- - Every Must-have requirement must appear in at least one Story
83
- - Stories must be small enough to implement independently (no XL stories in MVP)
84
- - Dependencies should be minimized across Epics
85
- \${glossary ? \`- Maintain terminology consistency with glossary: \${glossary.terms.map(t => t.term).join(', ')}\` : ''}
86
- " --tool gemini --mode analysis`,
87
- run_in_background: true
88
- });
89
-
90
- // Wait for CLI result
91
- ```
92
-
93
- ### Step 3: Interactive Validation (Optional)
94
-
95
- ```javascript
96
- if (!autoMode) {
97
- // Present Epic overview table and dependency diagram
98
- AskUserQuestion({
99
- questions: [
100
- {
101
- question: "Review the Epic breakdown. Any adjustments needed?",
102
- header: "Epics",
103
- multiSelect: false,
104
- options: [
105
- { label: "Looks good", description: "Epic structure is appropriate" },
106
- { label: "Merge epics", description: "Some epics should be combined" },
107
- { label: "Split epic", description: "An epic is too large, needs splitting" },
108
- { label: "Adjust MVP", description: "Change which epics are in MVP" }
109
- ]
110
- }
111
- ]
112
- });
113
- // Apply user adjustments
114
- }
115
- ```
116
-
117
- ### Step 4: Generate epics/ directory
118
-
119
- ```javascript
120
- const template = Read('templates/epics-template.md');
121
-
122
- // Create epics directory
123
- Bash(`mkdir -p "${workDir}/epics"`);
124
-
125
- const status = autoMode ? 'complete' : 'draft';
126
- const timestamp = new Date().toISOString();
127
-
128
- // Parse CLI output into structured Epics
129
- const epicsList = parseEpics(cliOutput); // [{id, slug, title, priority, mvp, size, stories[], reqs[], adrs[], deps[]}]
130
-
131
- // Step 4a: Write individual EPIC-*.md files (one per Epic, stories included)
132
- epicsList.forEach(epic => {
133
- // Use EPIC-NNN-{slug}.md template from templates/epics-template.md
134
- // Fill: id, title, priority, mvp, size, description, requirements links,
135
- // architecture links, dependency links, stories with user stories + AC
136
- Write(`${workDir}/epics/EPIC-${epic.id}-${epic.slug}.md`, epicContent);
137
- });
138
-
139
- // Step 4b: Write _index.md (overview + dependency map + MVP scope + traceability)
140
- // Use _index.md template from templates/epics-template.md
141
- // Fill: epic overview table (with links), dependency Mermaid diagram,
142
- // execution order, MVP scope, traceability matrix, estimation summary
143
- Write(`${workDir}/epics/_index.md`, indexContent);
144
-
145
- // Update spec-config.json
146
- specConfig.phasesCompleted.push({
147
- phase: 5,
148
- name: "epics-stories",
149
- output_dir: "epics/",
150
- output_index: "epics/_index.md",
151
- file_count: epicsList.length + 1,
152
- completed_at: timestamp
153
- });
154
- Write(`${workDir}/spec-config.json`, JSON.stringify(specConfig, null, 2));
155
- ```
156
-
157
- ## Output
158
-
159
- - **Directory**: `epics/`
160
- - `_index.md` — Overview table, dependency map, MVP scope, traceability matrix, links
161
- - `EPIC-NNN-{slug}.md` — Individual Epic with Stories (per Epic)
162
- - **Format**: Markdown with YAML frontmatter, cross-linked to requirements and architecture via relative paths
163
-
164
- ## Quality Checklist
165
-
166
- - [ ] 3-7 Epic files with EPIC-NNN IDs
167
- - [ ] >= 1 Epic tagged as MVP in frontmatter
168
- - [ ] 2-5 Stories per Epic file
169
- - [ ] Stories use "As a...I want...So that..." format
170
- - [ ] `_index.md` has cross-Epic dependency map (Mermaid)
171
- - [ ] `_index.md` links to all individual Epic files
172
- - [ ] Relative sizing (S/M/L/XL) per Story
173
- - [ ] Epic files link to requirement files and ADR files
174
- - [ ] All files have valid YAML frontmatter
175
-
176
- ## Next Phase
177
-
178
- Proceed to [Phase 6: Readiness Check](06-readiness-check.md) to validate the complete specification package.
@@ -1,144 +0,0 @@
1
- # Phase 6.5: Auto-Fix
2
-
3
- Automatically repair specification issues identified in Phase 6 Readiness Check.
4
-
5
- ## Objective
6
-
7
- - Parse readiness-report.md to extract Error and Warning items
8
- - Group issues by originating Phase (2-5)
9
- - Re-generate affected sections with error context injected into CLI prompts
10
- - Re-run Phase 6 validation after fixes
11
-
12
- ## Input
13
-
14
- - Dependency: `{workDir}/readiness-report.md` (Phase 6 output)
15
- - Config: `{workDir}/spec-config.json` (with iteration_count)
16
- - All Phase 2-5 outputs
17
-
18
- ## Execution Steps
19
-
20
- ### Step 1: Parse Readiness Report
21
-
22
- ```javascript
23
- const readinessReport = Read(`${workDir}/readiness-report.md`);
24
- const specConfig = JSON.parse(Read(`${workDir}/spec-config.json`));
25
-
26
- // Load glossary for terminology consistency during fixes
27
- let glossary = null;
28
- try {
29
- glossary = JSON.parse(Read(`${workDir}/glossary.json`));
30
- } catch (e) { /* proceed without */ }
31
-
32
- // Extract issues from readiness report
33
- // Parse Error and Warning severity items
34
- // Group by originating phase:
35
- // Phase 2 issues: vision, problem statement, scope, personas
36
- // Phase 3 issues: requirements, acceptance criteria, priority, traceability
37
- // Phase 4 issues: architecture, ADRs, tech stack, data model, state machine
38
- // Phase 5 issues: epics, stories, dependencies, MVP scope
39
-
40
- const issuesByPhase = {
41
- 2: [], // product brief issues
42
- 3: [], // requirements issues
43
- 4: [], // architecture issues
44
- 5: [] // epics issues
45
- };
46
-
47
- // Parse structured issues from report
48
- // Each issue: { severity: "Error"|"Warning", description: "...", location: "file:section" }
49
-
50
- // Map phase numbers to output files
51
- const phaseOutputFile = {
52
- 2: 'product-brief.md',
53
- 3: 'requirements/_index.md',
54
- 4: 'architecture/_index.md',
55
- 5: 'epics/_index.md'
56
- };
57
- ```
58
-
59
- ### Step 2: Fix Affected Phases (Sequential)
60
-
61
- For each phase with issues (in order 2 -> 3 -> 4 -> 5):
62
-
63
- ```javascript
64
- for (const [phase, issues] of Object.entries(issuesByPhase)) {
65
- if (issues.length === 0) continue;
66
-
67
- const errorContext = issues.map(i => `[${i.severity}] ${i.description} (at ${i.location})`).join('\n');
68
-
69
- // Read current phase output
70
- const currentOutput = Read(`${workDir}/${phaseOutputFile[phase]}`);
71
-
72
- Bash({
73
- command: `ccw cli -p "PURPOSE: Fix specification issues identified in readiness check for Phase ${phase}.
74
- Success: All listed issues resolved while maintaining consistency with other documents.
75
-
76
- CURRENT DOCUMENT:
77
- ${currentOutput.slice(0, 5000)}
78
-
79
- ISSUES TO FIX:
80
- ${errorContext}
81
-
82
- ${glossary ? `GLOSSARY (maintain consistency):
83
- ${JSON.stringify(glossary.terms, null, 2)}` : ''}
84
-
85
- TASK:
86
- - Address each listed issue specifically
87
- - Maintain all existing content that is not flagged
88
- - Ensure terminology consistency with glossary
89
- - Preserve YAML frontmatter and cross-references
90
- - Use RFC 2119 keywords for behavioral requirements
91
- - Increment document version number
92
-
93
- MODE: analysis
94
- EXPECTED: Corrected document content addressing all listed issues
95
- CONSTRAINTS: Minimal changes - only fix flagged issues, do not restructure unflagged sections
96
- " --tool gemini --mode analysis`,
97
- run_in_background: true
98
- });
99
-
100
- // Wait for result, apply fixes to document
101
- // Update document version in frontmatter
102
- }
103
- ```
104
-
105
- ### Step 3: Update State
106
-
107
- ```javascript
108
- specConfig.phasesCompleted.push({
109
- phase: 6.5,
110
- name: "auto-fix",
111
- iteration: specConfig.iteration_count,
112
- phases_fixed: Object.keys(issuesByPhase).filter(p => issuesByPhase[p].length > 0),
113
- completed_at: new Date().toISOString()
114
- });
115
- Write(`${workDir}/spec-config.json`, JSON.stringify(specConfig, null, 2));
116
- ```
117
-
118
- ### Step 4: Re-run Phase 6 Validation
119
-
120
- ```javascript
121
- // Re-execute Phase 6: Readiness Check
122
- // This creates a new readiness-report.md
123
- // If still Fail and iteration_count < 2: loop back to Step 1
124
- // If Pass or iteration_count >= 2: proceed to handoff
125
- ```
126
-
127
- ## Output
128
-
129
- - **Updated**: Phase 2-5 documents (only affected ones)
130
- - **Updated**: `spec-config.json` (iteration tracking)
131
- - **Triggers**: Phase 6 re-validation
132
-
133
- ## Quality Checklist
134
-
135
- - [ ] All Error-severity issues addressed
136
- - [ ] Warning-severity issues attempted (best effort)
137
- - [ ] Document versions incremented for modified files
138
- - [ ] Terminology consistency maintained
139
- - [ ] Cross-references still valid after fixes
140
- - [ ] Iteration count not exceeded (max 2)
141
-
142
- ## Next Phase
143
-
144
- Re-run [Phase 6: Readiness Check](06-readiness-check.md) to validate fixes.