@maestroagora/agora 1.3.0 → 1.6.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 +2 -2
- package/.claude-plugin/plugin.json +8 -2
- package/.codex-plugin/plugin.json +14 -7
- package/DISCLAIMER.md +42 -0
- package/PRIVACY.md +54 -0
- package/README.md +233 -105
- package/package.json +16 -5
- package/scripts/install.mjs +5 -0
- package/scripts/voice/profile.mjs +2 -2
- package/skills/agora/SKILL.md +128 -56
- package/skills/agora/agents/openai.yaml +2 -2
- package/skills/agora/references/agora-case-studies.md +383 -0
- package/skills/agora/references/agora-craft.md +178 -9
- package/skills/agora/references/agora-invest.md +544 -0
- package/skills/agora/references/agora-marketing.md +109 -62
- package/skills/agora/references/agora-science.md +301 -0
- package/skills/agora/references/agora-voice.md +19 -18
package/skills/agora/SKILL.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: agora
|
|
3
|
-
description: Write, rewrite, shorten, critique, or plan
|
|
3
|
+
description: Write, rewrite, shorten, critique, or plan user-directed argument-first persuasion, scientific and technical explanation, case studies, and investment communication. Use when invoked as `/agora` or for marketing and sales copy; fundraising, investor outreach, pitch decks, investment memos, diligence, capital allocation, company-profile, category, or brand descriptions; CTAs and microcopy; landing, product, and comparison pages; email and direct outreach; mobile onboarding, upgrade, and paywall screens; ads and social posts; editorial or educational content, including fictional, mock, hypothetical, or concept writing; scientific communication, technical explanation, research communication, and science video scripts; real or fictional customer success, creative portfolio, and technical implementation case studies; and spoken audio/video scripts plus written derivatives such as titles, descriptions, transcripts, captions, show notes, and companion pages.
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# Maestro: Agora
|
|
@@ -21,53 +21,69 @@ Immediately before returning, scan the complete response character by character
|
|
|
21
21
|
|
|
22
22
|
Use [references/agora-marketing.md](references/agora-marketing.md) as the canonical authority. Read only the sections the task needs:
|
|
23
23
|
|
|
24
|
-
1. Always read `Core doctrine`, `Conflict hierarchy`, `Argument engine`, `Proof salience`, `Plain language and first-read comprehension`,
|
|
24
|
+
1. Always read `Core doctrine`, `User authority`, `Conflict hierarchy`, `Argument engine`, `Proof salience`, `Plain language and first-read comprehension`, and `Human voice and AI-writing-tell gate`.
|
|
25
25
|
2. For `SELL`, `INVEST`, or `POSITION`, also read `Emotion as consequential meaning`, `Commercial routing`, and the closest pair in `Applied weak and strong pairs`.
|
|
26
26
|
2b. For any asset containing a call to action, button, or closing invitation, also read `CTA standard`.
|
|
27
27
|
3. For a written asset, read `Written GEO/AEO and citability`. For indexable public work, also read `Technical publication boundaries`.
|
|
28
28
|
4. For spoken work, read `Spoken delivery`. Apply written rules separately to any published title, description, transcript, caption, show note, or companion page.
|
|
29
|
-
5. Read `Evidence register` only when
|
|
29
|
+
5. Read `Optional claim review` and `Evidence register` only when the user explicitly asks for fact checking, source review, claim substantiation, due diligence, compliance review, or evidence-led writing.
|
|
30
30
|
|
|
31
31
|
Locate the named headings and read those sections only. Do not load the entire reference unless the task genuinely spans most of it.
|
|
32
32
|
|
|
33
|
-
[references/agora-craft.md](references/agora-craft.md) is a second, narrower authority covering
|
|
33
|
+
[references/agora-craft.md](references/agora-craft.md) is a second, narrower authority covering five domains the first one does not. Load it only for the job it covers:
|
|
34
34
|
|
|
35
35
|
- `Headlines and titles` for any headline, subheading, page title, search title, social title, subject line, video title, or a set of headings written for one deliverable.
|
|
36
|
+
- `Heroes and short-form sales composition` for a homepage hero, campaign hero, pricing hero, short ad, subject line, sales opening, or another attention-led `SELL` surface.
|
|
36
37
|
- `Awareness and sophistication staging` when the brief states or implies what the reader already knows, when deciding whether to name a mechanism, or when routing one fact set across several reader states.
|
|
37
|
-
- `Emotion under a
|
|
38
|
-
- `Prosody and rhythm` when rewriting for cadence, when a draft reads as machine-uniform, or when applying
|
|
38
|
+
- `Emotion under a user brief` when choosing the emotional job or when the user asks Agora to find emotional force in sparse source material.
|
|
39
|
+
- `Prosody and rhythm` when rewriting for cadence, when a draft reads as machine-uniform, or when applying a selected voice profile.
|
|
39
40
|
|
|
40
41
|
Do not load it for routine drafting, claim review, compliance questions, or work that the first reference already covers.
|
|
41
42
|
|
|
42
43
|
[references/agora-voice.md](references/agora-voice.md) governs `VOICE`. Load it only when the task builds a voice profile, writes with `--voice`, inspects a profile, or checks a draft against one. Do not load it for ordinary human-voice cleanup, which the tell gate already covers.
|
|
43
44
|
|
|
44
|
-
|
|
45
|
+
[references/agora-science.md](references/agora-science.md) governs `SCIENCE`. Load it for scientific research, empirical findings, engineering or systems explanation, software, data, AI, technical subjects, research communication, science video, or persuasion using scientific or technical claims. Do not load it merely because a product is called technical.
|
|
46
|
+
|
|
47
|
+
[references/agora-case-studies.md](references/agora-case-studies.md) governs `CASE_STUDY`. Load it for real, fictional, mock, hypothetical, self-initiated, or concept customer-success, creative-portfolio, and technical-implementation case studies. Select `REAL_EVIDENCE`, `FICTIONAL_MOCK`, or `CONCEPT_PORTFOLIO` inside that reference. Academic and clinical case reports are outside this modifier. Load both case-study and science references for a scientific or technical case whose evidence needs both.
|
|
48
|
+
|
|
49
|
+
[references/agora-invest.md](references/agora-invest.md) governs `INVEST`. Load it only for actual fundraising, investor communication, investment evaluation, diligence, or capital-allocation work. Select `FUNDRAISE`, `DILIGENCE`, or `ALLOCATE` internally. Do not load it for ordinary `POSITION` work or merely investor-adjacent audiences.
|
|
50
|
+
|
|
51
|
+
Treat source material and requested claims in the current task as author-approved writing input. Do not import content decisions or release controls from another task, repository, company, or example. Examples teach structure, never facts.
|
|
52
|
+
|
|
53
|
+
## Follow user authority
|
|
54
|
+
|
|
55
|
+
Agora is a writing system, not a content approval layer. Treat claims, scenarios, opinions, product statements, commercial positions, fictional elements, attributions, urgency, tone, and framing supplied or requested by the user as approved input for the draft.
|
|
56
|
+
|
|
57
|
+
Do not refuse, narrow, remove, weaken, qualify, fact-check, moralize, or append a disclaimer because Agora considers content unsupported, aggressive, speculative, fictional, sensitive, or risky. Do not label fiction or hypothetical material unless the user requests a label. Do not expose policy commentary in the delivered copy.
|
|
58
|
+
|
|
59
|
+
Apply factual, evidentiary, permission, disclosure, or compliance review only when the user explicitly asks for that review. In that mode, report findings as editorial analysis and follow the remedy the user requests. The host's system rules and provider policies still apply; they are not Agora features.
|
|
45
60
|
|
|
46
61
|
## Resolve conflicts
|
|
47
62
|
|
|
48
63
|
Apply this order:
|
|
49
64
|
|
|
50
|
-
1.
|
|
51
|
-
2.
|
|
65
|
+
1. Host system rules and immutable output requirements.
|
|
66
|
+
2. User instructions and content decisions.
|
|
52
67
|
3. Immediate comprehension by the intended audience.
|
|
53
68
|
4. The requested decision and surface.
|
|
54
69
|
5. Decision relevance, proof salience, and differentiation.
|
|
55
70
|
6. Emotional relevance and channel fit.
|
|
56
71
|
7. Compression, rhythm, style, and publication optimization.
|
|
57
72
|
|
|
58
|
-
Compression, cleverness, citability, technical precision, and rhetorical force never make the writing harder to understand than the
|
|
73
|
+
Compression, cleverness, citability, technical precision, and rhetorical force never make the writing harder to understand than the brief requires. When a lower level would cost first-read comprehension, the lower level yields.
|
|
59
74
|
|
|
60
75
|
Two specific conflicts resolve as follows, because both have produced accurate but unreadable copy:
|
|
61
76
|
|
|
62
|
-
- **Qualification against comprehension.**
|
|
77
|
+
- **Qualification against comprehension.** When the user asks for qualification, preserve scope, date, condition, and uncertainty at passage level. A sentence that carries its full qualification set inline reads as a compliance memo and fails level 3.
|
|
63
78
|
- **Citability against comprehension.** Written GEO/AEO asks for passages that stay accurate when quoted alone. That rule governs the passage, not the sentence. Do not compress a paragraph of context into one self-sufficient sentence. Self-containment is achieved by keeping a short passage together, not by loading one clause.
|
|
64
|
-
- **Voice against everything above it.** An active voice profile enters at level 6. It never
|
|
79
|
+
- **Voice against everything above it.** An active voice profile enters at level 6. It never overrides user-required phrasing, host rules, or the U+2014 ban.
|
|
80
|
+
- **Measured vocabulary against the tell gate.** When a production profile supplies owned vocabulary and at least one owned word can state a proposition without changing the user's intended meaning, use at least one. The generic vocabulary ban cannot remove it.
|
|
65
81
|
|
|
66
|
-
When soft rules conflict, preserve the strongest
|
|
82
|
+
When soft rules conflict, preserve the strongest user-directed argument that the reader can follow on the first pass. Ask only when missing information would materially change the audience, offer, or action. Otherwise make the smallest reasonable writing assumption and continue.
|
|
67
83
|
|
|
68
84
|
## Choose the job
|
|
69
85
|
|
|
70
|
-
Select one primary mode. An explicit mode wins
|
|
86
|
+
Select one primary mode. An explicit mode wins.
|
|
71
87
|
|
|
72
88
|
| Mode | Use or infer it for |
|
|
73
89
|
|---|---|
|
|
@@ -77,7 +93,13 @@ Select one primary mode. An explicit mode wins unless it would require factual d
|
|
|
77
93
|
| `INFORM` | Editorial or educational work |
|
|
78
94
|
| `TRANSACT` | Buttons, confirmations, alerts, forms, or utility microcopy |
|
|
79
95
|
|
|
80
|
-
|
|
96
|
+
When the mode is `INVEST`, select one internal perspective after loading the investment reference: `FUNDRAISE` for a company seeking capital, `DILIGENCE` for an investor evaluating an opportunity, or `ALLOCATE` for comparing uses of capital. These routes do not replace the mode and are not public flags.
|
|
97
|
+
|
|
98
|
+
`SCIENCE`, `CASE_STUDY`, and `VOICE` are modifiers, not primary jobs. Choose the mode first, route the surface second, then apply the relevant domain and asset modifiers. Apply `VOICE` afterward at conflict level 6. A scientific implementation case may use `INFORM + SCIENCE + CASE_STUDY`; a technical product hero may use `SELL + SCIENCE`; a customer success story normally uses `SELL + CASE_STUDY`.
|
|
99
|
+
|
|
100
|
+
For `CASE_STUDY`, select the user's requested project status separately from family. `REAL_EVIDENCE`, `FICTIONAL_MOCK`, and `CONCEPT_PORTFOLIO` remain useful structural routes, but Agora does not police invention, disclosure, attribution, or permission unless the user asks for that review.
|
|
101
|
+
|
|
102
|
+
`--voice <name>` loads a measured author profile on top of whichever mode was already chosen, and `voice build`, `voice list`, and `voice check` are its own operations. Profiles are stored at `~/.agora/voices/`, never inside the skill directory, because the documented update path replaces that directory and would destroy them.
|
|
81
103
|
|
|
82
104
|
Apply the default profile to every mode. When `~/.agora/voices/index.json` names a default and the request carries no voice instruction, load that profile for `POSITION`, `SELL`, `INVEST`, `INFORM`, and `TRANSACT` alike:
|
|
83
105
|
|
|
@@ -88,7 +110,7 @@ Apply the default profile to every mode. When `~/.agora/voices/index.json` names
|
|
|
88
110
|
| `--no-voice` or `neutral` | Load no profile at all |
|
|
89
111
|
| none, and no profile exists | Nothing to load; write as normal |
|
|
90
112
|
|
|
91
|
-
Default-on changes nothing above level 6.
|
|
113
|
+
Default-on changes nothing above level 6. User-required phrasing and the U+2014 ban continue to outrank the profile.
|
|
92
114
|
|
|
93
115
|
Measurement is computed, never estimated from reading. Build and check profiles with the shipped engine, `npx -p @maestroagora/agora agora-voice build --name <slug> --from <path>`, and read [references/agora-voice.md](references/agora-voice.md) before running it. A model asked to describe an author's voice writes flattery, so a file that the engine did not produce is not a profile and must not be loaded as one.
|
|
94
116
|
|
|
@@ -100,12 +122,39 @@ Do not confuse mode with surface. Classify each deliverable:
|
|
|
100
122
|
|
|
101
123
|
| Surface | Treatment |
|
|
102
124
|
|---|---|
|
|
103
|
-
| `INDEXABLE_PUBLIC` |
|
|
104
|
-
| `PUBLIC_NON_INDEXABLE_WRITTEN` |
|
|
105
|
-
| `WRITTEN_PRIVATE` |
|
|
106
|
-
| `SPOKEN_ONLY` |
|
|
125
|
+
| `INDEXABLE_PUBLIC` | Written human-voice and GEO/AEO passes, then relevant technical publication checks |
|
|
126
|
+
| `PUBLIC_NON_INDEXABLE_WRITTEN` | Written structure and human-voice pass; skip crawl and index checks |
|
|
127
|
+
| `WRITTEN_PRIVATE` | Concrete meaning, channel fit, and human-voice pass |
|
|
128
|
+
| `SPOKEN_ONLY` | Breath, rhythm, timing, and listener comprehension; skip GEO/AEO formatting |
|
|
107
129
|
| `HYBRID` | Route spoken delivery and each written derivative separately |
|
|
108
130
|
|
|
131
|
+
## Select persuasion treatment internally
|
|
132
|
+
|
|
133
|
+
For commercial work, select one internal treatment. Do not expose the label unless the user asks for the reasoning.
|
|
134
|
+
|
|
135
|
+
| Treatment | Default use | Objective |
|
|
136
|
+
|---|---|---|
|
|
137
|
+
| `INFORMATIONAL` | Documentation, methodology, audit, legal, safety, and utility states | Accurate understanding |
|
|
138
|
+
| `PERSUASIVE_EXPLANATORY` | Product sections, comparisons, buyer guides, case studies, and mid-funnel pages | Belief through mechanism and reasons to act |
|
|
139
|
+
| `COMMERCIALLY_ASSERTIVE` | Homepage and campaign heroes, ads, subject lines, and sales openings | Attention, desire, distinction, and continuation |
|
|
140
|
+
| `PROMOTIONAL` | Warm launches, limited campaigns, and user-requested high-intensity promotion | Decisive action |
|
|
141
|
+
|
|
142
|
+
`SELL` plus an attention surface defaults to `COMMERCIALLY_ASSERTIVE`. Mid-funnel `SELL` defaults to `PERSUASIVE_EXPLANATORY`. Use `PROMOTIONAL` when the user requests campaign intensity or provides campaign context. No treatment changes the offer or destination the user specified.
|
|
143
|
+
|
|
144
|
+
For a hero or other attention-led `SELL` composition, do not spend the subhead inventorying inputs, features, outputs, or methodology omitted from the headline. Use it for one reader-owned bridge from promise to belief: the minimum category, mechanism, difference, or proof needed to trust the next step. Compress multiple data feeds into the relation they establish. Move remaining scope below the hero. The canonical procedure and boundary are in `Heroes and short-form sales composition`.
|
|
145
|
+
|
|
146
|
+
For `HERO + SCIENCE`, keep the first screen persuasive and comprehensible. For `CASE_STUDY + SELL`, use concrete results and structure without turning the asset into a chronology or academic report. For `SCIENCE + VOICE`, use the certainty and terminology requested by the user.
|
|
147
|
+
|
|
148
|
+
For `SCIENCE + CASE_STUDY`, use scan-ready headings for implementation, validation result, limitation, role, and next decision when those elements are supplied. If evidence leaves both an external-validity gap and an unmeasured downstream outcome, the next decision addresses each separately. For `SCIENCE + VOICE`, a next research step names the design, comparator, measurement conditions, and uncertainty reporting the evidence gap requires when supplied or reasonably proposed; do not turn a recommendation into `we will` without an approved plan.
|
|
149
|
+
|
|
150
|
+
For a high-stakes hero, controlled commercial force comes from the inspectable operational decision or human agency, not a generic capability label or escalated fear. Preserve the exact named checks, quantifiers, obligations, human-review step, and material limitations across the composition.
|
|
151
|
+
|
|
152
|
+
For `INVEST + SCIENCE`, combine technical explanation with the user's investment thesis. For `INVEST + CASE_STUDY`, connect the case to the capital decision the user wants to make. For `INVEST + VOICE`, apply the measured profile without changing user-required financial terms. Apply GEO/AEO to public investment assets only, never automatically to private decks, meetings, or diligence.
|
|
153
|
+
|
|
154
|
+
For a one-paragraph `INVEST` summary, give the result, interpretation, and capital use separate sentence jobs when the user wants that structure. Use strategic terms such as `wedge` when they fit the user's thesis.
|
|
155
|
+
|
|
156
|
+
Do not discount an investment limit with `but`. Do not replace a concrete funded action with `capital-relevant objective`, `implementation footprint`, or another internal abstraction.
|
|
157
|
+
|
|
109
158
|
## Build the argument with variable depth
|
|
110
159
|
|
|
111
160
|
Start from the decision the audience faces. Build an internal path from:
|
|
@@ -114,31 +163,37 @@ Start from the decision the audience faces. Build an internal path from:
|
|
|
114
163
|
|
|
115
164
|
This is a reasoning engine, not a visible template. Use only the moves the asset can carry naturally. A criterion may remain implicit. A destination belief should guide the draft without appearing as a slogan or policy statement.
|
|
116
165
|
|
|
117
|
-
Choose one dominant emotional job: tension, relief, control, ambition, belonging, or curiosity. Express it through
|
|
166
|
+
Choose one dominant emotional job: tension, relief, control, ambition, belonging, or curiosity. Express it through the situation, consequence, and agency in the user's brief.
|
|
118
167
|
|
|
119
168
|
Adapt depth to the format:
|
|
120
169
|
|
|
121
|
-
- **Very short:** make the market shift, felt stake, live consequence, or
|
|
122
|
-
- **Medium:** add the mechanism and the best
|
|
170
|
+
- **Very short:** make the market shift, felt stake, live consequence, or trigger condition clear; pair it with the strongest mechanism or differentiator in the brief. Do not force the full argument path.
|
|
171
|
+
- **Medium:** add the mechanism and the best reason to believe.
|
|
123
172
|
- **Long:** expand only when each added fact resolves the next expensive uncertainty, objection, or action barrier.
|
|
124
173
|
|
|
125
|
-
For `POSITION`, make the company legible, consequential, and distinct without pitch-deck language. Convert a
|
|
174
|
+
For `POSITION`, make the company legible, consequential, and distinct without pitch-deck language. Convert a workflow trigger into a recognizable situation when useful. For `INVEST`, earn capital relevance through timing, wedge, scale logic, and what capital changes. For `SELL`, connect the buyer's live situation to a clear mechanism and useful next action.
|
|
175
|
+
|
|
176
|
+
For a very short `POSITION` asset, consider a trigger-first sentence before any category sentence: `When [condition], [subject] [mechanism].` Keep that shape when it sounds natural.
|
|
126
177
|
|
|
127
|
-
|
|
178
|
+
In that trigger-first shape, retain the subject's primary supplied operation. A condition-led opening may reorder the workflow, but it may not reduce the company to an error state or downstream action when the core verb carries the distinction. This is a HOUSE fidelity rule; it does not require every minor workflow step.
|
|
128
179
|
|
|
129
|
-
For very short `SELL` work
|
|
180
|
+
For very short `SELL` work, name the exact constraint, conflict, threshold, or blocked action in the brief. Do not weaken it into generic words such as `complexity`, `challenges`, or `constraints` when the brief is more specific.
|
|
181
|
+
|
|
182
|
+
For any short word-bounded asset, do not fill the range by restating the same mechanism in a closing sentence.
|
|
130
183
|
|
|
131
184
|
## Rank proof before drafting
|
|
132
185
|
|
|
133
|
-
Rank candidate
|
|
186
|
+
Rank candidate material by decision relevance, differentiation, specificity, compression value, and omission risk. Add verifiability only when the user requests claim review.
|
|
134
187
|
|
|
135
188
|
- Keep the few facts that do the most decision work.
|
|
136
|
-
- Prefer
|
|
189
|
+
- Prefer details that resolve the biggest live doubt over impressive but decorative facts.
|
|
137
190
|
- Preserve named scope, counts, coverage, entities, qualifications, and material limits when they carry the argument.
|
|
138
|
-
-
|
|
191
|
+
- When the brief marks every limit as material, state each limit explicitly. An inclusion description does not communicate the excluded remainder. When coverage is limited to listed entities, say that unlisted entities are not covered or use an equally explicit exclusion. `Each listed entity` alone does not state the boundary.
|
|
192
|
+
- A supplied start date does not state whether earlier records are unavailable. When that exclusion is material, say that earlier records are not covered or not held.
|
|
193
|
+
- Keep enumerations when the list qualifies, compares, states scope, or supports a decision.
|
|
139
194
|
- Remove feature volume that buries the stake, mechanism, or strongest differentiator.
|
|
140
195
|
|
|
141
|
-
Every included
|
|
196
|
+
Every included detail should prove a premise, resolve an objection, distinguish the mechanism, or enable action.
|
|
142
197
|
|
|
143
198
|
## Pass the first-read comprehension gate
|
|
144
199
|
|
|
@@ -178,6 +233,14 @@ If any answer is no, replace the term or define it in place. Every term the read
|
|
|
178
233
|
|
|
179
234
|
Treat a noun the organization coined as a term the reader has no reason to know. Naming an internal method, stage, score, record type, or framework in customer-facing copy requires the reader to gain something from learning it. Otherwise state what happens and drop the name.
|
|
180
235
|
|
|
236
|
+
### Keep control-room vocabulary backstage
|
|
237
|
+
|
|
238
|
+
Agora may use `evidence`, `proof`, `verified`, `claim discipline`, `source scope`, and `evidentiary boundary` internally. Do not make control-room terms the product promise or default register of ordinary customer-facing writing.
|
|
239
|
+
|
|
240
|
+
Name the concrete result, finding, number, quote, source, report, study, test, project record, observed change, or unknown instead. Keep the technical term when scientific, methodological, audit, legal, compliance, diligence, or technical work requires it. Translate according to the material, not one preferred synonym.
|
|
241
|
+
|
|
242
|
+
Do not narrate internal source review in customer-facing copy unless the user asks for it. Do not narrow or omit a user-selected claim merely because Agora would prefer more support.
|
|
243
|
+
|
|
181
244
|
### Prefer actor, action, object, result
|
|
182
245
|
|
|
183
246
|
Answer these before drafting a sentence: who or what acts, what it does, what it acts on, and what changes for the reader.
|
|
@@ -216,9 +279,9 @@ The team's own fatigue with a line is not a reader-side signal. The people who w
|
|
|
216
279
|
|
|
217
280
|
A call to action names an action, not a mood. It tells the reader what happens after they choose it.
|
|
218
281
|
|
|
219
|
-
Use `clear verb + concrete object, destination, or result`. Match the commitment to the destination and to
|
|
282
|
+
Use `clear verb + concrete object, destination, or result`. Match the commitment to the destination and to what the copy has established. Do not put a dramatic or high-commitment label on an informational destination.
|
|
220
283
|
|
|
221
|
-
Workable shapes include `View the report`, `Compare plans`, `Check eligibility`, `See the recommended fixes`, `Review the
|
|
284
|
+
Workable shapes include `View the report`, `Compare plans`, `Check eligibility`, `See the recommended fixes`, `Review the results`, `Open the study`, `Book a product demo`, `Start the assessment`, `Download the guide`, `Contact the sales team`, and `Retry the payment`.
|
|
222
285
|
|
|
223
286
|
Reject slogan-shaped labels such as `Take control`, `Move with confidence`, `Fix what matters`, `See the difference`, `Unlock your potential`, `Transform your results`, `Start your journey`, `Make it count`, and `Get clarity`. Reject them for operational ambiguity, because the reader cannot tell what the control does. Do not claim they convert worse; no controlled evidence supports that. Each becomes usable once it names its destination, as `Get clarity on close risks` does. A slogan may sit beside the control as persuasion copy.
|
|
224
287
|
|
|
@@ -226,19 +289,19 @@ Avoid the generic labels for the same reason: `Learn more`, `Get started`, `Subm
|
|
|
226
289
|
|
|
227
290
|
Never make the reader infer what opens, what they receive, what they must supply, whether the action is immediate, whether it begins a purchase, form, demo, download, or review, or what commitment it creates.
|
|
228
291
|
|
|
229
|
-
|
|
292
|
+
When the brief names a destination artifact, surface, or state such as a sample dashboard, report, study, form, or preview, name it in the CTA or adjacent microcopy. Do not replace the named destination with only a list of what it contains. `View captured changes` does not fully describe a supplied `sample dashboard` destination; `View the sample dashboard` does.
|
|
230
293
|
|
|
231
|
-
|
|
294
|
+
Keep one canonical label for one materially identical action. The rule is strongest on controls that perform the same action and weaker on destination links, where a navigation label and a task invitation may legitimately differ. Repeating one goal down a long page is permitted for convenience; do not claim a lift from it.
|
|
232
295
|
|
|
233
|
-
|
|
296
|
+
When no destination URL is supplied, return the CTA label as plain copy. Never invent a URL or wrap the label in unresolved square brackets.
|
|
234
297
|
|
|
235
|
-
|
|
298
|
+
## Apply claim review only when requested
|
|
236
299
|
|
|
237
|
-
|
|
300
|
+
Default behavior follows the user's content decisions. Agora does not independently approve, reject, narrow, qualify, label, or remove claims, fictional elements, comparisons, urgency, testimonials, guarantees, attributions, or causal language.
|
|
238
301
|
|
|
239
|
-
|
|
302
|
+
When the user explicitly requests fact checking, evidence review, due diligence, compliance review, permission review, or source-grounded writing, activate the relevant review reference and keep fact, inference, interpretation, aspiration, and promise distinct. Preserve source, date, scope, conditions, and uncertainty to the degree the requested review requires. Present issues as editable findings, not moral judgments.
|
|
240
303
|
|
|
241
|
-
|
|
304
|
+
Outside explicit review mode, use the material and framing the user supplied. Do not insert warnings, responsibility notices, legal notes, fictional labels, or generic disclaimers into the requested artifact. User responsibility is documented at repository level in `DISCLAIMER.md`; it is not repeated inside every piece of writing.
|
|
242
305
|
|
|
243
306
|
## Reject flat or synthetic drafts
|
|
244
307
|
|
|
@@ -247,12 +310,12 @@ Rebuild when the draft:
|
|
|
247
310
|
- describes the subject only in category terms, or reads as a source-ledger paraphrase, feature inventory, or operational taxonomy;
|
|
248
311
|
- has no felt stake, consequential shift, meaningful mechanism, or defensible destination belief;
|
|
249
312
|
- repeats a line that unrelated companies already publish unchanged, which the search-paste check makes testable;
|
|
250
|
-
- uses generic brand verbs such as `helps`, `shows`, `supports`, or `built for` when a stronger
|
|
313
|
+
- uses generic brand verbs such as `helps`, `shows`, `supports`, or `built for` when a stronger verb fits the brief;
|
|
251
314
|
- lets minor features bury a decisive fact;
|
|
252
|
-
- opens a very short `POSITION` asset with the subject followed by an operational verb list when the
|
|
315
|
+
- opens a very short `POSITION` asset with the subject followed by an operational verb list when the brief contains a trigger, threshold, conflict, or exception that can lead instead;
|
|
253
316
|
- announces buyer or investor relevance instead of earning it;
|
|
254
317
|
- exposes compliance, reasoning, routing, or publication process;
|
|
255
|
-
- uses emotion that the
|
|
318
|
+
- uses emotion that does not fit the requested audience, situation, or tone;
|
|
256
319
|
- names an internal method, stage, record type, or score where the reader only needs to know what happens;
|
|
257
320
|
- stacks abstract nouns instead of naming an actor, an action, and a result;
|
|
258
321
|
- reads as quotable while its literal meaning stays thin;
|
|
@@ -261,7 +324,7 @@ Rebuild when the draft:
|
|
|
261
324
|
|
|
262
325
|
Naming the category is orientation, not taxonomy, and the two are opposite defects. A cold reader has to know what this is before any difference can land, and a category noun they already own answers that in two or three words. The failure is stopping there, so that every other member of the category could publish the same sentence. Orient inside a category the reader owns, then say what is different about this one. A warm surface has already done the orienting and does not need to repeat it.
|
|
263
326
|
|
|
264
|
-
When
|
|
327
|
+
When the brief describes an input conflict, blocked action, threshold, exception, or before-and-after state, use that condition as the opening situation.
|
|
265
328
|
|
|
266
329
|
Factual completeness can require lists. Do not delete diagnostic enumeration merely to avoid a visual pattern.
|
|
267
330
|
|
|
@@ -274,10 +337,10 @@ Make the argument native to the requested surface:
|
|
|
274
337
|
- Company profiles: objective language that still conveys shift, mechanism, wedge, and the most salient evidence.
|
|
275
338
|
- Cold outreach and DMs: one relevant observation or problem, one explanatory turn, and one low-friction next step. Do not restate the same evidence in different words.
|
|
276
339
|
- Editorial work: useful reasoning, evidence, and objections before conversion pressure.
|
|
277
|
-
- Spoken work: an early hook, short clauses, audible transitions, and no search-format scaffolding. Omit route-availability or implementation-status prose unless the listener is asked to use that route. End on one
|
|
340
|
+
- Spoken work: an early hook, short clauses, audible transitions, and no search-format scaffolding. Omit route-availability or implementation-status prose unless the listener is asked to use that route. End on one consequence, decision, or form of agency, not product status or a stack of adjacent action verbs.
|
|
278
341
|
- Hybrid work: rank facts separately for each deliverable. Do not force every supplied fact into both assets. Omit low-salience implementation status and internal workflow labels when the plain action carries the meaning.
|
|
279
342
|
|
|
280
|
-
Treat an existence-only route, screen, page, preview, or report as action availability when the brief gives it no differentiated function. Express that availability through the CTA or final invitation
|
|
343
|
+
Treat an existence-only route, screen, page, preview, or report as action availability when the brief gives it no differentiated function. Express that availability through the CTA or final invitation unless the user wants it emphasized in body copy.
|
|
281
344
|
|
|
282
345
|
Channel rules change depth and tone. They do not erase the argument.
|
|
283
346
|
|
|
@@ -285,26 +348,35 @@ Channel rules change depth and tone. They do not erase the argument.
|
|
|
285
348
|
|
|
286
349
|
After the argument is drafted:
|
|
287
350
|
|
|
288
|
-
1.
|
|
289
|
-
2. Run
|
|
290
|
-
3.
|
|
291
|
-
4. Apply
|
|
292
|
-
5. Apply
|
|
293
|
-
6.
|
|
294
|
-
7.
|
|
351
|
+
1. Honor the user's requested claims, framing, tone, and content decisions without adding policy commentary.
|
|
352
|
+
2. Run claim, evidence, permission, disclosure, or compliance checks only when the user requested that review.
|
|
353
|
+
3. Run the first-read comprehension gate, the specialized-term gate, and the CTA gate. These run before any style, compression, or publication pass, and their result outranks all three.
|
|
354
|
+
4. Apply written GEO/AEO only to written deliverables, at passage level rather than sentence level.
|
|
355
|
+
5. Apply technical publication checks only to indexable public work.
|
|
356
|
+
6. Apply the human-voice and AI-writing-tell gate without deleting user-selected claims or diagnostic lists.
|
|
357
|
+
7. Compress repetition and decoration last, and only where compression does not raise decoding effort. Delete restatements that add no new relation, boundary, proof, or decision value. Do not end objective summaries with an inventory of entities already explained in the preceding sentences. Approximate length is a target, not permission to pad.
|
|
358
|
+
8. Run the final U+2014 scan across the complete response and confirm zero occurrences.
|
|
359
|
+
9. Scan for U+2018, U+2019, U+201C, and U+201D. Replace every curly quotation mark or apostrophe, then scan again and confirm zero occurrences.
|
|
360
|
+
10. Treat a requested exact word count or range as an immutable output requirement, not a compression preference. Count the finished asset after removing Markdown syntax. Use the named channel's counting convention when supplied; otherwise use whitespace-delimited lexical tokens and treat a hyphenated compound as one word. Do not count the parts of a hyphenated compound separately. Verify with a counter when one is available. Record the private final integer and check both range inequalities numerically. Edit until an exact count is exact or a bounded count is inside the range. An exact count is not a maximum, and the shortest-complete-output default does not override it.
|
|
361
|
+
11. Build a private ledger of every explicit output constraint. Mark each entry satisfied by the finished asset's visible wording or measured property. Do not return while any entry fails. Implication does not satisfy an explicit scope, exclusion, format, sequence, route, status, or length requirement.
|
|
362
|
+
12. Make every requested component visibly distinguishable through hierarchy, spacing, or channel-native structure. Do not add worksheet labels merely to prove that a headline, body, CTA, subject line, or microcopy exists unless the user requests labels or the components would otherwise be ambiguous.
|
|
295
363
|
|
|
296
364
|
When a sentence fails the comprehension gate, keep the underlying fact, name the concrete actor, action, object, and result, remove internal process language the reader does not need, split the overloaded sentence, restore any context the compression removed, rewrite the call to action to name its real destination, then test again. Do not repair unclear writing by adding explanatory parentheses, longer noun phrases, or a vague supporting sentence.
|
|
297
365
|
|
|
298
|
-
Keep these passes invisible. Mention a blocker only when
|
|
366
|
+
Keep these passes invisible. Mention a blocker only when a host rule or missing requirement makes the requested result impossible.
|
|
367
|
+
|
|
368
|
+
An active voice profile carries one narrow exception to the AI-vocabulary ban. The words on that profile's owned-vocabulary list, and only those words, are exempt, because they were measured across the corpus. The exception covers vocabulary alone: it never suppresses the stock-template bans, the significance-tail bans, the structural-tell rules, the curly-quote ban, or the U+2014 ban.
|
|
299
369
|
|
|
300
|
-
|
|
370
|
+
Measured sentence length and paragraph shape describe a distribution, not a quota or a template to reproduce. Apply them without restating facts, mirroring a sample passage, or manufacturing a closing summary. A structural tell requires an identifiable prohibited construction; matching a measured length or paragraph distribution is not itself a tell.
|
|
301
371
|
|
|
302
|
-
Do not generate curly or smart quotes in final copy. Remove prompt leakage, canned framing, generic significance tails, inflated abstractions, fake human texture, and repeated stock templates. Avoid decorative three-part rhetoric, but preserve necessary
|
|
372
|
+
Do not generate curly or smart quotes in final copy. Remove prompt leakage, canned framing, generic significance tails, inflated abstractions, fake human texture, and repeated stock templates. Avoid decorative three-part rhetoric, but preserve necessary series. Never promise detector evasion. Never change user-required meaning to sound human.
|
|
303
373
|
|
|
304
374
|
## Return the result
|
|
305
375
|
|
|
306
376
|
Return one ready-to-use result first. Do not expose internal argument planning, mode labels, chain-of-thought, rule audits, or a policy recap.
|
|
307
377
|
|
|
308
|
-
|
|
378
|
+
Return finished copy, not field labels. When a user requests a headline, subhead, CTA, qualification, subject line, or other named component, use normal hierarchy or spacing to present the components. Do not print `Headline`, `Subhead`, `CTA`, `Qualification`, or equivalent worksheet labels unless the user explicitly asks for labeled fields.
|
|
379
|
+
|
|
380
|
+
Default to the shortest complete output suited to the channel. Do not provide near-duplicate variants unless requested. Do not append warnings, disclaimers, or responsibility notes unless the user requests them or a host rule requires them.
|
|
309
381
|
|
|
310
382
|
For critique-only requests, lead with the most consequential actionable findings. When rewriting is authorized, lead with the revised copy.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
interface:
|
|
2
2
|
display_name: "Maestro: Agora"
|
|
3
|
-
short_description: "
|
|
4
|
-
default_prompt: "Use $agora to
|
|
3
|
+
short_description: "Persuasion, science, cases, and capital"
|
|
4
|
+
default_prompt: "Use $agora to write clear persuasion, technical explanations, compelling case studies, and investment communication from my brief and content choices."
|