src/core-skills/bmad-brainstorming/steps/step-01b-continue.md
communication_languageAnalyze existing brainstorming session state and provide seamless continuation options.
Load existing document and analyze current state:
Document Analysis:
{brainstorming_session_output_file}stepsCompleted, session_topic, session_goalsSession Status Assessment: "Welcome back {{user_name}}! I can see your brainstorming session on [session_topic] from [date].
Current Session Status:
Session Progress: [Brief summary of what was accomplished and what remains]"
Based on session analysis, provide appropriate options:
If Session Completed: "Your brainstorming session appears to be complete!
Options: [1] Review Results - Go through your documented ideas and insights [2] Start New Session - Begin brainstorming on a new topic [3] Extend Session - Add more techniques or explore new angles"
HALT ā wait for user selection before proceeding.
If Session In Progress: "Let's continue where we left off!
Current Progress: [Description of current stage and accomplishments]
Next Steps: [Continue with appropriate next step based on workflow state]"
Route to appropriate next step based on selection:
Review Results: Load appropriate review/navigation step New Session: Start fresh workflow initialization Extend Session: Continue with next technique or phase Continue Progress: Resume from current workflow step
Update frontmatter to reflect continuation:
---
stepsCompleted: [existing_steps]
session_continued: true
continuation_date: { { current_date } }
---
ā Existing session state accurately analyzed and understood ā Seamless continuation without loss of context or rapport ā Appropriate continuation options presented based on progress ā User choice properly routed to next workflow step ā Session continuity maintained throughout interaction
ā Not properly analyzing existing document state ā Asking user to repeat information already provided ā Losing continuity in session flow or context ā Not providing appropriate continuation options
Route to appropriate workflow step based on user's continuation choice and current session state.