# Problem Framing

> Use when the user describes a goal but the underlying problem is unclear, or when a request feels like a premature solution.

- Skill: `getcrew44/problem-framing` (Agent Skill)
- Install (CLI): `npx skillmds@latest add getcrew44/problem-framing`
- Raw SKILL.md: https://api.skillmd.com/api/skills/getcrew44/problem-framing/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: getcrew44 (https://skillmd.com/u/getcrew44)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/getcrew44/problem-framing

---


# Problem Framing

Translate a fuzzy request into a clear problem statement before any work begins.

## When to use

- The user describes what they want but not why.
- The request jumps to a specific solution.
- Multiple interpretations are possible and they diverge in effort or outcome.

## Steps

1. Restate the request in plain language. Confirm with the user.
2. Ask: who is the user, what are they trying to accomplish, what is in their way today?
3. Identify hidden assumptions in the request and name them.
4. Offer 2-3 framings of the problem if more than one fits. Let the user pick.
5. State the chosen framing back as a single sentence the user can confirm.

## Anti-patterns

- Restating jargon back without unpacking it.
- Asking five clarifying questions at once.
- Skipping confirmation and proceeding on a guess.

