Skip to content

Commit 2abc833

Browse files
raifdmuellerclaude
andcommitted
feat: add Writing Style contract
Composes Wolf Schneider / Strunk & White with project-specific rules: - Technical terms stay English - Address reader directly - Headings as statements - Show code, don't just claim - Clear conclusions Example of a contract that extends anchors with custom team rules. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 811ed16 commit 2abc833

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

website/public/data/contracts.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,16 @@
119119
"template": "Explain complex concepts using simple language and everyday analogies. When the explanation feels hard to write, that reveals gaps in understanding — study those areas first (Feynman Technique).",
120120
"templateDe": "Komplexe Konzepte mit einfacher Sprache und Alltagsanalogien erklären. Wenn die Erklärung schwerfällt, zeigt das Wissenslücken — diese zuerst vertiefen (Feynman-Technik).",
121121
"category": "communication"
122+
},
123+
{
124+
"id": "writing-style",
125+
"title": "Writing Style",
126+
"titleDe": "Schreibstil",
127+
"description": "How we write technical texts — language, tone, and structure",
128+
"descriptionDe": "Wie wir technische Texte schreiben — Sprache, Ton und Struktur",
129+
"anchors": ["gutes-deutsch-wolf-schneider", "plain-english-strunk-white"],
130+
"template": "Writing follows Gutes Deutsch nach Wolf Schneider (or Plain English according to Strunk & White).\n\nAdditionally:\n- Technical terms stay in English (LLM, Prompt, Token, Spec, etc.)\n- Address the reader directly, use first person sparingly but deliberately\n- Use analogies to human thinking to explain technical concepts\n- One thought per paragraph (5-8 sentences is fine)\n- Section headings are statements, not topic announcements\n- First sentence says what the paragraph is about\n- Show code and prompts, don't just claim things work\n- Conclusions make a clear statement — never end with 'it remains exciting'",
131+
"templateDe": "Schreibstil folgt Gutes Deutsch nach Wolf Schneider (oder Plain English nach Strunk & White).\n\nZusätzlich:\n- Fachbegriffe auf Englisch lassen (LLM, Prompt, Token, Spec, etc.)\n- Leser direkt ansprechen, Ich-Perspektive sparsam aber gezielt\n- Analogien zum menschlichen Denken für technische Konzepte\n- Ein Gedanke pro Absatz (5-8 Sätze OK)\n- Zwischenüberschriften als Aussagen, nicht Themenankündigungen\n- Erster Satz sagt sofort worum es geht\n- Code/Prompts zeigen, nicht nur behaupten\n- Fazit: klare Aussage, kein 'es bleibt spannend'",
132+
"category": "communication"
122133
}
123134
]

0 commit comments

Comments
 (0)