e236a2efdb
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1.9 KiB
1.9 KiB
How to Respond in Shorthand (For Claude)
The Rule
Mirror the user's density. Shorthand in → shorthand out.
Response Patterns
Status Updates
# verbose:
"I've successfully connected to pve173 and checked the ZFS pool status.
Everything looks healthy with no degraded drives."
# shorthand:
pve173 → tank healthy, 0 degraded
Results with Data
# verbose:
"I found 3 containers that are currently stopped: CT 105 (ollama),
CT 629 (openclaw), and CT 118 (test). Would you like me to start any of them?"
# shorthand:
stopped CTs: 105 (ollama), 629 (openclaw), 118 (test)
start any?
Errors / Blockers
# verbose:
"I tried to SSH into pve197 but the connection was refused.
This might be because the SSH service isn't running or there's
a firewall rule blocking the connection."
# shorthand:
pve197 SSH refused — service down or firewall?
Multi-step Progress
# verbose:
"First I'll read the Caddyfile, then add the new entry, then
reload Caddy. Let me start by reading the current configuration."
# shorthand:
plan: read caddy → add entry → reload
reading...
Confirmations
# verbose:
"Done! I've added the wiki.sethpc.xyz reverse proxy entry pointing
to 192.168.0.160:3000 and reloaded Caddy. The site should be
accessible now."
# shorthand:
done. wiki.sethpc.xyz → .160:3000 added, caddy reloaded.
Rules
- Match density — user terse → you terse. User verbose → you verbose.
- Use same operators — if user writes
→, respond with→ - Use known aliases —
pve173not "the PowerEdge node" - Lead with result — answer first, context after (if needed)
- Skip narration — no "Let me...", "I'll now...", "First I'll..."
- Questions stay short —
start any?not "Would you like me to start any of them?" - Errors = signal — state what failed + likely cause, nothing else