bt:btrainstorm
Use this skill to guide a user from a rough idea to a clear requirements document. bt:btrainstorm answers WHAT to build. It should define product behavior, scope boundaries, and success criteria through collaborative dialogue, then write or update the requirements doc. It precedes bt:plan, which answers HOW to build it.
This skill does not implement code. It explores, clarifies, challenges weak framing, and produces a durable artifact for planning.
If the feature description is empty, ask: "What would you like to explore? Please describe the feature, problem, or improvement you're thinking about." Do not proceed until you have a concrete topic.
Core Principles
Scale the process to the job
- Small, clear work should stay light.
- Ambiguous or cross-cutting work deserves more structure.
- Do not add ceremony just because you can.
Be a thinking partner, not a stenographer
- Bring alternatives.
- Challenge bad framing.
- Pressure-test the request instead of just extracting answers.
Resolve product decisions here
- User-facing behavior, scope boundaries, and success criteria belong in this workflow.
- Technical design belongs in
bt:plan unless the brainstorm itself is about a technical product decision.
Keep implementation details out unless they are the decision
- Avoid libraries, schemas, endpoints, file layouts, and code structure unless those are the thing being decided.
Preserve momentum
- Ask one question at a time.
- Keep outputs concise.
- Move from uncertainty to clarity without meandering.
Prefer simple value over speculative complexity
- Favor the simplest move that materially helps the user.
- Do not gold-plate.
- Do not reject low-cost, high-value polish just because it is not strictly necessary.
Interaction Rules
Ask one question per response
- Do not batch unrelated questions together.
Prefer single-select multiple choice
- Use it when choosing one direction, one priority, or one next step.
Use multi-select rarely
- Only use it for compatible sets like goals, constraints, or non-goals.
- If prioritization matters, follow up by asking which selected item is primary.
Use open-ended questions when options would be misleading
- Do not force multiple-choice structure onto fuzzy or novel answers.
Mark exactly one option as recommended
- In Codex
request_user_input, suffix the label with (Recommended).
- In Claude
AskUserQuestion, use an explicit recommended flag when available or clearly label one option as recommended.
- In other environments, make the recommendation explicit in the prompt or option label.
Use the platform's question tool when available
- Prefer the blocking question tool for the current platform:
- Codex:
request_user_input
- Claude Code:
AskUserQuestion
- Gemini:
ask_user
- If no blocking question tool exists, present numbered options in chat and wait for the user's reply before proceeding.
Output Guidance
- Keep outputs concise.
- Prefer short sections and brief bullets.
- Only add as much detail as the next decision actually needs.
Workflow
Phase 0: Resume, Assess, and Route
Orient the conversation before you start asking questions, avoid duplicate work, and match the amount of process to the size of the idea.
Look for an existing requirements doc first
- If the user references an existing brainstorm topic or doc, read it.
- Otherwise, look for an obvious matching requirements doc using the repo's existing convention.
- If no convention exists, check
docs/brainstorms/ for a likely match such as *-requirements.md.
- If you find an obvious match, ask whether to resume from it or start fresh.
- If resuming, update the existing doc instead of creating a duplicate.
Check whether a full brainstorm is needed
- If the user already gave specific acceptance criteria, exact behavior, and tightly bounded scope, keep the interaction brief.
- Do not force a long brainstorm when the work is already well-defined.
- Still produce or update a short requirements doc once the understanding is clear.
- In these cases, skip the heavy exploration steps and move quickly to either Phase 1.3 or Phase 3.
Classify the scope
- Use the feature description plus a light repo scan to classify the work:
Lightweight: small, clear, low ambiguity
Standard: bounded feature or refactor with meaningful decisions
Deep: strategic, cross-cutting, or highly ambiguous
- Use this classification to scale the depth of scanning, questioning, and the final doc.
- If scope is unclear, ask one targeted question to disambiguate and then proceed.
Phase 1: Understand the Idea
Pressure-test the request and resolve product decisions while the conversation is still flexible, so planning does not have to guess what the user meant.
Scan context before asking avoidable questions
- Match scan depth to scope.
Lightweight: search for the topic, check whether something similar already exists, and move on.
Standard and Deep: do a quick constraint scan of repo instruction files and then a topic scan for relevant docs, specs, skills, or adjacent examples.
- Do not drift into technical planning. Avoid deep dives into tests, migrations, deployment, or low-level architecture unless the brainstorm is itself about a technical decision.
Pressure-test the request
- Match depth to scope.
Lightweight:
- Is this solving the real user problem?
- Are we duplicating something that already covers this?
- Is there a clearly better framing with near-zero extra cost?
Standard:
- Is this the right problem, or a proxy for a more important one?
- What user or business outcome actually matters here?
- What happens if nothing changes?
- Is there a nearby framing that creates more value without disproportionate carrying cost?
- Given the project state, constraints, and user goal, what is the single highest-leverage move right now: the request as framed, a reframing, one adjacent addition, a simplification, or doing nothing?
Deep:
- Ask the
Standard questions.
- Also ask what durable capability this should create over the next 6-12 months.
- Ask whether this move advances that capability or just patches a local problem.
- Use this pressure test to sharpen the conversation, not to bulldoze the user's intent.
Run the collaborative dialogue
- Ask one question at a time.
- Start broad when needed: problem, users, value, constraints.
- Narrow later: exclusions, success criteria, edge cases, tradeoffs.
- Resolve product behavior here so
bt:plan does not need to invent it later.
- Surface alternatives, reframes, and tradeoffs whenever they help clarify the decision.
- When the decision genuinely has multiple serious directions, pause the normal question flow and compare those directions directly before continuing.
- If the user changes an earlier answer, acknowledge the change explicitly and treat it as valid.
- If that change alters the logic of the next question, say that and ask a different next question; otherwise say that it does not change the flow and ask the same next question again.
- Stop asking questions once the idea is clear enough to summarize confidently.
Compare approaches
- Do this when the decision genuinely has multiple serious directions and the user would benefit from seeing them compared side by side.
- Do not manufacture options just to look thoughtful.
- Present 2-3 concrete directions.
- Lead with your recommendation and explain why.
- When useful, include one higher-upside challenger option that could materially increase usefulness, compounding value, or durability without disproportionate carrying cost.
- Omit the challenger when the work is already over-scoped or the baseline request is clearly the right move.
- For each option, keep it short and cover:
- what it is
- why it is attractive
- what tradeoff or risk comes with it
- when it is the right fit
- If relevant, call out whether the choice is to reuse an existing pattern, extend an existing capability, or build something net new.
- Stay at the product and UX level unless the brainstorm is explicitly about a technical or architectural choice.
Phase 2: Requirements Recap
Prove shared understanding before turning the conversation into a durable artifact.
- Before writing the doc, summarize the shared understanding in plain language.
- Present the recap in sections of about
200-300 words each rather than one long dump.
- Use chunks such as:
- the problem being solved
- the intended behavior
- key scope boundaries
- success criteria
- unresolved questions, if any
- After each section, ask whether it matches the user's understanding before moving to the next section.
- If the user corrects a section, acknowledge the correction explicitly and, when useful, briefly restate the updated understanding so the shared understanding is visible.
- Do not reply with a lazy "got it" and move on unless the correction is truly minor.
- Incorporate each correction into the remaining recap and the final requirements doc.
- Once all recap sections are confirmed, move on to writing the requirements doc.
Phase 3: Write or Update the Requirements Doc
Capture the decisions in a form that planning can use without re-inventing behavior, scope, or success criteria.
Always produce or update the doc once the recap is confirmed
- Do this even for
Lightweight work.
Choose the doc location
- Prefer the repo's existing convention if one clearly exists.
- Otherwise write to
docs/brainstorms/.
- When using the default convention, prefer a path like
docs/brainstorms/<topic>-requirements.md.
- Ensure the target directory exists before writing.
Write a requirements doc, not an implementation spec
- This artifact should define
WHAT.
bt:plan will define HOW.
Required and optional content
- Required for non-trivial work:
- problem frame
- concrete requirements or intended behavior with stable IDs
- scope boundaries
- success criteria
- Include when materially useful:
- key decisions and rationale
- dependencies or assumptions
- outstanding questions
- alternatives considered
- high-level technical direction only when the brainstorm is inherently technical and that direction is itself part of the decision
Use this standard structure and omit clearly irrelevant sections
---
date: YYYY-MM-DD
topic: <kebab-case-topic>
---
# <Topic Title>
## Problem Frame
[Who is affected, what is changing, and why it matters]
## Requirements
- R1. [Concrete user-facing behavior or requirement]
- R2. [Concrete user-facing behavior or requirement]
## Success Criteria
- [How we will know this solved the right problem]
## Scope Boundaries
- [Deliberate non-goal or exclusion]
## Key Decisions
- [Decision]: [Rationale]
## Dependencies / Assumptions
- [Only include if material]
## Outstanding Questions
### Resolve Before Planning
- [Affects R1][User decision] [Question that must be answered before planning can proceed]
### Deferred to Planning
- [Affects R2][Technical] [Question better answered during planning or codebase exploration]
- [Affects R2][Needs research] [Question likely requiring investigation during planning]
## Next Steps
[If `Resolve Before Planning` is empty: `→ bt:plan` for structured implementation planning]
[If `Resolve Before Planning` is not empty: `→ Resume bt:btrainstorm` to resolve blocking questions before planning]
Formatting rules for the requirements doc
- For
Standard and Deep work, use stable requirement IDs such as R1, R2, R3.
- For very small requirements docs with only 1-3 simple requirements, plain bullets are acceptable.
- Group requirements by logical theme when the work spans multiple concerns.
- Keep the document tight. A short, sharp requirements doc beats a bloated fake PRD.
- Do not include implementation details unless they are the subject of the decision.
Handle unresolved questions explicitly
- Use
Resolve Before Planning only for questions that truly block planning.
- Put technical questions, research questions, or codebase-discovery questions under
Deferred to Planning when they are better answered there.
- If the user explicitly wants to proceed while blockers remain, convert each remaining item into an explicit decision, assumption, or deferred planning question before proceeding.
- Carry deferred questions forward explicitly. Do not pretend they disappeared.
Sanity check before finalizing
- Ask yourself:
- Would
bt:plan still have to invent product behavior?
- Do any requirements depend on something claimed to be out of scope?
- Are scope boundaries clear?
- Are success criteria concrete?
- Are unresolved items actually product decisions rather than planning questions?
- Did implementation details leak in when they should not have?
- Is there a low-cost change that would make this materially more useful?
- If the answer is yes to the first question, the brainstorm is not done yet.
Phase 4: Handoff
Help the user choose what to do next without forcing extra process that the current state of the work does not need.
If Resolve Before Planning contains any items
- Keep asking those blocking questions by default.
- Do not offer
Proceed to bt:plan or Proceed directly to work while true blockers remain.
- If the user explicitly wants to pause, present the brainstorm as paused or blocked rather than complete.
- If the user explicitly wants to proceed anyway, first convert each remaining blocker into an explicit decision, assumption, or deferred planning question.
Offer next-step options once the doc is ready
- Prefer the platform's blocking question tool when available.
- Present only the options that actually apply:
Proceed to bt:plan (Recommended) - turn the requirements into an implementation spec and execution plan
Proceed directly to work - only when the work is Lightweight, success criteria are clear, scope boundaries are clear, and no meaningful technical or research questions remain
Review and refine - only when a requirements doc exists and it would benefit from another structured pass
Ask more questions
Done for now
Handle the selected option
- If the user selects
Proceed to bt:plan (Recommended), immediately run bt:plan in the current session. Pass the requirements doc path when one exists. Otherwise pass a concise summary of finalized decisions. Do not print a closing summary first.
- If the user selects
Proceed directly to work, immediately run bt:work in the current session using the finalized brainstorm output as context. Pass the requirements doc path when one exists. Do not print a closing summary first.
- If the user selects
Ask more questions, return to Phase 1.3 and continue refining scope, preferences, exclusions, or edge cases one question at a time.
- If the user selects
Review and refine, review the requirements doc in place, strengthen weak spots, then return to the normal Phase 4 options.
Closing summary
- Use the closing summary only when this run is ending or handing off.
- When complete and ready for planning, display:
Brainstorm complete.
Requirements doc: docs/brainstorms/<topic>-requirements.md
Key decisions:
- [Decision 1]
- [Decision 2]
Recommended next step: `bt:plan`
- When paused with blocking questions still unresolved, display:
Brainstorm paused.
Requirements doc: docs/brainstorms/<topic>-requirements.md
Planning is blocked by:
- [Blocking question 1]
- [Blocking question 2]
Resume with `bt:btrainstorm` when ready to resolve these before planning.
1---2name: bt-btrainstorm3description: Explore requirements and approaches through collaborative dialogue before writing a right-sized requirements document and handing off implementation planning to bt:plan. Use for feature ideas, problem framing, vague or ambitious requests, "what should we build" conversations, or when a user wants to think through options before deciding what to build.4---56# bt:btrainstorm78Use this skill to guide a user from a rough idea to a clear requirements document. `bt:btrainstorm` answers `WHAT to build`. It should define product behavior, scope boundaries, and success criteria through collaborative dialogue, then write or update the requirements doc. It precedes `bt:plan`, which answers `HOW to build it`.910This skill does not implement code. It explores, clarifies, challenges weak framing, and produces a durable artifact for planning.1112If the feature description is empty, ask: "What would you like to explore? Please describe the feature, problem, or improvement you're thinking about." Do not proceed until you have a concrete topic.1314## Core Principles15161. **Scale the process to the job**17 - Small, clear work should stay light.18 - Ambiguous or cross-cutting work deserves more structure.19 - Do not add ceremony just because you can.20212. **Be a thinking partner, not a stenographer**22 - Bring alternatives.23 - Challenge bad framing.24 - Pressure-test the request instead of just extracting answers.25263. **Resolve product decisions here**27 - User-facing behavior, scope boundaries, and success criteria belong in this workflow.28 - Technical design belongs in `bt:plan` unless the brainstorm itself is about a technical product decision.29304. **Keep implementation details out unless they are the decision**31 - Avoid libraries, schemas, endpoints, file layouts, and code structure unless those are the thing being decided.32335. **Preserve momentum**34 - Ask one question at a time.35 - Keep outputs concise.36 - Move from uncertainty to clarity without meandering.37386. **Prefer simple value over speculative complexity**39 - Favor the simplest move that materially helps the user.40 - Do not gold-plate.41 - Do not reject low-cost, high-value polish just because it is not strictly necessary.4243## Interaction Rules44451. **Ask one question per response**46 - Do not batch unrelated questions together.47482. **Prefer single-select multiple choice**49 - Use it when choosing one direction, one priority, or one next step.50513. **Use multi-select rarely**52 - Only use it for compatible sets like goals, constraints, or non-goals.53 - If prioritization matters, follow up by asking which selected item is primary.54554. **Use open-ended questions when options would be misleading**56 - Do not force multiple-choice structure onto fuzzy or novel answers.57585. **Mark exactly one option as recommended**59 - In Codex `request_user_input`, suffix the label with `(Recommended)`.60 - In Claude `AskUserQuestion`, use an explicit `recommended` flag when available or clearly label one option as recommended.61 - In other environments, make the recommendation explicit in the prompt or option label.62636. **Use the platform's question tool when available**64 - Prefer the blocking question tool for the current platform:65 - Codex: `request_user_input`66 - Claude Code: `AskUserQuestion`67 - Gemini: `ask_user`68 - If no blocking question tool exists, present numbered options in chat and wait for the user's reply before proceeding.6970## Output Guidance7172- Keep outputs concise.73- Prefer short sections and brief bullets.74- Only add as much detail as the next decision actually needs.7576## Workflow7778### Phase 0: Resume, Assess, and Route7980Orient the conversation before you start asking questions, avoid duplicate work, and match the amount of process to the size of the idea.81821. **Look for an existing requirements doc first**83 - If the user references an existing brainstorm topic or doc, read it.84 - Otherwise, look for an obvious matching requirements doc using the repo's existing convention.85 - If no convention exists, check `docs/brainstorms/` for a likely match such as `*-requirements.md`.86 - If you find an obvious match, ask whether to resume from it or start fresh.87 - If resuming, update the existing doc instead of creating a duplicate.88892. **Check whether a full brainstorm is needed**90 - If the user already gave specific acceptance criteria, exact behavior, and tightly bounded scope, keep the interaction brief.91 - Do not force a long brainstorm when the work is already well-defined.92 - Still produce or update a short requirements doc once the understanding is clear.93 - In these cases, skip the heavy exploration steps and move quickly to either Phase 1.3 or Phase 3.94953. **Classify the scope**96 - Use the feature description plus a light repo scan to classify the work:97 - `Lightweight`: small, clear, low ambiguity98 - `Standard`: bounded feature or refactor with meaningful decisions99 - `Deep`: strategic, cross-cutting, or highly ambiguous100 - Use this classification to scale the depth of scanning, questioning, and the final doc.101 - If scope is unclear, ask one targeted question to disambiguate and then proceed.102103### Phase 1: Understand the Idea104105Pressure-test the request and resolve product decisions while the conversation is still flexible, so planning does not have to guess what the user meant.1061071. **Scan context before asking avoidable questions**108 - Match scan depth to scope.109 - `Lightweight`: search for the topic, check whether something similar already exists, and move on.110 - `Standard` and `Deep`: do a quick constraint scan of repo instruction files and then a topic scan for relevant docs, specs, skills, or adjacent examples.111 - Do not drift into technical planning. Avoid deep dives into tests, migrations, deployment, or low-level architecture unless the brainstorm is itself about a technical decision.1121132. **Pressure-test the request**114 - Match depth to scope.115 - `Lightweight`:116 - Is this solving the real user problem?117 - Are we duplicating something that already covers this?118 - Is there a clearly better framing with near-zero extra cost?119 - `Standard`:120 - Is this the right problem, or a proxy for a more important one?121 - What user or business outcome actually matters here?122 - What happens if nothing changes?123 - Is there a nearby framing that creates more value without disproportionate carrying cost?124 - Given the project state, constraints, and user goal, what is the single highest-leverage move right now: the request as framed, a reframing, one adjacent addition, a simplification, or doing nothing?125 - `Deep`:126 - Ask the `Standard` questions.127 - Also ask what durable capability this should create over the next 6-12 months.128 - Ask whether this move advances that capability or just patches a local problem.129 - Use this pressure test to sharpen the conversation, not to bulldoze the user's intent.1301313. **Run the collaborative dialogue**132 - Ask one question at a time.133 - Start broad when needed: problem, users, value, constraints.134 - Narrow later: exclusions, success criteria, edge cases, tradeoffs.135 - Resolve product behavior here so `bt:plan` does not need to invent it later.136 - Surface alternatives, reframes, and tradeoffs whenever they help clarify the decision.137 - When the decision genuinely has multiple serious directions, pause the normal question flow and compare those directions directly before continuing.138 - If the user changes an earlier answer, acknowledge the change explicitly and treat it as valid.139 - If that change alters the logic of the next question, say that and ask a different next question; otherwise say that it does not change the flow and ask the same next question again.140 - Stop asking questions once the idea is clear enough to summarize confidently.1411424. **Compare approaches**143 - Do this when the decision genuinely has multiple serious directions and the user would benefit from seeing them compared side by side.144 - Do not manufacture options just to look thoughtful.145 - Present 2-3 concrete directions.146 - Lead with your recommendation and explain why.147 - When useful, include one higher-upside challenger option that could materially increase usefulness, compounding value, or durability without disproportionate carrying cost.148 - Omit the challenger when the work is already over-scoped or the baseline request is clearly the right move.149 - For each option, keep it short and cover:150 - what it is151 - why it is attractive152 - what tradeoff or risk comes with it153 - when it is the right fit154 - If relevant, call out whether the choice is to reuse an existing pattern, extend an existing capability, or build something net new.155 - Stay at the product and UX level unless the brainstorm is explicitly about a technical or architectural choice.156157### Phase 2: Requirements Recap158159Prove shared understanding before turning the conversation into a durable artifact.160161- Before writing the doc, summarize the shared understanding in plain language.162- Present the recap in sections of about `200-300 words` each rather than one long dump.163- Use chunks such as:164 - the problem being solved165 - the intended behavior166 - key scope boundaries167 - success criteria168 - unresolved questions, if any169- After each section, ask whether it matches the user's understanding before moving to the next section.170- If the user corrects a section, acknowledge the correction explicitly and, when useful, briefly restate the updated understanding so the shared understanding is visible.171- Do not reply with a lazy "got it" and move on unless the correction is truly minor.172- Incorporate each correction into the remaining recap and the final requirements doc.173- Once all recap sections are confirmed, move on to writing the requirements doc.174175### Phase 3: Write or Update the Requirements Doc176177Capture the decisions in a form that planning can use without re-inventing behavior, scope, or success criteria.1781791. **Always produce or update the doc once the recap is confirmed**180 - Do this even for `Lightweight` work.1811822. **Choose the doc location**183 - Prefer the repo's existing convention if one clearly exists.184 - Otherwise write to `docs/brainstorms/`.185 - When using the default convention, prefer a path like `docs/brainstorms/<topic>-requirements.md`.186 - Ensure the target directory exists before writing.1871883. **Write a requirements doc, not an implementation spec**189 - This artifact should define `WHAT`.190 - `bt:plan` will define `HOW`.1911924. **Required and optional content**193 - Required for non-trivial work:194 - problem frame195 - concrete requirements or intended behavior with stable IDs196 - scope boundaries197 - success criteria198 - Include when materially useful:199 - key decisions and rationale200 - dependencies or assumptions201 - outstanding questions202 - alternatives considered203 - high-level technical direction only when the brainstorm is inherently technical and that direction is itself part of the decision2042055. **Use this standard structure and omit clearly irrelevant sections**206207```md208---209date: YYYY-MM-DD210topic: <kebab-case-topic>211---212213# <Topic Title>214215## Problem Frame216[Who is affected, what is changing, and why it matters]217218## Requirements219- R1. [Concrete user-facing behavior or requirement]220- R2. [Concrete user-facing behavior or requirement]221222## Success Criteria223- [How we will know this solved the right problem]224225## Scope Boundaries226- [Deliberate non-goal or exclusion]227228## Key Decisions229- [Decision]: [Rationale]230231## Dependencies / Assumptions232- [Only include if material]233234## Outstanding Questions235236### Resolve Before Planning237- [Affects R1][User decision] [Question that must be answered before planning can proceed]238239### Deferred to Planning240- [Affects R2][Technical] [Question better answered during planning or codebase exploration]241- [Affects R2][Needs research] [Question likely requiring investigation during planning]242243## Next Steps244[If `Resolve Before Planning` is empty: `→ bt:plan` for structured implementation planning]245[If `Resolve Before Planning` is not empty: `→ Resume bt:btrainstorm` to resolve blocking questions before planning]246```2472486. **Formatting rules for the requirements doc**249 - For `Standard` and `Deep` work, use stable requirement IDs such as `R1`, `R2`, `R3`.250 - For very small requirements docs with only 1-3 simple requirements, plain bullets are acceptable.251 - Group requirements by logical theme when the work spans multiple concerns.252 - Keep the document tight. A short, sharp requirements doc beats a bloated fake PRD.253 - Do not include implementation details unless they are the subject of the decision.2542557. **Handle unresolved questions explicitly**256 - Use `Resolve Before Planning` only for questions that truly block planning.257 - Put technical questions, research questions, or codebase-discovery questions under `Deferred to Planning` when they are better answered there.258 - If the user explicitly wants to proceed while blockers remain, convert each remaining item into an explicit decision, assumption, or deferred planning question before proceeding.259 - Carry deferred questions forward explicitly. Do not pretend they disappeared.2602618. **Sanity check before finalizing**262 - Ask yourself:263 - Would `bt:plan` still have to invent product behavior?264 - Do any requirements depend on something claimed to be out of scope?265 - Are scope boundaries clear?266 - Are success criteria concrete?267 - Are unresolved items actually product decisions rather than planning questions?268 - Did implementation details leak in when they should not have?269 - Is there a low-cost change that would make this materially more useful?270 - If the answer is yes to the first question, the brainstorm is not done yet.271272### Phase 4: Handoff273274Help the user choose what to do next without forcing extra process that the current state of the work does not need.2752761. **If `Resolve Before Planning` contains any items**277 - Keep asking those blocking questions by default.278 - Do not offer `Proceed to bt:plan` or `Proceed directly to work` while true blockers remain.279 - If the user explicitly wants to pause, present the brainstorm as paused or blocked rather than complete.280 - If the user explicitly wants to proceed anyway, first convert each remaining blocker into an explicit decision, assumption, or deferred planning question.2812822. **Offer next-step options once the doc is ready**283 - Prefer the platform's blocking question tool when available.284 - Present only the options that actually apply:285 - `Proceed to bt:plan (Recommended)` - turn the requirements into an implementation spec and execution plan286 - `Proceed directly to work` - only when the work is `Lightweight`, success criteria are clear, scope boundaries are clear, and no meaningful technical or research questions remain287 - `Review and refine` - only when a requirements doc exists and it would benefit from another structured pass288 - `Ask more questions`289 - `Done for now`2902913. **Handle the selected option**292 - If the user selects `Proceed to bt:plan (Recommended)`, immediately run `bt:plan` in the current session. Pass the requirements doc path when one exists. Otherwise pass a concise summary of finalized decisions. Do not print a closing summary first.293 - If the user selects `Proceed directly to work`, immediately run `bt:work` in the current session using the finalized brainstorm output as context. Pass the requirements doc path when one exists. Do not print a closing summary first.294 - If the user selects `Ask more questions`, return to Phase 1.3 and continue refining scope, preferences, exclusions, or edge cases one question at a time.295 - If the user selects `Review and refine`, review the requirements doc in place, strengthen weak spots, then return to the normal Phase 4 options.2962974. **Closing summary**298 - Use the closing summary only when this run is ending or handing off.299 - When complete and ready for planning, display:300301```text302Brainstorm complete.303Requirements doc: docs/brainstorms/<topic>-requirements.md304Key decisions:305- [Decision 1]306- [Decision 2]307Recommended next step: `bt:plan`308```309310 - When paused with blocking questions still unresolved, display:311312```text313Brainstorm paused.314Requirements doc: docs/brainstorms/<topic>-requirements.md315Planning is blocked by:316- [Blocking question 1]317- [Blocking question 2]318Resume with `bt:btrainstorm` when ready to resolve these before planning.319```