bmad-cis-problem-solving

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

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/Hexalith/Hexalith.Parties --skill bmad-cis-problem-solving-hexalith
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-cis-problem-solving
Source: https://github.com/Hexalith/Hexalith.Parties/tree/main/.agents/skills/bmad-cis-problem-solving
Command: npx skills add https://github.com/Hexalith/Hexalith.Parties --skill bmad-cis-problem-solving-hexalith

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 workflow that diagnoses root causes before jumping to solutions, then produces an actionable implementation and validation plan. ## Core Features & Use Cases - Structured Diagnosis: Applies methods like Is/Is Not Analysis, Five Whys, Fishbone Diagrams, and Systems Thinking to bound the problem and find root causes. - Solution Generation and Evaluation: Generates 10-15 solution options using methods like TRIZ, Lateral Thinking, and Morphological Analysis, then evaluates them with Decision Matrices or Cost-Benefit Analysis. - Implementation Planning: Produces a Markdown report with action steps, success metrics, risk mitigation, and adjustment triggers saved to a dated output file. - Use Case: A team lead facing recurring production incidents uses the workflow to move past symptom fixes, identify the systemic root cause, and leave with a documented remediation plan. ## Quick Start Ask the assistant to guide you through structured problem solving for a challenge you are facing, and it will step you through diagnosis, solution generation, and planning.

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 an AI assistant?

Invoke the workflow by asking to be guided through structured problem solving. The assistant walks you through eight steps: problem definition, boundary diagnosis, root cause analysis, force field analysis, solution generation, evaluation, implementation planning, and monitoring setup.

What root cause analysis methods does this workflow support?

The workflow references a solving-methods CSV covering diagnosis methods including Five Whys for linear cause chains, Fishbone Diagrams for multi-factor problems, and Systems Thinking for interconnected dynamics. It selects 2-3 methods matched to your problem type.

What output does the problem-solving workflow produce?

It generates a Markdown report saved to a dated file in the configured output folder. The report follows a template covering problem definition, root cause analysis, solution evaluation, implementation plan, success metrics, validation plan, and lessons learned.

Can I customize the problem-solving workflow steps?

Yes, customization is handled through TOML files. A base customize.toml in the skill directory defines defaults, and team or user override files under the project's _bmad/custom directory can append activation steps, persistent facts, and completion actions.

When should I not use a structured problem-solving workflow?

Avoid it for simple, well-understood issues with known fixes, where the multi-step diagnosis adds overhead without value. It is designed for complex or recurring problems where symptoms have resisted previous solution attempts.