name: golden-voice-packets description: Use when writing, revising, speaking, or thinking in a named human or agent voice; using golden voice packets, voice packs, voice guides, tone guides, or prompt packs; creating or updating voice packets; or learning voice preferences from user-edited model drafts.
Golden Voice Packets
Purpose
Use the canonical voice packet system in /Users/braydon/assistant-kb/people/.
Do not store packet content in this skill. Load only the files needed for the
current task, and treat private examples as sensitive source material.
Canonical Layout
/Users/braydon/assistant-kb/people/<slug>/voice.md
/Users/braydon/assistant-kb/people/<slug>/voice-pack/
/Users/braydon/assistant-kb/private/gold/<slug>/
Known human packet starts:
- Braydon:
/Users/braydon/assistant-kb/people/braydon/voice.md - Logan:
/Users/braydon/assistant-kb/people/logan/voice.md - Amrish:
/Users/braydon/assistant-kb/people/amrish/voice.md
Agents use the same people/<slug>/ pattern. If an agent has style.md or
persona.md but no voice.md, use those as source material and create
voice.md only when the user asks to develop that voice pack.
Load Order
- Resolve the subject slug under
/Users/braydon/assistant-kb/people/. - Load
voice.mdfirst if it exists. - Load
voice-pack/README.mdwhen you need the packet index or provenance. - Load the gold master when the task needs high fidelity or packet updates.
- Load one matching mode pack when the task clearly maps to a mode.
- Load private gold examples only when the user explicitly asks for few-shot fidelity or packet maintenance that requires them.
Useful discovery commands:
find /Users/braydon/assistant-kb/people -maxdepth 2 -name voice.md -print
find /Users/braydon/assistant-kb/people/<slug>/voice-pack -maxdepth 1 -type f -name '*.md' -print
If the subject is ambiguous, ask one concise clarification rather than guessing.
Drafting Rules
- Use voice packets as guidance, not as a license to impersonate without review.
- Never label generated text as a real quote.
- Never send, publish, or externally represent generated text as someone else's words without explicit human approval.
- Preserve provenance boundaries: observed source, inferred pattern, and speculative adaptation should be distinguishable.
- For outreach or external messaging, combine this skill with the relevant drafting/review skill and keep the output human-reviewable.
Creating Or Updating A Pack
Use this structure for humans and agents:
people/<slug>/
|-- voice.md
`-- voice-pack/
|-- README.md
|-- <Name>_Voice_Gold_Master.md
`-- <Name>_<Mode>_Prompt_Pack.md
Update the smallest file that carries the change:
voice.md: compact runtime rule used by agents first.voice-pack/README.md: inventory, provenance, privacy notes, update rules.- Gold master: general voice principle, source model, or prompt sandwich.
- Mode pack: email, posting, scientific writing, meeting talktrack, TTS, or another recurring mode.
/Users/braydon/assistant-kb/private/gold/<slug>/: private examples.
When adding examples, redact or summarize unless the user explicitly wants a private gold-bank entry. Do not put raw private examples in public repos, campaign folders, or skill files.
Learning From User Edits
When Braydon edits model-written output, treat the edit as supervised signal for the relevant voice pack if both versions or a clear description of the change are available.
Process:
- Identify the subject voice and mode.
- Compare model draft vs user-edited version.
- Extract the reusable preference: cadence, diction, structure, claim discipline, warmth, hedging, examples to use, or examples to avoid.
- Update the smallest canonical file.
- Mark confidence in the update:
Observed from explicit editInferred from repeated preferenceSpeculative; confirm before relying on it
Do not update a packet from typo fixes, factual corrections, one-off reversals, or edits that change the underlying argument rather than the voice.
Good update shape:
- Observed from explicit edit, 2026-06-08: In short partner follow-ups, prefer
the concrete next decision before the relationship context. Avoid opening with
broad appreciation when the ask is operational.
Consolidation Rules
- Assistant KB is canonical for packet content.
- Repo-local copies are mirrors, frozen campaign exports, or working material unless their README explicitly states otherwise.
- Logan's Synthyra HANTA packet copies have historically matched the assistant-kb packet by hash; verify before replacing or deleting.
- Braydon's
personal/dbm_dossiermaterial is legacy/tooling source unless the assistant-kb packet points there for scripts. - Amrish's assistant-kb packet is canonical; add LFW-specific modes only when a recurring use case justifies them.
Prefer README pointers or symlinks over duplicate copies only when the consuming tool handles symlinks safely.