# Brainstorm Project - Workflow Instructions ```xml The workflow execution engine is governed by: {project_root}/bmad/core/tasks/workflow.xml You MUST have already loaded and processed: {installed_path}/workflow.yaml Communicate all responses in {communication_language} This is a meta-workflow that orchestrates the CIS brainstorming workflow with project-specific context Check if {output_folder}/bmm-workflow-status.yaml exists No workflow status file found. Brainstorming is optional - you can continue without status tracking. Set standalone_mode = true Load the FULL file: {output_folder}/bmm-workflow-status.yaml Parse workflow_status section Check status of "brainstorm-project" workflow Get project_level from YAML metadata Find first non-completed workflow (next expected workflow) ⚠️ Brainstorming session already completed: {{brainstorm-project status}} Re-running will create a new session. Continue? (y/n) Exiting. Use workflow-status to see your next step. Exit workflow ⚠️ Next expected workflow: {{next_workflow}}. Brainstorming is out of sequence. Continue with brainstorming anyway? (y/n) Exiting. Run {{next_workflow}} instead. Exit workflow Set standalone_mode = false Read the project context document from: {project_context} This context provides project-specific guidance including: - Focus areas for project ideation - Key considerations for software/product projects - Recommended techniques for project brainstorming - Output structure guidance Execute the CIS brainstorming workflow with project context The CIS brainstorming workflow will: - Present interactive brainstorming techniques menu - Guide the user through selected ideation methods - Generate and capture brainstorming session results - Save output to: {output_folder}/brainstorming-session-results-{{date}}.md Load the FULL file: {output_folder}/bmm-workflow-status.yaml Find workflow_status key "brainstorm-project" ONLY write the file path as the status value - no other text, notes, or metadata Update workflow_status["brainstorm-project"] = "{output_folder}/bmm-brainstorming-session-{{date}}.md" Save file, preserving ALL comments and structure including STATUS DEFINITIONS Find first non-completed workflow in workflow_status (next workflow to do) Determine next agent from path file based on next workflow **✅ Brainstorming Session Complete, {user_name}!** **Session Results:** - Brainstorming results saved to: {output_folder}/bmm-brainstorming-session-{{date}}.md {{#if standalone_mode != true}} **Status Updated:** - Progress tracking updated **Next Steps:** - **Next required:** {{next_workflow}} ({{next_agent}} agent) - **Optional:** You can run other analysis workflows (research, product-brief) before proceeding Check status anytime with: `workflow-status` {{else}} **Next Steps:** Since no workflow is in progress: - Refer to the BMM workflow guide if unsure what to do next - Or run `workflow-init` to create a workflow path and get guided next steps {{/if}} ```