fix(skills): add remaining HALT instructions in brainstorming menus
STEP-04 compliance: add HALT directives to 5 additional menu locations in brainstorming steps (01b, 02a, 02b, 02c, 02d). Also fixes bracket typo [3 -> [3] in step-01b-continue.md. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> EOF )
This commit is contained in:
parent
75292af47c
commit
6ee4062e56
|
|
@ -63,7 +63,9 @@ Based on session analysis, provide appropriate options:
|
||||||
**Options:**
|
**Options:**
|
||||||
[1] Review Results - Go through your documented ideas and insights
|
[1] Review Results - Go through your documented ideas and insights
|
||||||
[2] Start New Session - Begin brainstorming on a new topic
|
[2] Start New Session - Begin brainstorming on a new topic
|
||||||
[3) Extend Session - Add more techniques or explore new angles"
|
[3] Extend Session - Add more techniques or explore new angles"
|
||||||
|
|
||||||
|
**HALT — wait for user selection before proceeding.**
|
||||||
|
|
||||||
**If Session In Progress:**
|
**If Session In Progress:**
|
||||||
"Let's continue where we left off!
|
"Let's continue where we left off!
|
||||||
|
|
|
||||||
|
|
@ -87,6 +87,8 @@ Show available categories with brief descriptions:
|
||||||
|
|
||||||
**Which category interests you most? Enter 1-7, or tell me what type of thinking you're drawn to.**"
|
**Which category interests you most? Enter 1-7, or tell me what type of thinking you're drawn to.**"
|
||||||
|
|
||||||
|
**HALT — wait for user selection before proceeding.**
|
||||||
|
|
||||||
### 3. Handle Category Selection
|
### 3. Handle Category Selection
|
||||||
|
|
||||||
After user selects category:
|
After user selects category:
|
||||||
|
|
@ -154,6 +156,8 @@ This combination will focus on [expected outcomes].
|
||||||
[C] Continue - Begin technique execution
|
[C] Continue - Begin technique execution
|
||||||
[Back] - Modify technique selection"
|
[Back] - Modify technique selection"
|
||||||
|
|
||||||
|
**HALT — wait for user selection before proceeding.**
|
||||||
|
|
||||||
### 6. Update Frontmatter and Continue
|
### 6. Update Frontmatter and Continue
|
||||||
|
|
||||||
If user confirms:
|
If user confirms:
|
||||||
|
|
|
||||||
|
|
@ -142,6 +142,8 @@ Provide deeper insight into each recommended technique:
|
||||||
[Details] - Tell me more about any specific technique
|
[Details] - Tell me more about any specific technique
|
||||||
[Back] - Return to approach selection
|
[Back] - Return to approach selection
|
||||||
|
|
||||||
|
**HALT — wait for user selection before proceeding.**
|
||||||
|
|
||||||
### 6. Handle User Response
|
### 6. Handle User Response
|
||||||
|
|
||||||
#### If [C] Continue:
|
#### If [C] Continue:
|
||||||
|
|
|
||||||
|
|
@ -120,6 +120,8 @@ You're about to experience brainstorming in a completely new way. These unexpect
|
||||||
[Details] - Tell me more about any specific technique
|
[Details] - Tell me more about any specific technique
|
||||||
[Back] - Return to approach selection
|
[Back] - Return to approach selection
|
||||||
|
|
||||||
|
**HALT — wait for user selection before proceeding.**
|
||||||
|
|
||||||
### 5. Handle User Response
|
### 5. Handle User Response
|
||||||
|
|
||||||
#### If [C] Continue:
|
#### If [C] Continue:
|
||||||
|
|
|
||||||
|
|
@ -175,6 +175,8 @@ Show the full progressive flow with timing and transitions:
|
||||||
[Details] - Tell me more about any specific phase or technique
|
[Details] - Tell me more about any specific phase or technique
|
||||||
[Back] - Return to approach selection
|
[Back] - Return to approach selection
|
||||||
|
|
||||||
|
**HALT — wait for user selection before proceeding.**
|
||||||
|
|
||||||
### 4. Handle Customization Requests
|
### 4. Handle Customization Requests
|
||||||
|
|
||||||
If user wants customization:
|
If user wants customization:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue