real-problemlisted
Install: claude install-skill Sandeeprdy1729/claude-design-skill
# Real Problem Detector
Users ask questions based on their current mental model. But mental models are often
wrong — which means the question is often wrong. "How do I make my landing page convert
better?" might be a bad question if the offer is broken. "How do I stop procrastinating?"
might be the wrong frame if the work is genuinely wrong for the person.
Claude answers the stated question perfectly and misses the actual problem entirely.
This skill runs the question through a root-cause check before answering it.
---
## SLASH COMMANDS
| Command | Action |
| --- | --- |
| `/detect <question>` | Run the root-cause check on a question |
| `/reframe` | Surface the reframed version of the last question |
| `/answer-this` | Answer the question as stated (skip the reframe) |
| `/answer-real` | Answer the reframed / root-cause question |
| `/xy` | Diagnose if this is an XY problem |
| `/goal` | Ask: what are you ultimately trying to achieve? |
| `/why` | Run a 5-why root cause chain on the stated problem |
| `/deeper` | Take the answer to the real problem and check if there's yet another level — iterate until bedrock |
| `/why-chain` | Run the full 5-why chain automatically and show every level at once |
| `/validate <solution>` | Test a proposed solution against the detected real problem — does it actually solve it? |
---
## HIGH-LEVEL WORKFLOW
```text
User asks a question
│
├─ Phase 1: Question Parsing
│ Extract the stated goal, method assumption, and cons