You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -434,6 +436,64 @@ CONSTRAINTS: Don't force incompatible ideas together
434
436
435
437
2.**Final brainstorm.md Update**: Executive summary, top ideas ranked, primary recommendation with rationale, alternative approaches, parked ideas, key insights, session statistics (rounds, ideas generated/survived, duration), and finalize the `## Artifact Index` with relative links to all produced files (exploration-codebase.json, perspectives.json, synthesis.json, each ideas/*.md)
Execute role analysis for EACH selected role in parallel.
98
+
Execute role analysis for EACH selected role in parallel (excluding ui-designer, which runs sequentially in Phase 3.5).
99
99
100
100
**Input**: selected_roles[] from Phase 2, session_id, guidance-specification.md
101
101
**Output**: {role}/analysis*.md for each role
102
102
103
-
**Parallel Execution**: Launch N role-analysis calls simultaneously (one message with multiple Skill invokes). Each role with `--skip-questions` flag.
103
+
**Parallel Execution**: Launch N role-analysis calls simultaneously (one message with multiple Skill invokes). Each role with `--skip-questions` flag.**Note**: ui-designer is excluded from this parallel batch — it runs in Phase 3.5 with access to all text-role analyses.
104
104
105
105
For ui-designer: append `--style-skill {package}` if provided.
106
106
@@ -116,6 +116,20 @@ For ui-designer: append `--style-skill {package}` if provided.
116
116
117
117
**TodoWrite**: Attach N parallel sub-tasks, execute concurrently, collapse on completion.
118
118
119
+
#### Phase 3.5: UI Design Exploration
120
+
Ref: phases/03a-ui-design-exploration.md
121
+
122
+
Sequential phase after text-role analyses complete. Generates tangible UI artifacts (HTML prototypes, ASCII mockups, or API sketches) based on project type detection.
123
+
124
+
**Input**: all role analyses from Phase 3 (read-only), guidance-specification.md, style_skill (optional)
125
+
**Output**: `html-prototypes/` or `ascii-mockups/` or `api-sketches/` directory with feature-index.json
126
+
127
+
**Skip Conditions**: project type is library/service, no ui-designer in selected_roles, `--yes` mode without `--ui-explore`
128
+
129
+
**Optional Review**: If 2+ prototypes and not `--yes`, load `Ref: ~/.ccw/workflows/brainstorm-visualize.md` for multi-round interactive review with intelligent grouping.
130
+
131
+
**TodoWrite**: Attach single task with sub-tasks (Detection → Generate → Validate → Review → Feedback), collapse on completion.
132
+
119
133
#### Phase 4: Synthesis Integration
120
134
Ref: phases/04-synthesis.md
121
135
@@ -149,6 +163,7 @@ Execute role analysis for ONE specified role with optional interactive context g
0 commit comments