# 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 This is a meta-workflow that orchestrates the CIS brainstorming workflow with project-specific context Search {output_folder}/ for files matching pattern: project-workflow-status*.md Find the most recent file (by date in filename: project-workflow-status-YYYY-MM-DD.md) Load the status file Set status_file_found = true Store status_file_path for later updates **No workflow status file found.** This workflow generates brainstorming ideas for project ideation (optional Phase 1 workflow). Options: 1. Run workflow-status first to create the status file (recommended for progress tracking) 2. Continue in standalone mode (no progress tracking) 3. Exit What would you like to do? If user chooses option 1 → HALT with message: "Please run workflow-status first, then return to brainstorm-project" If user chooses option 2 → Set standalone_mode = true and continue If user chooses option 3 → HALT 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 Search {output_folder}/ for files matching pattern: project-workflow-status*.md Find the most recent file (by date in filename) Load the status file current_step Set to: "brainstorm-project" current_workflow Set to: "brainstorm-project - Complete" progress_percentage Increment by: 5% (optional Phase 1 workflow) decisions_log Add entry: ``` - **{{date}}**: Completed brainstorm-project workflow. Generated brainstorming session results saved to {output_folder}/brainstorming-session-results-{{date}}.md. Next: Review ideas and consider running research or product-brief workflows. ``` **✅ Brainstorming Session Complete** **Session Results:** - Brainstorming results saved to: {output_folder}/brainstorming-session-results-{{date}}.md **Status file updated:** - Current step: brainstorm-project ✓ - Progress: {{new_progress_percentage}}% **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 Check status anytime with: `workflow-status` **✅ Brainstorming Session Complete** **Session Results:** - Brainstorming results saved to: {output_folder}/brainstorming-session-results-{{date}}.md Note: Running in standalone mode (no status file). To track progress across workflows, run `workflow-status` first. **Next Steps:** 1. Review brainstorming results 2. Run research or product-brief workflows ````