aibreze 0.1.6 → 0.1.7
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/README.md +19 -139
- package/package.json +1 -1
- package/skills/aibreze/SKILL.md +17 -17
- package/skills/aibreze/SKILL_FACTS.md +90 -0
- package/skills/aibreze/rules/audit.md +198 -0
- package/skills/aibreze/rules/claims.md +214 -0
- package/skills/aibreze/rules/core.md +323 -0
- package/skills/aibreze/rules/essays.md +78 -0
- package/skills/aibreze/rules/landing.md +141 -0
- package/skills/aibreze/rules/launch.md +93 -0
- package/skills/aibreze/rules/outreach.md +83 -0
package/README.md
CHANGED
|
@@ -6,60 +6,13 @@
|
|
|
6
6
|
|
|
7
7
|
An installable writing rule set for AI agents.
|
|
8
8
|
|
|
9
|
-
Editorial rules for prose that
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
Direct > clever. Clear > profound. Useful > insightful-sounding. Em dashes
|
|
14
|
-
earn their place; most don't.
|
|
9
|
+
Editorial rules for prose that says something instead of sounding like it.
|
|
10
|
+
AI-assisted or not. Written **aiBreze**. npm **`aibreze`**. A spray, not a
|
|
11
|
+
breeze.
|
|
15
12
|
|
|
16
13
|
Spray the prose, not the author. Earn the word.
|
|
17
14
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
**Before.** At its core, building software isn't just about writing
|
|
21
|
-
code. It's about bridging the gap between imagination and execution,
|
|
22
|
-
creating solutions that don't merely function but fundamentally
|
|
23
|
-
transform the way we interact with technology.
|
|
24
|
-
|
|
25
|
-
**After.** Software turns an idea into something people can use. Good
|
|
26
|
-
software does that reliably.
|
|
27
|
-
|
|
28
|
-
## What it is
|
|
29
|
-
|
|
30
|
-
A composable editorial system for agent-generated prose, and for human
|
|
31
|
-
prose in the same register. Markdown you install and point an agent at.
|
|
32
|
-
v1 has no CLI.
|
|
33
|
-
|
|
34
|
-
```text
|
|
35
|
-
core.md shared law (register, bans, cadence, heuristic)
|
|
36
|
-
genre files surface extras only (essay, landing, outreach, launch)
|
|
37
|
-
project overlay pronouns, carve-outs, protected lines
|
|
38
|
-
↓
|
|
39
|
-
drafting
|
|
40
|
-
↓
|
|
41
|
-
audit.md smell
|
|
42
|
-
claims.md substance first, then voice
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
Genre files assume `core.md` and are additive: surface law only, no
|
|
46
|
-
copied bans. Do not fork `core.md`.
|
|
47
|
-
|
|
48
|
-
The **applicability heuristic** is the rule. The problem is unearned
|
|
49
|
-
language, not the dictionary. Earn the word: "transformative" is fine
|
|
50
|
-
if something transformed and you can say from what into what.
|
|
51
|
-
"Inflection point" is fine if there was one. Overlay the terms that
|
|
52
|
-
usually pass *here*, with one-line why. The list is not exhaustive.
|
|
53
|
-
|
|
54
|
-
`claims.md` is substance first, voice after. A clean-smelling wrong
|
|
55
|
-
essay is still wrong. Do not polish a lie.
|
|
56
|
-
|
|
57
|
-
Cadence tells are a budget, not a ban. Flag density: signpost openers,
|
|
58
|
-
em-dash furniture, riddle labels (a heading you can only decode after
|
|
59
|
-
the body), cozy machinery (register standing in for a fact you have),
|
|
60
|
-
operator notes in the brochure, hand-holding the obvious, unparseable
|
|
61
|
-
sentences. One earned em dash is not a finding. Do not treat the mark
|
|
62
|
-
as an AI tell to erase.
|
|
15
|
+
**Docs:** [aibreze.com/docs](https://aibreze.com/docs) · **Site:** [aibreze.com](https://aibreze.com)
|
|
63
16
|
|
|
64
17
|
## Install
|
|
65
18
|
|
|
@@ -67,107 +20,34 @@ as an AI tell to erase.
|
|
|
67
20
|
pnpm add -D aibreze
|
|
68
21
|
```
|
|
69
22
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
| File | Use |
|
|
73
|
-
| --- | --- |
|
|
74
|
-
| `rules/core.md` | Always. Register, applicability heuristic, teaching antithesis, hard bans, cadence budgets (density, not single uses), chat vs publish. |
|
|
75
|
-
| `rules/audit.md` | Paste-in smell audit (score, flags, protect list, top 5). |
|
|
76
|
-
| `rules/claims.md` | Skeptical peer review. Substance first, voice after. |
|
|
77
|
-
| `rules/essays.md` | Longform: one register, author in the essay, concrete instance. Not for reference docs. |
|
|
78
|
-
| `rules/landing.md` | Page copy: pronouns, rhetorical budgets, substance, read-aloud. |
|
|
79
|
-
| `rules/outreach.md` | Email / DM / text. Relationship first, one ask. |
|
|
80
|
-
| `rules/launch.md` | Shipping posts. Open on a specific moment or the artifact, not the announcement formula. |
|
|
81
|
-
| `rules/cursor.mdc` | Always-on agent digest. Copy into `.cursor/rules/`. |
|
|
82
|
-
| `skills/aibreze/` | Host-agnostic skill. Copy into `.claude/skills/` or `.cursor/skills/`. |
|
|
83
|
-
|
|
84
|
-
## Why "aiBreze"?
|
|
85
|
-
|
|
86
|
-
People who live with a smell stop noticing it. Generated prose does the
|
|
87
|
-
same trick. Charles Duhigg tells the household version in *The Power of
|
|
88
|
-
Habit* (2012): an odor-eliminating spray that flopped until the company
|
|
89
|
-
realized habituation was the problem, then sold the bottle as the reward
|
|
90
|
-
at the end of a cleaning habit. This package is that move for writing.
|
|
91
|
-
Make the smell visible, then take it off. Read Duhigg for the original.
|
|
23
|
+
Copy `node_modules/aibreze/rules/cursor.mdc` to `.cursor/rules/aibreze.mdc`.
|
|
24
|
+
Keep a short overlay. Full wiring: [docs](https://aibreze.com/docs/install).
|
|
92
25
|
|
|
93
|
-
|
|
94
|
-
models. aiBreze is a writing standard, not an AI-cleanup gimmick.
|
|
26
|
+
Or skip npm and [install the skill](https://aibreze.com/skill) as a folder.
|
|
95
27
|
|
|
96
28
|
## Not a humanizer
|
|
97
29
|
|
|
98
|
-
aiBreze does not determine whether a human or a model wrote something,
|
|
99
|
-
|
|
100
|
-
|
|
30
|
+
aiBreze does not determine whether a human or a model wrote something, and it
|
|
31
|
+
does not try to fool AI detectors. Same standard either way. If the prose
|
|
32
|
+
smells, spray it.
|
|
101
33
|
|
|
102
|
-
|
|
103
|
-
anti-slop lists, or general style linters (Vale, write-good). This package
|
|
104
|
-
layers genre files, an earn-the-word test, claims before voice, and overlays
|
|
105
|
-
instead of forks. Use it while drafting or on a finished pass. Authorship
|
|
106
|
-
is irrelevant. Prose quality is the subject.
|
|
34
|
+
<!-- xfacts-nutrition-label -->
|
|
107
35
|
|
|
108
|
-
##
|
|
36
|
+
## Nutrition label
|
|
109
37
|
|
|
110
|
-
|
|
111
|
-
|
|
38
|
+
- **AppFacts:** [viewer](https://appfacts.dev/v#af1.eNp1kU1rAyEQhv_KMmeTpVePDRRa0l42t1LKrE6Mjaui4xYb8t-Lu6GQQ29-PO_H6AVmkA8CPE4EEtA-JvohEMA1tgNnx4SpgoDMyCU3RrGdG-KsIp8b9fp8WAl1BnkBh94UNO3mUCMNKtnIonvBGdc1CEjFs10y34Km7VdeDKqz3oCE3TCAgFPIfNu7UPTRYWq5EdUZDX1O6NFQAgnRxwmuAjTFDPL9Ah4kfCf0xlFqijuLTlN0oU7kGa5ihQ3x0TqKiXK-CXRQpTHINvhuDVs1HwLyrP6C7sq1OrfeHXrdkTbUqTDFsozStGOxTrd3-n-QRDFkyyHVZsccs-x7Y_lUxq0KU79DRlczb55CMrTZ73c92nH5uusvQqie3Q) · [raw](https://github.com/Catalyst-Forge-LLC/aibreze/blob/main/APP_FACTS.md)
|
|
39
|
+
- **SkillFacts:** [viewer](https://skillfacts.dev/v#sf1.eNq9VE1v2zgQ_SsD9dIYlu3mECzU0_Yji2DTIkCCvViBQUu0RUQiBZKy4Gbzu3rvL-vMUJLt2AHSHoogcTxfnHnz3jxGmyh5N460qGSUREItrfwmo3GUy40sTS0tWj8KL8qt83Bp7JqcG2mdMhpds8m7yQVanBe-cVQh82pDMaXKpHZU9MvVHX5_UDrHL1ljnbGxe1Blida6sbXhqM-58sYqUYJtSulgZSzUzbJUrhDLUkJtMe49uNqK7RhEg-H4ofM-KK6Fc9Aa-7AqTRvy_76K0aiclzm0Vnml1_SmNRuphc7w2cfImcbSf1Hhfe2S6XStfNEsJ5mppv3gMQ8eX19_nO4Q6t49hdDTOFLaedsgGEa7hZUiK_ixQuLYSaSNphJaemoYDaqqSyVztK0UTo-lZIVmTMypmjempDIraSX2jUDO78fRstF5KfOFsF6tEHjEf_4Y1cIXlEooTjNj5aTKd_gbTx0_jZ_FMZ6vCcxKoSp3KhIbkmsrnaNBvSxlJb3d7obNpcMFCEaE-sexClPJWqz30e_wJfgxx0pkB_Fi-xsLsqLFrDiOU810WzBGi468CaTM3lkapZron0CXmuqB_AkcbjbVz7IvKDuQH_OZ-6nuqJ8AMj_VhFIC-7xPdUd7qvKHeE999nAncALtVO_A3gW8CmucZ5BUkmqAoKlfrgIwaOoY-GNBhadIUQkQx-hrp6gEOkGRbaeoBEhQqX4uJ640v0_1kaLYEwNJIIEDSZEDICyXFXAc2YvqFaGDrE7EBlVxJ4OsdhPvyyrhIdZSSyt8N1aO_yVwPju_iGd_xeczsnURBmEukEqxaHyBU-HjGf5V3dhDnUWrqNN-m8xhRmeCQqHIZaNKv1huic-He8Mx-7S2bSdZ51yRj_lAvGSJpvoN3FJluKTSmDjwItX_A_7gB0byL1lGo0-9TEcj9D97uIv5L-iVI1iwveOWRcv2oNvecR3Uyx4UcG_-F1fCtn0lkzPVoy9iCyvps2IgcM57DdSDlTUV7EkNhAMBpcBecbPG-vdh1a1ykhnqoDRZfxGmkxGj8wZuwtWgb3_qanQPD_J-aRm3rHh0_JLkA7Y3vehPLpEbuNoTP7D4X2yE7gHaSR6h_NdwEtDW3YRgvhyuAnoI9OGxO7oOsLsOZH5L9c66gA_hSsBwJUIzN6hnrEVEOWrr4HRgEO8b9lz9rTjlG47DvpM7-cyn4SUs7vprcYDHp72DgY4wWajIQhz90-seSPcwZ1WyKO_fnr4BZ_DjO6KCRwCWW5gfLnGXdPoCnCG9o6efXsK6pA) · [raw](https://github.com/Catalyst-Forge-LLC/aibreze/blob/main/skills/aibreze/SKILL_FACTS.md)
|
|
112
40
|
|
|
113
|
-
|
|
114
|
-
// files.audit is an absolute path to rules/audit.md
|
|
115
|
-
```
|
|
116
|
-
|
|
117
|
-
Markdown is also exported as `aibreze/rules/core.md` (and the rest), so
|
|
118
|
-
an agent or a prompt assembler can read the files from `node_modules`.
|
|
119
|
-
v1 is `readRule`. Assembling core + genre + overlay is concatenation on
|
|
120
|
-
purpose.
|
|
121
|
-
|
|
122
|
-
## Agent setup
|
|
123
|
-
|
|
124
|
-
1. `pnpm add -D aibreze`
|
|
125
|
-
2. Copy `node_modules/aibreze/rules/cursor.mdc` to
|
|
126
|
-
`.cursor/rules/aibreze.mdc`
|
|
127
|
-
3. Point "Full rules" at `node_modules/aibreze/rules/core.md`
|
|
128
|
-
4. Keep a project overlay (carve-outs, I vs we, protected lines)
|
|
129
|
-
5. When drafting a page, essay, note, or ship post, open that genre file
|
|
130
|
-
6. For a publish pass: paste `rules/core.md` plus the overlay, then
|
|
131
|
-
`rules/audit.md` or `rules/claims.md` (both are additive; do not paste
|
|
132
|
-
the prompt alone)
|
|
133
|
-
|
|
134
|
-
## Skill
|
|
135
|
-
|
|
136
|
-
Host-agnostic `SKILL.md` for Claude Code and anything else that loads a
|
|
137
|
-
named folder. Raw file on the site:
|
|
138
|
-
|
|
139
|
-
https://aibreze.com/skills/aibreze/SKILL.md
|
|
140
|
-
|
|
141
|
-
Copy `skills/aibreze/` (or `node_modules/aibreze/skills/aibreze/`) to
|
|
142
|
-
`~/.claude/skills/aibreze/`, `.claude/skills/aibreze/`, or
|
|
143
|
-
`.cursor/skills/aibreze/`. Full law is next to it on
|
|
144
|
-
https://aibreze.com/rules/core.md.
|
|
145
|
-
|
|
146
|
-
## Overlay shape
|
|
147
|
-
|
|
148
|
-
Keep it short. Point at this package, then only:
|
|
149
|
-
|
|
150
|
-
- Pronouns per surface
|
|
151
|
-
- Terms that pass the applicability heuristic *here*, with one-line why
|
|
152
|
-
- Protected maxims / testimony
|
|
153
|
-
- Genre extras that are house law (every essay ends in a deed, brand
|
|
154
|
-
metaphor budget, …)
|
|
155
|
-
|
|
156
|
-
## Site
|
|
157
|
-
|
|
158
|
-
The public site lives in [`site/`](site/) (FilePress, [`getfilepress`](https://www.npmjs.com/package/getfilepress)). [aibreze.com](https://aibreze.com). Source: [Catalyst-Forge-LLC/aibreze](https://github.com/Catalyst-Forge-LLC/aibreze).
|
|
41
|
+
## Development
|
|
159
42
|
|
|
160
43
|
```bash
|
|
44
|
+
pnpm install
|
|
45
|
+
pnpm test
|
|
161
46
|
pnpm site:dev
|
|
162
|
-
pnpm site:build
|
|
163
47
|
```
|
|
164
48
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
The maintainer publishes. `pnpm publish` runs a gate first: `pnpm whoami`,
|
|
168
|
-
then `pnpm login` if that fails, then a patch bump if this version is
|
|
169
|
-
already on npm (or behind it). Agents must not run `npm publish`,
|
|
170
|
-
`pnpm publish`, or `yarn npm publish`.
|
|
49
|
+
Site (FilePress + docs mount): `pnpm ship`. The maintainer publishes to npm.
|
|
50
|
+
Agents must not run `npm publish`.
|
|
171
51
|
|
|
172
52
|
## License
|
|
173
53
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aibreze",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Installable writing rule set for AI agents. Sprays the performative, faux-profound register off prose. Core bans, smell audit, claims review, genre overlays.",
|
package/skills/aibreze/SKILL.md
CHANGED
|
@@ -2,9 +2,8 @@
|
|
|
2
2
|
name: aibreze
|
|
3
3
|
description: >-
|
|
4
4
|
Editorial rules for publishable prose. Use when drafting or revising
|
|
5
|
-
pages, essays, emails, or ship posts, or
|
|
6
|
-
|
|
7
|
-
or chat-only answers.
|
|
5
|
+
pages, essays, emails, or ship posts, or to spray, audit, run
|
|
6
|
+
aiBreze, or do a publish pass. Not for code, diffs, or chat-only.
|
|
8
7
|
---
|
|
9
8
|
|
|
10
9
|
# aiBreze
|
|
@@ -17,13 +16,14 @@ conflicts with `core.md`, `core.md` wins.
|
|
|
17
16
|
|
|
18
17
|
## Full law
|
|
19
18
|
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
Read `rules/core.md` in this folder. Smell audit: `rules/audit.md`.
|
|
20
|
+
Claims: `rules/claims.md`. Do not paste an audit or claims prompt
|
|
21
|
+
without `core.md` in context.
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
23
|
+
If this folder has no `rules/` directory, look for `rules/core.md` at
|
|
24
|
+
the project root or in `node_modules/aibreze/rules/`. Last resort:
|
|
25
|
+
https://aibreze.com/rules/core.md (same host for `audit.md`,
|
|
26
|
+
`claims.md`, and the genre files).
|
|
27
27
|
|
|
28
28
|
## Target
|
|
29
29
|
|
|
@@ -45,21 +45,21 @@ Do not fork `core.md`. Do not restate the hard bans.
|
|
|
45
45
|
|
|
46
46
|
## When to open a genre file
|
|
47
47
|
|
|
48
|
-
If you are drafting or revising a specific surface, read that file
|
|
49
|
-
|
|
48
|
+
If you are drafting or revising a specific surface, read that file
|
|
49
|
+
from this folder.
|
|
50
50
|
|
|
51
|
-
- Page / marketing site: `landing.md`
|
|
52
|
-
- Essay / talk / long argument: `essays.md`
|
|
53
|
-
- Email / DM / text to someone you know: `outreach.md`
|
|
54
|
-
- Ship post / announcement: `launch.md`
|
|
51
|
+
- Page / marketing site: `rules/landing.md`
|
|
52
|
+
- Essay / talk / long argument: `rules/essays.md`
|
|
53
|
+
- Email / DM / text to someone you know: `rules/outreach.md`
|
|
54
|
+
- Ship post / announcement: `rules/launch.md`
|
|
55
55
|
|
|
56
56
|
Reference docs, changelogs, API pages, UI chrome: core only. Do not
|
|
57
57
|
inject a scene to satisfy essay law.
|
|
58
58
|
|
|
59
59
|
## Publish pass
|
|
60
60
|
|
|
61
|
-
|
|
62
|
-
are additive. Do not
|
|
61
|
+
Read `rules/core.md` plus the overlay, then `rules/audit.md` or
|
|
62
|
+
`rules/claims.md`. Both are additive. Do not use the prompt alone.
|
|
63
63
|
|
|
64
64
|
## Example asks
|
|
65
65
|
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
---
|
|
2
|
+
skill_facts_version: "0.1.0"
|
|
3
|
+
name: aibreze
|
|
4
|
+
developer: Catalyst Forge
|
|
5
|
+
version: "0.1.6"
|
|
6
|
+
status: active
|
|
7
|
+
license: MIT
|
|
8
|
+
kind: cursor-skill
|
|
9
|
+
purpose: "Editorial rules for publishable prose; spray, audit, and publish-pass workflows for AI-assisted writing"
|
|
10
|
+
homepage: https://aibreze.com
|
|
11
|
+
repository: https://github.com/Catalyst-Forge-LLC/aibreze
|
|
12
|
+
provenance:
|
|
13
|
+
source: https://github.com/Catalyst-Forge-LLC/aibreze
|
|
14
|
+
publisher: Catalyst Forge
|
|
15
|
+
instructions_reach:
|
|
16
|
+
shell: none
|
|
17
|
+
network: implied
|
|
18
|
+
filesystem: read
|
|
19
|
+
tools_referenced:
|
|
20
|
+
[]
|
|
21
|
+
bundled_artifacts:
|
|
22
|
+
- path: rules/core.md
|
|
23
|
+
kind: other
|
|
24
|
+
- path: rules/audit.md
|
|
25
|
+
kind: other
|
|
26
|
+
- path: rules/claims.md
|
|
27
|
+
kind: other
|
|
28
|
+
egress:
|
|
29
|
+
telemetry: none
|
|
30
|
+
destinations: []
|
|
31
|
+
generated:
|
|
32
|
+
date: 2026-08-20
|
|
33
|
+
generator: hand-authored
|
|
34
|
+
credits:
|
|
35
|
+
generated_with: https://skillfacts.dev
|
|
36
|
+
built_by: "Catalyst Forge - https://www.catalystforge.com/"
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
# Skill Facts - aibreze
|
|
40
|
+
|
|
41
|
+
| | |
|
|
42
|
+
|---|---|
|
|
43
|
+
| **Developer** | Catalyst Forge |
|
|
44
|
+
| **Version** | 0.1.6 |
|
|
45
|
+
| **Status** | active |
|
|
46
|
+
| **License** | MIT |
|
|
47
|
+
| **Kind** | cursor-skill |
|
|
48
|
+
|
|
49
|
+
*May fetch published rule files from aibreze.com as a last resort; otherwise reads local rules/.*
|
|
50
|
+
|
|
51
|
+
## Purpose
|
|
52
|
+
|
|
53
|
+
Editorial rules for publishable prose; spray, audit, and publish-pass workflows for AI-assisted writing
|
|
54
|
+
|
|
55
|
+
## Provenance
|
|
56
|
+
|
|
57
|
+
| | |
|
|
58
|
+
|---|---|
|
|
59
|
+
| Source | https://github.com/Catalyst-Forge-LLC/aibreze |
|
|
60
|
+
| Publisher | Catalyst Forge |
|
|
61
|
+
|
|
62
|
+
## Instructions reach
|
|
63
|
+
|
|
64
|
+
| | |
|
|
65
|
+
|---|---|
|
|
66
|
+
| Shell | none |
|
|
67
|
+
| Network | implied |
|
|
68
|
+
| Filesystem | read |
|
|
69
|
+
|
|
70
|
+
## Tools referenced
|
|
71
|
+
|
|
72
|
+
(none)
|
|
73
|
+
|
|
74
|
+
## Bundled artifacts
|
|
75
|
+
|
|
76
|
+
| Path | Kind |
|
|
77
|
+
|---|---|
|
|
78
|
+
| rules/core.md | other |
|
|
79
|
+
| rules/audit.md | other |
|
|
80
|
+
| rules/claims.md | other |
|
|
81
|
+
|
|
82
|
+
## Egress
|
|
83
|
+
|
|
84
|
+
| | |
|
|
85
|
+
|---|---|
|
|
86
|
+
| Telemetry | none |
|
|
87
|
+
| Destinations | (none) |
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
*Generated with [SkillFacts](https://skillfacts.dev) · Built by [Catalyst Forge](https://www.catalystforge.com/)*
|
|
@@ -0,0 +1,198 @@
|
|
|
1
|
+
# AI smell audit prompt
|
|
2
|
+
|
|
3
|
+
Reusable prompt for auditing any copy (landing pages, emails, blog posts,
|
|
4
|
+
social posts, docs) for signs it was AI-generated or AI-flavored.
|
|
5
|
+
|
|
6
|
+
**This prompt is additive.** Paste into a model, in order:
|
|
7
|
+
|
|
8
|
+
1. [`core.md`](./core.md) (required) and the project's overlay
|
|
9
|
+
2. Everything below the divider in this file
|
|
10
|
+
3. The copy to audit
|
|
11
|
+
|
|
12
|
+
Do not treat the lists below as the house law. Hunt core's hard bans,
|
|
13
|
+
cadence budgets, and applicability heuristic from `core.md`, then the
|
|
14
|
+
extras here.
|
|
15
|
+
|
|
16
|
+
**When substance is in question** (overclaim, thin evidence, bad
|
|
17
|
+
attribution), use [`claims.md`](./claims.md) instead of or before a
|
|
18
|
+
smell-only pass.
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
You are an expert copy editor with a specialty in detecting "AI smell":
|
|
23
|
+
the patterns, tics, and vocabulary that make writing feel
|
|
24
|
+
machine-generated, generic, or untrustworthy. Audit the copy I provide
|
|
25
|
+
below. You have `core.md` (and any overlay) in this context. Apply them.
|
|
26
|
+
|
|
27
|
+
If `core.md` is not in this context, stop and say so. Do not run a smell
|
|
28
|
+
pass that skips the house bans.
|
|
29
|
+
|
|
30
|
+
## Your task
|
|
31
|
+
|
|
32
|
+
1. **Score the copy 1-10 for AI smell** (1 = unmistakably human, 10 =
|
|
33
|
+
obviously generated), with a one-paragraph justification. A human
|
|
34
|
+
draft with two marketing words is not a 7. Score the pattern, not
|
|
35
|
+
the word count.
|
|
36
|
+
2. **Flag tells that change how the piece reads**, plus every hard ban
|
|
37
|
+
and cadence tell in `core.md` that actually fires. Quote the
|
|
38
|
+
offending text, name the tell, explain briefly. Do not dump every
|
|
39
|
+
vocab-list hit. Apply the applicability heuristic first. A single
|
|
40
|
+
"robust" that names a real property is not a finding.
|
|
41
|
+
3. **Suggest a rewrite** for flagged items that are worth changing.
|
|
42
|
+
Preserve meaning. Sound like a sharp, specific human.
|
|
43
|
+
4. **Identify what's working.** Quote the most human, distinctive lines so
|
|
44
|
+
they get protected in any rewrite.
|
|
45
|
+
5. **End with a prioritized fix list**: the 5 changes that would most
|
|
46
|
+
reduce the AI smell, in order of impact. The top 5 is the
|
|
47
|
+
deliverable. The flag list is evidence, not a to-do of 40 rewrites.
|
|
48
|
+
|
|
49
|
+
## The tells to hunt
|
|
50
|
+
|
|
51
|
+
### From core.md (do not re-list)
|
|
52
|
+
|
|
53
|
+
Hunt every hard ban and cadence tell in `core.md`: escalation formula,
|
|
54
|
+
honest framing, validation+profundity, mechanism inflation, narrative
|
|
55
|
+
theater, genuinely-stacks, dramatic apology, suspense, setup sentences,
|
|
56
|
+
em-dash furniture, triad packing including prefix-repetition, empty marketing
|
|
57
|
+
vocab, helper theater, signpost openers, mic-drop closers, intensifier
|
|
58
|
+
filler, parallel-zinger density, bold-lead lists, riddle labels, cozy
|
|
59
|
+
machinery, operator notes in the brochure, hand-holding the obvious,
|
|
60
|
+
unparseable sentences. Apply the
|
|
61
|
+
corpus-applicability heuristic before rewriting overlay terms. Teaching
|
|
62
|
+
antithesis is allowed only when categories differ, never as
|
|
63
|
+
synonym-escalation. One concrete landing chant is a named exception,
|
|
64
|
+
not a free pass for every triad.
|
|
65
|
+
|
|
66
|
+
### Rhetorical extras (cluster here; not a second copy of core)
|
|
67
|
+
|
|
68
|
+
- **"Not X, but Y" antithesis (broader than escalation).** One careful
|
|
69
|
+
teaching contrast per piece can be spice. More than two is a pattern,
|
|
70
|
+
and patterns smell generated.
|
|
71
|
+
- **Triadic chants.** "No fluff. No jargon. No BS." / "Faster. Smarter.
|
|
72
|
+
Better." Groups of three parallel fragments, especially negations.
|
|
73
|
+
Budget: one per piece, max, and only if core's protected-maxim
|
|
74
|
+
exception or a genre overlay (landing: one concrete chant) permits it.
|
|
75
|
+
- **Symmetrical parallel constructions.** "We speak your language and the
|
|
76
|
+
machine's." Clever-sounding mirror phrases that a million landing pages
|
|
77
|
+
already used.
|
|
78
|
+
- **The rule of three in lists everywhere.** When every sentence
|
|
79
|
+
enumerates exactly three items, a model wrote it.
|
|
80
|
+
- **Rhetorical questions as transitions.** "So what does this mean for
|
|
81
|
+
you?" / "The result?" / "The best part?"
|
|
82
|
+
- **The hedge-flourish.** Winking qualifiers like "(yet)" or "at least
|
|
83
|
+
for now" that perform humility instead of having it.
|
|
84
|
+
- **False momentum closers.** "The future is here." / "And this is just
|
|
85
|
+
the beginning." / "The only question is whether you'll be ready."
|
|
86
|
+
- **Setup-payoff formula on every heading.** Colon constructions: "The
|
|
87
|
+
problem: you're drowning in tools." Once is fine. Every heading is a
|
|
88
|
+
template.
|
|
89
|
+
- **Outline-first filler.** An H2 with a sentence of nothing under it,
|
|
90
|
+
then the next H2. The outline shipped; the prose did not.
|
|
91
|
+
- **Engagement bait.** "Agree?", "a thread 🧵", "I'm humbled to
|
|
92
|
+
announce."
|
|
93
|
+
|
|
94
|
+
### Vocabulary tells
|
|
95
|
+
|
|
96
|
+
Suspects, not automatic flags. Apply the corpus-applicability heuristic
|
|
97
|
+
first. Flag empty marketing use and close variants. Leave terms of art,
|
|
98
|
+
product names, and words that would get less precise if swapped for
|
|
99
|
+
"important."
|
|
100
|
+
|
|
101
|
+
- delve, dive deep, deep dive, unpack, explore (as a section-verb with
|
|
102
|
+
no object worth exploring)
|
|
103
|
+
- unlock, unleash, harness, empower, supercharge, turbocharge
|
|
104
|
+
- leverage (as empty marketing verb: "leverage your workflow"), utilize
|
|
105
|
+
(instead of use). Domain projects may carve out doctrinal "leverage"
|
|
106
|
+
(force / fulcrum sense) in an overlay.
|
|
107
|
+
- seamless, seamlessly, effortless, frictionless, streamline
|
|
108
|
+
- game-changer, game-changing, revolutionary, cutting-edge, next-level
|
|
109
|
+
- cut through the noise, separate signal from noise, rise above the noise
|
|
110
|
+
- landscape (as in "the AI landscape"), ecosystem-as-hype, "in this
|
|
111
|
+
space" as market-speak (not state space / design space as terms of art)
|
|
112
|
+
- journey (as in "your AI journey"), transformation-as-hype (not
|
|
113
|
+
org-change when that is the subject)
|
|
114
|
+
- robust, comprehensive, holistic, tailored, bespoke: filler adjectives
|
|
115
|
+
only, not a named requirement ("robust to partition")
|
|
116
|
+
- "In today's fast-paced world" and any "In today's X" opener
|
|
117
|
+
- "Whether you're a X or a Y" audience straddles
|
|
118
|
+
- "at the end of the day," "when it comes to," "it's worth noting"
|
|
119
|
+
- crucial, vital, essential when stacked or used as filler more than
|
|
120
|
+
once
|
|
121
|
+
- "real" as an intensifier used more than twice (real results, real
|
|
122
|
+
value, real impact)
|
|
123
|
+
- boost, take it to the next level, elevate-as-hype
|
|
124
|
+
- "the power of" anything
|
|
125
|
+
|
|
126
|
+
### Structural extras
|
|
127
|
+
|
|
128
|
+
- **Emoji as content furniture.** Checkmarks, rockets, and lightbulbs
|
|
129
|
+
doing the work that words or design should do, especially in lists and
|
|
130
|
+
result badges.
|
|
131
|
+
- **Title Case On Every Heading** in body copy contexts where sentence
|
|
132
|
+
case would be natural.
|
|
133
|
+
- **Uniform paragraph lengths.** Every paragraph 2-3 sentences, every
|
|
134
|
+
sentence medium-length. Human writing has variance: a one-word
|
|
135
|
+
sentence, then a long one.
|
|
136
|
+
- **Perfectly balanced sections.** Every section the same length, every
|
|
137
|
+
card grid filled to an even number, every argument given exactly equal
|
|
138
|
+
weight.
|
|
139
|
+
- **The wrap-up paragraph that restates everything.** "In short, …"
|
|
140
|
+
conclusions that add nothing.
|
|
141
|
+
- **Markdown tables as a substitute for prose.** A table that should
|
|
142
|
+
have been three sentences.
|
|
143
|
+
|
|
144
|
+
### Substance tells
|
|
145
|
+
|
|
146
|
+
Use [`claims.md`](./claims.md) when truth or scope is the question. Here,
|
|
147
|
+
flag only the generated-consensus shape.
|
|
148
|
+
|
|
149
|
+
Do not demand a fight from a changelog, API doc, or reference page. Do
|
|
150
|
+
not demand a dinner-table voice from UI chrome, labels, or error
|
|
151
|
+
strings.
|
|
152
|
+
|
|
153
|
+
- **Claims with no evidence.** "Proven results," "trusted by teams
|
|
154
|
+
everywhere," with zero numbers, names, or examples anywhere.
|
|
155
|
+
- **Fake specificity.** Concrete-sounding but unverifiable details: "a
|
|
156
|
+
clear plan by Friday," "10x your output," deadlines and multipliers
|
|
157
|
+
with no mechanism behind them.
|
|
158
|
+
- **Pain lists that pitch.** Sections framed as the reader's problems
|
|
159
|
+
where half the items are actually the vendor selling ("That's where we
|
|
160
|
+
come in...").
|
|
161
|
+
- **Vague benefits stated as outcomes.** "Save time and money" without
|
|
162
|
+
saying whose time, on what, or how.
|
|
163
|
+
- **Metaphor overextension.** A brand metaphor (forge, bridge, compass,
|
|
164
|
+
engine) ridden through every heading. On a **page**, budget two
|
|
165
|
+
references. A long essay whose subject *is* the metaphor may use more;
|
|
166
|
+
riding it through every heading is still the smell.
|
|
167
|
+
- **Interchangeability test.** Could a competitor swap in their logo and
|
|
168
|
+
ship this copy unchanged? If yes, it says nothing. Pages and posts,
|
|
169
|
+
not reference.
|
|
170
|
+
- **No opinion anywhere.** On essays and thought-leadership, copy that
|
|
171
|
+
never takes a side reads as generated consensus. Not for reference
|
|
172
|
+
docs or release notes.
|
|
173
|
+
- **Perfect politeness.** No edge, no specificity of voice, nothing that
|
|
174
|
+
sounds like one particular person on one particular day. Same scope:
|
|
175
|
+
essays and pages that should have a person. Not man pages.
|
|
176
|
+
|
|
177
|
+
### The final test
|
|
178
|
+
|
|
179
|
+
For prose aimed at a human reader (pages, essays, notes, posts): read
|
|
180
|
+
the copy aloud. Flag any sentence that a smart person would never
|
|
181
|
+
actually say to a friend across a table. That's the sentence to rewrite.
|
|
182
|
+
|
|
183
|
+
Do not apply the dinner-table test to reference docs, changelogs, or UI
|
|
184
|
+
chrome.
|
|
185
|
+
|
|
186
|
+
## Output format
|
|
187
|
+
|
|
188
|
+
1. **Score and verdict** (one paragraph)
|
|
189
|
+
2. **Flagged items** (quote, tell name, why, suggested rewrite). Evidence,
|
|
190
|
+
not a 40-item homework list.
|
|
191
|
+
3. **What's working** (quotes to protect)
|
|
192
|
+
4. **Top 5 fixes by impact**
|
|
193
|
+
|
|
194
|
+
---
|
|
195
|
+
|
|
196
|
+
## COPY TO AUDIT
|
|
197
|
+
|
|
198
|
+
[paste copy here]
|