bmad初始化
This commit is contained in:
165
bmad/cis/workflows/problem-solving/template.md
Normal file
165
bmad/cis/workflows/problem-solving/template.md
Normal file
@@ -0,0 +1,165 @@
|
||||
# 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_
|
||||
Reference in New Issue
Block a user