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,382 +0,0 @@
1
- ---
2
- name: from-brainstorm
3
- description: Convert brainstorm session ideas into issue with executable solution for parallel-dev-cycle
4
- argument-hint: "SESSION=\"<session-id>\" [--idea=<index>] [--auto] [-y|--yes]"
5
- allowed-tools: TodoWrite(*), Bash(*), Read(*), Write(*), Glob(*), AskUserQuestion(*)
6
- ---
7
-
8
- ## Auto Mode
9
-
10
- When `--yes` or `-y`: Auto-select highest-scored idea, skip confirmations, create issue directly.
11
-
12
- # Issue From-Brainstorm Command (/issue:from-brainstorm)
13
-
14
- ## Overview
15
-
16
- Bridge command that converts **brainstorm-with-file** session output into executable **issue + solution** for parallel-dev-cycle consumption.
17
-
18
- **Core workflow**: Load Session → Select Idea → Convert to Issue → Generate Solution → Bind & Ready
19
-
20
- **Input sources**:
21
- - **synthesis.json** - Main brainstorm results with top_ideas
22
- - **perspectives.json** - Multi-CLI perspectives (creative/pragmatic/systematic)
23
- - **.brainstorming/** - Synthesis artifacts (clarifications, enhancements from role analyses)
24
-
25
- **Output**:
26
- - **Issue** (ISS-YYYYMMDD-NNN) - Full context with clarifications
27
- - **Solution** (SOL-{issue-id}-{uid}) - Structured tasks for parallel-dev-cycle
28
-
29
- ## Quick Reference
30
-
31
- ```bash
32
- # Interactive mode - select idea, confirm before creation
33
- /issue:from-brainstorm SESSION="BS-rate-limiting-2025-01-28"
34
-
35
- # Pre-select idea by index
36
- /issue:from-brainstorm SESSION="BS-auth-system-2025-01-28" --idea=0
37
-
38
- # Auto mode - select highest scored, no confirmations
39
- /issue:from-brainstorm SESSION="BS-caching-2025-01-28" --auto -y
40
- ```
41
-
42
- ## Arguments
43
-
44
- | Argument | Required | Type | Default | Description |
45
- |----------|----------|------|---------|-------------|
46
- | SESSION | Yes | String | - | Session ID or path to `.workflow/.brainstorm/BS-xxx` |
47
- | --idea | No | Integer | - | Pre-select idea by index (0-based) |
48
- | --auto | No | Flag | false | Auto-select highest-scored idea |
49
- | -y, --yes | No | Flag | false | Skip all confirmations |
50
-
51
- ## Data Structures
52
-
53
- ### Issue Schema (Output)
54
-
55
- ```typescript
56
- interface Issue {
57
- id: string; // ISS-YYYYMMDD-NNN
58
- title: string; // From idea.title
59
- status: 'planned'; // Auto-set after solution binding
60
- priority: number; // 1-5 (derived from idea.score)
61
- context: string; // Full description with clarifications
62
- source: 'brainstorm';
63
- labels: string[]; // ['brainstorm', perspective, feasibility]
64
-
65
- // Structured fields
66
- expected_behavior: string; // From key_strengths
67
- actual_behavior: string; // From main_challenges
68
- affected_components: string[]; // Extracted from description
69
-
70
- _brainstorm_metadata: {
71
- session_id: string;
72
- idea_score: number;
73
- novelty: number;
74
- feasibility: string;
75
- clarifications_count: number;
76
- };
77
- }
78
- ```
79
-
80
- ### Solution Schema (Output)
81
-
82
- ```typescript
83
- interface Solution {
84
- id: string; // SOL-{issue-id}-{4-char-uid}
85
- description: string; // idea.title
86
- approach: string; // idea.description
87
- tasks: Task[]; // Generated from idea.next_steps
88
-
89
- analysis: {
90
- risk: 'low' | 'medium' | 'high';
91
- impact: 'low' | 'medium' | 'high';
92
- complexity: 'low' | 'medium' | 'high';
93
- };
94
-
95
- is_bound: boolean; // true
96
- created_at: string;
97
- bound_at: string;
98
- }
99
-
100
- interface Task {
101
- id: string; // T1, T2, T3...
102
- title: string; // Actionable task name
103
- scope: string; // design|implementation|testing|documentation
104
- action: string; // Implement|Design|Research|Test|Document
105
- description: string;
106
-
107
- implementation: string[]; // Step-by-step guide
108
- convergence: {
109
- criteria: string[]; // What defines success
110
- verification: string[]; // How to verify
111
- };
112
-
113
- priority: string; // "critical"|"high"|"medium"|"low"
114
- depends_on: string[]; // Task dependencies
115
- }
116
- ```
117
-
118
- ## Execution Flow
119
-
120
- ```
121
- Phase 1: Session Loading
122
- ├─ Validate session path
123
- ├─ Load synthesis.json (required)
124
- ├─ Load perspectives.json (optional - multi-CLI insights)
125
- ├─ Load .brainstorming/** (optional - synthesis artifacts)
126
- └─ Validate top_ideas array exists
127
-
128
- Phase 2: Idea Selection
129
- ├─ Auto mode: Select highest scored idea
130
- ├─ Pre-selected: Use --idea=N index
131
- └─ Interactive: Display table, ask user to select
132
-
133
- Phase 3: Enrich Issue Context
134
- ├─ Base: idea.description + key_strengths + main_challenges
135
- ├─ Add: Relevant clarifications (Requirements/Architecture/Feasibility)
136
- ├─ Add: Multi-perspective insights (creative/pragmatic/systematic)
137
- └─ Add: Session metadata (session_id, completion date, clarification count)
138
-
139
- Phase 4: Create Issue
140
- ├─ Generate issue data with enriched context
141
- ├─ Calculate priority from idea.score (0-10 → 1-5)
142
- ├─ Create via: ccw issue create (heredoc for JSON)
143
- └─ Returns: ISS-YYYYMMDD-NNN
144
-
145
- Phase 5: Generate Solution Tasks
146
- ├─ T1: Research & Validate (if main_challenges exist)
147
- ├─ T2: Design & Specification (if key_strengths exist)
148
- ├─ T3+: Implementation tasks (from idea.next_steps)
149
- └─ Each task includes: implementation steps + convergence criteria
150
-
151
- Phase 6: Bind Solution
152
- ├─ Write solution to .workflow/issues/solutions/{issue-id}.jsonl
153
- ├─ Bind via: ccw issue bind {issue-id} {solution-id}
154
- ├─ Update issue status to 'planned'
155
- └─ Returns: SOL-{issue-id}-{uid}
156
-
157
- Phase 7: Next Steps (skip in auto mode)
158
- └─ Auto mode: complete directly | Interactive: Form queue | Convert another | Done
159
- ```
160
-
161
- ## Context Enrichment Logic
162
-
163
- ### Base Context (Always Included)
164
-
165
- - **Description**: `idea.description`
166
- - **Why This Idea**: `idea.key_strengths[]`
167
- - **Challenges to Address**: `idea.main_challenges[]`
168
- - **Implementation Steps**: `idea.next_steps[]`
169
-
170
- ### Enhanced Context (If Available)
171
-
172
- **From Synthesis Artifacts** (`.brainstorming/*/analysis*.md`):
173
- - Extract clarifications matching categories: Requirements, Architecture, Feasibility
174
- - Format: `**{Category}** ({role}): {question} → {answer}`
175
- - Limit: Top 3 most relevant
176
-
177
- **From Perspectives** (`perspectives.json`):
178
- - **Creative**: First insight from `perspectives.creative.insights[0]`
179
- - **Pragmatic**: First blocker from `perspectives.pragmatic.blockers[0]`
180
- - **Systematic**: First pattern from `perspectives.systematic.patterns[0]`
181
-
182
- **Session Metadata**:
183
- - Session ID, Topic, Completion Date
184
- - Clarifications count (if synthesis artifacts loaded)
185
-
186
- ## Task Generation Strategy
187
-
188
- ### Task 1: Research & Validation
189
- **Trigger**: `idea.main_challenges.length > 0`
190
- - **Title**: "Research & Validate Approach"
191
- - **Scope**: design
192
- - **Action**: Research
193
- - **Implementation**: Investigate blockers, review similar implementations, validate with team
194
- - **Acceptance**: Blockers documented, feasibility assessed, approach validated
195
-
196
- ### Task 2: Design & Specification
197
- **Trigger**: `idea.key_strengths.length > 0`
198
- - **Title**: "Design & Create Specification"
199
- - **Scope**: design
200
- - **Action**: Design
201
- - **Implementation**: Create design doc, define success criteria, plan phases
202
- - **Acceptance**: Design complete, metrics defined, plan outlined
203
-
204
- ### Task 3+: Implementation Tasks
205
- **Trigger**: `idea.next_steps[]`
206
- - **Title**: From `next_steps[i]` (max 60 chars)
207
- - **Scope**: Inferred from keywords (test→testing, api→backend, ui→frontend)
208
- - **Action**: Detected from verbs (implement, create, update, fix, test, document)
209
- - **Implementation**: Execute step + follow design + write tests
210
- - **Acceptance**: Step implemented + tests passing + code reviewed
211
-
212
- ### Fallback Task
213
- **Trigger**: No tasks generated from above
214
- - **Title**: `idea.title`
215
- - **Scope**: implementation
216
- - **Action**: Implement
217
- - **Generic implementation + convergence criteria**
218
-
219
- ## Priority Calculation
220
-
221
- ### Issue Priority (1-5)
222
- ```
223
- idea.score: 0-10
224
- priority = max(1, min(5, ceil((10 - score) / 2)))
225
-
226
- Examples:
227
- score 9-10 → priority 1 (critical)
228
- score 7-8 → priority 2 (high)
229
- score 5-6 → priority 3 (medium)
230
- score 3-4 → priority 4 (low)
231
- score 0-2 → priority 5 (lowest)
232
- ```
233
-
234
- ### Task Priority (1-5)
235
- - Research task: 1 (highest)
236
- - Design task: 2
237
- - Implementation tasks: 3 by default, decrement for later tasks
238
- - Testing/documentation: 4-5
239
-
240
- ### Complexity Analysis
241
- ```
242
- risk: main_challenges.length > 2 ? 'high' : 'medium'
243
- impact: score >= 8 ? 'high' : score >= 6 ? 'medium' : 'low'
244
- complexity: main_challenges > 3 OR tasks > 5 ? 'high'
245
- tasks > 3 ? 'medium' : 'low'
246
- ```
247
-
248
- ## CLI Integration
249
-
250
- ### Issue Creation
251
- ```bash
252
- # Uses heredoc to avoid shell escaping
253
- ccw issue create << 'EOF'
254
- {
255
- "title": "...",
256
- "context": "...",
257
- "priority": 3,
258
- "source": "brainstorm",
259
- "labels": ["brainstorm", "creative", "feasibility-high"],
260
- ...
261
- }
262
- EOF
263
- ```
264
-
265
- ### Solution Binding
266
- ```bash
267
- # Append solution to JSONL file
268
- echo '{"id":"SOL-xxx","tasks":[...]}' >> .workflow/issues/solutions/{issue-id}.jsonl
269
-
270
- # Bind to issue
271
- ccw issue bind {issue-id} {solution-id}
272
-
273
- # Update status
274
- ccw issue update {issue-id} --status planned
275
- ```
276
-
277
- ## Error Handling
278
-
279
- | Error | Message | Resolution |
280
- |-------|---------|------------|
281
- | Session not found | synthesis.json missing | Check session ID, list available sessions |
282
- | No ideas | top_ideas array empty | Complete brainstorm workflow first |
283
- | Invalid idea index | Index out of range | Check valid range 0 to N-1 |
284
- | Issue creation failed | ccw issue create error | Verify CLI endpoint working |
285
- | Solution binding failed | Bind error | Check issue exists, retry |
286
-
287
- ## Examples
288
-
289
- ### Interactive Mode
290
-
291
- ```bash
292
- /issue:from-brainstorm SESSION="BS-rate-limiting-2025-01-28"
293
-
294
- # Output:
295
- # | # | Title | Score | Feasibility |
296
- # |---|-------|-------|-------------|
297
- # | 0 | Token Bucket Algorithm | 8.5 | High |
298
- # | 1 | Sliding Window Counter | 7.2 | Medium |
299
- # | 2 | Fixed Window | 6.1 | High |
300
-
301
- # User selects: #0
302
-
303
- # Result:
304
- # ✓ Created issue: ISS-20250128-001
305
- # ✓ Created solution: SOL-ISS-20250128-001-ab3d
306
- # ✓ Bound solution to issue
307
- # → Next: /issue:queue
308
- ```
309
-
310
- ### Auto Mode
311
-
312
- ```bash
313
- /issue:from-brainstorm SESSION="BS-caching-2025-01-28" --auto
314
-
315
- # Result:
316
- # Auto-selected: Redis Cache Layer (Score: 9.2/10)
317
- # ✓ Created issue: ISS-20250128-002
318
- # ✓ Solution with 4 tasks
319
- # → Status: planned
320
- ```
321
-
322
- ## Integration Flow
323
-
324
- ```
325
- brainstorm-with-file
326
-
327
- ├─ synthesis.json
328
- ├─ perspectives.json
329
- └─ .brainstorming/** (optional)
330
-
331
-
332
- /issue:from-brainstorm ◄─── This command
333
-
334
- ├─ ISS-YYYYMMDD-NNN (enriched issue)
335
- └─ SOL-{issue-id}-{uid} (structured solution)
336
-
337
-
338
- /issue:queue
339
-
340
-
341
- /parallel-dev-cycle
342
-
343
-
344
- RA → EP → CD → VAS
345
- ```
346
-
347
- ## Session Files Reference
348
-
349
- ### Input Files
350
-
351
- ```
352
- .workflow/.brainstorm/BS-{slug}-{date}/
353
- ├── synthesis.json # REQUIRED - Top ideas with scores
354
- ├── perspectives.json # OPTIONAL - Multi-CLI insights
355
- ├── brainstorm.md # Reference only
356
- └── .brainstorming/ # OPTIONAL - Synthesis artifacts
357
- ├── system-architect/
358
- │ └── analysis.md # Contains clarifications + enhancements
359
- ├── api-designer/
360
- │ └── analysis.md
361
- └── ...
362
- ```
363
-
364
- ### Output Files
365
-
366
- ```
367
- .workflow/issues/
368
- ├── solutions/
369
- │ └── ISS-YYYYMMDD-001.jsonl # Created solution (JSONL)
370
- └── (managed by ccw issue CLI)
371
- ```
372
-
373
- ## Related Commands
374
-
375
- - `/workflow:brainstorm-with-file` - Generate brainstorm sessions
376
- - `brainstorm` skill - Add clarifications to brainstorm
377
- - `/issue:new` - Create issues from GitHub or text
378
- - `/issue:plan` - Generate solutions via exploration
379
- - `/issue:queue` - Form execution queue
380
- - `/issue:execute` - Execute with parallel-dev-cycle
381
- - `ccw issue status <id>` - View issue
382
- - `ccw issue solution <id>` - View solution