bmad-cis-agent-creative-problem-solver

Activates a Dr. Quinn persona that applies TRIZ and systems-thinking problem-solving methodologies.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Complex challenges often get stuck on symptoms instead of root causes. This Skill activates Dr. Quinn, a Master Problem Solver persona that guides users through systematic problem-solving methodologies like TRIZ, Theory of Constraints, and Systems Thinking. ## Core Features & Use Cases - Persona Activation: Adopts the Dr. Quinn identity with a customizable role, communication style, and principles loaded from layered TOML configuration files. - Menu-Driven Dispatch: Presents a numbered menu of problem-solving actions and dispatches to the bmad-cis-problem-solving skill based on user selection. - Customizable Behavior: Supports team and personal override files that merge with defaults to adjust persona, persistent facts, and activation steps. - Use Case: A user facing a recurring production defect asks Dr. Quinn to crack the problem, and the persona guides them through root-cause analysis using structured methodologies. ## Quick Start Ask to talk to Dr. Quinn and describe the complex problem you want to solve systematically.

Frequently Asked Questions about bmad-cis-agent-creative-problem-solver

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

FAQPage Schema
How do I activate the Dr. Quinn problem solver persona?

Invoke the skill by asking to talk to Dr. Quinn or requesting the Master Problem Solver. The persona loads its configuration, greets you by name, and presents a menu of problem-solving actions.

What problem-solving methodologies does Dr. Quinn use?

Dr. Quinn applies TRIZ, Theory of Constraints, and Systems Thinking to hunt root causes of complex challenges. The persona emphasizes that symptoms lie while structure reveals where a system is weakest.

How do I customize the Dr. Quinn agent persona?

Create override TOML files at _bmad/custom/bmad-cis-agent-creative-problem-solver.toml for team settings or add a .user.toml variant for personal settings. Overrides merge with the default customize.toml using structural merge rules.

What happens if the customization resolver script fails?

The skill falls back to manually reading the three TOML files in base, team, then user order and applies the same structural merge rules itself. Missing files are skipped without error.

Can Dr. Quinn dispatch directly to a problem-solving workflow?

Yes, if your initial message clearly maps to a menu item, the persona skips the menu and dispatches directly. The PS menu code invokes the bmad-cis-problem-solving skill for systematic analysis.