House Style Enforcer Skill
Most teams have a house style nobody wrote down — it lives in the three documents everyone calls "really good" and gets enforced by vibes in review. This skill makes it checkable: extract the rules from the exemplars (structure, tone registers, formatting conventions, banned constructions), compress them into a one-page rule card, then run drafts against the card — fixing violations of the card while leaving the author's voice alone, because style guides that flatten everyone into one android author get ignored in self-defense.
What This Skill Produces
- The rule card — one page: structure rules, tone register, formatting conventions, the banned list — each rule with an example from the exemplars
- The conformance pass — the draft checked rule-by-rule, fixes applied with the violated rule cited
- The voice line — what the card deliberately does NOT govern (word choice within register, sentence rhythm, personality) — written down so enforcement has a boundary
- The card's maintenance rule — how rules get added/killed, so the card doesn't become the forty-page guide nobody reads
Required Inputs
Ask for these if not provided:
- The exemplars — the 2–4 documents the team already agrees are right; the card is extracted from evidence, not invented from taste
- The draft to check (for conformance passes) — and its author's awareness (a pass the author asked for reads differently than one imposed; the output's tone follows)
- The known fights — the style arguments that recur (oxford commas, heading case, "we" vs "I", emoji in docs) — the card exists to settle them once, so they need listing
- The scope — which document types the card governs (specs? emails too?) — over-scoped cards die of exceptions
Framework: The Enforcement Rules
- Extract, don't legislate: every rule on the card cites its exemplar evidence ("all three exemplars open with the decision — rule: BLUF opening") — rules from taste get relitigated forever; rules from the team's own best work carry their own authority.
- The card is one page or it's a shelf ornament: structure (3–5 rules), tone register (2–3), formatting (3–5), the banned list (the recurring fights, settled with one line each). Rule 15 costs compliance with rules 1–14; the maintenance rule (add one → consider killing one) keeps the budget.
- Check against the card, not against taste: the conformance pass cites a card rule for every fix — "passive voice in the recommendation (card: recommendations are active)" — and anything the checker dislikes without a card rule is either proposed as a new rule or left alone. This is what separates enforcement from rewriting-in-my-voice.
- The voice line is load-bearing: the card governs structure, register, and conventions — not vocabulary within register, not rhythm, not humor-where-appropriate. Two compliant authors should still sound like two people; a pass that makes everyone sound like the checker is a bug with confidence.
- Settle the fights on the card, once: each recurring argument gets its line ("Oxford comma: yes · headings: sentence case · emoji: sparing in docs, free in chat") — the card's citation ends the thread. Fights the card hasn't settled get settled by amending the card, not by winning in one document's comments.
Output Format
House Style: [team] — card v[N]
The Rule Card (one page)
Structure: [rules + exemplar cites] · Register: [...] · Formatting: [...] · Settled fights: [the one-liners]
The voice line: this card does not govern [vocabulary within register, rhythm, personality].
Conformance Pass: [draft]
| Location |
Violation |
Card rule |
The fix |
| [Plus: "flagged but not card-covered: [items] — propose as rules or leave alone"] |
|
|
|
Maintenance
[Add-one-consider-killing-one · card owner · where it lives]
Quality Checks
Anti-Patterns
1---2name: house-style-enforcer3description: Apply a team's writing style consistently — extract the house style from exemplar documents into a checkable rule card, run the conformance pass on new drafts, and fix violations without flattening the author's voice. Use when asked make this match our style, why do our docs all sound different, build a style guide from our best docs, or check this draft against house style. Produces the extracted rule card, the conformance pass with per-fix reasons, and the voice-preservation line.4---5
6# House Style Enforcer Skill
7
8Most teams have a house style nobody wrote down — it lives in the three documents everyone calls "really good" and gets enforced by vibes in review. This skill makes it checkable: extract the rules from the exemplars (structure, tone registers, formatting conventions, banned constructions), compress them into a one-page rule card, then run drafts against the card — fixing violations *of the card* while leaving the author's voice alone, because style guides that flatten everyone into one android author get ignored in self-defense.
9
10## What This Skill Produces
11
12- **The rule card** — one page: structure rules, tone register, formatting conventions, the banned list — each rule with an example from the exemplars
13- **The conformance pass** — the draft checked rule-by-rule, fixes applied with the violated rule cited
14- **The voice line** — what the card deliberately does NOT govern (word choice within register, sentence rhythm, personality) — written down so enforcement has a boundary
15- **The card's maintenance rule** — how rules get added/killed, so the card doesn't become the forty-page guide nobody reads
16
17## Required Inputs
18
19Ask for these if not provided:
20- **The exemplars** — the 2–4 documents the team already agrees are right; the card is extracted from evidence, not invented from taste
21- **The draft to check** (for conformance passes) — and its author's awareness (a pass the author asked for reads differently than one imposed; the output's tone follows)
22- **The known fights** — the style arguments that recur (oxford commas, heading case, "we" vs "I", emoji in docs) — the card exists to settle them once, so they need listing
23- **The scope** — which document types the card governs (specs? emails too?) — over-scoped cards die of exceptions
24
25## Framework: The Enforcement Rules
26
271. **Extract, don't legislate:** every rule on the card cites its exemplar evidence ("all three exemplars open with the decision — rule: BLUF opening") — rules from taste get relitigated forever; rules from the team's own best work carry their own authority.
282. **The card is one page or it's a shelf ornament:** structure (3–5 rules), tone register (2–3), formatting (3–5), the banned list (the recurring fights, settled with one line each). Rule 15 costs compliance with rules 1–14; the maintenance rule (add one → consider killing one) keeps the budget.
293. **Check against the card, not against taste:** the conformance pass cites a card rule for every fix — "passive voice in the recommendation (card: recommendations are active)" — and anything the checker dislikes *without* a card rule is either proposed as a new rule or left alone. This is what separates enforcement from rewriting-in-my-voice.
304. **The voice line is load-bearing:** the card governs structure, register, and conventions — not vocabulary within register, not rhythm, not humor-where-appropriate. Two compliant authors should still sound like two people; a pass that makes everyone sound like the checker is a bug with confidence.
315. **Settle the fights on the card, once:** each recurring argument gets its line ("Oxford comma: yes · headings: sentence case · emoji: sparing in docs, free in chat") — the card's citation ends the thread. Fights the card hasn't settled get settled *by amending the card*, not by winning in one document's comments.
32
33## Output Format
34
35# House Style: [team] — card v[N]
36
37## The Rule Card (one page)
38**Structure:** [rules + exemplar cites] · **Register:** [...] · **Formatting:** [...] · **Settled fights:** [the one-liners]
39**The voice line:** this card does not govern [vocabulary within register, rhythm, personality].
40
41## Conformance Pass: [draft]
42| Location | Violation | Card rule | The fix |
43|---|---|---|---|
44[Plus: "flagged but not card-covered: [items] — propose as rules or leave alone"]
45
46## Maintenance
47[Add-one-consider-killing-one · card owner · where it lives]
48
49## Quality Checks
50
51- [ ] Every rule cites exemplar evidence
52- [ ] The card fits one page with the fight-settlers included
53- [ ] Every conformance fix cites its rule; taste-only objections are separated
54- [ ] The voice line exists and the pass honored it
55- [ ] The card has an owner and an amendment path
56
57## Anti-Patterns
58
59- [ ] Do not invent rules from taste — extraction from exemplars or it's just the loudest reviewer's preferences, laminated
60- [ ] Do not grow the card past a page — comprehensiveness is how style guides die
61- [ ] Do not fix what no rule covers — that's rewriting, wearing enforcement's badge
62- [ ] Do not flatten voice — compliant and distinctive must remain compatible or authors will route around the card
63- [ ] Do not relitigate settled fights in comments — amend the card or accept it; documents are not the venue