| name | simple-english |
| description | Use when the user wants technical or developer writing (docs, issues, READMEs, comments, UI text) drafted or rewritten to be clear and simple for a global audience |
| argument-hint | ["text","file","or pointer to rewrite"] |
| user-invocable | true |
| model | sonnet |
Simple English
Write or rewrite the given text in Global English: the global-audience tier that Google, Microsoft, MDN, Red Hat, and GitLab documentation follows. Clear structure, unambiguous words, translation-friendly grammar, no controlled dictionary, no hard word caps. The rewrite must give the same technical facts as the source and still sound like a native speaker wrote it.
Ground rules
- Meaning is untouchable. Every fact, value, condition, and caveat in the source survives the rewrite. Softened obligations stay soft: "should" stays a recommendation unless the source means a requirement.
- Never invent specifics. Keep each fact at its original precision and flag gaps. Do not fabricate values, names, or conditions.
- Quoted text is frozen. Code spans and blocks, commands, config keys, file paths, UI labels, error messages, and identifiers stay exactly as they are. Rewrite the prose around them.
- Voice survives. Clarity edits that flatten prose into staccato fragments are regressions. Filler drops freely ("it should be noted that"), personality stays.
Workflow
-
Load the rules. Read references/writing-rules.md in full: sentence structure, word choice, the clarity helpers, tone, and the substitution table.
-
Collect the source. Take the text from the conversation, or Read the files or sections the user pointed at. When the user wants new text drafted instead of existing text rewritten, collect the facts to convey (from the conversation, code, or files) and treat them as the source for every later step. Done when you hold every passage to rewrite or every fact to state.
-
Sort each passage into procedure (imperative work steps), description (declarative prose), or micro-text (headings, UI labels, error messages). Procedures get imperative mood and condition-first ordering. Micro-text gets a verb when clarity needs one.
-
Map the terminology. List each concept that appears under more than one name, pick one term per concept (prefer the project's established names), and use it everywhere. Done when no concept has two names and no word carries two meanings.
-
Rewrite sentence by sentence. Subject-verb-object with the subject early, one idea per sentence, active voice and present tense, conditions first, small words kept ("that", "who", articles), pronouns with more than one possible referent replaced by their nouns, noun stacks broken at two modifiers, hidden verbs uncovered ("install", not "perform an installation"), idioms and phrasal-verb bloat swapped per the substitution table. Kohl's cardinal rule arbitrates every edit: no change that sounds unnatural to a native speaker.
-
Verify every paragraph and sentence against the checklist:
- One topic per paragraph, the point stated in its first sentence
- Subject and verb early, at most three linked clauses, no "there is/are" openers
- Procedures imperative with conditions first
- Every pronoun's referent unambiguous, every abbreviation defined at first use
- Terminology consistent with the map from step 4, parallel ideas in parallel form
- No idioms, culture-specific references, Latin abbreviations, or directional cross-references ("above", "below")
- The sentence still reads naturally aloud
Done when every sentence passes, or its deviation is deliberate and appears in the report.
-
Deliver. Present the rewrite. Edit files in place only when the user asked for the files to change. After the rewrite, report only what applies:
- The terminology map, so the user can veto term choices
- Judgment calls where the source was ambiguous and the rewrite picks one reading
- Gaps where the source lacks specifics the reader will need