[H1][STYLE-STANDARDS]
Dictum: Style consistency maximizes agent comprehension.
Govern file creation and modification in monorepo.
Tasks:
- Read index.md — Reference file listing for navigation
- Read keywords.md — Canonical keyword list; all Markers use official terms
- (taxonomy) Read taxonomy.md — Lexicon, references, stati definitions
- (voice) Read voice.md — Grammar, ordering, comments, constraints, naming, density
- (formatting) Read formatting.md — Structure, typeset, spacing, examples
- Apply standards — Implement per domain Guidance and Best-Practices
- Validate — Quality gate; see §VALIDATION
Scope:
- Documentation: Markdown structure, headers, lists, tables, Dictums, separators.
- Code: Comments, headers, section dividers, naming conventions, file organization.
Domain Navigation:
- [TAXONOMY] — Terms, markers, cross-references. Load for: sigils, stati, lexicon definitions.
- [VOICE] — Tone, grammar, comments, naming. Load for: imperative phrasing, headers, code naming.
- [FORMATTING] — Layout, separators, spacing. Load for: header structure, dividers, whitespace rules.
[REFERENCE]: index.md — Reference file listing
[1][TAXONOMY]
Dictum: Vocabulary anchors structure; Markers encode state.
Signals intent for agent execution. Leverage terms for document traversal.
Guidance:
Dictum - Read Dictum + headers first—rapid file mapping.
Qualifier - [ALWAYS] respect inline directives when encountered.
Preamble - Signals section-wide imperative.
Terminus - Signals task-specific imperative; isolated effect.
Corpus - Read after Preamble/Terminus orientation.
Gate - [CRITICAL] Finalize checklist items prior to proceeding; use [VERIFY] for Gate checklists.
Directive - Lists require strict adherence; polarity set by Modifier.
Stati - Replace emoji.
Best-Practices:
- Markers: Hard limit: 10 per file. Strategic placement maximizes compliance.
- Preamble/Terminus - 0–4 markers per file maximum.
[REFERENCE]: →taxonomy.md — Lexicon, references, stati
[2][VOICE]
Dictum: Universal standards for LLM-optimized context, documentation, and agentic instructions.
Applies to documentation and comments. Scope: tone, list semantics, ordering primacy, grammar, syntax, modals, visuals, comment standards, keywords.
Guidance:
Voice - Active voice: 56% token reduction.
Tone - Mechanical, domain-specific. No hedging, no self-reference.
Syntax - Simple sentences: 93.7% accuracy vs 46.8% nested.
Punctuation - Attention sinks—absorb 20-40% weight despite minimal semantic content.
Ordering - [CRITICAL] Primacy effects peak at 150-200 instructions; 5.79× attention for early items.
- Critical-First - Highest-priority constraints at sequence start.
- Middle Burial - Middle positions suffer U-shaped attention loss.
Comments - Front-load architectural decisions where attention peaks.
Density - Tables: >2 entities, >2 dimensions. Diagrams: >3 steps or >2 hierarchy levels.
Best-Practices:
- Comments - Incorrect: 78% accuracy loss—omit if uncertain. Why > What: intent = signal, logic = noise.
- Constraints - 6+ simultaneous: <25% satisfaction. Max 3-5 per level.
- Delimiters - Consistency over choice. 18-29% variance per change.
- Stopwords - Remove
the, a, an, please, kindly.
- Tone - Actions: imperative. Context/facts: declarative.
- Naming - Prohibited:
utils, helpers, misc, config, cfg, opts, params, Data, Info, Manager, Service.
[REFERENCE]: →voice.md — Grammar, ordering, comments, constraints, naming, density
[3][FORMATTING]
Dictum: Whitespace and separator rules for document structure.
Separators encode hierarchy. Whitespace: semantic, not cosmetic. Patterns enable rapid reference.
Guidance:
Dictum - Place first after H1/H2. State WHY, not WHAT. Format: >**Dictum:** *statement*
Depth - H1: File Truth. H2: Smallest agent read unit. H3: Nesting limit. [CRITICAL] H4+ requires new file.
Lists - Use numbered 1. for sequence/priority. Use bullet - for equivalence/sets.
Labels - Format parent: **Bold:** with colon. Format child: *Italic:* for contrast.
Separators - Use --- for hard boundaries (H2 → H2, H3 → H3). Use <br> for soft transitions (H2 → H3).
Spacing - Place 1 blank after header. Place none after ---. Place none between list items.
Dividers - Pad code separators // --- [LABEL] --- to column 80.
Tables - Include [INDEX] first column. Format headers as [HEADER] sigil. Align: center index, right numeric, left prose.
Best-Practices:
- Separator Prohibitions -
--- between H2 and first H3 prohibited. <br> between sibling H3s prohibited.
- List Prohibitions - Single-item lists prohibited—use prose. Bullet
- only; */+ prohibited. Parallel grammar required.
- Header Integrity - Level skipping prohibited. H1 → H2 → H3 strictly sequential.
- Thresholds - Lists: 2-7 items. Items: <100 chars. Nesting: 2 levels max.
- Sigils - UPPERCASE, max 3 words, underscores for compound. Exception:
.claude/ infrastructure (skills, commands, agents) use hyphens matching file/folder name.
- Soft Breaks -
<br> required after Dictum and Preamble. Groups 2-3 related definitions inline.
- Case Taxonomy - UPPERCASE: sigils, rubrics, keywords, section labels. Title Case: table cells. kebab-case: files.
- Directive Ordering -
[IMPORTANT]: precedes [CRITICAL]:. Within list: [ALWAYS] precedes [NEVER].
- Table Styling - First column bold for category anchoring.
[REFERENCE]: →formatting.md — Structure, typeset, spacing, example
[4][VALIDATION]
Dictum: Gates prevent non-compliant output.
[VERIFY] Completion:
[REFERENCE] Operational checklist: →validation.md
1---2name: style-standards-23description: Enforces LLM-optimized style compliance for documentation and code. Use when creating/modifying markdown (headers, lists, Dictums, separators), code organization (comments, dividers, naming), or validating voice (grammar, tone, imperative phrasing) and formatting against taxonomy/whitespace standards.4---56# [H1][STYLE-STANDARDS]7>**Dictum:** *Style consistency maximizes agent comprehension.*89<br>1011Govern file creation and modification in monorepo.1213**Tasks:**141. Read [index.md](./index.md) — Reference file listing for navigation152. Read [keywords.md](./references/keywords.md) — Canonical keyword list; all Markers use official terms163. (taxonomy) Read [taxonomy.md](./references/taxonomy.md) — Lexicon, references, stati definitions174. (voice) Read [voice.md](./references/voice.md) — Grammar, ordering, comments, constraints, naming, density185. (formatting) Read [formatting.md](./references/formatting.md) — Structure, typeset, spacing, examples196. Apply standards — Implement per domain Guidance and Best-Practices207. Validate — Quality gate; see §VALIDATION2122**Scope:**23- *Documentation:* Markdown structure, headers, lists, tables, Dictums, separators.24- *Code:* Comments, headers, section dividers, naming conventions, file organization.2526**Domain Navigation:**27- *[TAXONOMY]* — Terms, markers, cross-references. Load for: sigils, stati, lexicon definitions.28- *[VOICE]* — Tone, grammar, comments, naming. Load for: imperative phrasing, headers, code naming.29- *[FORMATTING]* — Layout, separators, spacing. Load for: header structure, dividers, whitespace rules.3031[REFERENCE]: [index.md](./index.md) — Reference file listing3233---34## [1][TAXONOMY]35>**Dictum:** *Vocabulary anchors structure; Markers encode state.*3637<br>3839Signals intent for agent execution. Leverage terms for document traversal.4041**Guidance:**<br>42- `Dictum` - Read `Dictum` + headers first—rapid file mapping.43- `Qualifier` - [ALWAYS] respect inline directives when encountered.44- `Preamble` - Signals **section-wide** imperative.45- `Terminus` - Signals **task-specific** imperative; **isolated** effect.46- `Corpus` - Read after `Preamble`/`Terminus` orientation.47- `Gate` - [CRITICAL] Finalize checklist items prior to proceeding; use `[VERIFY]` for `Gate` checklists.48- `Directive` - Lists require strict adherence; polarity set by `Modifier`.49- `Stati` - Replace emoji.5051**Best-Practices:**<br>52- **Markers:** Hard limit: **10 per file**. Strategic placement maximizes compliance.53 - *Preamble/Terminus* - 0–4 markers per file maximum.5455[REFERENCE]: [→taxonomy.md](./references/taxonomy.md) — Lexicon, references, stati5657---58## [2][VOICE]59>**Dictum:** *Universal standards for LLM-optimized context, documentation, and agentic instructions.*6061<br>6263Applies to documentation and comments. Scope: tone, list semantics, ordering primacy, grammar, syntax, modals, visuals, comment standards, keywords.6465**Guidance:**<br>66- `Voice` - Active voice: 56% token reduction.67- `Tone` - Mechanical, domain-specific. No hedging, no self-reference.68- `Syntax` - Simple sentences: 93.7% accuracy vs 46.8% nested.69- `Punctuation` - Attention sinks—absorb 20-40% weight despite minimal semantic content.70- `Ordering` - [CRITICAL] Primacy effects peak at 150-200 instructions; 5.79× attention for early items.71 - **Critical-First** - Highest-priority constraints at sequence start.72 - **Middle Burial** - Middle positions suffer U-shaped attention loss.73- `Comments` - Front-load architectural decisions where attention peaks.74- `Density` - Tables: >2 entities, >2 dimensions. Diagrams: >3 steps or >2 hierarchy levels.7576**Best-Practices:**<br>77- **Comments** - Incorrect: 78% accuracy loss—omit if uncertain. *Why > What*: intent = signal, logic = noise.78- **Constraints** - 6+ simultaneous: <25% satisfaction. Max 3-5 per level.79- **Delimiters** - Consistency over choice. 18-29% variance per change.80- **Stopwords** - Remove `the`, `a`, `an`, `please`, `kindly`.81- **Tone** - Actions: imperative. Context/facts: declarative.82- **Naming** - Prohibited: `utils`, `helpers`, `misc`, `config`, `cfg`, `opts`, `params`, `Data`, `Info`, `Manager`, `Service`.8384[REFERENCE]: [→voice.md](./references/voice.md) — Grammar, ordering, comments, constraints, naming, density8586---87## [3][FORMATTING]88>**Dictum:** *Whitespace and separator rules for document structure.*8990<br>9192Separators encode hierarchy. Whitespace: semantic, not cosmetic. Patterns enable rapid reference.9394**Guidance:**<br>95- `Dictum` - Place first after H1/H2. State WHY, not WHAT. Format: `>**Dictum:** *statement*`96- `Depth` - H1: File Truth. H2: Smallest agent read unit. H3: Nesting limit. [CRITICAL] H4+ requires new file.97- `Lists` - Use numbered `1.` for sequence/priority. Use bullet `-` for equivalence/sets.98- `Labels` - Format parent: `**Bold:**` with colon. Format child: `*Italic:*` for contrast.99- `Separators` - Use `---` for hard boundaries (H2 → H2, H3 → H3). Use `<br>` for soft transitions (H2 → H3).100- `Spacing` - Place 1 blank after header. Place none after `---`. Place none between list items.101- `Dividers` - Pad code separators `// --- [LABEL] ---` to column 80.102- `Tables` - Include `[INDEX]` first column. Format headers as `[HEADER]` sigil. Align: center index, right numeric, left prose.103104**Best-Practices:**<br>105- **Separator Prohibitions** - `---` between H2 and first H3 prohibited. `<br>` between sibling H3s prohibited.106- **List Prohibitions** - Single-item lists prohibited—use prose. Bullet `-` only; `*`/`+` prohibited. Parallel grammar required.107- **Header Integrity** - Level skipping prohibited. H1 → H2 → H3 strictly sequential.108- **Thresholds** - Lists: 2-7 items. Items: <100 chars. Nesting: 2 levels max.109- **Sigils** - UPPERCASE, max 3 words, underscores for compound. Exception: `.claude/` infrastructure (skills, commands, agents) use hyphens matching file/folder name.110- **Soft Breaks** - `<br>` required after Dictum and Preamble. Groups 2-3 related definitions inline.111- **Case Taxonomy** - UPPERCASE: sigils, rubrics, keywords, section labels. Title Case: table cells. kebab-case: files.112- **Directive Ordering** - `[IMPORTANT]:` precedes `[CRITICAL]:`. Within list: `[ALWAYS]` precedes `[NEVER]`.113- **Table Styling** - First column bold for category anchoring.114115[REFERENCE]: [→formatting.md](./references/formatting.md) — Structure, typeset, spacing, example116117---118## [4][VALIDATION]119>**Dictum:** *Gates prevent non-compliant output.*120121<br>122123[VERIFY] Completion:124- [ ] Structure: Nesting ≤H3, critical constraints at sequence start.125- [ ] Voice: Active voice, no stopwords, no hedging, no self-reference.126- [ ] Formatting: Separators correct, spacing rules applied.127- [ ] Consistency: All markers use canonical keywords.128129[REFERENCE] Operational checklist: [→validation.md](./references/validation.md)