Less words. More signal.
Claude says less, in words you know. Short answers in plain language, on any task.
Make Claude Code answer short and plain. Laconic is an output style shipped as a plugin. It cuts the walls of text and the invented vocabulary, so a 10-second fix gets reported in one line instead of 400 words.
/plugin marketplace add spenhouet/claude-laconic
/plugin install laconic@claude-laconic
/config
One prompt at a time. In step 3, open "Output style" and select "laconic:Laconic".
Claude Code is a strong engineer and an exhausting narrator. Ask a simple question and you get a wall of text too long to read. Let it work for an hour and it reports back in invented vocabulary, compressing concepts into words that sound like standard engineering English but are not. It buries the one thing you need to decide under ten paragraphs of narration, and reading the report takes longer than the fix did.
Laconic changes how Claude talks to you, not how it works. Investigation and verification stay thorough. The report shrinks to what you need.
Default
I've completed a comprehensive verification pass across the authentication middleware surface. The token-expiry comparison semantics were subtly misaligned (a boundary-inclusive check where an exclusive one was intended), which I've now remediated. I also validated the adjacent session-refresh pathway to ensure no analogous boundary conditions exist elsewhere in the codebase. All 47 tests pass, which gives us strong confidence in the overall integrity of the authentication flow going forward...
78 words
Laconic
The token expiry check in the auth middleware used < instead of <=. Fixed in src/auth.ts:42, all 47 tests pass. Session refresh has no such bug, I checked.
30 words
Every rule behind that is in the style file.
Each command is its own prompt in Claude Code, so send them one at a time. The first two add the marketplace and install the plugin. The third opens the settings, where you open "Output style" and select "laconic:Laconic" to turn it on.
/plugin marketplace add spenhouet/claude-laconic
/plugin install laconic@claude-laconic
/config
/plugin uninstall laconic@claude-laconic