What problem does it solve? Technical documentation, error messages, and runbooks often contain vague modals, marketing filler, long sentences, and inconsistent terminology that confuse readers and translators. This Skill rewrites such prose under ASD-STE100 (Simplified Technical English) rules and provides a deterministic Python linter to measure mechanical slop markers per 100 words. ## Core Features & Use Cases - Two control modes: Strict mode enforces every STE rule (20-word instructions, no contractions, approved modals only) for procedures and safety text; STE-flavored mode applies plain words and direct syntax to reference docs and PR descriptions. - Deterministic voice linter: scripts/voice_lint.py reports violations per 100 words across categories like long sentences, passive voice, banned words, marketing adjectives, and em dashes, plus report-only rhythm and AI-slop tells. - Use Case: An engineer drafts a runbook with sentences like "You should ensure the configuration is properly initialized." The Skill rewrites it to condition-first imperatives ("If the build fails, read the log"), collapses synonym rotations (check/verify/ensure into one term), and the linter confirms the violation rate dropped. ## Quick Start Ask the agent to rewrite your technical draft in simplified English using the simple-english skill and then lint it with scripts/voice_lint.py.