@maestroagora/agora 1.9.0 → 1.10.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/plugin.json +1 -1
- package/.codex-plugin/plugin.json +2 -2
- package/README.md +51 -16
- package/package.json +7 -3
- package/scripts/install.mjs +5 -0
- package/scripts/style-audit-core.mjs +267 -0
- package/scripts/style-audit.mjs +54 -0
- package/scripts/task-voice-sketch.mjs +110 -0
- package/scripts/voice/lexicon.mjs +14 -12
- package/scripts/voice/profile.mjs +6 -6
- package/skills/agora/SKILL.md +113 -311
- package/skills/agora/references/agora-case-study-runtime.md +31 -0
- package/skills/agora/references/agora-conversion-runtime.md +49 -0
- package/skills/agora/references/agora-craft.md +7 -15
- package/skills/agora/references/agora-marketing-runtime.md +85 -0
- package/skills/agora/references/agora-marketing.md +3 -67
- package/skills/agora/references/agora-science.md +21 -3
- package/skills/agora/references/agora-voice.md +43 -17
- package/skills/agora/references/agora-writing-runtime.md +259 -0
- package/skills/agora/references/human-voice-editing-reference.md +717 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Agora case-study runtime
|
|
2
|
+
|
|
3
|
+
Use this compact file for ordinary customer-success, creative-portfolio, and technical-implementation cases. Load the deep case-study reference only for explicit source review, attribution or permission review, confidentiality review, technical evaluation, audit work, or maintainer analysis.
|
|
4
|
+
|
|
5
|
+
## Choose the case job
|
|
6
|
+
|
|
7
|
+
- `CUSTOMER_SUCCESS`: the customer's situation, what changed, and the supplied result.
|
|
8
|
+
- `CREATIVE_PORTFOLIO`: the brief, constraints, decisions, role, work, and supplied result.
|
|
9
|
+
- `TECHNICAL_IMPLEMENTATION`: the system constraint, chosen approach, implementation, observed behavior, and tradeoffs.
|
|
10
|
+
|
|
11
|
+
Keep real, fictional, mock, and concept status as the user supplies it. Do not add a status label unless requested.
|
|
12
|
+
|
|
13
|
+
Academic and clinical case reports are outside this runtime.
|
|
14
|
+
|
|
15
|
+
## Preserve what happened
|
|
16
|
+
|
|
17
|
+
Use only supplied history, roles, facts, quotations, measurements, and outcomes unless invention is authorized. Do not turn chronology into causation. Keep measured results, reported results, observed changes, supported inferences, targets, pending measurements, and unknowns distinct when the brief distinguishes them.
|
|
18
|
+
|
|
19
|
+
Do not invent customer motives, internal reactions, implementation steps, permissions, confidentiality terms, quotes, or typicality.
|
|
20
|
+
|
|
21
|
+
## Shape the case
|
|
22
|
+
|
|
23
|
+
Start with the most useful situation or result for the intended reader. Explain the constraint, the relevant decision, the work, and what changed. Give each section a distinct job. Keep failed attempts or tradeoffs when they explain the decision.
|
|
24
|
+
|
|
25
|
+
State each limitation once, beside the fact it limits. Do not repeat the same causal or outcome limit in a closing recap.
|
|
26
|
+
|
|
27
|
+
For a public case, translate internal review language into customer language. For a technical audience, keep exact system terms and behavior. For sales work, do not turn the case into a chronology or an academic report.
|
|
28
|
+
|
|
29
|
+
## Return the case
|
|
30
|
+
|
|
31
|
+
Return the requested case only. Keep source review, permission checks, and internal classifications private unless the user asks for them.
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# Agora conversion runtime
|
|
2
|
+
|
|
3
|
+
Use this compact overlay for landing pages, product pages, pricing pages, paywalls, checkout, forms, onboarding, upgrade paths, and conversion experiments. Use the deep conversion research reference only when the user asks for research-backed guidance, source review, experiment interpretation, an audit, or maintainer analysis.
|
|
4
|
+
|
|
5
|
+
## Start from the decision
|
|
6
|
+
|
|
7
|
+
Identify the reader's current state, the action the surface asks them to take, what happens after that action, and the business outcome the task actually names.
|
|
8
|
+
|
|
9
|
+
Do not confuse a click with activation, retention, revenue, or another later outcome. Do not claim that a pattern always converts better.
|
|
10
|
+
|
|
11
|
+
## Keep the fact set closed
|
|
12
|
+
|
|
13
|
+
Use only supplied routes, prices, terms, commitments, permissions, timing, data use, product behavior, and results. Do not infer self-service access, a sales handoff, a trial, a demo, a download, a confirmation screen, or an implementation step that the brief does not provide.
|
|
14
|
+
|
|
15
|
+
Keep parallel options separate when they differ in access, effort, exclusivity, price, or commitment. Unknown transitions remain unknown.
|
|
16
|
+
|
|
17
|
+
Classify each requested component as implementation direction, visible copy, or both. Keep editorial directions and worksheet labels outside ready-to-use copy.
|
|
18
|
+
|
|
19
|
+
## Make the action clear
|
|
20
|
+
|
|
21
|
+
State the benefit in reader language, then give the minimum supplied detail needed to believe or choose it. Put the strongest relevant supporting fact near the doubt it answers.
|
|
22
|
+
|
|
23
|
+
The main action must name its object or destination. Do not use a prerequisite as the main action when the desired event happens later. Keep optional post-action steps secondary.
|
|
24
|
+
|
|
25
|
+
For a multi-step flow, trace the current state, control, immediate effect, next visible state, and any conditional later state. Keep unsupplied states unknown. Optional consent stays separate from the primary action.
|
|
26
|
+
|
|
27
|
+
## Match effort and commitment
|
|
28
|
+
|
|
29
|
+
Make field effort, required information, eligibility, timing, price, renewal, cancellation, and reversibility visible where they affect the choice. Do not hide a material commitment in distant copy.
|
|
30
|
+
|
|
31
|
+
For pricing, make each available path understandable from the supplied facts. Do not invent feature parity, savings, plan eligibility, negotiation, or billing terms.
|
|
32
|
+
|
|
33
|
+
Preserve exact prices, billing periods, renewal terms, cancellation rights, trial terms, access timing, collection timing, capability names, regions, role names, availability windows, document status, access conditions, and exclusions. Arithmetic can establish a total, not an unsupplied sequence or collection date.
|
|
34
|
+
|
|
35
|
+
Use quotation marks only for exact wording supplied as a quotation. A summary of what someone said supplies meaning, not exact speech.
|
|
36
|
+
|
|
37
|
+
For onboarding, distinguish account creation, setup, activation, and later use. Name the event the task wants to improve.
|
|
38
|
+
|
|
39
|
+
## Handle experiments
|
|
40
|
+
|
|
41
|
+
When the user asks for an experiment plan, define the changed element, the eligible population, the primary outcome, guardrails, duration or stopping rule when supplied, and the decision the result will inform. Keep the plan proportional to the request.
|
|
42
|
+
|
|
43
|
+
When the user asks for interpretation, preserve conflicts, null results, uncertainty, and differences between intermediate and business outcomes. Do not turn one test into a universal rule.
|
|
44
|
+
|
|
45
|
+
After factual and route requirements pass, preserve the strongest supported reader job as the argument. Do not flatten the surface into an internal evaluation checklist.
|
|
46
|
+
|
|
47
|
+
## Return the surface
|
|
48
|
+
|
|
49
|
+
Return the requested copy or implementation decision. Do not append an internal review, rationale, or checklist unless requested.
|
|
@@ -527,33 +527,25 @@ The strongest surviving machine-writing tell is cadence rather than vocabulary.
|
|
|
527
527
|
|
|
528
528
|
### The rhythm targets
|
|
529
529
|
|
|
530
|
-
|
|
530
|
+
Numeric sentence-length and paragraph-shape measurements belong in `voice check` and optional diagnostics. They do not set drafting targets.
|
|
531
531
|
|
|
532
|
-
|
|
533
|
-
|---|---|---|---|
|
|
534
|
-
| Sentence-length spread | For expository prose of at least 20 sentences, a standard deviation of 8 to 12 words with a coefficient of variation of 0.40 to 0.70 | Governance default | Below roughly 6 words of deviation at an 18 to 22 word mean, review for metronomic pacing. Above roughly 15, review for uncontrolled extremes. |
|
|
535
|
-
| Length tails | In a passage of 10 or more sentences, include at least one sentence of 8 words or fewer and one of 25 or more, but only where both are natural | Governance default | A forcing mechanism against middle-length clustering. Drop it wherever it produces a stunt sentence. |
|
|
536
|
-
| Consecutive similar lengths | Flag 3 consecutive sentences when every pair differs by 3 words or fewer | Governance default | Review for accidental monotony. Deliberate parallelism overrides the flag. |
|
|
537
|
-
| Paragraph variation | Over 8 or more paragraphs, aim for a coefficient of variation of at least 0.45 in words | Governance default | Prevents identical blocks without demanding arbitrary one-sentence paragraphs. |
|
|
538
|
-
| Opening structure | At most 2 consecutive sentences opening with the same class, such as subject-first declarative, initial subordinate clause, or imperative | Governance default | Catches repeated `Subject plus verb` starts that length statistics miss. Intentional parallelism overrides it. |
|
|
539
|
-
| Opening dominance | In a rolling 10-sentence window, flag any opening class occupying more than 60 percent | Governance default | Review trigger only. |
|
|
540
|
-
| Clause-count variation | No more than 4 consecutive sentences with the same finite-clause count, unless the passage is deliberately parallel | Governance default | Catches syntactic monotony that survives length variation. |
|
|
532
|
+
No instruction requires a long sentence, a short sentence after a long one, alternating lengths, a target distribution, a coefficient of variation, a tail value, or a repeated-opening quota. Sentence and paragraph shape follow the idea, audience, genre, and active voice.
|
|
541
533
|
|
|
542
|
-
|
|
534
|
+
Review an ordinary sentence over 28 words. Keep it when splitting would damage a necessary relationship or exact meaning. Review repeated openings and identical paragraph shapes as possible patterns, not automatic failures. Buttons, headings, tables, lists, captions, code, identifiers, URLs, immutable quotations, legal text, and exact technical text keep their native form.
|
|
543
535
|
|
|
544
|
-
|
|
536
|
+
An authorized measured profile may describe the writer's habits. Use those measurements for optional comparison only. Do not generate toward a number or manufacture irregularity to resemble the corpus.
|
|
545
537
|
|
|
546
538
|
### The conflict this document does not resolve
|
|
547
539
|
|
|
548
540
|
Two positions on cadence are in direct conflict, and neither side is strong enough to win.
|
|
549
541
|
|
|
550
|
-
**The research position** is
|
|
542
|
+
**The research position** is that measured variance can prompt editorial review.
|
|
551
543
|
|
|
552
544
|
**The practitioner position** is uniform brevity. Experienced conversion copywriters advise short, choppy sentences, paragraphs of no more than two or three lines, and one-sentence paragraphs as the ideal, on scanned commercial surfaces.
|
|
553
545
|
|
|
554
546
|
The most likely resolution is register: a landing page read by a scanning cold visitor is a different problem from expository prose read continuously, and the practitioners are talking about the first. That is a hypothesis. It has not been tested, neither position is graded above the level of an engineering heuristic, and this document adopts neither as universal.
|
|
555
547
|
|
|
556
|
-
**What to do meanwhile:**
|
|
548
|
+
**What to do meanwhile:** let the idea and surface determine sentence shape. Use measured variance only as an optional diagnostic. Do not report either position as a finding.
|
|
557
549
|
|
|
558
550
|
## Open conflicts in this reference
|
|
559
551
|
|
|
@@ -562,4 +554,4 @@ Recorded so that neither side is lost. Do not close either by writing a rule.
|
|
|
562
554
|
| Conflict | Position A | Position B | Status |
|
|
563
555
|
|---|---|---|---|
|
|
564
556
|
| Question-form subheadings | Practitioners reject them outright: give the answer instead of asking. | A direct observation in this project found question headings reading better than abstract noun-stack statement headings on the same page. | Open. The untested hypothesis is that questions beat noun stacks and lose to concrete answers. Neither side is graded above an assertion. |
|
|
565
|
-
| Sentence cadence |
|
|
557
|
+
| Sentence cadence | Measured variance can prompt review. | Uniform brevity can fit scanned commercial surfaces. | Open, probably register-dependent. Neither position sets a generation quota. |
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
# Agora marketing runtime
|
|
2
|
+
|
|
3
|
+
Use this compact file for ordinary `POSITION`, `SELL`, `INFORM`, and `TRANSACT` work. Use the deep marketing research reference only when the user asks for research-backed guidance, source review, an audit, or maintainer analysis.
|
|
4
|
+
|
|
5
|
+
## Decide before planning
|
|
6
|
+
|
|
7
|
+
Resolve these items in order:
|
|
8
|
+
|
|
9
|
+
1. Required facts and exact wording.
|
|
10
|
+
2. Deliverable, audience, genre, and length.
|
|
11
|
+
3. Writing register.
|
|
12
|
+
4. Persistent voice profile, task voice sketch, or plain default.
|
|
13
|
+
5. Primary job and publication surface.
|
|
14
|
+
6. The smallest useful argument.
|
|
15
|
+
|
|
16
|
+
The default register is `PLAIN`. Choose `TECHNICAL`, `SCIENTIFIC`, `LEGAL_OR_COMPLIANCE`, or `AUDIT_OR_DILIGENCE` only when the requested job, audience, genre, or immutable text needs it. Topic words such as AI, software, data, security, engineering, and infrastructure do not choose the register.
|
|
17
|
+
|
|
18
|
+
## Choose one primary job
|
|
19
|
+
|
|
20
|
+
- `POSITION`: company profiles, About copy, category descriptions, and objective summaries.
|
|
21
|
+
- `SELL`: marketing, sales, product pages, outreach, upgrades, and paywalls.
|
|
22
|
+
- `INVEST`: fundraising, diligence, and capital decisions.
|
|
23
|
+
- `INFORM`: editorial, educational, scientific, or technical explanation.
|
|
24
|
+
- `TRANSACT`: buttons, forms, confirmations, alerts, and utility text.
|
|
25
|
+
|
|
26
|
+
Choose the publication surface separately. Apply search and publication formatting only to indexable public work.
|
|
27
|
+
|
|
28
|
+
## Preserve the brief
|
|
29
|
+
|
|
30
|
+
Treat supplied product, offer, customer, result, price, term, route, permission, process, timing, legal, and outcome facts as the complete fact set unless the user authorizes invention.
|
|
31
|
+
|
|
32
|
+
Do not invent names, figures, quotations, results, credentials, permissions, URLs, destinations, product behavior, or intermediate steps. Keep every material condition, limit, attribution, certainty level, and exact required term.
|
|
33
|
+
|
|
34
|
+
Voice shapes sentence construction, paragraph shape, vocabulary, directness, openings, endings, rhythm, and where qualifications sit. Voice never changes facts or required wording.
|
|
35
|
+
|
|
36
|
+
## Build the argument
|
|
37
|
+
|
|
38
|
+
Start from the audience's live situation and next decision. Use only the moves the deliverable needs:
|
|
39
|
+
|
|
40
|
+
```text
|
|
41
|
+
situation -> stake -> useful difference -> how it works -> reason to believe -> next step
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
This is private planning, not a visible template. Very short copy may need only the live constraint, the strongest supplied difference, and the next action. Add detail only when it resolves a real doubt or enables action.
|
|
45
|
+
|
|
46
|
+
For a very short company profile, a trigger or condition can lead when it makes the subject easier to understand. Retain the subject's primary supplied operation. Reordering may not reduce the company to an error state or downstream action.
|
|
47
|
+
|
|
48
|
+
For very short sales copy, keep the exact constraint, conflict, threshold, or blocked action from the brief. Do not weaken a specific problem into generic complexity or challenges.
|
|
49
|
+
|
|
50
|
+
Rank supplied facts by relevance to the reader's decision, differentiation, specificity, compression value, and omission risk. Preserve named limits, counts, coverage, entities, qualifications, and necessary lists. An inclusion statement does not communicate an excluded remainder when the exclusion is material.
|
|
51
|
+
|
|
52
|
+
For customer-facing writing, name what the product or person does and what the reader can observe. Drop internal method names when the reader gains nothing from learning them.
|
|
53
|
+
|
|
54
|
+
Preserve delivery ownership. Keep what the provider does, what the buyer supplies, the amount and timing of buyer work, dependencies, approvals, and coordination at the supplied level. Do not invent or magnify preparation, training, review cycles, handoffs, response times, or frequency.
|
|
55
|
+
|
|
56
|
+
Do not add a plausible use case, reporting process, planning responsibility, reader behavior, comparison criterion, or benefit merely to make a section feel complete. Use only reader interpretations that follow directly from the supplied facts.
|
|
57
|
+
|
|
58
|
+
When rewriting supplied copy, compare the candidate with the source for promise strength, certainty, buyer effort, provider responsibility, specificity, and next action. Keep the source when the candidate introduces a material regression or no material improvement.
|
|
59
|
+
|
|
60
|
+
## Fit the channel
|
|
61
|
+
|
|
62
|
+
- Heroes and ads: one recognizable stake, one meaningful difference, and the correct next action.
|
|
63
|
+
- Product and comparison pages: explain enough for the reader to judge fit, terms, effort, and risk. Use prose unless the user asks for a specification table, field list, or checklist.
|
|
64
|
+
- Company profiles: make the company easy to place and distinct without investor or audit language.
|
|
65
|
+
- Professional email: put the request and needed context where they are easy to find.
|
|
66
|
+
- Cold sales email: include a subject, greeting, brief body, and next step. When the copy is a reusable template and no recipient name is supplied, `[First name]` is an acceptable fill-in label.
|
|
67
|
+
- Editorial work: give the reader useful reasoning before any commercial pressure.
|
|
68
|
+
- Spoken work: use audible transitions, manageable clauses, and one clear ending.
|
|
69
|
+
- Interface copy: name the state, action, object, or destination.
|
|
70
|
+
|
|
71
|
+
For a button, prefer the immediate effect the user triggers. If selecting the button sends invitations, use `Send invitations` rather than a generic object label.
|
|
72
|
+
|
|
73
|
+
If the brief supplies a required final shot, cancel consequence, negative capability, or exact product category, carry it into the requested component. Compression does not authorize omission.
|
|
74
|
+
|
|
75
|
+
## Write calls to action
|
|
76
|
+
|
|
77
|
+
Use a clear verb plus the concrete object, destination, or result. Match the commitment to what happens next. Do not invent a URL or destination.
|
|
78
|
+
|
|
79
|
+
When no destination URL is supplied, return the action label as plain copy. Do not invent `#`, a dummy address, a route, or unresolved link markup.
|
|
80
|
+
|
|
81
|
+
Keep one label for one materially identical action. If the brief names a report, form, preview, dashboard, demo, plan, or download, name it in the control or adjacent text.
|
|
82
|
+
|
|
83
|
+
## Return the copy
|
|
84
|
+
|
|
85
|
+
Return one recommended deliverable by default. Keep planning, fact checks, review notes, worksheet labels, and internal route names outside the ready-to-use copy unless the user requests them.
|
|
@@ -819,73 +819,9 @@ Treat an existence-only route, screen, page, preview, or report as action availa
|
|
|
819
819
|
|
|
820
820
|
## Human voice and AI-writing-tell gate
|
|
821
821
|
|
|
822
|
-
|
|
822
|
+
This deep research reference does not restate the house list. The single canonical source is [human-voice-editing-reference.md](human-voice-editing-reference.md), and ordinary drafting follows [agora-writing-runtime.md](agora-writing-runtime.md).
|
|
823
823
|
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
Hard invariant: emit zero U+2014 characters in the entire response. This applies to copy, headings, lists, critique, explanations, notes, metadata, quotations, and text copied from user or source material. Do not repeat U+2014 from an input. Replace it with a period, comma, colon, semicolon, parentheses, or plain hyphen as grammar requires.
|
|
827
|
-
|
|
828
|
-
If an exact quotation contains U+2014, paraphrase it or state that it cannot be reproduced verbatim under the active constraint. Never alter a quotation and still present it as exact. After all drafting and editing, scan the complete response character by character for U+2014, replace every occurrence, and scan again. Return only when the count is zero.
|
|
829
|
-
|
|
830
|
-
Unless immutable quoted, legal, technical, or user-required text must be preserved, also generate:
|
|
831
|
-
|
|
832
|
-
- no curly or smart quotation marks;
|
|
833
|
-
- no prompt acknowledgements or task meta-commentary;
|
|
834
|
-
- no fabricated citations, quotations, anecdotes, memories, motives, credentials, or human texture;
|
|
835
|
-
- no stock openings, canned contrast templates, or generic significance tails;
|
|
836
|
-
- no unneeded conclusion or recap;
|
|
837
|
-
- no deliberate errors, fake informality, or detector-evasion promises.
|
|
838
|
-
|
|
839
|
-
Use straight quotes. Never change facts, names, figures, dates, citations, causality, uncertainty, legal meaning, or required technical terminology to satisfy a style preference. The U+2014 ban is not optional; resolve any conflict without misrepresenting altered source text as verbatim.
|
|
840
|
-
|
|
841
|
-
### AI-heavy vocabulary
|
|
842
|
-
|
|
843
|
-
Replace vague or inflated wording with concrete language when possible. Watch clusters of:
|
|
844
|
-
|
|
845
|
-
- `delve`, `showcase`, `foster`, metaphorical `navigate`, `harness`, `leverage`, `unlock`, `unleash`, `empower`, `streamline`, `elevate`, `facilitate`, vague `optimize`;
|
|
846
|
-
- `pivotal`, `crucial`, `robust`, `seamless`, `holistic`, `comprehensive`, `multifaceted`, `transformative`, `groundbreaking`, `cutting-edge`, `world-class`, `best-in-class`, `unparalleled`;
|
|
847
|
-
- metaphorical `tapestry`, `landscape`, `realm`, `ecosystem`, `journey`, `testament`, `frontier`, `cornerstone`, `backbone`, `powerhouse`, `game-changer`;
|
|
848
|
-
- `moreover`, `furthermore`, `additionally`, `notably`, `importantly`, `in essence`, `in summary`, `in conclusion`, `ultimately`, `that said`.
|
|
849
|
-
|
|
850
|
-
These words are not scientific proof of machine authorship. Retain one when it is exact, technically required, part of a proper name, immutable source text, or more accurate than a forced synonym. Judge density, repetition, and vagueness rather than one ordinary word.
|
|
851
|
-
|
|
852
|
-
### Stock templates and significance tails
|
|
853
|
-
|
|
854
|
-
Delete or rewrite generated phrases such as:
|
|
855
|
-
|
|
856
|
-
- `It is important to note that`;
|
|
857
|
-
- `It is worth noting`;
|
|
858
|
-
- `In today's fast-paced world`;
|
|
859
|
-
- `In the ever-evolving landscape of`;
|
|
860
|
-
- `At its core`;
|
|
861
|
-
- `When it comes to`;
|
|
862
|
-
- `A testament to`;
|
|
863
|
-
- `Stands as a`;
|
|
864
|
-
- `Plays a crucial role`;
|
|
865
|
-
- `Not only X but also Y`;
|
|
866
|
-
- `Not just X but Y`;
|
|
867
|
-
- `Whether you are X or Y`;
|
|
868
|
-
- `Unlocking the potential of`;
|
|
869
|
-
- `Paving the way for`;
|
|
870
|
-
- `Let me know if you would like`.
|
|
871
|
-
|
|
872
|
-
Delete generic tails such as `underscoring the importance of`, `highlighting its role in`, `demonstrating its impact on`, `cementing its place as`, or `showcasing its commitment to`. End with information, action, or a supportable inference.
|
|
873
|
-
|
|
874
|
-
### Structural tells
|
|
875
|
-
|
|
876
|
-
Remove repeated `bold label: sentence` bullets, headings that restate themselves, identical paragraph shapes, conclusion sections that add nothing, balanced both-sides framing without named evidence, and smooth transitions that hide unrelated facts.
|
|
877
|
-
|
|
878
|
-
Extend this to the whole deliverable, not one passage. Headings that share a syntactic template across a page, and calls to action that share a template across a site, are the same defect at a larger scale. A set of headings built as a count followed by a singular abstract noun, or every heading opening with the same conditional clause, is a structural tell even when each heading is accurate and each was written to a sanctioned shape. Sanctioned shapes are the most likely source of this failure, because nothing flags them individually.
|
|
879
|
-
|
|
880
|
-
Avoid decorative tripartite rhetoric used as a stock flourish. Do not ban factual three-item series. Preserve necessary enumerations when they state scope, compare options, qualify a claim, meet a legal or platform requirement, or prevent misleading omission.
|
|
881
|
-
|
|
882
|
-
Never add fake typos, fragments, slang, personal memories, jokes, or emotional confessions to simulate humanity. If author samples are supplied, follow stable habits without copying phrases or inventing an identity.
|
|
883
|
-
|
|
884
|
-
### Detector limits
|
|
885
|
-
|
|
886
|
-
Detector outputs are noisy, version-dependent, and vulnerable to domain shift. Never promise that writing is undetectable. Never treat a score as proof of authorship. If testing is authorized, compare against known-human samples from the same author and genre, use more than one method when feasible, record tool versions, and stop detector-driven editing when another pass no longer improves the prose independently.
|
|
887
|
-
|
|
888
|
-
Research on detector limits includes the [RAID benchmark](https://arxiv.org/abs/2405.07940), [paraphrasing attacks](https://arxiv.org/abs/2303.13408), the [DAMAGE shared task](https://aclanthology.org/2025.genaidetect-1.9/), a [practical detector examination](https://aclanthology.org/2025.findings-naacl.271/), [bias against non-native English writers](https://arxiv.org/abs/2304.02819), [GPTZero methodology](https://arxiv.org/abs/2602.13042), [reliable detection limits](https://arxiv.org/abs/2303.11156), [human and AI boundary research](https://arxiv.org/abs/2502.15666), [flawed human heuristics](https://arxiv.org/abs/2206.07271), and [function-word adjacency networks](https://arxiv.org/abs/1406.4469).
|
|
824
|
+
Resolve register and voice before argument planning. Apply the canonical hard rules after drafting without changing facts, names, figures, dates, citations, causality, uncertainty, legal meaning, or required technical terminology. Keep detector research and internal review language out of public copy. Never infer authorship or promise detector outcomes.
|
|
889
825
|
|
|
890
826
|
## Written GEO/AEO and citability
|
|
891
827
|
|
|
@@ -1468,7 +1404,7 @@ The full reference list, with lineage and adjudication for each entry, is mainta
|
|
|
1468
1404
|
|
|
1469
1405
|
### Human voice and detector evidence
|
|
1470
1406
|
|
|
1471
|
-
Use the detector sources in
|
|
1407
|
+
Use the detector sources in the canonical [human-voice editing reference](human-voice-editing-reference.md). They support caution about detection claims, dataset shift, paraphrasing, and human bias. The absolute U+2014 character ban remains an Agora invariant. The vocabulary, connective, prompt-leakage, template, significance-tail, typography, structure, and fidelity rules are output and editing rules, not proof of authorship.
|
|
1472
1408
|
|
|
1473
1409
|
### Preserved technical and research authorities
|
|
1474
1410
|
|
|
@@ -22,15 +22,21 @@ User authority and the conflict hierarchy in [agora-marketing.md](agora-marketin
|
|
|
22
22
|
|
|
23
23
|
## Activate and route SCIENCE
|
|
24
24
|
|
|
25
|
-
Activate `SCIENCE` when the
|
|
25
|
+
Activate `SCIENCE` only when the requested deliverable needs research findings, study design, methods, statistics, uncertainty, scientific explanation, or evidence grading.
|
|
26
|
+
|
|
27
|
+
Activate `TECHNICAL` only when the requested deliverable needs documented system behavior, engineering or systems explanation, architecture, API behavior, implementation detail, technical evaluation, or a technical audience.
|
|
28
|
+
|
|
29
|
+
Do not activate either modifier because the subject or product category includes AI, software, data, security, engineering, infrastructure, or another technical label. A nontechnical homepage or product page in those categories stays in the `PLAIN` register.
|
|
30
|
+
|
|
31
|
+
After the job and audience require a specialized explanation, select one internal route:
|
|
26
32
|
|
|
27
33
|
| Route | Use for | Evidence focus |
|
|
28
34
|
|---|---|---|
|
|
29
35
|
| `EMPIRICAL` | Studies, experiments, observations, measurements, datasets, and research findings | Design, population, measurement, effect, uncertainty, and applicability |
|
|
30
|
-
| `TECHNICAL` | Systems, interfaces,
|
|
36
|
+
| `TECHNICAL` | Systems, interfaces, architecture, API behavior, implementation, engineering, and failure behavior | Inputs, state changes, outputs, dependencies, constraints, and tradeoffs |
|
|
31
37
|
| `MIXED` | An empirical result explained through a technical or scientific mechanism | Keep observed result and proposed explanation distinct |
|
|
32
38
|
|
|
33
|
-
Choose the primary mode
|
|
39
|
+
Choose the register and voice before the primary mode's argument plan. A public science explainer is normally `INFORM + SCIENCE`. An API guide is normally `INFORM + TECHNICAL`. A technical product section for engineers may use `SELL + TECHNICAL`. A general-audience homepage for the same product remains `SELL + PLAIN`. An investor memo using study results may use `INVEST + SCIENCE`. The modifier controls the requested explanation; the mode controls the decision the reader faces.
|
|
34
40
|
|
|
35
41
|
Rule [HOUSE]: do not treat all technical writing as empirical science. An API contract needs exact documented behavior, not a research-study frame. Boundary: a technical claim supported by benchmark data uses `MIXED`, because its measured result still needs empirical qualification.
|
|
36
42
|
|
|
@@ -120,6 +126,14 @@ For a one-time observational measurement, state when temporal order is unknown a
|
|
|
120
126
|
|
|
121
127
|
### Preserve statistical meaning
|
|
122
128
|
|
|
129
|
+
Describe a frequentist confidence interval as a range of values compatible with the data and analysis under the model assumptions. Do not translate it into the probability that the true effect lies in the interval or say the effect is likely above zero unless the stated statistical framework supports that probability claim.
|
|
130
|
+
|
|
131
|
+
When the full interval lies above or below the null value, state that relation directly when it helps the reader interpret the result. Keep the estimated magnitude and uncertainty visible; do not stop at a significance label.
|
|
132
|
+
|
|
133
|
+
Do not introduce `in practical terms`, call an effect modest or meaningful, or imply practical significance unless the brief supplies a practical threshold or outcome that supports that judgment.
|
|
134
|
+
|
|
135
|
+
End on the supplied scientific limit. Do not append a generic recommendation to interpret cautiously, weigh benefits and harms, or use the result as a decision basis unless the task asks for that advice.
|
|
136
|
+
|
|
123
137
|
Rule [A]: report magnitude and uncertainty, not a significance label alone. A small p-value does not establish effect size, importance, certainty, or a useful decision. See the [ASA statement on p-values](https://www.amstat.org/asa/files/pdfs/p-valuestatement.pdf) and [Cochrane's interpretation guidance](https://www.cochrane.org/authors/handbooks-and-manuals/handbook/current/chapter-15).
|
|
124
138
|
|
|
125
139
|
When material:
|
|
@@ -254,10 +268,14 @@ Use the strongest commercial claim requested by the user. Do not turn the hero i
|
|
|
254
268
|
|
|
255
269
|
### `CASE_STUDY + SCIENCE`
|
|
256
270
|
|
|
271
|
+
Use scan-ready headings for implementation, validation result, limitation, role, and next decision when the supplied material supports them. If the material leaves both an external-validity gap and an unmeasured downstream outcome, keep them separate and make the next decision address each.
|
|
272
|
+
|
|
257
273
|
Load [agora-case-studies.md](agora-case-studies.md). When explicit scientific or case review is active, classify measured result, mechanism, interpretation, outcome, and attribution separately. Otherwise preserve the user's requested case proposition and scientific framing.
|
|
258
274
|
|
|
259
275
|
### `VOICE + SCIENCE`
|
|
260
276
|
|
|
277
|
+
When a next research step is requested, name the supplied or proposed design, comparator, measurement conditions, and uncertainty reporting. Do not turn a recommendation into `we will` without an approved plan.
|
|
278
|
+
|
|
261
279
|
An authorized profile enters at hierarchy level 6. It changes expression, not proposition. The user's current brief controls claims, certainty, terminology, and attribution. Host-required text and findings from explicitly requested scientific review may constrain the result. Do not transfer a source author's opinions or certainty into a new claim.
|
|
262
280
|
|
|
263
281
|
### `GEO/AEO + SCIENCE`
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# Agora voice authority
|
|
2
2
|
|
|
3
|
-
This reference governs
|
|
3
|
+
This reference governs two separate voice tiers: measured persistent profiles and task-only sketches from samples supplied with one task. Load it when the task builds, applies, inspects, or checks either tier.
|
|
4
4
|
|
|
5
|
-
Voice is a modifier. It changes how a proposition is expressed. User authority in [agora-marketing.md](agora-marketing.md) controls profile use
|
|
5
|
+
Voice is a modifier. It changes how a proposition is expressed. User authority in [agora-marketing.md](agora-marketing.md) controls profile use. Numeric rhythm measurements remain optional diagnostics and never become drafting quotas. Agora does not authenticate corpus ownership, identity, attribution rights, endorsement rights, or publication permission. The user controls those decisions.
|
|
6
6
|
|
|
7
7
|
## Contents
|
|
8
8
|
|
|
9
9
|
- [What VOICE is](#what-voice-is)
|
|
10
|
+
- [Task-only voice sketches](#task-only-voice-sketches)
|
|
10
11
|
- [Where profiles live](#where-profiles-live)
|
|
11
12
|
- [Corpus admission](#corpus-admission)
|
|
12
13
|
- [What gets measured](#what-gets-measured)
|
|
@@ -18,7 +19,7 @@ Voice is a modifier. It changes how a proposition is expressed. User authority i
|
|
|
18
19
|
|
|
19
20
|
## What VOICE is
|
|
20
21
|
|
|
21
|
-
`VOICE` sits alongside `POSITION`, `SELL`, `INVEST`, `INFORM`, and `TRANSACT` with one difference: it is not mutually exclusive with them. Every other mode answers what job the copy is doing. `VOICE` answers
|
|
22
|
+
`VOICE` sits alongside `POSITION`, `SELL`, `INVEST`, `INFORM`, and `TRANSACT` with one difference: it is not mutually exclusive with them. Every other mode answers what job the copy is doing. `VOICE` answers which observed habits shape the expression. Resolve register and voice before argument planning.
|
|
22
23
|
|
|
23
24
|
The surface:
|
|
24
25
|
|
|
@@ -50,10 +51,33 @@ npx -p @maestroagora/agora agora-voice default --voice <slug>
|
|
|
50
51
|
|
|
51
52
|
`voice build` is a measurement task, not a description task. A model asked to describe an author's voice writes flattery. The profile leads with numbers computed from the corpus, because a number is checkable and a later draft can be measured against it. Adjectives belong in the interpretation sections, underneath the measurements they interpret.
|
|
52
53
|
|
|
53
|
-
**A profile the engine did not produce is not a profile.** Do not
|
|
54
|
+
**A persistent profile the engine did not produce is not a measured profile.** Do not load a hand-written file as though it were measured. A task-only sketch is permitted under the next section because it makes no certification, identity, or statistical claim and is never stored as a profile.
|
|
54
55
|
|
|
55
56
|
**Boundary:** the measurement is only as good as the pipeline. Stylometric values move when the tokenizer, sentence segmenter, parser, or normalization rules change ([Grieve](https://doi.org/10.1093/llc/fqm020)). Freeze the pipeline in the profile and use the identical one when checking a draft. A comparison across two pipelines is not a comparison.
|
|
56
57
|
|
|
58
|
+
## Task-only voice sketches
|
|
59
|
+
|
|
60
|
+
A task-only sketch uses authentic samples supplied with the current task. It works without the persistent profile's 5,000-word certification floor because it does not claim stable identity or statistical matching.
|
|
61
|
+
|
|
62
|
+
Use three to ten same-genre samples when available. Record a fuller local sketch only when those samples show recurring habits. With one or two samples, record cautious observations that are directly visible in the sample and mark internal confidence low. With no samples, preserve credible choices in the supplied draft and use plain professional writing.
|
|
63
|
+
|
|
64
|
+
Record observable habits only:
|
|
65
|
+
|
|
66
|
+
- sentence and paragraph range;
|
|
67
|
+
- fragments and contractions;
|
|
68
|
+
- first-person and second-person use;
|
|
69
|
+
- punctuation;
|
|
70
|
+
- directness, warmth, humor, and skepticism;
|
|
71
|
+
- how qualifications are placed;
|
|
72
|
+
- common opening, turning, and ending shapes;
|
|
73
|
+
- constructions and words the samples avoid.
|
|
74
|
+
|
|
75
|
+
The sketch has the internal type `TASK_VOICE_SKETCH`, a sample count, a genre label when supplied, and `certified: false`. It exists only for the current task. Never write it to `~/.agora/voices/`, add it to the profile index, or present it as a measured profile.
|
|
76
|
+
|
|
77
|
+
Transfer habits, not material. Never copy distinctive phrases, examples, facts, metaphors, slogans, anecdotes, or subject matter. Never infer personality, biography, opinions, motives, identity, authorship, or approval. Run the existing exact overlap check and review unusual shorter matches before returning the draft.
|
|
78
|
+
|
|
79
|
+
When task samples and a default persistent profile conflict, use the task samples for same-genre local expression in the current task. Keep only compatible stable habits from the default. An explicitly requested persistent profile remains active, but it still cannot authorize phrase copying or change the current brief.
|
|
80
|
+
|
|
57
81
|
## Where profiles live
|
|
58
82
|
|
|
59
83
|
Profiles are stored at `~/.agora/voices/<slug>.md`, with `~/.agora/voices/index.json` as the registry. Never inside the skill directory.
|
|
@@ -157,7 +181,8 @@ concrete example.
|
|
|
157
181
|
|
|
158
182
|
## Vocabulary
|
|
159
183
|
Owned: words and constructions recurring across genres, with frequency and one
|
|
160
|
-
example line each. This list
|
|
184
|
+
example line each. This list documents author habit. It does not automatically
|
|
185
|
+
override the priority anti-AI vocabulary gate.
|
|
161
186
|
Avoided: words frequent in comparable writing and absent here. Record an
|
|
162
187
|
avoidance only from a stated preference or a stable alternative in repeated
|
|
163
188
|
eligible contexts. Absence alone is weak evidence.
|
|
@@ -187,7 +212,7 @@ Two sections carry more weight than they look.
|
|
|
187
212
|
|
|
188
213
|
Keep supplied product actions at their stated scope. `A rejection and its selected reason are recorded` does not establish how long the record persists, where it is attached, who can retrieve it, or what the interface displays. Voice work may rephrase the supplied action. It may not fill operational gaps with plausible product behavior.
|
|
189
214
|
|
|
190
|
-
**Transfer habits, not material.**
|
|
215
|
+
**Transfer habits, not material.** Use directness, contraction preference, punctuation habits, preferred argument order, qualification behavior, and typical openings before drafting. Keep measured sentence and paragraph distributions for comparison after drafting, not as targets. Do not move distinctive metaphors, slogans, signature phrases, anecdotes, factual examples, or source sentences. **Boundary:** the line is not always obvious. When a construction is both habitual and distinctive, abstract it before use: this author opens with a concrete contradiction is usable; reuse their particular contradiction is not.
|
|
191
216
|
|
|
192
217
|
**Anti-mimicry checks.** After generating, flag every exact overlap of 8 or more consecutive tokens with the source corpus, excluding demonstrably generic strings, and review any shorter phrase that is unusual or repeatedly associated with the author. The token count is a **governance default** and an engineering review trigger; it is not a legal safe harbour, and no word count is one. Also review structural overlap: a sentence preserving the source's sequence of images and syntactic turns can be too close after every word has been swapped. **Boundary:** an overlap flag is a prompt to look, not a verdict. Common phrasing in a technical domain will trip it.
|
|
193
218
|
|
|
@@ -195,32 +220,33 @@ Keep supplied product actions at their stated scope. `A rejection and its select
|
|
|
195
220
|
|
|
196
221
|
## Voice against the tell gate
|
|
197
222
|
|
|
198
|
-
|
|
223
|
+
Resolve voice before argument planning. Voice controls expression from the first outline, but never outranks required facts, exact wording, genre, audience, or first-read comprehension. Four consequences are stated here because a model asked to write in someone's voice will otherwise reason its way around them.
|
|
199
224
|
|
|
200
225
|
1. **Voice follows the user's requested content.** Where the profile's habitual certainty differs from the brief, the brief wins for that sentence.
|
|
201
226
|
2. **Voice never overrides host-required or user-required text.** Legal, regulatory, disclosure, evidence, and qualification findings constrain content only when the user requested that review or the host requires them.
|
|
202
227
|
3. **Voice never overrides the U+2014 ban.** That constraint is immutable and sits at level 1. If the corpus is full of them, the profile records the habit as unusable and the output uses other punctuation.
|
|
203
|
-
4. **Voice
|
|
228
|
+
4. **Voice identifies possible author-owned vocabulary but does not license it automatically against the priority anti-AI standard.**
|
|
204
229
|
|
|
205
|
-
### The owned-vocabulary
|
|
230
|
+
### The owned-vocabulary review
|
|
206
231
|
|
|
207
232
|
The AI-tell gate and a voice profile genuinely conflict, and the conflict is not hypothetical. If an author writes `leverage` constantly across years and genres, the generic ban strips the word, the draft comes back in nobody's voice, and the feature the user paid for has been removed by a rule meant to make writing sound human.
|
|
208
233
|
|
|
209
|
-
**The resolution: a profile's `## Vocabulary` owned list is
|
|
234
|
+
**The resolution: a profile's `## Vocabulary` owned list is evidence for a narrow review, not an automatic allowlist.** Retain a listed banned word only when it is also load-bearing, exact, technically required, part of a verified proper name or immutable text, or explicitly required by the current user or house style. Measurement alone is insufficient.
|
|
210
235
|
|
|
211
|
-
|
|
236
|
+
Four conditions bound the review:
|
|
212
237
|
|
|
213
238
|
- **The word has to be on the list because it was measured.** A word recorded from frequency across genres qualifies. A word added because the draft wanted it does not.
|
|
214
|
-
- **
|
|
215
|
-
- **
|
|
239
|
+
- **The word must carry exact meaning.** Familiarity or voice match alone does not make a banned term load-bearing.
|
|
240
|
+
- **Any exception reaches vocabulary only.** It does not suppress the stock-template bans, significance-tail bans, structural-tell rules, curly-quote normalization, or the U+2014 ban.
|
|
241
|
+
- **It does not change the proposition by itself.** `Revolutionary` on an owned list records a measured habit; the user's brief controls whether the draft makes that claim, and the priority anti-AI standard controls whether the wording survives.
|
|
216
242
|
|
|
217
|
-
Before drafting, test the measured owned list against the propositions
|
|
243
|
+
Before drafting, test the measured owned list against the propositions and the priority anti-AI standard. Keep a banned owned word only when the narrow exception is documented. Do not add a new benefit, causal result, quality judgment, or product position merely to demonstrate profile adherence.
|
|
218
244
|
|
|
219
|
-
For a production profile whose brief explicitly supplies measured owned vocabulary, treat that
|
|
245
|
+
For a production profile whose brief explicitly supplies measured owned vocabulary, treat that review as a required pre-draft step. If `leverage` merely replaces `use`, remove it. If a required technical term, verified name, immutable quotation, or explicit user instruction requires the word, preserve it and record why. Never use a banned owned term merely to maximize a match.
|
|
220
246
|
|
|
221
|
-
Sentence-length and paragraph-shape measurements are
|
|
247
|
+
Sentence-length and paragraph-shape measurements are diagnostics, not quotas or stock structures. Do not generate toward them, add a long sentence to satisfy a tail, alternate lengths, force paragraph variance, duplicate a proposition, add a summary, or copy the sequence of a sample. The structural-tell gate fails identifiable canned framing, significance tails, decorative triads, and repeated stock templates. It does not fail a draft merely because its sentence and paragraph lengths resemble the authorized profile.
|
|
222
248
|
|
|
223
|
-
**Boundary:** an owned-vocabulary list assembled from a thin corpus is a
|
|
249
|
+
**Boundary:** an owned-vocabulary list assembled from a thin corpus is a preference claim built on noise. Below the certification floor, no candidate exception list is issued, because a word cannot be shown to recur across genres in a corpus that has one.
|
|
224
250
|
|
|
225
251
|
## Checking adherence
|
|
226
252
|
|