feat: L'Ami Fiduciaire V1.0.0 — full codebase with Story 0.1 complete
Initial commit of the L'Ami Fiduciaire SaaS platform built on Laravel 12, Vue 3, Inertia.js 2, and Tailwind CSS 4. Story 0.1 (rename folders to declarations in database) is implemented and code-reviewed: migration, rollback, and 6 Pest tests all passing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
165
_bmad/cis/workflows/problem-solving/template.md.bak
Normal file
165
_bmad/cis/workflows/problem-solving/template.md.bak
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