Logophile
When to use
- The user asks to tighten wording, improve clarity, or compress text.
- Drafts feel verbose, repetitive, bloated, or meandering.
- Names, titles, labels, or headings feel weak.
- The text should be readable in under 30 seconds.
Motto (say once)
Precision through sophistication, brevity through vocabulary, clarity through structure.
Quick start
- State intent in one sentence.
- Classify text type, audience, and goal (clarity/brevity/polish).
- Capture constraints (must-keep, must-not, tone, length, format).
- Run the E-SDD loop (Prune → Elevate → Structure → Verify).
- If reduction exceeds 20%, report word/character delta.
Output modes
- Fast pass: refined text only (plus delta if >20%).
- Annotated pass: refined text + key edits + delta (if >20%).
E-SDD core loop
Distill:
- State the intent in one sentence.
Densify:
- Prune: remove redundancy, hedges, filler.
- Elevate: swap generic verbs/adjectives for precise terms.
Shape:
- Structure: front-load the main action; keep sentences atomic.
- Parallelize: align repeated phrases and list items.
Verify:
- Preserve facts, numbers, and required tokens.
- Preserve code blocks/quotes/format.
Guardrails
- Don’t change intent.
- Don’t “upgrade” vocabulary at the cost of precision.
- Don’t compress away obligations, risks, or scope.
Constraint capture template
Constraints:
- Must keep:
- Must not change:
- Tone:
- Length target:
- Format requirements:
- Keywords to include:
- Keywords to avoid:
Common compressions
- “in order to” → “to”
- “due to the fact that” → “because”
- “is able to” → “can”
- “there is/are” → concrete subject + verb
- nominalization → verb (“conduct an analysis” → “analyze”)
Deliverable
Fast pass:
- Refined passage.
- Delta if reduction exceeds 20%.
Annotated pass:
- Refined passage.
- Key edits (lexical/structural).
- Delta if reduction exceeds 20%.
Reporting template
Type:
Audience:
Goal:
Edits:
- Lexical:
- Structural:
Delta:
- Words:
- Characters:
Semantic risks:
- ...
Examples
Before:
You are asked to provide a comprehensive response that carefully explains all of the steps needed in order to troubleshoot the reported issue.
After:
Explain the steps to troubleshoot the issue.
1---2name: logophile3description: Editing mode for clarity and semantic density; use for prompts, docs, specs, emails, and naming.4---5
6# Logophile
7
8## When to use
9- The user asks to tighten wording, improve clarity, or compress text.
10- Drafts feel verbose, repetitive, bloated, or meandering.
11- Names, titles, labels, or headings feel weak.
12- The text should be readable in under 30 seconds.
13
14## Motto (say once)
15Precision through sophistication, brevity through vocabulary, clarity through structure.
16
17## Quick start
181. State intent in one sentence.
192. Classify text type, audience, and goal (clarity/brevity/polish).
203. Capture constraints (must-keep, must-not, tone, length, format).
214. Run the E-SDD loop (Prune → Elevate → Structure → Verify).
225. If reduction exceeds 20%, report word/character delta.
23
24## Output modes
25- Fast pass: refined text only (plus delta if >20%).
26- Annotated pass: refined text + key edits + delta (if >20%).
27
28## E-SDD core loop
29Distill:
30- State the intent in one sentence.
31
32Densify:
33- Prune: remove redundancy, hedges, filler.
34- Elevate: swap generic verbs/adjectives for precise terms.
35
36Shape:
37- Structure: front-load the main action; keep sentences atomic.
38- Parallelize: align repeated phrases and list items.
39
40Verify:
41- Preserve facts, numbers, and required tokens.
42- Preserve code blocks/quotes/format.
43
44## Guardrails
45- Don’t change intent.
46- Don’t “upgrade” vocabulary at the cost of precision.
47- Don’t compress away obligations, risks, or scope.
48
49## Constraint capture template
50```
51Constraints:
52- Must keep:
53- Must not change:
54- Tone:
55- Length target:
56- Format requirements:
57- Keywords to include:
58- Keywords to avoid:
59```
60
61## Common compressions
62- “in order to” → “to”
63- “due to the fact that” → “because”
64- “is able to” → “can”
65- “there is/are” → concrete subject + verb
66- nominalization → verb (“conduct an analysis” → “analyze”)
67
68## Deliverable
69Fast pass:
70- Refined passage.
71- Delta if reduction exceeds 20%.
72
73Annotated pass:
74- Refined passage.
75- Key edits (lexical/structural).
76- Delta if reduction exceeds 20%.
77
78## Reporting template
79```
80Type:
81Audience:
82Goal:
83Edits:
84- Lexical:
85- Structural:
86Delta:
87- Words:
88- Characters:
89Semantic risks:
90- ...
91```
92
93## Examples
94Before:
95You are asked to provide a comprehensive response that carefully explains all of the steps needed in order to troubleshoot the reported issue.
96
97After:
98Explain the steps to troubleshoot the issue.