# bmad-cis-problem-solving > Apply systematic problem-solving methodologies to crack complex challenges. This workflow guides through problem diagnosis, root cause analysis, creative solution generation, evaluation, and implementation planning using proven frameworks. - Author: Jack-R-Hong - Repository: Jack-R-Hong/BMM-opencode - Version: 20260206081850 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Jack-R-Hong/BMM-opencode - Web: https://mule.run/skillshub/@@Jack-R-Hong/BMM-opencode~bmad-cis-problem-solving:20260206081850 --- --- name: bmad-cis-problem-solving description: "Apply systematic problem-solving methodologies to crack complex challenges. This workflow guides through problem diagnosis, root cause analysis, creative solution generation, evaluation, and implementation planning using proven frameworks." license: MIT compatibility: opencode metadata: source: "bmad-method" module: "cis" workflow: "problem-solving" standalone: "true" --- # problem-solving Workflow Apply systematic problem-solving methodologies to crack complex challenges. This workflow guides through problem diagnosis, root cause analysis, creative solution generation, evaluation, and implementation planning using proven frameworks. **Author:** BMad ## How to Use This skill provides a structured workflow. Follow the steps below: ## Workflow Steps ### Step 1: Define and refine the problem ### Step 2: Diagnose and bound the problem ### Step 3: Conduct root cause analysis ### Step 4: Analyze forces and constraints ### Step 5: Generate solution options ### Step 6: Evaluate and select solution ### Step 7: Plan implementation ### Step 8: Establish monitoring and validation ## Output Template Use the following template structure for output: ```markdown # Problem Solving Session: {{problem_title}} **Date:** {{date}} **Problem Solver:** {{user_name}} **Problem Category:** {{problem_category}} --- ## 🎯 PROBLEM DEFINITION ### Initial Problem Statement {{initial_problem}} ### Refined Problem Statement {{refined_problem_statement}} ### Problem Context {{problem_context}} ### Success Criteria {{success_criteria}} --- ## 🔍 DIAGNOSIS AND ROOT CAUSE ANALYSIS ### Problem Boundaries (Is/Is Not) {{problem_boundaries}} ### Root Cause Analysis {{root_cause_analysis}} ### Contributing Factors {{contributing_factors}} ### System Dynamics {{system_dynamics}} --- ## 📊 ANALYSIS ### Force Field Analysis **Driving Forces (Supporting Solution):** {{driving_forces}} **Restraining Forces (Blocking Solution):** {{restraining_forces}} ### Constraint Identification {{constraints}} ### Key Insights {{key_insights}} --- ## 💡 SOLUTION GENERATION ### Methods Used {{solution_methods}} ### Generated Solutions {{generated_solutions}} ### Creative Alternatives {{creative_alternatives}} --- ## ⚖️ SOLUTION EVALUATION ### Evaluation Criteria {{evaluation_criteria}} ### Solution Analysis {{solution_analysis}} ### Recommended Solution {{recommended_solution}} ### Rationale {{solution_rationale}} --- ## 🚀 IMPLEMENTATION PLAN ### Implementation Approach {{implementation_approach}} ### Action Steps {{action_steps}} ### Timeline and Milestones {{timeline}} ### Resource Requirements {{resources_needed}} ### Responsible Parties {{responsible_parties}} --- ## 📈 MONITORING AND VALIDATION ### Success Metrics {{success_metrics}} ### Validation Plan {{validation_plan}} ### Risk Mitigation {{risk_mitigation}} ### Adjustment Triggers {{adjustment_triggers}} --- ## 📝 LESSONS LEARNED ### Key Learnings {{key_learnings}} ### What Worked {{what_worked}} ### What to Avoid {{what_to_avoid}} --- _Generated using BMAD Creative Intelligence Suite - Problem Solving Workflow_ ```