brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Guide teams through MITRE's Problem Framing Canvas. Use when you need a clearer problem statement before jumping to solutions.
$ npx -y skills add getcrew44/crew44 --skill problem-framing-canvas --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/problem-framing-canvasContext preview
The summary Claude sees to decide when to auto-load this skill.
Guide teams through MITRE's Problem Framing Canvas. Use when you need a clearer problem statement before jumping to solutions.
name: problem-framing-canvas description: Guide teams through MITRE's Problem Framing Canvas. Use when you need a clearer problem statement before jumping to solutions. intent: >- Guide product managers through the MITRE Problem Framing Canvas process by asking structured questions across three phases: Look Inward (examine your own assumptions and biases), Look Outward (understand who experiences the problem and who doesn't), and Reframe (synthesize insights into an actionable problem statement and "How Might We" question). Use this to ensure you're solving the right problem before jumping to solutions—avoiding confirmation bias, overlooked stakeholders, and solution-first thinking. type: interactive best_for: - "Clarifying a messy problem before solutioning" - "Surfacing assumptions and overlooked stakeholders" - "Creating a bias-resistant problem statement in a workshop" scenarios: - "Run a Problem Framing Canvas for our mobile retention issue" - "Help me reframe this stakeholder request before we build anything" - "We need a clearer problem statement for onboarding drop-off"
Guide product managers through the MITRE Problem Framing Canvas process by asking structured questions across three phases: Look Inward (examine your own assumptions and biases), Look Outward (understand who experiences the problem and who doesn't), and Reframe (synthesize insights into an actionable problem statement and "How Might We" question). Use this to ensure you're solving the right problem before jumping to solutions—avoiding confirmation bias, overlooked stakeholders, and solution-first thinking.
This is not a solution brainstorm—it's a problem framing tool that broadens perspective, challenges assumptions, and produces a clear, equity-driven problem statement.
The Problem Framing Canvas (MITRE Innovation Toolkit, v3) is a structured framework that helps teams explore a problem space comprehensively before proposing solutions. It's partitioned into **three areas**:
1. **Look Inward** — Examine your own assumptions, biases, and how you might be part of the problem 2. **Look Outward** — Understand who experiences the problem, who benefits from it, and who's been left out 3. **Reframe** — Synthesize insights into a clear, actionable problem statement and "How Might We" question
┌─────────────────────────────────────────────────────────────────┐ │ LOOK INWARD │ │ - What is the problem? (symptoms) │ │ - Why haven't we solved it? (new, hard, low priority, etc.) │ │ - How are we part of the problem? (assumptions, biases) │ └─────────────────────────────────────────────────────────────────┘ ┌─────────────────────────────────────────────────────────────────┐ │ LOOK OUTWARD │ │ - Who experiences the problem? When/where/consequences? │ │ - Who else has it? Who doesn't have it? │ │ - Who's been left out? │ │ - Who benefits when problem exists/doesn't exist? │ └─────────────────────────────────────────────────────────────────┘ ┌─────────────────────────────────────────────────────────────────┐ │ REFRAME │ │ - Stated another way, the problem is: [restatement] │ │ - How might we [action] as we aim to [objective]? │ └─────────────────────────────────────────────────────────────────┘
---
Use [`workshop-facilitation`](../workshop-facilitation/SKILL.md) as the default interaction protocol for this skill.
It defines:
This file defines the domain-specific assessment content. If there is a conflict, follow this file's domain logic.
Use `template.md` for the full fill-in structure.
This interactive skill follows a **three-phase process**, asking **adaptive questions** in each phase.
---
**Agent suggests:**
Before we frame your problem, let's gather context:
**Problem Context:**
**Stakeholder Context:
Orchestrate a crew of specialist AI agents in one local-first workspace. Each role on its best model, with memory and skills that compound. Free, MIT.
Repo: getcrew44/crew44
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting…
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical…
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes