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
Copy file name to clipboardExpand all lines: prompts/templates/ali/chained/step-01-brainstorming.md
+13-32Lines changed: 13 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,9 @@ description: "Choose mode (Quick/Expert) and optionally brainstorm workflow idea
9
9
10
10
1. Route based on selected track and conditions
11
11
2. Confirm the journey with renumbered steps
12
-
3. Help user choose mode (Quick/Expert)
13
-
4. Offer guidance/brainstorming before proceeding
12
+
3. Offer guidance/brainstorming before proceeding
13
+
14
+
**Note:** Mode selection (Quick/Expert) is handled in Step 0 (ali.md intro) before this step loads.
14
15
15
16
## Track & Condition Routing (EXECUTE FIRST)
16
17
@@ -112,27 +113,9 @@ At any point during our session, if you need to:
112
113
113
114
Just delete `./.codemachine/template.json`. This clears my current context and restarts the Ali workflow. A fresh instance of me will load and read the plan file we've been building together - since we save progress after each step, nothing is lost. You can then choose exactly where to pick up."
114
115
115
-
### 2. Ask Mode Selection
116
-
117
-
Present the two modes:
118
-
119
-
"**Which mode would you like?**
120
-
121
-
| Mode | What It Means |
122
-
|------|---------------|
123
-
|**Quick**| Minimum questions, skip explanations - for experienced users |
124
-
|**Expert**| Thorough questions, education as we go - for first-timers or complex workflows |
125
-
126
-
1.**Quick Mode** - Fast track, essentials only
127
-
2.**Expert Mode** - Detailed guidance throughout
128
-
129
-
Enter **1** for Quick or **2** for Expert:"
130
-
131
-
Wait for user response. Store as `mode: 'quick'` or `mode: 'expert'`.
132
-
133
-
### 3. Offer Brainstorming
116
+
### 2. Offer Brainstorming
134
117
135
-
After mode is selected, offer brainstorming:
118
+
Offer brainstorming (mode was already selected in Step 0):
136
119
137
120
"**Would you like to brainstorm your workflow idea first?**
138
121
@@ -148,7 +131,7 @@ Would you like to brainstorm? **[y/n]**"
148
131
149
132
Wait for clear user response.
150
133
151
-
### 4. Handle Brainstorming Choice
134
+
### 3. Handle Brainstorming Choice
152
135
153
136
**If user says YES:**
154
137
@@ -275,20 +258,19 @@ We'll use these insights as we build your workflow."
275
258
Acknowledge their choice:
276
259
"Got it! We'll dive straight into building. You can always describe your concept as we go."
277
260
278
-
### 5. Confirm Settings
261
+
### 4. Confirm Brainstorming Choice
279
262
280
-
Confirm both selections:
281
-
- If Quick + No brainstorm: "Got it! Quick mode selected. I'll keep questions to the minimum needed."
282
-
- If Quick + Yes brainstorm: "Done! Quick mode with brainstorming captured. Fast track ahead using our ideas."
283
-
- If Expert + No brainstorm: "Great! Expert mode selected. I'll guide you thoroughly through each step with explanations."
284
-
- If Expert + Yes brainstorm: "Perfect! Expert mode with brainstorming complete. I'll guide you thoroughly using our ideas."
263
+
Confirm the brainstorming selection (mode was already confirmed in Step 0):
264
+
- If No brainstorm: "Got it! We'll dive straight into building."
265
+
- If Yes brainstorm: "Done! Brainstorming captured. Let's use those ideas as we build."
285
266
286
-
### 6. Preview the Journey
267
+
### 5. Preview the Journey
287
268
288
269
Briefly outline what's coming:
289
270
290
271
"Here's what we'll build together:
291
272
273
+
0. ✓ Mode Selection (done in intro)
292
274
1. ✓ Brainstorming (this step)
293
275
2. Workflow Definition - name, tracks, conditions
294
276
3. Agents - all agents (main, sub-agents, modules, controller)
@@ -348,7 +330,7 @@ TodoWrite([
348
330
349
331
## SUCCESS METRICS
350
332
351
-
-User has selected Quick or Expert mode
333
+
-Mode was already selected in Step 0 (available as `mode` variable)
352
334
- User has decided on brainstorming (yes/no)
353
335
- If brainstorming:
354
336
- Phase 1: All 3 basic discovery questions answered
@@ -361,7 +343,6 @@ TodoWrite([
361
343
362
344
## FAILURE METRICS
363
345
364
-
- Proceeding without mode selection
365
346
- Proceeding without brainstorming choice
366
347
- Skipping any of the 4 brainstorming phases
367
348
- Selecting techniques without analyzing user's use case first
0 commit comments