challenge-mevisionlisted
Install: claude install-skill event4u-app/agent-config
# /challenge-me vision
> Walk a decision tree by asking one question at a time, each with a
> recommended answer, until the agent reaches **95% confidence** in what
> the user actually wants — then emit a copyable Markdown pitch the user
> can paste into a ticket, roadmap, or fresh-chat handoff.
## Welcome
If the user invokes `/challenge-me vision` (or `/challenge-me` defaulting
here) with no body, render once:
```
Drop the seed — a plan, idea, ticket draft, or design sketch — and I'll
walk you through a decision tree, one question per turn, until I'm 95%
sure what you want. Then you get a copyable Markdown pitch.
End the interview early any time:
`!pitch` — emit pitch, hand back
`!roadmap` — emit pitch + auto-route to `/roadmap:create`
`!ai` / `!council` — poll the AI council for the open question(s), continue (cost auto-accepted)
```
Skip the welcome if the user invokes `/challenge-me vision <seed>` directly.
## When NOT to use
| Phrasing | Route to |
|---|---|
| "refine this prompt before /work" | [`/refine-prompt`](../refine-prompt.md) |
| "refine this Jira ticket" | [`/refine-ticket`](../refine-ticket.md) |
| "poke holes in my plan" (one-shot, no Q&A) | `adversarial-review` skill |
| "ask another model" | `ai-council` skill |
| "challenge me against existing docs/glossary" | `/challenge-me with-docs` |
## Default stop condition — 95% confidence
Unless the user names a different stop condition (`--until=N`,
`--keep-going`, or nat