# 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 mode: validate calling_workflow: brainstorm-project {{suggestion}} Note: Brainstorming is optional. Continuing without progress tracking. Set standalone_mode = true Store {{status_file_path}} for later updates {{warning}} Note: Brainstorming can be valuable at any project stage. 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 mode: update action: complete_workflow workflow_name: brainstorm-project Status updated! Next: {{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}} ```