Distill the last reply
Take the assistant's most recent message in this conversation and turn it into (a) a short plain-language version and (b) a list of every open decision with a recommended answer for each.
Step 1: Locate the target
The target is the last assistant message before this skill was invoked — the reply the user just read. It is already in your context. Do not search the filesystem, transcripts, or session logs for it.
If there is no prior assistant message in this session, say so in one line and stop.
Step 2: Distill it
Rewrite the substance so it can be absorbed in a few seconds:
- Lead with what actually happened or what the message concluded — one sentence.
- Then at most 3–5 bullets covering everything that matters: what changed, what was found, what is true now.
- Strip jargon, tool narration, and hedging. Keep specifics that carry weight: numbers, error causes, filenames the user has to act on.
- Cut throat-clearing, restated context, and process commentary.
- Never add facts. If the original was vague on a point, say it was vague rather than filling the gap.
- Aim for roughly a quarter of the original length. If the original was already short and clear, say so in a line and go straight to Step 3.
Step 3: List the decisions and answer each
Scan the message for everything it is waiting on the user for:
- Explicit questions and offered choices ("A or B?", "want me to…?")
- Permission requests — running a command, editing a file, sending anything outward
- Stated assumptions the assistant is proceeding under, since silence approves them
- Blockers named but unresolved ("I couldn't determine X")
- Flagged risks or caveats that imply a call the user has to make
For each, give:
- The question, one line, in the user's terms.
- The options, if more than one real path exists.
- Suggested:
<answer> — the one you would pick, with a one-line reason grounded in what is actually in this conversation.
- Reply: a short literal sentence the user can send back verbatim.
Rules for the suggestions:
- Recommend, always. "It depends" is not an answer — pick one and name the condition that would flip it.
- Ground the reason in evidence from this session. If you genuinely cannot choose, name the single missing fact that decides it.
- Mark anything hard to reverse or outward-facing — sending, publishing, deploying, deleting, spending — as (irreversible). Suggest the answer, but never suggest auto-approving it; that stays the user's call.
- Order by what blocks progress. Decisions that can wait go last, labeled deferrable.
If nothing is pending, say "Nothing is waiting on you" and give the single next action instead.
Step 4: Have a critic check the suggestions
Run the critic only when it can earn the delay. Dispatch it if any of these is true:
- A suggestion rests on a checkable claim — a path, a file's contents, a command, a version, a number.
- There are three or more decisions.
- Any decision is tagged (irreversible).
Otherwise skip it. One or two soft judgment calls are not worth a separate model call. Whenever you skip, end the output with the single line — not critic-checked, so the user always knows which runs were verified.
To run it:
- Use the Agent tool with
subagent_type: "distill-critic" and run_in_background: false.
- The critic cannot see this conversation. Put everything it needs in the prompt: the substance of the original reply, your distilled version, and every suggested answer together with the reason you gave for it.
- It returns a SOUND / WEAK / WRONG verdict per suggestion, plus anything you missed and anything you invented.
- If the
distill-critic agent type is not available in this environment, fall back to a general-purpose subagent with model: "sonnet" and the same prompt — a fresh-context check without the effort setting still beats none.
Then revise. Drop or rewrite whatever came back WRONG, shore up whatever came back WEAK, and add any decision it caught you skipping. Do not print the critic's raw output. If it overturned a recommendation, add one line at the very end naming which and why.
Output format
Two sections. No preamble, no restating what this skill does.
What it said
One-sentence lead, then the bullets.
Waiting on you
- The question
Suggested: the answer — the reason
Reply: "verbatim text to send"
The output must be shorter than what it distills. If it isn't, cut further.
1---2name: distill3description: Distill Claude Code's most recent reply into plain language, then answer whatever it is waiting on. Use when the user says /distill, 'distill that', 'tl;dr that', 'what did you just say', 'summarize your last message', 'what are you asking me', 'what do you need from me', or otherwise asks to make the previous reply easier to understand or to be told how to answer it. Acts only on the assistant's own last message in the current session — not on files, PRs, or external documents.4---56# Distill the last reply78Take the assistant's most recent message in this conversation and turn it into (a) a short plain-language version and (b) a list of every open decision with a recommended answer for each.910## Step 1: Locate the target1112The target is the **last assistant message before this skill was invoked** — the reply the user just read. It is already in your context. Do not search the filesystem, transcripts, or session logs for it.1314If there is no prior assistant message in this session, say so in one line and stop.1516## Step 2: Distill it1718Rewrite the substance so it can be absorbed in a few seconds:1920- Lead with what actually happened or what the message concluded — one sentence.21- Then at most 3–5 bullets covering everything that matters: what changed, what was found, what is true now.22- Strip jargon, tool narration, and hedging. Keep specifics that carry weight: numbers, error causes, filenames the user has to act on.23- Cut throat-clearing, restated context, and process commentary.24- **Never add facts.** If the original was vague on a point, say it was vague rather than filling the gap.25- Aim for roughly a quarter of the original length. If the original was already short and clear, say so in a line and go straight to Step 3.2627## Step 3: List the decisions and answer each2829Scan the message for everything it is waiting on the user for:3031- Explicit questions and offered choices ("A or B?", "want me to…?")32- Permission requests — running a command, editing a file, sending anything outward33- Stated assumptions the assistant is proceeding under, since silence approves them34- Blockers named but unresolved ("I couldn't determine X")35- Flagged risks or caveats that imply a call the user has to make3637For each, give:38391. **The question**, one line, in the user's terms.402. **The options**, if more than one real path exists.413. **Suggested: `<answer>`** — the one you would pick, with a one-line reason grounded in what is actually in this conversation.424. **Reply:** a short literal sentence the user can send back verbatim.4344Rules for the suggestions:4546- Recommend, always. "It depends" is not an answer — pick one and name the condition that would flip it.47- Ground the reason in evidence from this session. If you genuinely cannot choose, name the single missing fact that decides it.48- Mark anything hard to reverse or outward-facing — sending, publishing, deploying, deleting, spending — as **(irreversible)**. Suggest the answer, but never suggest auto-approving it; that stays the user's call.49- Order by what blocks progress. Decisions that can wait go last, labeled deferrable.5051If nothing is pending, say **"Nothing is waiting on you"** and give the single next action instead.5253## Step 4: Have a critic check the suggestions5455Run the critic only when it can earn the delay. Dispatch it if **any** of these is true:5657- A suggestion rests on a checkable claim — a path, a file's contents, a command, a version, a number.58- There are three or more decisions.59- Any decision is tagged **(irreversible)**.6061Otherwise skip it. One or two soft judgment calls are not worth a separate model call. Whenever you skip, end the output with the single line `— not critic-checked`, so the user always knows which runs were verified.6263To run it:6465- Use the Agent tool with `subagent_type: "distill-critic"` and `run_in_background: false`.66- The critic cannot see this conversation. Put everything it needs in the prompt: the substance of the original reply, your distilled version, and every suggested answer together with the reason you gave for it.67- It returns a SOUND / WEAK / WRONG verdict per suggestion, plus anything you missed and anything you invented.68- If the `distill-critic` agent type is not available in this environment, fall back to a `general-purpose` subagent with `model: "sonnet"` and the same prompt — a fresh-context check without the effort setting still beats none.6970Then revise. Drop or rewrite whatever came back WRONG, shore up whatever came back WEAK, and add any decision it caught you skipping. Do not print the critic's raw output. If it overturned a recommendation, add one line at the very end naming which and why.7172## Output format7374Two sections. No preamble, no restating what this skill does.7576**What it said**7778One-sentence lead, then the bullets.7980**Waiting on you**81821. The question83 Suggested: the answer — the reason84 Reply: "verbatim text to send"8586The output must be shorter than what it distills. If it isn't, cut further.