arkaos 4.27.0 → 4.28.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/THE-ARKAOS-GUIDE.md +1 -1
- package/VERSION +1 -1
- package/arka/skills/human-writing/SKILL.md +40 -2
- package/arka/skills/human-writing/references/anti-slop-phrases.md +131 -0
- package/arka/skills/human-writing/references/pt-pt-anti-slop.md +82 -0
- package/arka/skills/human-writing/references/stop-slop.LICENSE +21 -0
- package/arka/skills/human-writing/references/structural-patterns.md +151 -0
- package/config/claude-agents/content-marketer.md +1 -1
- package/config/claude-agents/content-strategist.md +1 -1
- package/config/claude-agents/eduardo-copy.md +13 -0
- package/config/claude-agents/lifecycle-marketer.md +1 -1
- package/config/claude-agents/product-marketer.md +1 -1
- package/config/claude-agents/repurpose-distributor.md +1 -1
- package/config/claude-agents/sales-copywriter.md +1 -1
- package/config/claude-agents/scriptwriter.md +1 -1
- package/config/claude-agents/viral-engineer.md +1 -1
- package/config/evals/marketing.yaml +74 -0
- package/departments/content/agents/content-strategist.yaml +1 -0
- package/departments/content/agents/repurpose-distributor.yaml +1 -0
- package/departments/content/agents/scriptwriter.yaml +1 -0
- package/departments/content/agents/viral-engineer.yaml +1 -0
- package/departments/landing/agents/sales-copywriter.yaml +1 -0
- package/departments/marketing/agents/content-marketer.yaml +1 -0
- package/departments/marketing/agents/growth-marketing/lifecycle-marketer.yaml +1 -0
- package/departments/marketing/agents/growth-marketing/product-marketer.yaml +1 -0
- package/departments/quality/agents/copy-director.yaml +1 -0
- package/harness/codex/AGENTS.md +1 -1
- package/harness/copilot/copilot-instructions.md +1 -1
- package/harness/cursor/rules/arkaos.mdc +2 -2
- package/harness/gemini/GEMINI.md +1 -1
- package/harness/opencode/AGENTS.md +1 -1
- package/harness/zed/.rules +1 -1
- package/knowledge/agents-registry-v2.json +10 -1
- package/knowledge/skills-manifest.json +1 -1
- package/package.json +1 -1
- package/pyproject.toml +1 -1
package/THE-ARKAOS-GUIDE.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# The ArkaOS Guide
|
|
2
2
|
|
|
3
|
-
> v4.
|
|
3
|
+
> v4.28.0 — 89 agents, 17 departments, 329 skills, 297 commands, 16 ADRs.
|
|
4
4
|
> One file, everything you need to start. Generated by `scripts/guide_gen.py` — never hand-edited.
|
|
5
5
|
|
|
6
6
|
## What it is
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
4.
|
|
1
|
+
4.28.0
|
|
@@ -40,6 +40,8 @@ Never use em-dashes (—), en-dashes (–), or hyphens (-) to join clauses. Use
|
|
|
40
40
|
|
|
41
41
|
Match the target language's natural register. Portuguese: use Portuguese idioms, not translated English constructs. English: natural rhythm, avoid overly formal constructions.
|
|
42
42
|
|
|
43
|
+
Portuguese output has its own AI-tell catalogue: `references/pt-pt-anti-slop.md`.
|
|
44
|
+
|
|
43
45
|
### 3. Perfect Accentuation and Spelling
|
|
44
46
|
|
|
45
47
|
Zero tolerance for orthographic errors. Portuguese: ação, é, três, começar. When uncertain, verify before outputting.
|
|
@@ -64,6 +66,18 @@ Specific facts, numbers, examples over vague statements. "Reduced load from 3.2s
|
|
|
64
66
|
|
|
65
67
|
Use active voice unless subject is genuinely unknown. "The team implemented the feature" beats "The feature was implemented by the team."
|
|
66
68
|
|
|
69
|
+
### 8. No Formulaic Structures
|
|
70
|
+
|
|
71
|
+
Structural patterns are stronger AI tells than any single word: they
|
|
72
|
+
survive synonym swaps. Banned: binary contrasts ("not X, it's Y"),
|
|
73
|
+
negative listing, dramatic fragmentation, rhetorical setups ("What if I
|
|
74
|
+
told you..."), false agency (inanimate nouns doing human verbs: "the data
|
|
75
|
+
tells us", "the decision emerges"; name the human), narrator-from-a-distance,
|
|
76
|
+
Wh-word sentence openers, and lazy extremes (every/always/never doing
|
|
77
|
+
vague work). Full catalogue with fixes: `references/structural-patterns.md`.
|
|
78
|
+
Phrase-level companions (throat-clearing openers, emphasis crutches,
|
|
79
|
+
meta-commentary, vague declaratives): `references/anti-slop-phrases.md`.
|
|
80
|
+
|
|
67
81
|
## Self-Editing Before Delivery
|
|
68
82
|
|
|
69
83
|
The rules above govern how to write. This section governs how to review your
|
|
@@ -95,16 +109,40 @@ When a full seven-sweep review is not warranted, run these faster checks.
|
|
|
95
109
|
just, actually, basically (filler); "in order to" (use "to"); "that" when it
|
|
96
110
|
adds nothing; "things" and "stuff" (too vague).
|
|
97
111
|
|
|
98
|
-
**Watch for:**
|
|
99
|
-
|
|
112
|
+
**Watch for:** adverbs (cut by default; one survives only if deleting it
|
|
113
|
+
changes the meaning), passive voice (switch to active per Rule 7), and
|
|
114
|
+
nominalizations (turn the noun back into a verb, so "make a decision"
|
|
100
115
|
becomes "decide").
|
|
101
116
|
|
|
117
|
+
**Structural sweep (Rule 8):** no Wh-word sentence openers; no "not X,
|
|
118
|
+
it's Y" contrasts; name the human behind inanimate verbs (false agency);
|
|
119
|
+
cut throat-clearing openers ("Here's the thing:", "It turns out"); rewrite
|
|
120
|
+
anything that sounds like a pull-quote; default to two list items, a third
|
|
121
|
+
must earn its place; vary paragraph endings instead of closing every one
|
|
122
|
+
punchily.
|
|
123
|
+
|
|
102
124
|
**Sentence level:** one idea per sentence, varied length, important
|
|
103
125
|
information first, no more than three conjunctions, usually under 25 words.
|
|
104
126
|
|
|
105
127
|
**Paragraph level:** one topic per paragraph, 2 to 4 sentences for web,
|
|
106
128
|
strong opening sentences, and enough white space to stay scannable.
|
|
107
129
|
|
|
130
|
+
### Slop Score
|
|
131
|
+
|
|
132
|
+
A fast quantitative gate, complement to the Seven Sweeps. Rate the draft
|
|
133
|
+
1 to 10 on each dimension; below 35/50, revise before delivering.
|
|
134
|
+
|
|
135
|
+
| Dimension | Question |
|
|
136
|
+
|-----------|----------|
|
|
137
|
+
| Directness | Statements or announcements? |
|
|
138
|
+
| Rhythm | Varied or metronomic? |
|
|
139
|
+
| Trust | Respects reader intelligence? |
|
|
140
|
+
| Authenticity | Sounds human? |
|
|
141
|
+
| Density | Anything cuttable? |
|
|
142
|
+
|
|
143
|
+
Eduardo (Quality Gate) applies the same rubric to changed copy: below
|
|
144
|
+
35/50 on COPY-scope prose is a blocker.
|
|
145
|
+
|
|
108
146
|
## Plain-English Alternatives
|
|
109
147
|
|
|
110
148
|
Rule 5 already bans the worst AI words and maps their replacements. Extend it
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
<!-- Derived from stop-slop by Hardik Pandya — https://github.com/hardikpandya/stop-slop -->
|
|
2
|
+
<!-- MIT — Copyright (c) 2025 Hardik Pandya. See docs/THIRD-PARTY-NOTICES.md. -->
|
|
3
|
+
|
|
4
|
+
# Anti-Slop Phrases — arka-human-writing
|
|
5
|
+
|
|
6
|
+
Complements `forbidden-patterns.md` (Rule 5) and the constitution
|
|
7
|
+
`no-ai-cliches` list. Entries already banned there are not repeated here.
|
|
8
|
+
|
|
9
|
+
## Throat-Clearing Openers
|
|
10
|
+
|
|
11
|
+
Remove these announcement phrases. State the content directly.
|
|
12
|
+
|
|
13
|
+
- "Here's the thing:"
|
|
14
|
+
- "Here's what [X]"
|
|
15
|
+
- "Here's this [X]"
|
|
16
|
+
- "Here's that [X]"
|
|
17
|
+
- "Here's why [X]"
|
|
18
|
+
- "The uncomfortable truth is"
|
|
19
|
+
- "It turns out"
|
|
20
|
+
- "The real [X] is"
|
|
21
|
+
- "Let me be clear"
|
|
22
|
+
- "The truth is,"
|
|
23
|
+
- "I'll say it again:"
|
|
24
|
+
- "I'm going to be honest"
|
|
25
|
+
- "Can we talk about"
|
|
26
|
+
- "Here's what I find interesting"
|
|
27
|
+
- "Here's the problem though"
|
|
28
|
+
|
|
29
|
+
Any "here's what/this/that" construction is throat-clearing before the point. Cut it and state the point.
|
|
30
|
+
|
|
31
|
+
## Emphasis Crutches
|
|
32
|
+
|
|
33
|
+
These add no meaning. Delete them.
|
|
34
|
+
|
|
35
|
+
- "Full stop." / "Period."
|
|
36
|
+
- "Let that sink in."
|
|
37
|
+
- "This matters because"
|
|
38
|
+
- "Make no mistake"
|
|
39
|
+
- "Here's why that matters"
|
|
40
|
+
|
|
41
|
+
## Business Jargon
|
|
42
|
+
|
|
43
|
+
Replace with plain language. ("Navigate", "deep dive", "cutting-edge",
|
|
44
|
+
"game-changer" and "moving forward" are already banned by the constitution
|
|
45
|
+
list and Rule 5.)
|
|
46
|
+
|
|
47
|
+
| Avoid | Use instead |
|
|
48
|
+
|-------|-------------|
|
|
49
|
+
| Unpack (analysis) | Explain, examine |
|
|
50
|
+
| Lean into | Accept, embrace |
|
|
51
|
+
| Landscape (context) | Situation, field |
|
|
52
|
+
| Double down | Commit, increase |
|
|
53
|
+
| Take a step back | Reconsider |
|
|
54
|
+
| Circle back | Return to, revisit |
|
|
55
|
+
| On the same page | Aligned, agreed |
|
|
56
|
+
|
|
57
|
+
## Adverbs
|
|
58
|
+
|
|
59
|
+
Cut adverbs by default; one survives only if deleting it changes the
|
|
60
|
+
meaning. No softeners, no intensifiers, no hedges.
|
|
61
|
+
|
|
62
|
+
Specific offenders:
|
|
63
|
+
|
|
64
|
+
- "really"
|
|
65
|
+
- "just"
|
|
66
|
+
- "literally"
|
|
67
|
+
- "genuinely"
|
|
68
|
+
- "honestly"
|
|
69
|
+
- "simply"
|
|
70
|
+
- "actually"
|
|
71
|
+
- "deeply"
|
|
72
|
+
- "truly"
|
|
73
|
+
- "fundamentally"
|
|
74
|
+
- "inherently"
|
|
75
|
+
- "inevitably"
|
|
76
|
+
- "interestingly"
|
|
77
|
+
- "importantly"
|
|
78
|
+
- "crucially"
|
|
79
|
+
|
|
80
|
+
Also cut these filler phrases:
|
|
81
|
+
|
|
82
|
+
- "At its core"
|
|
83
|
+
- "In today's [X]"
|
|
84
|
+
- "When it comes to"
|
|
85
|
+
- "In a world where"
|
|
86
|
+
- "The reality is"
|
|
87
|
+
|
|
88
|
+
## Meta-Commentary
|
|
89
|
+
|
|
90
|
+
Remove self-referential asides. The text should move, not announce its own structure.
|
|
91
|
+
|
|
92
|
+
- "Hint:"
|
|
93
|
+
- "Plot twist:" / "Spoiler:"
|
|
94
|
+
- "You already know this, but"
|
|
95
|
+
- "But that's another post"
|
|
96
|
+
- "X is a feature, not a bug"
|
|
97
|
+
- "Dressed up as"
|
|
98
|
+
- "The rest of this essay explains..."
|
|
99
|
+
- "Let me walk you through..."
|
|
100
|
+
- "In this section, we'll..."
|
|
101
|
+
- "As we'll see..."
|
|
102
|
+
- "I want to explore..."
|
|
103
|
+
|
|
104
|
+
## Performative Emphasis
|
|
105
|
+
|
|
106
|
+
False intimacy or manufactured sincerity:
|
|
107
|
+
|
|
108
|
+
- "creeps in"
|
|
109
|
+
- "I promise"
|
|
110
|
+
- "They exist, I promise"
|
|
111
|
+
|
|
112
|
+
## Telling Instead of Showing
|
|
113
|
+
|
|
114
|
+
Announcing difficulty or significance rather than demonstrating it:
|
|
115
|
+
|
|
116
|
+
- "This is genuinely hard"
|
|
117
|
+
- "This is what leadership actually looks like"
|
|
118
|
+
- "This is what X actually looks like"
|
|
119
|
+
- "actually matters"
|
|
120
|
+
|
|
121
|
+
## Vague Declaratives
|
|
122
|
+
|
|
123
|
+
Sentences that announce importance without naming the specific thing. Kill these.
|
|
124
|
+
|
|
125
|
+
- "The reasons are structural"
|
|
126
|
+
- "The implications are significant"
|
|
127
|
+
- "This is the deepest problem"
|
|
128
|
+
- "The stakes are high"
|
|
129
|
+
- "The consequences are real"
|
|
130
|
+
|
|
131
|
+
If a sentence says something is important/deep/structural without showing the specific thing, cut it or replace it with the specific thing.
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
# Anti-Slop em Português Europeu — arka-human-writing
|
|
2
|
+
|
|
3
|
+
Equivalentes pt-PT dos padrões de IA catalogados em
|
|
4
|
+
`structural-patterns.md` e `anti-slop-phrases.md` (esses ficheiros são
|
|
5
|
+
EN-only). Autoria ArkaOS. Aplica-se a todo o output em português; pt-PT,
|
|
6
|
+
nunca pt-BR (Rule 3 da skill).
|
|
7
|
+
|
|
8
|
+
## Aberturas de limpar a garganta
|
|
9
|
+
|
|
10
|
+
Anunciar o conteúdo em vez de o dizer. Cortar e afirmar diretamente.
|
|
11
|
+
|
|
12
|
+
- "Vamos mergulhar em..."
|
|
13
|
+
- "É importante notar que..."
|
|
14
|
+
- "Neste artigo vamos ver..."
|
|
15
|
+
- "A verdade é que..."
|
|
16
|
+
- "Sejamos honestos:"
|
|
17
|
+
- "Aqui está o que precisas de saber"
|
|
18
|
+
- "O que é facto é que..."
|
|
19
|
+
|
|
20
|
+
## Contraste binário
|
|
21
|
+
|
|
22
|
+
Drama fabricado por negação seguida de afirmação. Afirmar Y e cortar a negação.
|
|
23
|
+
|
|
24
|
+
- "Não é X, é Y." / "Não se trata de X, trata-se de Y."
|
|
25
|
+
- "A questão não é X. É Y."
|
|
26
|
+
- "O problema não é X. O problema é Y."
|
|
27
|
+
- "Não é só X, é também Y."
|
|
28
|
+
|
|
29
|
+
## Falsa agência
|
|
30
|
+
|
|
31
|
+
Verbos humanos em sujeitos inanimados escondem quem age. Nomear a pessoa;
|
|
32
|
+
sem pessoa concreta, usar "tu"/"você" e pôr o leitor na cena.
|
|
33
|
+
|
|
34
|
+
- "a decisão nasce" → alguém decide
|
|
35
|
+
- "o projeto ganha vida" → a equipa lança o projeto
|
|
36
|
+
- "os dados dizem-nos" → alguém lê os dados e conclui
|
|
37
|
+
- "o mercado premeia" → os clientes pagam por
|
|
38
|
+
- "a cultura muda" → as pessoas mudam de comportamento
|
|
39
|
+
|
|
40
|
+
## Advérbios em -mente empilhados
|
|
41
|
+
|
|
42
|
+
Cortar por defeito; um advérbio sobrevive só se apagá-lo mudar o
|
|
43
|
+
significado. Ofensores frequentes: "basicamente", "literalmente",
|
|
44
|
+
"genuinamente", "honestamente", "simplesmente", "efetivamente",
|
|
45
|
+
"fundamentalmente", "inevitavelmente", "verdadeiramente".
|
|
46
|
+
|
|
47
|
+
## Travessão como conector
|
|
48
|
+
|
|
49
|
+
"O produto — que mudou o mercado — cresceu" é o tell número um. A Rule 1
|
|
50
|
+
da skill já proíbe travessões e hífenes como conectores de orações em
|
|
51
|
+
qualquer língua: usar vírgulas, dois pontos, ponto final ou conjunções.
|
|
52
|
+
|
|
53
|
+
## Extremos preguiçosos
|
|
54
|
+
|
|
55
|
+
Autoridade falsa por generalização: "sempre", "nunca", "todos",
|
|
56
|
+
"ninguém", "qualquer pessoa". Substituir pela afirmação específica que se
|
|
57
|
+
consegue provar.
|
|
58
|
+
|
|
59
|
+
## Declarativas vagas
|
|
60
|
+
|
|
61
|
+
Anunciam importância sem nomear a coisa. Cortar ou substituir pelo
|
|
62
|
+
específico.
|
|
63
|
+
|
|
64
|
+
- "As implicações são profundas."
|
|
65
|
+
- "O impacto é real."
|
|
66
|
+
- "Os desafios são estruturais."
|
|
67
|
+
- "Está tudo em jogo."
|
|
68
|
+
|
|
69
|
+
## Jargão traduzido do inglês
|
|
70
|
+
|
|
71
|
+
Construções decalcadas do inglês empresarial que nenhum falante nativo
|
|
72
|
+
usa espontaneamente.
|
|
73
|
+
|
|
74
|
+
| Evitar | Usar |
|
|
75
|
+
|--------|------|
|
|
76
|
+
| alavancar (resultados) | usar, tirar partido de |
|
|
77
|
+
| robusto (solução) | sólido, fiável |
|
|
78
|
+
| impulsionar (crescimento) | acelerar, fazer crescer |
|
|
79
|
+
| desbloquear o potencial | aproveitar |
|
|
80
|
+
| endereçar (um problema) | resolver, tratar de |
|
|
81
|
+
| navegar (a incerteza) | lidar com, gerir |
|
|
82
|
+
| num mundo em constante mudança | (cortar; dizer o específico) |
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Hardik Pandya
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
<!-- Derived from stop-slop by Hardik Pandya — https://github.com/hardikpandya/stop-slop -->
|
|
2
|
+
<!-- MIT — Copyright (c) 2025 Hardik Pandya. See docs/THIRD-PARTY-NOTICES.md. -->
|
|
3
|
+
|
|
4
|
+
# Structural Patterns to Avoid — arka-human-writing
|
|
5
|
+
|
|
6
|
+
Formulaic sentence and paragraph structures are stronger AI tells than any
|
|
7
|
+
single banned word: they survive synonym swaps. Rule 8 of the skill bans
|
|
8
|
+
them; this file is the catalogue.
|
|
9
|
+
|
|
10
|
+
## Binary Contrasts
|
|
11
|
+
|
|
12
|
+
These create false drama. State the point directly.
|
|
13
|
+
|
|
14
|
+
| Pattern | Problem |
|
|
15
|
+
|---------|---------|
|
|
16
|
+
| "Not because X. Because Y." / "Not because X, but because Y." | Telegraphed reversal |
|
|
17
|
+
| "[X] isn't the problem. [Y] is." | Formulaic reframe |
|
|
18
|
+
| "The answer isn't X. It's Y." | Predictable pivot |
|
|
19
|
+
| "It feels like X. It's actually Y." | Setup/reveal cliche |
|
|
20
|
+
| "The question isn't X. It's Y." | Rhetorical misdirection |
|
|
21
|
+
| "Not X. But Y." / "not X, it's Y" / "isn't X, it's Y" | Mechanical contrast |
|
|
22
|
+
| "It's not this. It's that." | Same formula, different words |
|
|
23
|
+
| "stops being X and starts being Y" | False transformation arc |
|
|
24
|
+
| "doesn't mean X, but actually Y" | Negation-then-assertion crutch |
|
|
25
|
+
| "is about X but not Y" | False distinction |
|
|
26
|
+
| "not just X but also Y" | Additive hedge |
|
|
27
|
+
|
|
28
|
+
**Instead:** State Y directly. "The problem is Y." "Y matters here." Drop the negation entirely.
|
|
29
|
+
|
|
30
|
+
## Negative Listing
|
|
31
|
+
|
|
32
|
+
Listing what something is *not* before revealing what it *is*. A rhetorical striptease.
|
|
33
|
+
|
|
34
|
+
| Pattern | Problem |
|
|
35
|
+
|---------|---------|
|
|
36
|
+
| "Not a X... Not a Y... A Z." | Dramatic buildup through negation |
|
|
37
|
+
| "It wasn't X. It wasn't Y. It was Z." | Same structure, past tense |
|
|
38
|
+
|
|
39
|
+
**Instead:** State Z. The reader doesn't need the runway.
|
|
40
|
+
|
|
41
|
+
## Dramatic Fragmentation
|
|
42
|
+
|
|
43
|
+
Sentence fragments for emphasis read as manufactured profundity.
|
|
44
|
+
|
|
45
|
+
| Pattern | Problem |
|
|
46
|
+
|---------|---------|
|
|
47
|
+
| "[Noun]. That's it. That's the [thing]." | Performative simplicity |
|
|
48
|
+
| "X. And Y. And Z." | Staccato drama |
|
|
49
|
+
| "This unlocks something. [Word]." | Artificial revelation |
|
|
50
|
+
|
|
51
|
+
**Instead:** Complete sentences. Trust content over presentation.
|
|
52
|
+
|
|
53
|
+
## Rhetorical Setups
|
|
54
|
+
|
|
55
|
+
These announce insight rather than deliver it.
|
|
56
|
+
|
|
57
|
+
| Pattern | Problem |
|
|
58
|
+
|---------|---------|
|
|
59
|
+
| "What if [reframe]?" | Socratic posturing |
|
|
60
|
+
| "Here's what I mean:" | Redundant preview |
|
|
61
|
+
| "Think about it:" | Condescending prompt |
|
|
62
|
+
| "And that's okay." | Unnecessary permission |
|
|
63
|
+
|
|
64
|
+
**Instead:** Make the point. Let readers draw conclusions.
|
|
65
|
+
|
|
66
|
+
## Formulaic Constructions
|
|
67
|
+
|
|
68
|
+
| Pattern | Problem |
|
|
69
|
+
|---------|---------|
|
|
70
|
+
| "By the time X, I was Y." | Narrative template |
|
|
71
|
+
| "X that isn't Y" | Indirect. Say "X is broken" |
|
|
72
|
+
|
|
73
|
+
## False Agency
|
|
74
|
+
|
|
75
|
+
Giving inanimate things human verbs. Complaints don't "become" fixes. Bets
|
|
76
|
+
don't "live or die." Decisions don't "emerge." A person does something to
|
|
77
|
+
make those things happen. AI loves this because it avoids naming the actor.
|
|
78
|
+
|
|
79
|
+
| Pattern | Problem |
|
|
80
|
+
|---------|---------|
|
|
81
|
+
| "a complaint becomes a fix" | The complaint did nothing. Someone fixed it. |
|
|
82
|
+
| "a bet lives or dies in days" | Bets don't have lifespans. Someone kills the project or ships it. |
|
|
83
|
+
| "the decision emerges" | Decisions don't emerge. Someone decides. |
|
|
84
|
+
| "the culture shifts" | Cultures don't shift on their own. People change behavior. |
|
|
85
|
+
| "the conversation moves toward" | Conversations don't move. Someone steers. |
|
|
86
|
+
| "the data tells us" | Data sits there. Someone reads it and draws a conclusion. |
|
|
87
|
+
| "the market rewards" | Markets don't reward. Buyers pay for things. |
|
|
88
|
+
|
|
89
|
+
**Instead:** Name the human. "The team fixed it that week" beats "the complaint becomes a fix." If no specific person fits, use "you" to put the reader in the seat.
|
|
90
|
+
|
|
91
|
+
## Narrator-from-a-Distance
|
|
92
|
+
|
|
93
|
+
Floating above the scene instead of putting the reader in it.
|
|
94
|
+
|
|
95
|
+
| Pattern | Problem |
|
|
96
|
+
|---------|---------|
|
|
97
|
+
| "Nobody designed this." | Disembodied observation |
|
|
98
|
+
| "This happens because..." | Lecturer voice |
|
|
99
|
+
| "This is why..." | Same |
|
|
100
|
+
| "People tend to..." | Armchair sociologist |
|
|
101
|
+
|
|
102
|
+
**Instead:** Put the reader in the room. "You don't sit down one day and decide to..." beats "Nobody designed this."
|
|
103
|
+
|
|
104
|
+
## Passive Voice
|
|
105
|
+
|
|
106
|
+
Rule 7 of the skill (Active Voice by Default) governs this. The recurring
|
|
107
|
+
offenders, kept here because they pair with False Agency: "X was created",
|
|
108
|
+
"It is believed that", "Mistakes were made", "The decision was reached".
|
|
109
|
+
Find the actor and put them at the front of the sentence.
|
|
110
|
+
|
|
111
|
+
## Sentence Starters to Avoid
|
|
112
|
+
|
|
113
|
+
| Pattern | Fix |
|
|
114
|
+
|---------|-----|
|
|
115
|
+
| Sentences starting with What, When, Where, Which, Who, Why, How | Restructure. Lead with the subject or the verb. |
|
|
116
|
+
| Paragraphs starting with "So" | Start with content |
|
|
117
|
+
| Sentences starting with "Look," | Remove |
|
|
118
|
+
|
|
119
|
+
Wh- openers become a crutch. "What makes this hard is..." becomes "The constraint is..." or better, name the specific constraint.
|
|
120
|
+
|
|
121
|
+
## Rhythm Patterns
|
|
122
|
+
|
|
123
|
+
| Pattern | Fix |
|
|
124
|
+
|---------|-----|
|
|
125
|
+
| Three-item lists by reflex | Default to two items or one; a third must earn its place. Deliberate triads in copywriting frameworks stay legitimate. |
|
|
126
|
+
| Questions answered immediately | Let questions breathe or cut them |
|
|
127
|
+
| Every paragraph ends punchily | Vary endings |
|
|
128
|
+
| Dashes as connectors | Already banned by Rule 1 of the skill; no em-dashes at all |
|
|
129
|
+
| Staccato fragmentation | Don't stack short punchy sentences |
|
|
130
|
+
| "Not always. Not perfectly." | Hedging disguised as reassurance |
|
|
131
|
+
|
|
132
|
+
## Word Patterns
|
|
133
|
+
|
|
134
|
+
| Pattern | Problem |
|
|
135
|
+
|---------|---------|
|
|
136
|
+
| Lazy extremes (every, always, never, everyone, everybody, nobody) | False authority. Use specifics instead of sweeping claims. |
|
|
137
|
+
| Adverb pile-up | Empty emphasis. Cut adverbs by default; one survives only if deleting it changes the meaning. Full list: `anti-slop-phrases.md`. |
|
|
138
|
+
|
|
139
|
+
## Before/After
|
|
140
|
+
|
|
141
|
+
**Throat-clearing + binary contrast:**
|
|
142
|
+
> Before: "Here's the thing: building products is hard. Not because the technology is complex. Because people are complex. Let that sink in."
|
|
143
|
+
> After: "Building products is hard. Technology is manageable. People aren't."
|
|
144
|
+
|
|
145
|
+
**Dramatic fragmentation:**
|
|
146
|
+
> Before: "Speed. Quality. Cost. You can only pick two. That's it. That's the tradeoff."
|
|
147
|
+
> After: "Speed, quality, cost: pick two."
|
|
148
|
+
|
|
149
|
+
**Rhetorical setup:**
|
|
150
|
+
> Before: "What if I told you that the best teams don't optimize for productivity? Here's what I mean: they optimize for learning. Think about it."
|
|
151
|
+
> After: "The best teams optimize for learning, not productivity."
|
|
@@ -47,4 +47,4 @@ You are Mariana, Content Marketing Specialist of the marketing squad (Tier 2). W
|
|
|
47
47
|
|
|
48
48
|
## Grounding
|
|
49
49
|
|
|
50
|
-
Recommendations cite the framework behind them — yours: Content Pillar-Cluster, STEPPS (Berger), Schwartz 5 Awareness Levels, Content Operating System, Editorial Calendar. A recommendation without a named framework or reference is an opinion; label it as such.
|
|
50
|
+
Recommendations cite the framework behind them — yours: Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep, Content Pillar-Cluster, STEPPS (Berger), Schwartz 5 Awareness Levels, Content Operating System, Editorial Calendar. A recommendation without a named framework or reference is an opinion; label it as such.
|
|
@@ -47,4 +47,4 @@ You are Rafael, Content Strategist of the content squad (Tier 1). What drives yo
|
|
|
47
47
|
|
|
48
48
|
## Grounding
|
|
49
49
|
|
|
50
|
-
Recommendations cite the framework behind them — yours: STEPPS (Berger), Hook Architecture, Content OS (GaryVee model), Platform Algorithms (YouTube/TikTok/IG/LinkedIn), Content-to-Revenue Pipeline, AI Content Workflow. A recommendation without a named framework or reference is an opinion; label it as such.
|
|
50
|
+
Recommendations cite the framework behind them — yours: Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep, STEPPS (Berger), Hook Architecture, Content OS (GaryVee model), Platform Algorithms (YouTube/TikTok/IG/LinkedIn), Content-to-Revenue Pipeline, AI Content Workflow. A recommendation without a named framework or reference is an opinion; label it as such.
|
|
@@ -33,12 +33,25 @@ the changed files. Your duties:
|
|
|
33
33
|
"robust", "comprehensive", "streamline", "unlock", "tapestry",
|
|
34
34
|
"dive deep", "navigate", "realm of", "cutting-edge",
|
|
35
35
|
"in today's fast-paced", "underscore"
|
|
36
|
+
- structural-slop sweep (catalogue:
|
|
37
|
+
`arka/skills/human-writing/references/structural-patterns.md`): flag
|
|
38
|
+
binary contrasts ("not X, it's Y"), negative listing, dramatic
|
|
39
|
+
fragmentation, rhetorical setups, false agency (inanimate nouns with
|
|
40
|
+
human verbs), narrator-from-a-distance, Wh-word sentence openers,
|
|
41
|
+
throat-clearing openers, vague declaratives, metronomic rhythm
|
|
36
42
|
3. Evidence floor: if the report `overall` is "fail", your verdict is
|
|
37
43
|
REJECTED even if the copy is perfect — you never approve over failing
|
|
38
44
|
evidence.
|
|
39
45
|
|
|
40
46
|
## Verdict Format
|
|
41
47
|
|
|
48
|
+
Score the changed prose with the Slop Score rubric
|
|
49
|
+
(`arka/skills/human-writing/SKILL.md`, Self-Editing section): Directness,
|
|
50
|
+
Rhythm, Trust, Authenticity, Density, 1-10 each. Report "slop-score: X/50"
|
|
51
|
+
in `notes`. Below 35/50 on COPY-scope changed prose (landing pages,
|
|
52
|
+
campaigns, posts, client deliverables) it is a blocker; on
|
|
53
|
+
DOCUMENTATION-scope prose it is advisory.
|
|
54
|
+
|
|
42
55
|
Return a `QGVerdict` JSON object (schema: `QG_VERDICT_JSON_SCHEMA` in
|
|
43
56
|
`core.governance.qg_verdict`): `verdict`, `evidence_report` summary,
|
|
44
57
|
`blockers` [{check, detail, file, verdict}] with exact location and
|
|
@@ -47,4 +47,4 @@ You are Raquel, Lifecycle & Retention Marketer of the marketing squad (Tier 2).
|
|
|
47
47
|
|
|
48
48
|
## Grounding
|
|
49
49
|
|
|
50
|
-
Recommendations cite the framework behind them — yours: AARRR, RFM, Hooked, Welcome/Nurture/Win-back flow patterns, Sender reputation management. A recommendation without a named framework or reference is an opinion; label it as such.
|
|
50
|
+
Recommendations cite the framework behind them — yours: Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep, AARRR, RFM, Hooked, Welcome/Nurture/Win-back flow patterns, Sender reputation management. A recommendation without a named framework or reference is an opinion; label it as such.
|
|
@@ -47,4 +47,4 @@ You are Lourenço, Product Marketing Manager of the marketing squad (Tier 2). Wh
|
|
|
47
47
|
|
|
48
48
|
## Grounding
|
|
49
49
|
|
|
50
|
-
Recommendations cite the framework behind them — yours: Obviously Awesome, JTBD Four Forces, Schwartz 5 Levels, Crossing the Chasm, Win/Loss Analysis, April Dunford 10-step positioning. A recommendation without a named framework or reference is an opinion; label it as such.
|
|
50
|
+
Recommendations cite the framework behind them — yours: Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep, Obviously Awesome, JTBD Four Forces, Schwartz 5 Levels, Crossing the Chasm, Win/Loss Analysis, April Dunford 10-step positioning. A recommendation without a named framework or reference is an opinion; label it as such.
|
|
@@ -47,4 +47,4 @@ You are Nuno, Repurpose & Distribution Specialist of the content squad (Tier 2).
|
|
|
47
47
|
|
|
48
48
|
## Grounding
|
|
49
49
|
|
|
50
|
-
Recommendations cite the framework behind them — yours: GaryVee Pillar→30+ Model, Justin Welsh Content OS, Platform Algorithm Signals, Content-to-Revenue Pipeline. A recommendation without a named framework or reference is an opinion; label it as such.
|
|
50
|
+
Recommendations cite the framework behind them — yours: Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep, GaryVee Pillar→30+ Model, Justin Welsh Content OS, Platform Algorithm Signals, Content-to-Revenue Pipeline. A recommendation without a named framework or reference is an opinion; label it as such.
|
|
@@ -48,4 +48,4 @@ You are Teresa, Sales Copywriter of the landing squad (Tier 2). What drives you:
|
|
|
48
48
|
|
|
49
49
|
## Grounding
|
|
50
50
|
|
|
51
|
-
Recommendations cite the framework behind them — yours: AIDA, PAS (Problem-Agitate-Solve), PASTOR, StoryBrand SB7, Schwartz 5 Awareness Levels, Star-Story-Solution, Halbert Headline Formulas. A recommendation without a named framework or reference is an opinion; label it as such.
|
|
51
|
+
Recommendations cite the framework behind them — yours: Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep, AIDA, PAS (Problem-Agitate-Solve), PASTOR, StoryBrand SB7, Schwartz 5 Awareness Levels, Star-Story-Solution, Halbert Headline Formulas. A recommendation without a named framework or reference is an opinion; label it as such.
|
|
@@ -49,4 +49,4 @@ You are Joana, Scriptwriter of the content squad (Tier 2). What drives you: Craf
|
|
|
49
49
|
|
|
50
50
|
## Grounding
|
|
51
51
|
|
|
52
|
-
Recommendations cite the framework behind them — yours: Story (McKee), Save the Cat beat sheet, Dan Harmon Story Circle, Sequence method, Pixar story rules, Hook Architecture, Hook-Bridge-Body-CTA, StoryBrand SB7 (adapted for video), AIDA for video, MrBeast Retention Techniques. A recommendation without a named framework or reference is an opinion; label it as such.
|
|
52
|
+
Recommendations cite the framework behind them — yours: Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep, Story (McKee), Save the Cat beat sheet, Dan Harmon Story Circle, Sequence method, Pixar story rules, Hook Architecture, Hook-Bridge-Body-CTA, StoryBrand SB7 (adapted for video), AIDA for video, MrBeast Retention Techniques. A recommendation without a named framework or reference is an opinion; label it as such.
|
|
@@ -47,4 +47,4 @@ You are Filipe, Viral Content Engineer of the content squad (Tier 2). What drive
|
|
|
47
47
|
|
|
48
48
|
## Grounding
|
|
49
49
|
|
|
50
|
-
Recommendations cite the framework behind them — yours: STEPPS (Berger), Hook Architecture (3-second rule), MrBeast Title/Thumb Method, Platform-Specific Signals. A recommendation without a named framework or reference is an opinion; label it as such.
|
|
50
|
+
Recommendations cite the framework behind them — yours: Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep, STEPPS (Berger), Hook Architecture (3-second rule), MrBeast Title/Thumb Method, Platform-Specific Signals. A recommendation without a named framework or reference is an opinion; label it as such.
|
|
@@ -1731,6 +1731,80 @@
|
|
|
1731
1731
|
tags:
|
|
1732
1732
|
- human-writing
|
|
1733
1733
|
- imported
|
|
1734
|
+
- id: marketing-human-writing-07
|
|
1735
|
+
department: marketing
|
|
1736
|
+
prompt: 'Rewrite this launch-post paragraph: ''Here''s the thing: shipping fast isn''t
|
|
1737
|
+
the problem. Shipping the wrong thing is. What if I told you the answer isn''t more
|
|
1738
|
+
process? When the feedback loop tightens, the product improves. The implications are
|
|
1739
|
+
significant. Not a framework. Not a methodology. A habit.'''
|
|
1740
|
+
expected_properties:
|
|
1741
|
+
- Identifies throat-clearing opener ("Here's the thing:")
|
|
1742
|
+
- Identifies binary contrasts ("isn't the problem... is", "the answer isn't")
|
|
1743
|
+
- Identifies rhetorical setup ("What if I told you")
|
|
1744
|
+
- Identifies false agency ("the feedback loop tightens, the product improves")
|
|
1745
|
+
- Identifies vague declarative ("The implications are significant")
|
|
1746
|
+
- Identifies negative listing ("Not a framework. Not a methodology. A habit.")
|
|
1747
|
+
- Rewrite states points directly and names the human actor
|
|
1748
|
+
rubric: 'Should apply Rule 8 (No Formulaic Structures) and the structural-patterns
|
|
1749
|
+
catalogue. Should flag every structural pattern in the paragraph: throat-clearing
|
|
1750
|
+
opener, two binary contrasts, rhetorical setup, false agency (nobody tightens the
|
|
1751
|
+
loop or improves the product in the sentence — the rewrite must name who does),
|
|
1752
|
+
vague declarative, and negative listing. The rewrite should state each point as a
|
|
1753
|
+
direct claim with a human subject, without introducing new AI patterns (no em
|
|
1754
|
+
dashes, no fresh contrasts). Should not merely reword phrases while keeping the
|
|
1755
|
+
structures.'
|
|
1756
|
+
tags:
|
|
1757
|
+
- human-writing
|
|
1758
|
+
- id: marketing-human-writing-08
|
|
1759
|
+
department: marketing
|
|
1760
|
+
prompt: 'Limpa este parágrafo de um email de lançamento: ''Vamos mergulhar no que
|
|
1761
|
+
torna este produto verdadeiramente único. Não se trata de mais uma ferramenta,
|
|
1762
|
+
trata-se de uma nova forma de trabalhar. Basicamente, a plataforma ganha vida
|
|
1763
|
+
com os teus dados — e os resultados falam por si. As implicações são profundas.'''
|
|
1764
|
+
expected_properties:
|
|
1765
|
+
- Responds in European Portuguese (pt-PT)
|
|
1766
|
+
- Identifies "Vamos mergulhar" as throat-clearing
|
|
1767
|
+
- Identifies "Não se trata de X, trata-se de Y" as binary contrast
|
|
1768
|
+
- Identifies stacked -mente adverbs ("verdadeiramente", "basicamente")
|
|
1769
|
+
- Identifies false agency ("a plataforma ganha vida", "os resultados falam")
|
|
1770
|
+
- Identifies em dash used as connector
|
|
1771
|
+
- Identifies vague declarative ("As implicações são profundas")
|
|
1772
|
+
- Rewrite is idiomatic pt-PT with named actors and direct claims
|
|
1773
|
+
rubric: 'Should apply references/pt-pt-anti-slop.md and respond in pt-PT (never
|
|
1774
|
+
pt-BR). Should flag: "Vamos mergulhar" (abertura de limpar a garganta),
|
|
1775
|
+
"Não se trata de... trata-se de" (contraste binário), "verdadeiramente" and
|
|
1776
|
+
"basicamente" (advérbios a cortar por defeito), "a plataforma ganha vida" and
|
|
1777
|
+
"os resultados falam por si" (falsa agência — nomear quem faz), the em dash
|
|
1778
|
+
connector (Rule 1), and "As implicações são profundas" (declarativa vaga).
|
|
1779
|
+
The rewrite must be natural European Portuguese with direct statements and
|
|
1780
|
+
human subjects, and must not translate English constructs literally.'
|
|
1781
|
+
tags:
|
|
1782
|
+
- human-writing
|
|
1783
|
+
- id: marketing-human-writing-09
|
|
1784
|
+
department: marketing
|
|
1785
|
+
prompt: 'Score this draft with the Slop Score rubric and tell me if it ships:
|
|
1786
|
+
''In today''s fast-paced landscape, teams need to navigate complexity. Here''s
|
|
1787
|
+
why that matters: productivity isn''t about tools. It''s about focus. Really,
|
|
1788
|
+
the data tells us everything. Make no mistake, this changes everything. The
|
|
1789
|
+
stakes are high.'''
|
|
1790
|
+
expected_properties:
|
|
1791
|
+
- Applies the five Slop Score dimensions (Directness, Rhythm, Trust, Authenticity, Density)
|
|
1792
|
+
- Scores each dimension 1-10 with a one-line justification
|
|
1793
|
+
- Total is clearly below the 35/50 threshold
|
|
1794
|
+
- Verdict is revise, not ship
|
|
1795
|
+
- Names the specific offending patterns per dimension
|
|
1796
|
+
- Offers a revised version or the concrete revision steps
|
|
1797
|
+
rubric: 'Should apply the Slop Score rubric from the human-writing skill: rate
|
|
1798
|
+
Directness, Rhythm, Trust, Authenticity, and Density 1-10 each with brief
|
|
1799
|
+
justification tied to specific text (cliches "in today''s fast-paced" and
|
|
1800
|
+
"navigate", emphasis crutches "Here''s why that matters" and "Make no
|
|
1801
|
+
mistake", binary contrast "isn''t about tools. It''s about focus", false
|
|
1802
|
+
agency "the data tells us", vague declarative "The stakes are high",
|
|
1803
|
+
metronomic short sentences). The total must land clearly below 35/50 and the
|
|
1804
|
+
verdict must be revise-before-shipping, with a rewrite or concrete steps.
|
|
1805
|
+
Should not score generously to avoid the revision.'
|
|
1806
|
+
tags:
|
|
1807
|
+
- human-writing
|
|
1734
1808
|
- id: marketing-customer-research-01
|
|
1735
1809
|
department: marketing
|
|
1736
1810
|
prompt: I have 20 customer interview transcripts. Help me analyze them.
|
|
@@ -41,6 +41,7 @@ expertise:
|
|
|
41
41
|
- AI-assisted content workflows
|
|
42
42
|
- analytics & performance tracking
|
|
43
43
|
frameworks:
|
|
44
|
+
- Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep
|
|
44
45
|
- GaryVee Pillar→30+ Model
|
|
45
46
|
- Justin Welsh Content OS
|
|
46
47
|
- Platform Algorithm Signals
|
|
@@ -40,6 +40,7 @@ expertise:
|
|
|
40
40
|
- trend analysis & riding
|
|
41
41
|
- short-form content (Reels, TikTok, Shorts)
|
|
42
42
|
frameworks:
|
|
43
|
+
- Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep
|
|
43
44
|
- STEPPS (Berger)
|
|
44
45
|
- Hook Architecture (3-second rule)
|
|
45
46
|
- MrBeast Title/Thumb Method
|
package/harness/codex/AGENTS.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ArkaOS — The Operating System for AI Agent Teams
|
|
2
2
|
|
|
3
|
-
> v4.
|
|
3
|
+
> v4.28.0 — 89 agents, 17 departments, 329 skills. Generated by `scripts/harness_gen.py`; do not edit.
|
|
4
4
|
|
|
5
5
|
You are operating within ArkaOS. Every request routes through the
|
|
6
6
|
appropriate department squad — never respond as a generic assistant.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ArkaOS — The Operating System for AI Agent Teams
|
|
2
2
|
|
|
3
|
-
> v4.
|
|
3
|
+
> v4.28.0 — 89 agents, 17 departments, 329 skills. Generated by `scripts/harness_gen.py`; do not edit.
|
|
4
4
|
|
|
5
5
|
You are operating within ArkaOS. Every request routes through the
|
|
6
6
|
appropriate department squad — never respond as a generic assistant.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
|
-
description: ArkaOS v4.
|
|
2
|
+
description: ArkaOS v4.28.0 agent-team contract
|
|
3
3
|
alwaysApply: true
|
|
4
4
|
---
|
|
5
5
|
|
|
6
6
|
# ArkaOS — The Operating System for AI Agent Teams
|
|
7
7
|
|
|
8
|
-
> v4.
|
|
8
|
+
> v4.28.0 — 89 agents, 17 departments, 329 skills. Generated by `scripts/harness_gen.py`; do not edit.
|
|
9
9
|
|
|
10
10
|
You are operating within ArkaOS. Every request routes through the
|
|
11
11
|
appropriate department squad — never respond as a generic assistant.
|
package/harness/gemini/GEMINI.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ArkaOS — The Operating System for AI Agent Teams
|
|
2
2
|
|
|
3
|
-
> v4.
|
|
3
|
+
> v4.28.0 — 89 agents, 17 departments, 329 skills. Generated by `scripts/harness_gen.py`; do not edit.
|
|
4
4
|
|
|
5
5
|
You are operating within ArkaOS. Every request routes through the
|
|
6
6
|
appropriate department squad — never respond as a generic assistant.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ArkaOS — The Operating System for AI Agent Teams
|
|
2
2
|
|
|
3
|
-
> v4.
|
|
3
|
+
> v4.28.0 — 89 agents, 17 departments, 329 skills. Generated by `scripts/harness_gen.py`; do not edit.
|
|
4
4
|
|
|
5
5
|
You are operating within ArkaOS. Every request routes through the
|
|
6
6
|
appropriate department squad — never respond as a generic assistant.
|
package/harness/zed/.rules
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ArkaOS — The Operating System for AI Agent Teams
|
|
2
2
|
|
|
3
|
-
> v4.
|
|
3
|
+
> v4.28.0 — 89 agents, 17 departments, 329 skills. Generated by `scripts/harness_gen.py`; do not edit.
|
|
4
4
|
|
|
5
5
|
You are operating within ArkaOS. Every request routes through the
|
|
6
6
|
appropriate department squad — never respond as a generic assistant.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_meta": {
|
|
3
3
|
"version": "2.0.0",
|
|
4
|
-
"generated": "2026-07-
|
|
4
|
+
"generated": "2026-07-21T20:37:39.093830",
|
|
5
5
|
"total_agents": 89,
|
|
6
6
|
"generator": "core/agents/registry_gen.py",
|
|
7
7
|
"tiers": {
|
|
@@ -779,6 +779,7 @@
|
|
|
779
779
|
"creator monetization"
|
|
780
780
|
],
|
|
781
781
|
"frameworks": [
|
|
782
|
+
"Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep",
|
|
782
783
|
"STEPPS (Berger)",
|
|
783
784
|
"Hook Architecture",
|
|
784
785
|
"Content OS (GaryVee model)",
|
|
@@ -1030,6 +1031,7 @@
|
|
|
1030
1031
|
"analytics & performance tracking"
|
|
1031
1032
|
],
|
|
1032
1033
|
"frameworks": [
|
|
1034
|
+
"Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep",
|
|
1033
1035
|
"GaryVee Pillar→30+ Model",
|
|
1034
1036
|
"Justin Welsh Content OS",
|
|
1035
1037
|
"Platform Algorithm Signals",
|
|
@@ -1081,6 +1083,7 @@
|
|
|
1081
1083
|
"webinar scripts"
|
|
1082
1084
|
],
|
|
1083
1085
|
"frameworks": [
|
|
1086
|
+
"Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep",
|
|
1084
1087
|
"Story (McKee)",
|
|
1085
1088
|
"Save the Cat beat sheet",
|
|
1086
1089
|
"Dan Harmon Story Circle",
|
|
@@ -1136,6 +1139,7 @@
|
|
|
1136
1139
|
"short-form content (Reels, TikTok, Shorts)"
|
|
1137
1140
|
],
|
|
1138
1141
|
"frameworks": [
|
|
1142
|
+
"Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep",
|
|
1139
1143
|
"STEPPS (Berger)",
|
|
1140
1144
|
"Hook Architecture (3-second rule)",
|
|
1141
1145
|
"MrBeast Title/Thumb Method",
|
|
@@ -2725,6 +2729,7 @@
|
|
|
2725
2729
|
"objection handling in copy"
|
|
2726
2730
|
],
|
|
2727
2731
|
"frameworks": [
|
|
2732
|
+
"Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep",
|
|
2728
2733
|
"AIDA",
|
|
2729
2734
|
"PAS (Problem-Agitate-Solve)",
|
|
2730
2735
|
"PASTOR",
|
|
@@ -2946,6 +2951,7 @@
|
|
|
2946
2951
|
"brand voice writing"
|
|
2947
2952
|
],
|
|
2948
2953
|
"frameworks": [
|
|
2954
|
+
"Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep",
|
|
2949
2955
|
"Content Pillar-Cluster",
|
|
2950
2956
|
"STEPPS (Berger)",
|
|
2951
2957
|
"Schwartz 5 Awareness Levels",
|
|
@@ -2996,6 +3002,7 @@
|
|
|
2996
3002
|
"deliverability & list hygiene"
|
|
2997
3003
|
],
|
|
2998
3004
|
"frameworks": [
|
|
3005
|
+
"Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep",
|
|
2999
3006
|
"AARRR",
|
|
3000
3007
|
"RFM",
|
|
3001
3008
|
"Hooked",
|
|
@@ -3098,6 +3105,7 @@
|
|
|
3098
3105
|
"launch messaging"
|
|
3099
3106
|
],
|
|
3100
3107
|
"frameworks": [
|
|
3108
|
+
"Human Writing Standard (arka-human-writing) + Stop-Slop structural sweep",
|
|
3101
3109
|
"Obviously Awesome",
|
|
3102
3110
|
"JTBD Four Forces",
|
|
3103
3111
|
"Schwartz 5 Levels",
|
|
@@ -3976,6 +3984,7 @@
|
|
|
3976
3984
|
],
|
|
3977
3985
|
"frameworks": [
|
|
3978
3986
|
"Human Writing Standard",
|
|
3987
|
+
"Stop-Slop structural sweep",
|
|
3979
3988
|
"StoryBrand SB7",
|
|
3980
3989
|
"Schwartz Awareness Levels",
|
|
3981
3990
|
"AIDA/PAS copywriting"
|
package/package.json
CHANGED