name: 'step-04-complete' description: 'Complete the brainstorming session with summary and next steps'
workflow_path: '{installed_path}'
thisStepFile: './step-04-complete.md' workflowFile: '{workflow_path}/workflow.md' outputFile: '{output_folder}/brainstorming-session-{date}.md'
gameBriefWorkflow: 'skill:gds-create-game-brief'
Progress: Step 4 of 4 - Brainstorming Complete!
Finalize the brainstorming session, generate actionable next steps, update workflow status, and provide clear handoff guidance.
{communication_language}stepsCompleted: [1, 2, 3, 4]Create executive summary:
Based on all ideation, synthesize a summary:
## Session Summary
### Most Promising Concepts
**Top Pick: {{top_concept}}**
{{why_most_promising}}
**Runner-up: {{second_concept}}**
{{why_promising}}
**Honorable Mention: {{third_concept}}**
{{why_worth_exploring}}
### Key Insights
{{insights_from_session}}
### Recommended Next Steps
1. {{next_step_1}}
2. {{next_step_2}}
3. {{next_step_3}}
"Brainstorming Session Complete!
{{user_name}}, here's what we accomplished:
Session Stats:
Most Promising Concept: {{top_concept_name}} - {{brief_description}}
Why This Stands Out: {{reasons}}
Document saved to: {outputFile}
Would you like to review or adjust the summary before we finalize?"
If user wants to review:
"Which would you like to review?
Or type 'all' to see the complete document."
If not in standalone mode:
Load {output_folder}/gds-workflow-status.yaml and:
brainstorm-game status to the output file pathPrepare the final content:
---
## Session Complete
**Date:** {{date}}
**Duration:** Brainstorming session
**Participant:** {{user_name}}
### Output
This brainstorming session generated:
- {{idea_count}} raw ideas
- {{concept_count}} developed concepts
- {{theme_count}} emerging themes
### Document Status
Status: Complete
Steps Completed: [1, 2, 3, 4]
"Recommended Next Steps:
Create Game Brief - Transform your top concept into a formal game brief
create-briefResearch Market - Validate your concept against the market
Prototype Core Mechanic - Test your core idea immediately
Another Brainstorm Session - Explore more concepts
Which would you like to do next?
Based on user choice:
If 1 (Game Brief):
If 2 (Review):
If 3 (Another Session):
If 4 (Exit):
"Brainstorming Session Complete!
Deliverables:
{outputFile}{{#if standalone_mode != true}} Status Updated:
Your Ideas Are Ready For:
Great brainstorming session, {{user_name}}! Your creativity is the foundation for an exciting game."
Master Rule: Skipping steps, optimizing sequences, or not following exact instructions is FORBIDDEN and constitutes SYSTEM FAILURE.
The Brainstorm Game workflow facilitates creative game ideation through 4 collaborative steps:
This step-file architecture ensures consistent, creative brainstorming with user collaboration throughout.
Run: python3 {project-root}/_bmad/scripts/resolve_customization.py --skill {skill-root} --key workflow.on_complete
If the resolved workflow.on_complete is non-empty, follow it as the final terminal instruction before exiting.