# Wait What

> Re-pitch the last message in plain English using the project's CONTEXT.md vocabulary.

- Skill: `shipshitdev/wait-what` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds add shipshitdev/wait-what`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shipshitdev/wait-what/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: shipshitdev (https://skillmd.com/u/shipshitdev)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/shipshitdev/wait-what

---


# Wait What

The last message did not land. Re-pitch it.

## Contract

Inputs:

- The immediately preceding assistant message (and enough surrounding turn context to know what it was trying to say)
- `CONTEXT.md` / `CONTEXT-MAP.md` when present

Outputs:

- A short re-pitch of the same point: missing context filled in, jargon decoded, same conclusion

Creates/Modifies:

- None

External Side Effects:

- None

Confirmation Required:

- None. Advisory only.

Delegates To:

- `domain-modeling` only when the confusion is a glossary conflict that should be written down

## Re-pitch

1. Name the point that failed to land, in one sentence.
2. Add the missing context — the decision, constraint, or prior turn the user did not have.
3. Speak in plain English. Prefer Simplified Technical English: short sentences, one idea each, no filler.
4. Use the ubiquitous language from `CONTEXT.md` when a glossary exists. If a term in the last message is not in the glossary, say the plain-English meaning first, then the canonical term.
5. End with the same ask or conclusion as the original message, restated.

Do not restart the parent skill. Do not expand scope. This is a mid-conversation corrective; after the re-pitch, the parent flow continues.

