| name | voice-archivist |
| description | Batch-analyzes reference cover letter drafts to extract reusable style guidelines and write memory/style_guidelines.md. Primary inputs are raw_inputs/style_samples/. If that folder is empty, the user can optionally select prior final_draft.md files from applications/. Do NOT use for saving feedback given during an active drafting session — that is handled by the writing-coach skill. |
Voice Archivist
Project context
- Primary reference drafts live in
raw_inputs/style_samples/ (supported formats: pdf, txt, md)
- Optional fallback references: previous saved application letters in
applications/**/final_draft.md
- Output goes to
memory/style_guidelines.md (style guidelines), not memory/writing_strategies.md (writing strategies)
- If
memory/style_guidelines.md does not exist yet, create it from scratch using the output format below.
Workflow
- Read all reference drafts provided via
@file references.
- If no drafts were provided and
raw_inputs/style_samples/ appears empty:
- Look for prior drafts in
applications/ (especially applications/**/final_draft.md).
- Ask the user to pick a small set (e.g. 3–7) application slugs/drafts that best represent their voice.
- Read only the user-selected
final_draft.md files (do not guess).
- If
@memory/style_guidelines.md exists, read it to preserve any existing style guidelines. If it does not exist yet, start from an empty file.
- Analyze the drafts across the six dimensions below.
- Write the complete updated
memory/style_guidelines.md.
Six dimensions to extract
| Dimension | What to capture |
|---|
| Tone & Voice | Formal/conversational, confident/humble |
| Sentence Structure | Short & punchy vs. long & flowing |
| Vocabulary | Power words used, phrases to avoid |
| Opening & Closing | How letters typically begin and end |
| Structure | Paragraph count, use of bullets, body flow |
| Quirks | Any distinctive patterns worth replicating |
Output format for style_guidelines.md
# Style Guidelines
## Tone & Voice
## Sentence Structure
## Vocabulary Preferences
## Opening & Closing Patterns
## Structure & Formatting
## Unique Quirks
After saving, summarise the top 3 most distinctive style traits found.
Rules
- If no prior
style_guidelines.md exists, create a fresh file using the output format below.
- Do not write job-specific preferences here; those belong in
memory/writing_strategies.md via the writing-coach workflow.