# 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 {{/if}} **Next Steps:** 1. Review brainstorming results 2. Consider running: - `research` workflow for market/technical research - `product-brief` workflow to formalize product vision - Or proceed directly to `plan-project` if ready {{#if standalone_mode != true}} Check status anytime with: `workflow-status` {{/if}} ```