writing-skills 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +3 -3
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +2 -1
- package/package.json +1 -1
- package/plugin.json +1 -1
- package/skills/asd-ste100/SKILL.md +31 -28
- package/skills/asd-ste100/references/REFERENCE.md +36 -0
- package/skills/google-dev-docs/SKILL.md +31 -28
- package/skills/google-dev-docs/references/REFERENCE.md +28 -0
- package/skills/gov-uk-style/SKILL.md +30 -26
- package/skills/gov-uk-style/references/REFERENCE.md +64 -0
- package/skills/scott-adams/SKILL.md +53 -0
|
@@ -5,14 +5,14 @@
|
|
|
5
5
|
"url": "https://github.com/surendranb"
|
|
6
6
|
},
|
|
7
7
|
"metadata": {
|
|
8
|
-
"description": "
|
|
9
|
-
"version": "0.
|
|
8
|
+
"description": "15 production writing-style skills and character frameworks for AI agents with dynamic GitHub skill loading.",
|
|
9
|
+
"version": "0.5.0"
|
|
10
10
|
},
|
|
11
11
|
"plugins": [
|
|
12
12
|
{
|
|
13
13
|
"name": "writing-skills",
|
|
14
14
|
"source": "./",
|
|
15
|
-
"description": "
|
|
15
|
+
"description": "15 production writing-style skills and character frameworks for AI agents with dynamic GitHub skill loading.",
|
|
16
16
|
"strict": false
|
|
17
17
|
}
|
|
18
18
|
]
|
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
# writing-skills
|
|
6
6
|
|
|
7
|
-
**
|
|
7
|
+
**15 writing-style skills for AI agents: 8 measurable frameworks, 7 character voices.**
|
|
8
8
|
Plain `SKILL.md` files. Works in any agent that reads skills
|
|
9
9
|
(Claude Code, opencode, Codex, Cursor, Kiro, Gemini).
|
|
10
10
|
|
|
@@ -54,6 +54,7 @@ Every skill ends with a `Verify` checklist the agent must pass before it deliver
|
|
|
54
54
|
| `asd-ste100` | Simplified Technical English. One instruction per sentence, no idioms. |
|
|
55
55
|
| `google-dev-docs` | Google style. Active voice, present tense, verb-first headings. |
|
|
56
56
|
| `journalism-ap` | AP Stylebook. Attribution, number rules, zero editorializing. |
|
|
57
|
+
| `scott-adams` | Simplicity-is-persuasion. Curiosity-hook openers, ≤15-word sentences, prune "very/really". |
|
|
57
58
|
|
|
58
59
|
### Voices — characters, rate-limited against caricature
|
|
59
60
|
|
package/package.json
CHANGED
package/plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
3
3
|
"name": "writing-skills",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.5.0",
|
|
5
5
|
"description": "Procedural writing-style skills for agents \u2014 measurable standards, voice craft, and character voices as SKILL.md instructions.",
|
|
6
6
|
"author": "Surendran",
|
|
7
7
|
"homepage": "https://github.com/surendranb/writing-skills",
|
|
@@ -1,52 +1,55 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: asd-ste100
|
|
3
|
-
description:
|
|
3
|
+
description: Use when writing technical procedures, instructions, warnings, maintenance manuals, or any text where every reader including non-native English speakers must understand exactly one meaning.
|
|
4
|
+
compatibility: Requires standard Markdown parser and agent context
|
|
4
5
|
---
|
|
5
6
|
|
|
6
|
-
# ASD-STE100
|
|
7
|
+
# ASD-STE100 Simplified Technical English
|
|
7
8
|
|
|
8
|
-
|
|
9
|
+
Control vocabulary and syntax to eliminate ambiguity in technical documentation.
|
|
9
10
|
|
|
10
11
|
## The core rule
|
|
11
12
|
|
|
12
|
-
**
|
|
13
|
+
**One word, one meaning. Imperative voice for instructions. Maximum 20 words per sentence.**
|
|
13
14
|
|
|
14
|
-
Workflow: `
|
|
15
|
+
Workflow: `choose approved STE vocabulary` → `write imperative command` → `restrict sentence length to 20 words max` → `verify zero ambiguity`.
|
|
15
16
|
|
|
16
17
|
## Mechanics
|
|
17
18
|
|
|
18
|
-
1. **
|
|
19
|
-
2. **
|
|
20
|
-
3. **
|
|
21
|
-
4. **
|
|
22
|
-
5. **
|
|
23
|
-
6. **No
|
|
24
|
-
7. **
|
|
25
|
-
8. **
|
|
26
|
-
9. **Numbers and units written exactly.** "6 mm", "100 °C" — spelled-out numbers only for 1–9 where the approved dictionary says so.
|
|
27
|
-
10. **No idioms, no metaphor, no humor.** "It's the heart of the system" is banned. The reader may not share the culture.
|
|
19
|
+
1. **Approved vocabulary.** Use only words from the ASD-STE100 dictionary or approved technical nouns.
|
|
20
|
+
2. **Imperative commands.** Start steps with an action verb ("Remove the bolt", not "You should remove the bolt").
|
|
21
|
+
3. **Word count limits.** Maximum 20 words for procedural sentences; maximum 25 words for descriptive sentences.
|
|
22
|
+
4. **No noun clusters.** Maximum of 3 nouns in a sequence (e.g. use "valve control switch" instead of "engine fuel system valve control switch").
|
|
23
|
+
5. **Present tense.** Describe current states in present tense; avoid future tense ("The light is on" not "The light will turn on").
|
|
24
|
+
6. **No gerunds in titles.** Use simple nouns or infinitives for headings.
|
|
25
|
+
7. **Explicit conditions.** Place conditional clauses at the beginning of the sentence ("If the pressure is low, replace the filter").
|
|
26
|
+
8. **Approved modifiers.** Avoid vague adjectives like "extreme", "rapid", or "normal" unless quantified.
|
|
28
27
|
|
|
29
28
|
## Verify
|
|
30
29
|
|
|
31
|
-
-
|
|
32
|
-
- Every
|
|
33
|
-
- No
|
|
34
|
-
-
|
|
35
|
-
-
|
|
36
|
-
- Warnings follow the keyword-hazard-consequence-instruction shape
|
|
30
|
+
- Sentences do not exceed 20 words for procedures
|
|
31
|
+
- Every instruction starts with an active imperative verb
|
|
32
|
+
- No noun clusters exceeding 3 words
|
|
33
|
+
- All technical terms conform to standard dictionary definitions
|
|
34
|
+
- Zero ambiguous pronouns (replace "it" or "they" with specific nouns)
|
|
37
35
|
|
|
38
36
|
## Do not
|
|
39
37
|
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
-
|
|
38
|
+
- Use words with multiple meanings (e.g., use "fast" or "secure", avoid "fixed")
|
|
39
|
+
- Write conditional clauses after the main action
|
|
40
|
+
- Use contractions or colloquialisms
|
|
41
|
+
- Use passive voice in maintenance steps
|
|
42
|
+
|
|
43
|
+
## References
|
|
44
|
+
|
|
45
|
+
For the enforceable limits (sentence/paragraph/noun-cluster caps), safety-text structure (WARNING/CAUTION/NOTE), and punctuation rules, read `references/REFERENCE.md` when a draft is borderline or needs verification — load on demand, not upfront.
|
|
43
46
|
|
|
44
47
|
## Example transformations
|
|
45
48
|
|
|
46
|
-
**Before:** "
|
|
49
|
+
**Before:** "It is recommended that technicians should carefully inspect the aforementioned component assembly for any potential signs of wear prior to system operation."
|
|
47
50
|
|
|
48
|
-
**After:** "
|
|
51
|
+
**After:** "Inspect the component assembly for wear before you operate the system."
|
|
49
52
|
|
|
50
|
-
**Before:** "When
|
|
53
|
+
**Before:** "When the pressure drops too low, you might want to consider resetting the main system valve."
|
|
51
54
|
|
|
52
|
-
**After:** "
|
|
55
|
+
**After:** "If the pressure is low, reset the main valve."
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# ASD-STE100 Reference — The Rules Behind the Skill
|
|
2
|
+
|
|
3
|
+
Read this when you need the precise limits and rule structure of the standard, or when a draft is borderline. Sources: asd-ste100.org (official), the ASD-STE100 term-checker rules, and the standard's published rule summaries. The standard is 53 writing rules in 9 sections plus a controlled dictionary; the dictionary itself is copyright ASD and is not reproduced here — apply its principle (plainest word, one meaning) rather than checking against the official word list.
|
|
4
|
+
|
|
5
|
+
## Verified limits (the numbers you can enforce)
|
|
6
|
+
- Instructions (procedures): maximum 20 words per sentence.
|
|
7
|
+
- Descriptive text: maximum 25 words per sentence.
|
|
8
|
+
- Maximum 6 sentences per paragraph; one topic per paragraph.
|
|
9
|
+
- Maximum 3 words in a noun cluster: "the hydraulic pump shaft" — not "the engine fuel pump drive shaft assembly".
|
|
10
|
+
- One instruction per sentence. If two actions happen at the same time, they may share one sentence ("Open the valve and listen for air flow").
|
|
11
|
+
|
|
12
|
+
## Word rules
|
|
13
|
+
- Use approved words only with the part of speech and meaning given in the dictionary: "test" is a noun (do the test), not a verb (to test).
|
|
14
|
+
- No synonyms: use "start", not "begin", "commence", or "initiate".
|
|
15
|
+
- No contractions (don't, isn't) and no omitted words to shorten a sentence.
|
|
16
|
+
- No idioms, slang, or jargon.
|
|
17
|
+
- No phrasal verbs (use "remove" not "take off").
|
|
18
|
+
- Technical nouns and technical verbs are allowed as project terms (your organization's approved additions to the dictionary).
|
|
19
|
+
|
|
20
|
+
## Sentence structure
|
|
21
|
+
- Write instructions in the imperative: "Close the valve." Not "The valve should be closed."
|
|
22
|
+
- Start an instruction with a clear command or condition: "When the pressure drops, close the valve."
|
|
23
|
+
- If an instruction starts with a descriptive statement, separate it from the command with a comma.
|
|
24
|
+
- Active voice. Passive is allowed only in descriptive text when the agent is unknown.
|
|
25
|
+
- No complex verb constructions (no auxiliary-verb stacks: "has been being checked").
|
|
26
|
+
|
|
27
|
+
## Safety text (WARNING, CAUTION, NOTE)
|
|
28
|
+
- WARNING: risk of injury or death. CAUTION: risk of damage to equipment. NOTE: information only, never an instruction.
|
|
29
|
+
- Start a safety instruction with the command or condition, then give the consequence: "Close the valve. This prevents fuel spillage."
|
|
30
|
+
- Notes give information only — they never contain instructions.
|
|
31
|
+
|
|
32
|
+
## Punctuation
|
|
33
|
+
- All standard English punctuation except the semicolon.
|
|
34
|
+
- Hyphens connect closely related words; hyphenated words count as one word for the sentence limit.
|
|
35
|
+
- Parentheses are allowed; text in parentheses counts as one word.
|
|
36
|
+
- In a vertical list, a colon has the same effect on the word count as a full stop.
|
|
@@ -1,52 +1,55 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: google-dev-docs
|
|
3
|
-
description:
|
|
3
|
+
description: Use when writing API documentation, READMEs, tutorials, reference guides, error messages, or any technical content for developers using the Google developer documentation style guide.
|
|
4
|
+
compatibility: Requires standard Markdown parser and agent context
|
|
4
5
|
---
|
|
5
6
|
|
|
6
|
-
# Google Developer
|
|
7
|
+
# Google Developer Documentation Style
|
|
7
8
|
|
|
8
|
-
Write
|
|
9
|
+
Write precise, task-oriented technical documentation with second-person address and active voice.
|
|
9
10
|
|
|
10
11
|
## The core rule
|
|
11
12
|
|
|
12
|
-
**
|
|
13
|
+
**Task-oriented headings, present tense, second person ("you"), active voice.**
|
|
13
14
|
|
|
14
|
-
Workflow: `
|
|
15
|
+
Workflow: `state user goal in title` → `prerequisites first` → `numbered steps with concrete code examples` → `verification step`.
|
|
15
16
|
|
|
16
17
|
## Mechanics
|
|
17
18
|
|
|
18
|
-
1. **
|
|
19
|
-
2. **
|
|
20
|
-
3. **
|
|
21
|
-
4. **
|
|
22
|
-
5. **
|
|
23
|
-
6. **
|
|
24
|
-
7. **
|
|
25
|
-
8. **
|
|
26
|
-
9. **Plain language layer.** Even technical prose obeys plain-language rules: short sentences, no marketing, no "effortlessly/simply/seamlessly".
|
|
27
|
-
10. **Error messages are docs too.** Say what failed, why, and how to fix: "Error: port 8080 is in use. Stop the process using it, or set PORT to a free port."
|
|
19
|
+
1. **Second person.** Address the developer directly as "you"; avoid "we", "us", or third-person generalities.
|
|
20
|
+
2. **Present tense.** Describe current system behavior in present tense ("Returns a 200 OK status", not "Will return").
|
|
21
|
+
3. **Task-oriented headings.** Start headings with gerunds or action verbs ("Configuring authentication", not "Authentication overview").
|
|
22
|
+
4. **Active voice.** "The server processes the request" rather than "The request is processed by the server".
|
|
23
|
+
5. **Code blocks with context.** Every code snippet must include necessary imports, setup, and expected output.
|
|
24
|
+
6. **Pronoun clarity.** Ensure "this", "that", and "it" clearly point to a preceding noun.
|
|
25
|
+
7. **Consistent terminology.** Use identical terms across guides, API references, and UI labels.
|
|
26
|
+
8. **Concise error messages.** Explain what went wrong and how to fix it immediately.
|
|
28
27
|
|
|
29
28
|
## Verify
|
|
30
29
|
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
-
|
|
35
|
-
- Present tense
|
|
36
|
-
- At least one runnable example per tutorial section
|
|
30
|
+
- Headings use gerunds or action verbs describing tasks
|
|
31
|
+
- Sentences consistently use second person ("you")
|
|
32
|
+
- Code snippets are complete, syntactically valid, and tested
|
|
33
|
+
- Active voice used throughout instructions
|
|
34
|
+
- Present tense used for API descriptions
|
|
37
35
|
|
|
38
36
|
## Do not
|
|
39
37
|
|
|
40
|
-
-
|
|
41
|
-
-
|
|
42
|
-
- Use
|
|
38
|
+
- Use future tense for deterministic software behavior ("The method will return...")
|
|
39
|
+
- Leave code snippets without imports or setup context
|
|
40
|
+
- Use vague filler phrases ("Simply run...", "Just configure...")
|
|
41
|
+
- Mix second person and first person within the same tutorial
|
|
42
|
+
|
|
43
|
+
## References
|
|
44
|
+
|
|
45
|
+
For exact mechanical rules (numbers, percentages, ordinals, ranges, abbreviations, units), read `references/REFERENCE.md` when a draft contains any of these — load on demand, not upfront.
|
|
43
46
|
|
|
44
47
|
## Example transformations
|
|
45
48
|
|
|
46
|
-
**Before:** "In order to
|
|
49
|
+
**Before:** "In order to initialize our SDK, users are required to first invoke the setup method, after which time you will be able to make API requests successfully."
|
|
47
50
|
|
|
48
|
-
**After:** "
|
|
51
|
+
**After:** "To initialize the SDK, call `setup()`. Once initialized, you can make API requests."
|
|
49
52
|
|
|
50
|
-
**Before:** "
|
|
53
|
+
**Before:** "Simply add the configuration dictionary to your project and you're good to go!"
|
|
51
54
|
|
|
52
|
-
**After:** "
|
|
55
|
+
**After:** "Add the configuration dictionary to your project configuration file."
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Google Developer Documentation Style — Mechanical Rules
|
|
2
|
+
|
|
3
|
+
Read this when you need exact rules for numbers, abbreviations, or units. Source: Google developer documentation style guide (developers.google.com/style).
|
|
4
|
+
|
|
5
|
+
## Numbers
|
|
6
|
+
- Spell out zero through nine; use numerals for 10 and above: "five minutes", "24 hours".
|
|
7
|
+
- Always use numerals (even below 10) for: version numbers, technical quantities (memory, disk space, queries, usage limits), page/chapter/section/step numbers, prices, negative numbers, decimals, fractions, percentages, dimensions, measurements, and numbers in ranges.
|
|
8
|
+
- Mixed sentence: numerals for all when any number exceeds 9: "The menu has 15 options but 6 are deselected."
|
|
9
|
+
- Spell out a number that starts a sentence — or rearrange the sentence. A four-digit year may start a sentence.
|
|
10
|
+
- Ordinals: always spell out: first, twelfth, forty-third. Never 1st, 5th.
|
|
11
|
+
- Fractions: express as decimals (0.75); if words are required, hyphenate (two-fifths).
|
|
12
|
+
- Percentages: numeral + % with no space: 40%. Exception: sentence-start "Forty percent of the files".
|
|
13
|
+
- Ranges: hyphen with no spaces (2012-2016). Never an en dash.
|
|
14
|
+
- Commas: standard American grouping, including four-digit numbers: 2,000 (never 2000).
|
|
15
|
+
- Decimals: leading zero required (0.3 inches, never .3); treat decimals as plural (1.0 inches).
|
|
16
|
+
|
|
17
|
+
## Abbreviations
|
|
18
|
+
- Spell out on first reference, italicizing both the full term and the abbreviation: "Establish _Border Gateway Protocol_ (_BGP_) sessions."
|
|
19
|
+
- Capitalize the spelled-out form only if it is a proper noun: "data manipulation language (DML)", not "Data Manipulation Language".
|
|
20
|
+
- Use the abbreviation alone after first reference. If used once, include it only when the abbreviation is as common as the full term.
|
|
21
|
+
- No periods in acronyms or initialisms (API, not A.P.I.).
|
|
22
|
+
- Periods in shortened words (Dr., approx.) except date/time abbreviations.
|
|
23
|
+
- Never i.e. or e.g. — use "that is" and "for example".
|
|
24
|
+
- No internet slang: tl;dr, ymmv, RTFM.
|
|
25
|
+
- Don't use abbreviations as verbs: "Use SSH to connect", not "Then ssh into your remote shell".
|
|
26
|
+
- No need to spell out: AI, API, DVD, HTML, PC, RAM, REST, URL, USB, PDF/XML file formats, MB/MiB/GB/GiB units.
|
|
27
|
+
- "a" vs "an" follows pronunciation of the abbreviation.
|
|
28
|
+
- Don't use "10x" — write "10 times".
|
|
@@ -1,51 +1,55 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: gov-uk-style
|
|
3
|
-
description:
|
|
3
|
+
description: Use when writing public-facing content, government or civic communication, help pages, policy summaries, or content requiring maximum-scope readability according to GOV.UK standards.
|
|
4
|
+
compatibility: Requires standard Markdown parser and agent context
|
|
4
5
|
---
|
|
5
6
|
|
|
6
7
|
# GOV.UK Style
|
|
7
8
|
|
|
8
|
-
|
|
9
|
+
Make complex information instantly clear, scannable, and accessible to every citizen.
|
|
9
10
|
|
|
10
11
|
## The core rule
|
|
11
12
|
|
|
12
|
-
**
|
|
13
|
+
**Start with the user's need. Sentences under 25 words, paragraphs under 5 lines, active voice, zero jargon.**
|
|
13
14
|
|
|
14
|
-
Workflow: `state
|
|
15
|
+
Workflow: `state user goal immediately` → `bullet points for eligibility or steps` → `plain active verbs` → `delete preamble`.
|
|
15
16
|
|
|
16
17
|
## Mechanics
|
|
17
18
|
|
|
18
|
-
1. **
|
|
19
|
-
2. **
|
|
20
|
-
3. **
|
|
21
|
-
4. **
|
|
22
|
-
5. **
|
|
23
|
-
6. **
|
|
24
|
-
7. **
|
|
25
|
-
8. **
|
|
26
|
-
9. **No legal or marketing register.** Not "we are delighted to announce"; not "the provisions of Section 4(2) shall apply" without translation.
|
|
27
|
-
10. **Cut words, not meaning.** "In order to" → "to". "A number of" → "some". "At this point in time" → "now".
|
|
19
|
+
1. **User need first.** Every page starts with what the user can do or find.
|
|
20
|
+
2. **Short sentences.** Maximum 25 words; vary length for rhythm.
|
|
21
|
+
3. **Active voice.** "You must apply online" not "Applications must be submitted".
|
|
22
|
+
4. **No jargon.** Replace bureaucratic terms with plain English (e.g. "pay" instead of "remuneration").
|
|
23
|
+
5. **Bulleted lists for steps.** Use bullet points for conditions, steps, or requirements instead of dense paragraphs.
|
|
24
|
+
6. **Bold sparingly.** Use bold only for critical warnings or key criteria.
|
|
25
|
+
7. **No Latin or Latinisms.** Use "for example" instead of "e.g." and "that is" instead of "i.e.".
|
|
26
|
+
8. **Anchor links.** Clear, descriptive link text that explains where the link goes.
|
|
28
27
|
|
|
29
28
|
## Verify
|
|
30
29
|
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
34
|
-
- Zero
|
|
35
|
-
-
|
|
30
|
+
- First sentence directly addresses the user's primary intent
|
|
31
|
+
- Sentences average under 20 words
|
|
32
|
+
- Bullet points used for lists of 3 or more items
|
|
33
|
+
- Zero Latin abbreviations (e.g., i.e., et al.)
|
|
34
|
+
- Active voice used throughout
|
|
36
35
|
|
|
37
36
|
## Do not
|
|
38
37
|
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
-
|
|
38
|
+
- Use introductory throat-clearing ("It is important to note that...")
|
|
39
|
+
- Assume prior knowledge of government processes
|
|
40
|
+
- Write paragraphs longer than 5 lines
|
|
41
|
+
- Use passive voice for user instructions
|
|
42
|
+
|
|
43
|
+
## References
|
|
44
|
+
|
|
45
|
+
For exact mechanical rules (numbers, dates, times, money, measurements, links, abbreviations, punctuation), read `references/REFERENCE.md` when a draft includes any of these — load on demand, not upfront.
|
|
42
46
|
|
|
43
47
|
## Example transformations
|
|
44
48
|
|
|
45
|
-
**Before:** "
|
|
49
|
+
**Before:** "In the event that an individual wishes to make an application for financial assistance, it is required that they submit documentation demonstrating eligibility prior to the commencement of the review process."
|
|
46
50
|
|
|
47
|
-
**After:** "
|
|
51
|
+
**After:** "You must send your eligibility documents before we review your financial aid application."
|
|
48
52
|
|
|
49
|
-
**Before:** "
|
|
53
|
+
**Before:** "Users should note that e.g. tax returns must be filed by January 31st i.e. the end of the month."
|
|
50
54
|
|
|
51
|
-
**After:** "You must
|
|
55
|
+
**After:** "You must file your tax return by 31 January."
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# GOV.UK Style Reference — Mechanical Rules
|
|
2
|
+
|
|
3
|
+
Read this when you need exact formatting rules for numbers, dates, times, money, links, or abbreviations. Source: GOV.UK A to Z style guide (gov.uk/guidance/style-guide).
|
|
4
|
+
|
|
5
|
+
## Numbers
|
|
6
|
+
- Use "one" in prose unless it is a step, list point, or a numeral makes more sense.
|
|
7
|
+
- Use numerals for everything else, including 2 to 9: "You will see 5 signs."
|
|
8
|
+
- Spell out a number that starts a sentence (except in titles/subheadings).
|
|
9
|
+
- Comma for clarity over 999: 9,000.
|
|
10
|
+
- Fractions in words are hyphenated: two-thirds. Decimals are numerals: 0.5 (never .5), 0.75.
|
|
11
|
+
- Percentages: use the % sign: 50%.
|
|
12
|
+
- Negative numbers use the minus sign: –6.
|
|
13
|
+
- Ordinals: spell out first to ninth, then 10th, 11th onward.
|
|
14
|
+
- Ranges: use "to", never hyphens: "500 to 900", "49 to 53 Cherry Street".
|
|
15
|
+
- File sizes: KB under 1MB, MB over 1MB, up to 2 decimal places.
|
|
16
|
+
|
|
17
|
+
## Dates
|
|
18
|
+
- Day Month Year, no comma between month and year: 4 June 2017.
|
|
19
|
+
- Truncate months (Jan, Feb) only in tables or publication titles.
|
|
20
|
+
- Ranges use "to": tax year 2011 to 2012.
|
|
21
|
+
- Deadlines: "on or before 6 September 2025".
|
|
22
|
+
|
|
23
|
+
## Times
|
|
24
|
+
- 5:30pm (never 1730hrs, never 17:30).
|
|
25
|
+
- midnight (not 00:00), midday (not 12 noon, noon, or 12pm).
|
|
26
|
+
- Ranges use "to": 10am to 11am.
|
|
27
|
+
- Use "11:59pm" when a single end-of-day time must be unambiguous.
|
|
28
|
+
|
|
29
|
+
## Money
|
|
30
|
+
- £ symbol with no space: £75.
|
|
31
|
+
- No decimals unless pence included: £75.50 but not £75.00.
|
|
32
|
+
- Write pence in full: "calls will cost 4 pence per minute".
|
|
33
|
+
- Use million/billion in full: £138 million. Never abbreviate to m or b.
|
|
34
|
+
- Amounts under £1 million/billion: use the smaller unit (£200,000), unless in a sequence with larger amounts.
|
|
35
|
+
|
|
36
|
+
## Measurements
|
|
37
|
+
- Numeral + unit with no space: 3,500kg.
|
|
38
|
+
- grams (never grammes). Celsius: 37°C.
|
|
39
|
+
- Multi-word units: spell out first use with abbreviation, then abbreviate: kilometres per hour (km/h).
|
|
40
|
+
|
|
41
|
+
## Links
|
|
42
|
+
- Front-load link text with the relevant term; make it active and specific.
|
|
43
|
+
- Link to online services first, offer offline alternatives afterwards.
|
|
44
|
+
- Never "click here" or bare URLs as link text.
|
|
45
|
+
|
|
46
|
+
## Abbreviations and acronyms
|
|
47
|
+
- Explain in full on first use, then use initials: Personal Independence Payment (PIP) becomes PIP.
|
|
48
|
+
- No full stops in abbreviations: BBC, not B.B.C.
|
|
49
|
+
- No need to explain well-known ones: BBC, EU, GP, HM, MOT, MP, NHS, PAYE, TV, UK, URL, USA, VAT, VPN, and file types (JPG, PDF, PNG).
|
|
50
|
+
|
|
51
|
+
## Punctuation and formatting
|
|
52
|
+
- Quotes: single quote marks for quotations, individual words ('Submit' button), and publication titles.
|
|
53
|
+
- Bullets: no semicolons inside, no full stop after the last bullet.
|
|
54
|
+
- Numbered steps end with a full stop (each is a complete sentence).
|
|
55
|
+
- Hyphens: only where confusion would result without one. Use "to" for ranges, never hyphens.
|
|
56
|
+
- Maths: one space each side of + – × ÷ and =; no space in ratios (5:12).
|
|
57
|
+
- References section: no italics, single quotes around titles, "and others" not "et al", no full stops after initials.
|
|
58
|
+
- Page titles: 65 characters or less, no dashes, slashes, question marks, or trailing full stops.
|
|
59
|
+
|
|
60
|
+
## Words to avoid
|
|
61
|
+
- "in order to" (just "to")
|
|
62
|
+
- "hub", "portal", "one-stop shop" (use "website" or "service")
|
|
63
|
+
- "ring fencing" (use "separate")
|
|
64
|
+
- "devolved administrations" (use "devolved governments")
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: scott-adams
|
|
3
|
+
description: Use when the user wants to simplify prose, prune extra words, craft high-curiosity opening hooks, write punchy short sentences, and structure ideas for maximum human brain comprehension based on Scott Adams' famous business writing method.
|
|
4
|
+
compatibility: Requires standard Markdown parser and agent context
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Scott Adams' Business Writing Method
|
|
8
|
+
|
|
9
|
+
Simplicity is persuasion. Prune unnecessary words, hook readers instantly, and write short sentences matched to how human brains process ideas.
|
|
10
|
+
|
|
11
|
+
## The core rule
|
|
12
|
+
|
|
13
|
+
**Simplicity equals persuasion. Cut extra words, write a high-curiosity opening hook, keep sentences short, and put the actor before the action.**
|
|
14
|
+
|
|
15
|
+
Workflow: `craft a high-curiosity hook` → `prune all filler and adverbs` → `write short sentences (one thought per sentence)` → `order subject before action`.
|
|
16
|
+
|
|
17
|
+
## Mechanics
|
|
18
|
+
|
|
19
|
+
1. **Prune extra words.** Delete filler words (e.g., "very", "really", "quite"). If removing a word doesn't change the meaning, delete it.
|
|
20
|
+
2. **Humor equals precise word choice.** Use specific, punchy verbs and nouns instead of generic verbs modified by adverbs (e.g., "swill" instead of "drink a lot").
|
|
21
|
+
3. **The curiosity hook.** The first sentence creates an information gap: the reader knows something valuable is coming but cannot see it, so they must read on to close the gap. Adams' own opener did this: "I went from being a bad writer to a good writer after taking a one-day course in 'business writing.'" (Which course? What did it teach?) Build the gap by promising a payoff, stating a surprising claim, or ending the sentence just before the answer. Adams rewrote that first sentence "a dozen times" until it made the reader curious. Test: if the reader can stop after sentence one, it is not a hook.
|
|
22
|
+
4. **One thought per sentence.** Keep sentences short. Never bundle multiple complex ideas into a single sentence. Readers comprehend simpler chunks faster.
|
|
23
|
+
5. **Actor before action.** Sequence sentences so the subject (actor) appears before the verb (action). Human brains process "the boy hit the ball" faster than "the ball was hit by the boy."
|
|
24
|
+
6. **No complex nesting.** Avoid subordinate clauses that delay the core subject-verb relationship.
|
|
25
|
+
|
|
26
|
+
## Verify
|
|
27
|
+
|
|
28
|
+
- First sentence opens an information gap — reader cannot stop after it
|
|
29
|
+
- Zero unnecessary filler words or intensifiers ("very", "really")
|
|
30
|
+
- Sentences average under 15 words and contain only one thought
|
|
31
|
+
- Subject precedes the verb in active, direct voice
|
|
32
|
+
- No complex or passive sentence constructions
|
|
33
|
+
|
|
34
|
+
## Do not
|
|
35
|
+
|
|
36
|
+
- Use passive voice ("was hit by") when active voice ("hit") works
|
|
37
|
+
- Pack multiple thoughts or dependent clauses into a single long sentence
|
|
38
|
+
- Rely on adverbs to add flavor when a stronger single noun or verb exists
|
|
39
|
+
- Settle for the first draft of an opening sentence
|
|
40
|
+
|
|
41
|
+
## Example transformations
|
|
42
|
+
|
|
43
|
+
**Before:** "It is very important to note that the team was quite successful in implementing the new features after they were thoroughly tested."
|
|
44
|
+
|
|
45
|
+
**After:** "The team shipped the new features."
|
|
46
|
+
|
|
47
|
+
**Before:** "The data was analyzed by the analysts very carefully, and it appeared that sales were declining significantly."
|
|
48
|
+
|
|
49
|
+
**After:** "Sales dropped 20%."
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
Source: Scott Adams, "The Day You Became A Better Writer" (2007), archived at https://web.archive.org/web/20240302003157/https://dilbertblog.typepad.com/the_dilbert_blog/2007/06/the_day_you_bec.html — the original Typepad post was taken offline when Typepad shut down on 30 September 2025.
|