Thinking Out Loud
A ten minute voice ramble transfers more context than any prompt a person
would type, and models reconstruct rambles well. The failure is
downstream and invisible: the model fills every gap in the ramble
confidently. "The usual model" silently becomes a specific model. "The
standard size" becomes a specific viewport. A position the user reversed
mid-ramble survives as fact. None of this registers as uncertainty from
the inside, so none of it ever becomes a clarifying question. The model
then acts on a misreading it fully believes, and the user discovers it an
hour of generated work later.
This skill is the fix: before acting on any ramble, produce an echo, a
short structured audit of everything absorbed, with the model's own
additions quarantined from the user's words. The user corrects three
lines instead of debugging a built artifact.
Why an echo instead of follow-up questions
Asking clarifying questions is good, and the interview below does it.
But questions alone cannot secure a ramble, for two structural reasons:
- Questions verify what the model doubts. The echo verifies what the
model believes. A clarifying question requires felt uncertainty, and
confident misreadings feel like knowledge. The echo forces every
inference and gap-fill into the open whether or not it felt uncertain.
- Questions sample; the echo audits. A long ramble carries dozens of
facts and half-decisions. Even good questions probe three or four; the
rest of the model's understanding goes unverified into action. The
echo inventories the entire transfer, and it works by recognition, not
recall: the user reads and spots what is wrong, which is far cheaper
than producing answers, and ramblers often do not know their answer
until they see the wrong guess written down.
The contract
- Act on nothing. No file edits, no code, no plans, no solutions to
fragments, until the echo is approved. Reconstruct first.
- Label every addition. Inferences and guesses live in their own
section, apart from the user's own content. Never present a guess in
the user's voice.
- Surface every reversal. Adopt the later position, but flag the
flip. Never silently average or pick.
- Lose nothing. Tangents get parked, not dropped.
- Never remark on dictation artifacts. Typos, homophones, filler,
and restarts are resolved silently from context. Keep the user's own
vocabulary and project names.
- Ask before persisting. The approved brief is offered a home, never
saved unprompted.
When to use
- A message is a long, weakly punctuated stream of consciousness with
restarts, filler, and mid-message reversals ("actually no, scrap that")
- A message opens with a voice preamble ("switching to speech
recognition, sorry for any typos", "dictating this")
- The user says they want to ramble or think out loud
- The user asks to be interviewed to untangle a fuzzy idea
When not to use
- Short requests that are already clear
- The user wants a verbatim transcript, minutes, or cleanup of dictation
while keeping their exact words
- Long but already structured text, such as a pasted spec or document
- The user asked a direct question and wants a direct answer
The echo
One structured reply. Dense, scannable, and short: the user should find
and fix an error in seconds. Full template with a worked example in
references/echo-format.md.
- Mission: one sentence stating what the user is actually trying to
achieve. Often this differs from what they said first; that is fine.
- Locked: the user's decisions and constraints, merged into one
list. Mark anything they called a top priority.
- Open: questions the ramble raised but did not answer.
- Ledger: flips (both positions in one line, later one adopted) and
parked tangents (one line each).
- My additions: the only interpretation callouts. "Inferred"
(strongly implied but never stated) and "Guessed" (gaps you filled).
Tell the user to correct these first.
Compression rules, non-negotiable:
- Nothing appears twice. Every fact lives in exactly one section.
- No "you said" recap. Everything outside My additions is the user's
own content by definition; only the model's additions get called out.
- One line per bullet. If a bullet needs two lines, it is two bullets
or it is bloat.
- Vague quantifiers are never silently resolved. "The usual model",
"standard size", "soon": each lands in Open or Guessed, never absorbed
into a locked item as if it were specified.
Close by inviting corrections and offering the interview.
The interview (optional)
Follow-up questions have their place: after the audit, not instead of
it. Only if the user accepts the offer, or asked to be interviewed up
front.
- Ask only about items flagged in Open or Guessed
- One question per message, highest information gain first
- Each question states in one clause why it matters
- Cap at five questions; stop early once answers stop changing the brief
- After the interview, restate only the sections of the echo that changed
Capture mode (multi-message rambles)
Not needed for dictation tools, where the whole ramble arrives as one
message. Use it when the user invokes the skill before rambling and then
adds thoughts across several messages, possibly over a long stretch.
- Acknowledge once, in one short line ("Go ahead, I'm listening. Say
'done' when you want the echo.")
- For every following message, reply with a single minimal line
("Listening."). Vary it slightly so it does not feel robotic.
- Do NOT solve, praise, summarize, analyze, or ask questions mid-stream.
- If the user asks a direct question mid-ramble, answer it in at most two
sentences, then return to listening.
- Exit on "done", "echo", "echo me", "that's it", "what did you get", or
any clear equivalent, then deliver the echo.
Persistence
After the user approves the echo, offer exactly three options:
- Append the brief to CLAUDE.md so future sessions inherit it
- Save it to
docs/rambles/YYYY-MM-DD-<topic>.md
- Keep it in-conversation only
The approved brief then governs the rest of the session: honor its
decisions and constraints without re-asking.
1---2name: thinking-out-loud3description: A contract for what the agent does when a long, messy, stream-of-consciousness ramble arrives (usually voice dictation): act on nothing until the echo brief is approved. The echo audits the entire transfer, mission, locked decisions and constraints, open questions, flips and parked tangents, with the model's inferences and guesses quarantined away from the user's own phrasing, so the user verifies what the model believes, not just what it doubts. Use when the user says "let me think out loud" or wants to ramble a bit before building anything, when a message opens with a speech-to-text preamble like "switching to voice, sorry for typos", when input is a long weakly punctuated stream with restarts and mid-message reversals ("actually no, wait, scrap that idea entirely"), or when the user asks to be interviewed about a fuzzy half-formed idea. Includes an optional capture mode for rambles spread across several messages and an optional targeted interview.4license: Apache-2.05---6
7# Thinking Out Loud
8
9A ten minute voice ramble transfers more context than any prompt a person
10would type, and models reconstruct rambles well. The failure is
11downstream and invisible: the model fills every gap in the ramble
12confidently. "The usual model" silently becomes a specific model. "The
13standard size" becomes a specific viewport. A position the user reversed
14mid-ramble survives as fact. None of this registers as uncertainty from
15the inside, so none of it ever becomes a clarifying question. The model
16then acts on a misreading it fully believes, and the user discovers it an
17hour of generated work later.
18
19This skill is the fix: before acting on any ramble, produce an echo, a
20short structured audit of everything absorbed, with the model's own
21additions quarantined from the user's words. The user corrects three
22lines instead of debugging a built artifact.
23
24## Why an echo instead of follow-up questions
25
26Asking clarifying questions is good, and the interview below does it.
27But questions alone cannot secure a ramble, for two structural reasons:
28
29- **Questions verify what the model doubts. The echo verifies what the
30 model believes.** A clarifying question requires felt uncertainty, and
31 confident misreadings feel like knowledge. The echo forces every
32 inference and gap-fill into the open whether or not it felt uncertain.
33- **Questions sample; the echo audits.** A long ramble carries dozens of
34 facts and half-decisions. Even good questions probe three or four; the
35 rest of the model's understanding goes unverified into action. The
36 echo inventories the entire transfer, and it works by recognition, not
37 recall: the user reads and spots what is wrong, which is far cheaper
38 than producing answers, and ramblers often do not know their answer
39 until they see the wrong guess written down.
40
41## The contract
42
431. **Act on nothing.** No file edits, no code, no plans, no solutions to
44 fragments, until the echo is approved. Reconstruct first.
452. **Label every addition.** Inferences and guesses live in their own
46 section, apart from the user's own content. Never present a guess in
47 the user's voice.
483. **Surface every reversal.** Adopt the later position, but flag the
49 flip. Never silently average or pick.
504. **Lose nothing.** Tangents get parked, not dropped.
515. **Never remark on dictation artifacts.** Typos, homophones, filler,
52 and restarts are resolved silently from context. Keep the user's own
53 vocabulary and project names.
546. **Ask before persisting.** The approved brief is offered a home, never
55 saved unprompted.
56
57## When to use
58
59- A message is a long, weakly punctuated stream of consciousness with
60 restarts, filler, and mid-message reversals ("actually no, scrap that")
61- A message opens with a voice preamble ("switching to speech
62 recognition, sorry for any typos", "dictating this")
63- The user says they want to ramble or think out loud
64- The user asks to be interviewed to untangle a fuzzy idea
65
66## When not to use
67
68- Short requests that are already clear
69- The user wants a verbatim transcript, minutes, or cleanup of dictation
70 while keeping their exact words
71- Long but already structured text, such as a pasted spec or document
72- The user asked a direct question and wants a direct answer
73
74## The echo
75
76One structured reply. Dense, scannable, and short: the user should find
77and fix an error in seconds. Full template with a worked example in
78[references/echo-format.md](references/echo-format.md).
79
801. **Mission**: one sentence stating what the user is actually trying to
81 achieve. Often this differs from what they said first; that is fine.
822. **Locked**: the user's decisions and constraints, merged into one
83 list. Mark anything they called a top priority.
843. **Open**: questions the ramble raised but did not answer.
854. **Ledger**: flips (both positions in one line, later one adopted) and
86 parked tangents (one line each).
875. **My additions**: the only interpretation callouts. "Inferred"
88 (strongly implied but never stated) and "Guessed" (gaps you filled).
89 Tell the user to correct these first.
90
91Compression rules, non-negotiable:
92
93- **Nothing appears twice.** Every fact lives in exactly one section.
94- **No "you said" recap.** Everything outside My additions is the user's
95 own content by definition; only the model's additions get called out.
96- **One line per bullet.** If a bullet needs two lines, it is two bullets
97 or it is bloat.
98- **Vague quantifiers are never silently resolved.** "The usual model",
99 "standard size", "soon": each lands in Open or Guessed, never absorbed
100 into a locked item as if it were specified.
101
102Close by inviting corrections and offering the interview.
103
104## The interview (optional)
105
106Follow-up questions have their place: after the audit, not instead of
107it. Only if the user accepts the offer, or asked to be interviewed up
108front.
109
110- Ask only about items flagged in Open or Guessed
111- One question per message, highest information gain first
112- Each question states in one clause why it matters
113- Cap at five questions; stop early once answers stop changing the brief
114- After the interview, restate only the sections of the echo that changed
115
116## Capture mode (multi-message rambles)
117
118Not needed for dictation tools, where the whole ramble arrives as one
119message. Use it when the user invokes the skill before rambling and then
120adds thoughts across several messages, possibly over a long stretch.
121
122- Acknowledge once, in one short line ("Go ahead, I'm listening. Say
123 'done' when you want the echo.")
124- For every following message, reply with a single minimal line
125 ("Listening."). Vary it slightly so it does not feel robotic.
126- Do NOT solve, praise, summarize, analyze, or ask questions mid-stream.
127- If the user asks a direct question mid-ramble, answer it in at most two
128 sentences, then return to listening.
129- Exit on "done", "echo", "echo me", "that's it", "what did you get", or
130 any clear equivalent, then deliver the echo.
131
132## Persistence
133
134After the user approves the echo, offer exactly three options:
135
1361. Append the brief to CLAUDE.md so future sessions inherit it
1372. Save it to `docs/rambles/YYYY-MM-DD-<topic>.md`
1383. Keep it in-conversation only
139
140The approved brief then governs the rest of the session: honor its
141decisions and constraints without re-asking.