bmad-cis-problem-solving

Guides structured problem diagnosis, root cause analysis, and solution planning through a nine-step workflow.

6|Updated Aug 29, 2026
One-click install
npx skills add https://github.com/HordRicJr/Akomagni --skill bmad-cis-problem-solving-hordricjr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-cis-problem-solving
Source: https://github.com/HordRicJr/Akomagni/tree/main/bmad-core/.agents/skills/bmad-cis-problem-solving
Command: npx skills add https://github.com/HordRicJr/Akomagni --skill bmad-cis-problem-solving-hordricjr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Complex challenges often get treated at the symptom level, leading to solutions that fail. This Skill walks you through a systematic problem-solving process so you diagnose root causes before committing to a fix. ## Core Features & Use Cases - Structured Diagnosis: Applies methods like Is/Is Not Analysis, Five Whys, Fishbone Diagrams, and Force Field Analysis to bound the problem and find root causes. - Solution Generation and Evaluation: Uses creative and systematic methods (TRIZ, Lateral Thinking, Decision Matrix, Cost-Benefit Analysis) to generate and compare solution options. - Implementation Planning: Produces a complete Markdown report with action steps, success metrics, validation plans, and risk mitigation. - Use Case: A team lead facing recurring production incidents uses this Skill to move past firefighting, identify the systemic root cause, and leave with an actionable remediation plan. ## Quick Start Ask the AI to guide you through structured problem solving for a challenge you are facing, and it will walk you step by step from problem definition to an implementation plan.

Frequently Asked Questions about bmad-cis-problem-solving

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a structured problem solving session with AI?

Invoke the skill and describe your challenge; it guides you through nine steps covering problem definition, Is/Is Not boundary analysis, root cause analysis, solution generation, evaluation, and implementation planning. Each step saves progress to a Markdown report.

What root cause analysis methods does this workflow support?

It supports Five Whys for linear cause chains, Fishbone Diagrams for multi-factor problems, and Systems Thinking for interconnected dynamics. Methods are loaded from a solving-methods CSV and selected based on your problem type.

Can I customize the problem solving workflow steps?

Yes, the customize.toml file lets you add activation steps, persistent facts, and an on-complete action. Team and user-level TOML overrides merge with defaults using structural merge rules.

What output does the problem solving workflow produce?

It produces a Markdown report saved to the configured output folder, containing the refined problem statement, root cause analysis, force field analysis, evaluated solutions, implementation plan, success metrics, and lessons learned.

When should I not use a guided problem solving workflow?

Avoid it for simple, well-understood issues with known fixes, where a full nine-step diagnosis adds overhead without value. It is designed for complex, ambiguous, or recurring problems where root causes are unclear.