bmad-cis-problem-solving

Guides structured problem-solving sessions from root cause diagnosis to implementation planning.

1|Updated Sep 18, 2026
One-click install
npx skills add https://github.com/PastaSus/egg-defender --skill bmad-cis-problem-solving-pastasus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-cis-problem-solving
Source: https://github.com/PastaSus/egg-defender/tree/main/.agents/skills/bmad-cis-problem-solving
Command: npx skills add https://github.com/PastaSus/egg-defender --skill bmad-cis-problem-solving-pastasus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Complex challenges often get addressed with quick fixes that treat symptoms instead of root causes. This Skill walks you through a systematic problem-solving workflow so you diagnose the real issue, generate diverse solutions, and leave with an actionable implementation and validation plan. ## Core Features & Use Cases - Structured Diagnosis: Uses methods like Is/Is Not Analysis, Five Whys, Fishbone Diagrams, and Force Field Analysis to bound the problem and find root causes. - Solution Generation & Evaluation: Applies creative and systematic methods (TRIZ, Lateral Thinking, Decision Matrix, Cost-Benefit Analysis) to produce and compare 10-15 solution options. - Implementation & Validation Planning: Produces a Markdown report covering action steps, owners, success metrics, risk mitigation, and lessons learned. - Use Case: A team lead facing recurring production incidents uses the workflow to move past symptom patching, identify the systemic root cause, evaluate three candidate fixes, and document a rollout and monitoring plan. ## Quick Start Ask the assistant to guide you through structured problem solving for a challenge you are facing, and follow the step-by-step diagnostic and planning session.

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 this skill?

Ask the assistant to guide you through structured problem solving and describe your challenge. The workflow walks you through problem definition, diagnosis, root cause analysis, solution generation, evaluation, and implementation planning, saving progress to a Markdown report after each step.

What problem-solving methods does this workflow use?

It references a solving-methods CSV covering diagnosis methods like Five Whys, Fishbone Diagrams, and Is/Is Not Analysis, plus synthesis methods like TRIZ and Lateral Thinking, and evaluation methods like Decision Matrix and Cost-Benefit Analysis.

What output does the problem-solving workflow produce?

It generates a Markdown report saved to the configured output folder, following the bundled template. The report covers the refined problem statement, root cause analysis, force field analysis, evaluated solutions, implementation plan, success metrics, and lessons learned.

Can I customize the problem-solving workflow steps?

Yes. The customize.toml file supports prepended and appended activation steps, persistent facts loaded as context, and an on_complete hook. Team and user-level TOML overrides merge with the defaults using BMad structural merge rules.

When is this guided workflow not the right approach?

It is not suited for trivial issues with obvious fixes or emergencies needing immediate action, since the multi-step diagnosis and evaluation process is deliberately thorough. It also never provides time estimates for solutions.