arkaos 5.2.0 → 5.4.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.
Files changed (62) hide show
  1. package/README.md +5 -3
  2. package/THE-ARKAOS-GUIDE.md +2 -2
  3. package/VERSION +1 -1
  4. package/arka/SKILL.md +18 -2
  5. package/config/constitution.yaml +2 -2
  6. package/config/skills-provenance.yaml +10 -0
  7. package/core/governance/evidence_checks.py +55 -10
  8. package/core/hooks/session_start.py +1 -1
  9. package/departments/brand/skills/colors/SKILL.md +3 -1
  10. package/departments/brand/skills/design-dna/SKILL.md +191 -0
  11. package/departments/brand/skills/design-dna/references/design-dna.LICENSE +21 -0
  12. package/departments/brand/skills/design-dna/references/generation-guide.md +209 -0
  13. package/departments/brand/skills/design-dna/references/schema.md +366 -0
  14. package/departments/brand/skills/design-system/SKILL.md +12 -3
  15. package/departments/dev/SKILL.md +25 -0
  16. package/departments/dev/skills/adversarial-review/SKILL.md +5 -0
  17. package/departments/dev/skills/api-design/SKILL.md +8 -0
  18. package/departments/dev/skills/architecture-design/SKILL.md +6 -0
  19. package/departments/dev/skills/build-fix/SKILL.md +8 -2
  20. package/departments/dev/skills/clean-code-review/SKILL.md +8 -0
  21. package/departments/dev/skills/code-review/SKILL.md +14 -0
  22. package/departments/dev/skills/dependency-audit/SKILL.md +8 -0
  23. package/departments/dev/skills/refactor-plan/SKILL.md +7 -0
  24. package/departments/dev/skills/research/SKILL.md +52 -6
  25. package/departments/dev/skills/stack-check/SKILL.md +9 -0
  26. package/harness/codex/AGENTS.md +2 -2
  27. package/harness/copilot/copilot-instructions.md +2 -2
  28. package/harness/cursor/rules/arkaos.mdc +3 -3
  29. package/harness/gemini/GEMINI.md +2 -2
  30. package/harness/opencode/AGENTS.md +2 -2
  31. package/harness/opencode/agents/arka-architect-gabriel.md +1 -1
  32. package/harness/opencode/agents/arka-brand-director-valentina.md +1 -1
  33. package/harness/opencode/agents/arka-cfo-helena.md +1 -1
  34. package/harness/opencode/agents/arka-chief-of-staff-afonso.md +1 -1
  35. package/harness/opencode/agents/arka-community-strategist-beatriz.md +1 -1
  36. package/harness/opencode/agents/arka-content-strategist-rafael.md +1 -1
  37. package/harness/opencode/agents/arka-conversion-strategist-ines.md +1 -1
  38. package/harness/opencode/agents/arka-coo-sofia.md +1 -1
  39. package/harness/opencode/agents/arka-copy-director-eduardo.md +1 -1
  40. package/harness/opencode/agents/arka-cqo-marta.md +1 -1
  41. package/harness/opencode/agents/arka-cto-marco.md +1 -1
  42. package/harness/opencode/agents/arka-design-ops-lead-iris.md +1 -1
  43. package/harness/opencode/agents/arka-ecom-director-ricardo.md +1 -1
  44. package/harness/opencode/agents/arka-knowledge-director-clara.md +1 -1
  45. package/harness/opencode/agents/arka-leadership-director-rodrigo.md +1 -1
  46. package/harness/opencode/agents/arka-marketing-director-luna.md +1 -1
  47. package/harness/opencode/agents/arka-ops-lead-daniel.md +1 -1
  48. package/harness/opencode/agents/arka-pm-director-carolina.md +1 -1
  49. package/harness/opencode/agents/arka-revops-lead-vicente.md +1 -1
  50. package/harness/opencode/agents/arka-saas-strategist-tiago.md +1 -1
  51. package/harness/opencode/agents/arka-sales-director-miguel.md +1 -1
  52. package/harness/opencode/agents/arka-strategy-director-tomas.md +1 -1
  53. package/harness/opencode/agents/arka-tech-director-francisca.md +1 -1
  54. package/harness/opencode/agents/arka-tech-lead-paulo.md +1 -1
  55. package/harness/opencode/agents/arka-video-producer-simao.md +1 -1
  56. package/harness/zed/.rules +2 -2
  57. package/knowledge/commands-keywords.json +10 -2
  58. package/knowledge/commands-registry.json +35 -3
  59. package/knowledge/skills-manifest.json +16 -1
  60. package/package.json +1 -1
  61. package/pyproject.toml +1 -1
  62. package/scripts/skills_catalog_gen.py +15 -6
@@ -46,9 +46,15 @@ reinstall the world) before reading what the tool actually said.
46
46
  | Code | type error, syntax error, failed macro/codegen |
47
47
  | Toolchain | wrong runtime version, missing system binary |
48
48
  | Cache | passes clean, fails incrementally (or the reverse) |
49
- 4. **Fix the root, not the symptom.** A cast that silences a type error
49
+ 4. **When the signature is unfamiliar, search it.** Paste the literal
50
+ error string into `mcp__gh-grep__searchGitHub` (strip the paths and
51
+ line numbers, keep the message). Repos that hit the same signature
52
+ often carry the fix in the surrounding config or lockfile, and the
53
+ search shows which fixes were adopted rather than merely proposed —
54
+ frequently faster than reading the issue tracker.
55
+ 5. **Fix the root, not the symptom.** A cast that silences a type error
50
56
  the compiler was right about is a deferred production bug.
51
- 5. **Prove it.** Two consecutive clean builds — one incremental, one
57
+ 6. **Prove it.** Two consecutive clean builds — one incremental, one
52
58
  from clean — with exit codes on record. One green build after a
53
59
  cache clear proves nothing about the fix.
54
60
 
@@ -47,6 +47,14 @@ report with issues categorized as BLOCKER, WARNING, or NOTE.
47
47
  - [ ] **No business logic in controllers** — Controllers delegate to services
48
48
  - [ ] **Repository pattern** — Data access abstracted from business logic
49
49
 
50
+ ### Idiom disputes
51
+
52
+ "This is not the idiomatic way to use X" is a claim about a community, and
53
+ it needs evidence before it becomes a blocker. Grep the symbol with
54
+ `mcp__gh-grep__searchGitHub` and let the call-sites settle it. If real repos
55
+ split evenly between two forms, downgrade the finding to a NOTE about
56
+ staying consistent inside our own codebase.
57
+
50
58
  ## Output Format
51
59
 
52
60
  ```markdown
@@ -28,6 +28,20 @@ allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
28
28
 
29
29
  Code review against Clean Code and SOLID. Checks naming, SRP, DIP, test coverage, security.
30
30
 
31
+ ## Before you call it a BLOCKER
32
+
33
+ When the finding rests on a claim about a third-party API — "this hook must
34
+ not run in an effect", "that option is ignored here" — and you are not
35
+ certain, verify it before writing it down. `mcp__gh-grep__searchGitHub` on
36
+ the literal symbol shows how the API is used across public repos; Context7
37
+ shows what its maintainer documents. A blocker that turns out to describe
38
+ the reviewer's assumption rather than the library's behaviour costs the
39
+ author a cycle and costs the review its authority.
40
+
41
+ Run this check only when a claim about someone else's library is in
42
+ dispute. Findings about our own code — naming, SRP, coupling, coverage —
43
+ are settled by reading the code in front of you.
44
+
31
45
  ## Output
32
46
 
33
47
  Review report: BLOCKER/WARNING/NOTE with line references and fix suggestions
@@ -68,6 +68,14 @@ Run these per ecosystem:
68
68
  | Major (1.2.3 -> 2.0.0) | High | Read migration guide, plan sprint work |
69
69
  | Deprecated | Critical | Find replacement, schedule migration |
70
70
 
71
+ Registry download counts measure installs, not health: CI runs, mirrors,
72
+ proxies, and bots inflate them, while a vendored dependency is fetched once
73
+ and committed, after which it stops counting altogether even though the
74
+ project still depends on it. For a dependency you suspect is abandoned or
75
+ about to be, check real usage with `mcp__gh-grep__searchGitHub`: grep its
76
+ import path and read whether recent code still calls it, or only wraps it in
77
+ a shim on the way out.
78
+
71
79
  ## Supply Chain Checks
72
80
 
73
81
  - [ ] Lock files committed and up to date
@@ -34,6 +34,13 @@ analysis), `search_graph` to find duplicated implementations worth
34
34
  consolidating. The graph is a prior — verify with Read before planning
35
35
  an edit.
36
36
 
37
+ When the refactor moves toward an unfamiliar shape — splitting a service,
38
+ adopting a new boundary, restructuring around a library's expected layout —
39
+ look at how public repos structure the same thing before committing to it.
40
+ `mcp__gh-grep__searchGitHub` on the framework's structural tokens shows the
41
+ layouts that survived contact with real teams. Precedent is an argument, not
42
+ an authority: our constraints still decide.
43
+
37
44
  ## Output
38
45
 
39
46
  Refactoring plan with patterns, risk assessment, and test verification steps
@@ -3,14 +3,16 @@ name: dev/research
3
3
  description: >
4
4
  Dev-scoped technical research (Lucas, Analyst): library evaluation,
5
5
  framework/package selection, code pattern comparison, and engineering
6
- best-practice discovery via Context7 official docs + web research,
7
- ending in a trade-off report with a recommendation.
6
+ best-practice discovery grounded in the KB first, then Context7 for the
7
+ documented contract, gh-grep for how public repos really implement it,
8
+ and web research — ending in a trade-off report with a recommendation.
8
9
  TRIGGER: user types "/dev research", "avalia a biblioteca", "que
9
10
  lib/framework usamos", "compara X vs Y" for code dependencies,
10
11
  "library evaluation", "which package/ORM/framework should we use",
11
- "best practice" questions about implementation choices — load BEFORE
12
- adding a new dependency or committing to an architecture-relevant
13
- library.
12
+ "best practice" questions about implementation choices, and real-world
13
+ usage lookups ("exemplos reais", "prior art", "como implementam os
14
+ outros", "how do others use this API") — load BEFORE adding a new
15
+ dependency or committing to an architecture-relevant library.
14
16
  SKIP: general, market, or knowledge-base research whose deliverable
15
17
  is an Obsidian KB note, including "best practices for" a non-code
16
18
  topic — arka-research (/arka research, 5-source fan-out) wins;
@@ -27,12 +29,56 @@ allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
27
29
 
28
30
  # Research — `/dev research <topic>`
29
31
 
30
- > **Agent:** Lucas (Analyst) | **Framework:** Context7 + Web Research
32
+ > **Agent:** Lucas (Analyst) | **Framework:** KB-first + Context7 + gh-grep + Web Research
31
33
 
32
34
  ## What It Does
33
35
 
34
36
  Research a technical topic: library evaluation, pattern comparison, best practice discovery.
35
37
 
38
+ ## Sources, and the question each one answers
39
+
40
+ Work through all four before writing a recommendation. Each answers
41
+ something the others cannot, and a report built on one of them is a report
42
+ with a blind spot.
43
+
44
+ | Source | Question it answers |
45
+ | --- | --- |
46
+ | Obsidian + Graphify | what WE already decided, and what it cost us |
47
+ | `mcp__context7__query-docs` | what the maintainer documents — the contract |
48
+ | `mcp__gh-grep__searchGitHub` | what N teams actually shipped — the practice |
49
+ | WebSearch / WebFetch | everything that is not code: pricing, licensing, maintainer intent, incident history |
50
+
51
+ The gap between Context7 and gh-grep — between the contract and the
52
+ practice — is often the finding itself: an API that is documented one way
53
+ and used another way in every real repo is telling you where the sharp
54
+ edge is.
55
+
56
+ ### Querying gh-grep
57
+
58
+ It runs literal grep with regex over public repos. Query with **code
59
+ tokens**; a sentence returns noise.
60
+
61
+ Evaluating a library — is this API actually used the way the README shows?
62
+
63
+ ```
64
+ query: "unstable_cache(" · language: TypeScript
65
+ → read the call-sites: which options do people really pass, what do they
66
+ wrap, and what do they never do
67
+ ```
68
+
69
+ Comparing two options — which one shows up in serious codebases?
70
+
71
+ ```
72
+ query: "from pydantic import BaseSettings" · language: Python
73
+ query: "from pydantic_settings import BaseSettings" · language: Python
74
+ → the ratio, and the migration commits between them, answer the version
75
+ question faster than any changelog
76
+ ```
77
+
78
+ Cite what you find with the repo path, and mark it as practice, not
79
+ contract. Where docs and practice disagree, the docs win in the
80
+ recommendation and the divergence goes in the risks section.
81
+
36
82
  ## Output
37
83
 
38
84
  Research report with options, trade-offs, and recommendation
@@ -27,6 +27,15 @@ allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
27
27
 
28
28
  Audit current tech stack: versions, dependencies, security, performance, upgrade paths.
29
29
 
30
+ ## Evidence for the upgrade path
31
+
32
+ A recommended upgrade needs more than a changelog. Search the target
33
+ version's real configs with `mcp__gh-grep__searchGitHub` using code tokens
34
+ from the new API — a config key, an import path, a renamed export — and read
35
+ what teams that already migrated had to change. Repos that pin the old
36
+ version and never moved are evidence too: treat an upgrade nobody adopted
37
+ as a risk in its own right.
38
+
30
39
  ## Output
31
40
 
32
41
  Stack health report with upgrade recommendations and risk assessment
@@ -1,6 +1,6 @@
1
1
  # ArkaOS — The Operating System for AI Agent Teams
2
2
 
3
- > v5.2.0 — 89 agents, 17 departments, 333 skills. Generated by `scripts/harness_gen.py`; do not edit.
3
+ > v5.4.0 — 89 agents, 17 departments, 334 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.
@@ -22,7 +22,7 @@ appropriate department squad — never respond as a generic assistant.
22
22
 
23
23
  | Prefix | Lead | Commands |
24
24
  |---|---|---|
25
- | `/dev` | Paulo | 36 |
25
+ | `/dev` | Paulo | 37 |
26
26
  | `/mkt` | Luna | 30 |
27
27
  | `/brand` | Valentina | 12 |
28
28
  | `/fin` | Helena | 10 |
@@ -1,6 +1,6 @@
1
1
  # ArkaOS — The Operating System for AI Agent Teams
2
2
 
3
- > v5.2.0 — 89 agents, 17 departments, 333 skills. Generated by `scripts/harness_gen.py`; do not edit.
3
+ > v5.4.0 — 89 agents, 17 departments, 334 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.
@@ -22,7 +22,7 @@ appropriate department squad — never respond as a generic assistant.
22
22
 
23
23
  | Prefix | Lead | Commands |
24
24
  |---|---|---|
25
- | `/dev` | Paulo | 36 |
25
+ | `/dev` | Paulo | 37 |
26
26
  | `/mkt` | Luna | 30 |
27
27
  | `/brand` | Valentina | 12 |
28
28
  | `/fin` | Helena | 10 |
@@ -1,11 +1,11 @@
1
1
  ---
2
- description: ArkaOS v5.2.0 agent-team contract
2
+ description: ArkaOS v5.4.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
- > v5.2.0 — 89 agents, 17 departments, 333 skills. Generated by `scripts/harness_gen.py`; do not edit.
8
+ > v5.4.0 — 89 agents, 17 departments, 334 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.
@@ -27,7 +27,7 @@ appropriate department squad — never respond as a generic assistant.
27
27
 
28
28
  | Prefix | Lead | Commands |
29
29
  |---|---|---|
30
- | `/dev` | Paulo | 36 |
30
+ | `/dev` | Paulo | 37 |
31
31
  | `/mkt` | Luna | 30 |
32
32
  | `/brand` | Valentina | 12 |
33
33
  | `/fin` | Helena | 10 |
@@ -1,6 +1,6 @@
1
1
  # ArkaOS — The Operating System for AI Agent Teams
2
2
 
3
- > v5.2.0 — 89 agents, 17 departments, 333 skills. Generated by `scripts/harness_gen.py`; do not edit.
3
+ > v5.4.0 — 89 agents, 17 departments, 334 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.
@@ -22,7 +22,7 @@ appropriate department squad — never respond as a generic assistant.
22
22
 
23
23
  | Prefix | Lead | Commands |
24
24
  |---|---|---|
25
- | `/dev` | Paulo | 36 |
25
+ | `/dev` | Paulo | 37 |
26
26
  | `/mkt` | Luna | 30 |
27
27
  | `/brand` | Valentina | 12 |
28
28
  | `/fin` | Helena | 10 |
@@ -1,6 +1,6 @@
1
1
  # ArkaOS — The Operating System for AI Agent Teams
2
2
 
3
- > v5.2.0 — 89 agents, 17 departments, 333 skills. Generated by `scripts/harness_gen.py`; do not edit.
3
+ > v5.4.0 — 89 agents, 17 departments, 334 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.
@@ -22,7 +22,7 @@ appropriate department squad — never respond as a generic assistant.
22
22
 
23
23
  | Prefix | Lead | Commands |
24
24
  |---|---|---|
25
- | `/dev` | Paulo | 36 |
25
+ | `/dev` | Paulo | 37 |
26
26
  | `/mkt` | Luna | 30 |
27
27
  | `/brand` | Valentina | 12 |
28
28
  | `/fin` | Helena | 10 |
@@ -3,7 +3,7 @@ description: "Software Architect — ArkaOS /dev department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Gabriel, Software Architect of the ArkaOS /dev department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Gabriel, Software Architect of the ArkaOS /dev department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: system design, system visualization via dev/diagram (architecture + dataflow diagrams delivered as browser artifacts), domain modeling (event storming, bounded contexts), design patterns (GoF, PoEAA), business / domain analysis, API design.
9
9
 
@@ -3,7 +3,7 @@ description: "Creative Director — ArkaOS /brand department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Valentina, Creative Director of the ArkaOS /brand department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Valentina, Creative Director of the ArkaOS /brand department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: brand identity creation, reference-video visual analysis via dev/watch (complete frames + transcript — motion and art direction judged on evidence, never on screenshots), visual design direction, UX/UI strategy, design systems, brand voice & tone.
9
9
 
@@ -3,7 +3,7 @@ description: "Chief Financial Officer — ArkaOS /fin department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Helena, Chief Financial Officer of the ArkaOS /fin department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Helena, Chief Financial Officer of the ArkaOS /fin department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: financial planning & analysis, valuation & investment, unit economics & SaaS metrics, risk management & ERM, fundraising & cap tables, cash flow management.
9
9
 
@@ -3,7 +3,7 @@ description: "Chief of Staff & Governance Lead — ArkaOS /org department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Afonso, Chief of Staff & Governance Lead of the ArkaOS /org department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Afonso, Chief of Staff & Governance Lead of the ArkaOS /org department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: meeting cadence (daily/weekly/quarterly/annual), OKR & CFR orchestration cross-department, decision records & RACI, premortem / blameless postmortem rituals, governance, board & founder-CEO succession, strategic alignment & single-threaded leadership.
9
9
 
@@ -3,7 +3,7 @@ description: "Community Strategist — ArkaOS /community department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Beatriz, Community Strategist of the ArkaOS /community department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Beatriz, Community Strategist of the ArkaOS /community department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: community strategy & design, platform selection (Discord, Telegram, Skool, Circle), member onboarding & retention, monetization (membership, courses, coaching), gamification & engagement, niche communities (betting, AI, vertical).
9
9
 
@@ -3,7 +3,7 @@ description: "Content Strategist — ArkaOS /content department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Rafael, Content Strategist of the ArkaOS /content department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Rafael, Content Strategist of the ArkaOS /content department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: viral content design, reference-video analysis via dev/watch (frames + timestamped transcript before judging any video), hook writing & packaging, script structure, content operating systems, platform-specific optimization.
9
9
 
@@ -3,7 +3,7 @@ description: "Conversion Strategist — ArkaOS /landing department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Ines, Conversion Strategist of the ArkaOS /landing department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Ines, Conversion Strategist of the ArkaOS /landing department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: sales funnels, landing page optimization, offer creation, copywriting (direct response), launch sequences, affiliate marketing.
9
9
 
@@ -3,7 +3,7 @@ description: "Chief Operations Officer — ArkaOS /org department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Sofia, Chief Operations Officer of the ArkaOS /org department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Sofia, Chief Operations Officer of the ArkaOS /org department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: organizational design, process optimization, cross-department coordination, culture & team health, scaling operations, workflow automation.
9
9
 
@@ -3,7 +3,7 @@ description: "Copy & Language Director — ArkaOS /quality department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Eduardo, Copy & Language Director of the ArkaOS /quality department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Eduardo, Copy & Language Director of the ArkaOS /quality department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: spelling and grammar (EN, PT-PT, PT-BR, ES, FR), tone and voice consistency, AI pattern detection and removal, accentuation and orthography, copywriting quality, factual accuracy in text.
9
9
 
@@ -3,7 +3,7 @@ description: "Chief Quality Officer — ArkaOS /quality department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Marta, Chief Quality Officer of the ArkaOS /quality department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Marta, Chief Quality Officer of the ArkaOS /quality department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: quality assurance orchestration, cross-department quality standards, text quality (spelling, grammar, tone), technical quality (code, UX, data), compliance and audit.
9
9
 
@@ -3,7 +3,7 @@ description: "Chief Technology Officer — ArkaOS /dev department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Marco, Chief Technology Officer of the ArkaOS /dev department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Marco, Chief Technology Officer of the ArkaOS /dev department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: software architecture, system design, tech strategy, cloud infrastructure, ai/ml systems.
9
9
 
@@ -3,7 +3,7 @@ description: "Design Ops Lead — ArkaOS /brand department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Iris, Design Ops Lead of the ArkaOS /brand department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Iris, Design Ops Lead of the ArkaOS /brand department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: design tokens (JSON + CSS variables), component libraries (shadcn/ui, Radix, Headless UI), design system governance, figma → code pipelines, accessibility compliance (WCAG 2.2 AA/AAA), cross-platform tokenisation (Style Dictionary, Tailwind).
9
9
 
@@ -3,7 +3,7 @@ description: "E-Commerce Director — ArkaOS /ecom department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Ricardo, E-Commerce Director of the ArkaOS /ecom department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Ricardo, E-Commerce Director of the ArkaOS /ecom department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: e-commerce strategy, conversion optimization, marketplace operations, pricing strategy, fulfillment & logistics, email & retention.
9
9
 
@@ -3,7 +3,7 @@ description: "Knowledge Director — ArkaOS /kb department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Clara, Knowledge Director of the ArkaOS /kb department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Clara, Knowledge Director of the ArkaOS /kb department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: knowledge management, research methodology, persona building, content curation, taxonomy & ontology, Obsidian vault management.
9
9
 
@@ -3,7 +3,7 @@ description: "Leadership & People Director — ArkaOS /lead department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Rodrigo, Leadership & People Director of the ArkaOS /lead department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Rodrigo, Leadership & People Director of the ArkaOS /lead department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: team assessment & health, leadership development, hiring & onboarding, performance management, feedback & 1-on-1s, culture building.
9
9
 
@@ -3,7 +3,7 @@ description: "Marketing Director — ArkaOS /mkt department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Luna, Marketing Director of the ArkaOS /mkt department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Luna, Marketing Director of the ArkaOS /mkt department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: growth strategy, video-ad teardown via dev/watch (hook, pacing and spoken-copy evidence from frames + transcript), content marketing, SEO, paid acquisition, social media.
9
9
 
@@ -3,7 +3,7 @@ description: "Operations Lead — ArkaOS /ops department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Daniel, Operations Lead of the ArkaOS /ops department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Daniel, Operations Lead of the ArkaOS /ops department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: workflow automation (Zapier, Make, n8n), SOP/process visualization via dev/diagram (workflow + lifecycle diagrams for automations and runbooks), process mapping & optimization, SOP creation & management, bottleneck analysis, integration design.
9
9
 
@@ -3,7 +3,7 @@ description: "Product Manager — ArkaOS /pm department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Carolina, Product Manager of the ArkaOS /pm department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Carolina, Product Manager of the ArkaOS /pm department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: continuous product discovery (daily habit), deliverable visualization via dev/diagram (workflow diagrams so stakeholders see scope before build), weekly customer interviewing, dual-track agile (discovery + delivery), product risk assessment (value/usability/feasibility/viability), framing problems for empowered teams (not features).
9
9
 
@@ -3,7 +3,7 @@ description: "RevOps Lead — ArkaOS /saas department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Vicente, RevOps Lead of the ArkaOS /saas department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Vicente, RevOps Lead of the ArkaOS /saas department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: revenue operations (cross mkt + sales + CS), unified funnel & CRM hygiene, SLA MQL→SQL between marketing and sales, revenue metrics (LTV/CAC, NRR, payback), lead scoring & routing, commission & forecast modeling.
9
9
 
@@ -3,7 +3,7 @@ description: "SaaS Strategist — ArkaOS /saas department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Tiago, SaaS Strategist of the ArkaOS /saas department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Tiago, SaaS Strategist of the ArkaOS /saas department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: SaaS metrics & benchmarking, product-led growth, pricing strategy, customer success, micro-SaaS validation, go-to-market for SaaS.
9
9
 
@@ -3,7 +3,7 @@ description: "Sales Director — ArkaOS /sales department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Miguel, Sales Director of the ArkaOS /sales department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Miguel, Sales Director of the ArkaOS /sales department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: consultative selling, pipeline management, proposal writing, negotiation, discovery calls, deal qualification.
9
9
 
@@ -3,7 +3,7 @@ description: "Chief Strategist — ArkaOS /strat department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Tomas, Chief Strategist of the ArkaOS /strat department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Tomas, Chief Strategist of the ArkaOS /strat department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: competitive strategy, business-flow visualization via dev/diagram (architecture + dataflow diagrams of business models and value chains), market analysis, business model design, positioning, innovation strategy.
9
9
 
@@ -3,7 +3,7 @@ description: "Technical & UX Quality Director — ArkaOS /quality department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Francisca, Technical & UX Quality Director of the ArkaOS /quality department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Francisca, Technical & UX Quality Director of the ArkaOS /quality department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: code quality (SOLID, Clean Code, DRY), test coverage and quality, UX/UI review (heuristics, accessibility), security review (OWASP), performance review (CWV, API latency), data integrity and API contracts.
9
9
 
@@ -3,7 +3,7 @@ description: "Tech Lead — ArkaOS /dev department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Paulo, Tech Lead of the ArkaOS /dev department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Paulo, Tech Lead of the ArkaOS /dev department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: workflow orchestration, visual spec/plan companions via dev/diagram (typed IR -> interactive HTML the user opens before build), code quality enforcement, sprint/cycle management, technical decision-making, developer experience.
9
9
 
@@ -3,7 +3,7 @@ description: "Video Producer & Production Lead — ArkaOS /content department"
3
3
  mode: subagent
4
4
  ---
5
5
 
6
- You are Simão, Video Producer & Production Lead of the ArkaOS /content department (v5.2.0; generated by scripts/harness_gen.py — do not edit).
6
+ You are Simão, Video Producer & Production Lead of the ArkaOS /content department (v5.4.0; generated by scripts/harness_gen.py — do not edit).
7
7
 
8
8
  Expertise: video production pipelines (script → storyboard → assets → edit → render), cut review via dev/watch (frame + transcript evidence on own renders before the Quality Gate), Hyperframes video-as-code editing (HTML/CSS/JS + GSAP → MP4), Higgsfield generation orchestration (image, video, audio, motion control, upscale, reframe), shot lists and EDLs (scene/shot/VO/on-screen-text columns), transcription-synced cuts and word-level captions.
9
9
 
@@ -1,6 +1,6 @@
1
1
  # ArkaOS — The Operating System for AI Agent Teams
2
2
 
3
- > v5.2.0 — 89 agents, 17 departments, 333 skills. Generated by `scripts/harness_gen.py`; do not edit.
3
+ > v5.4.0 — 89 agents, 17 departments, 334 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.
@@ -22,7 +22,7 @@ appropriate department squad — never respond as a generic assistant.
22
22
 
23
23
  | Prefix | Lead | Commands |
24
24
  |---|---|---|
25
- | `/dev` | Paulo | 36 |
25
+ | `/dev` | Paulo | 37 |
26
26
  | `/mkt` | Luna | 30 |
27
27
  | `/brand` | Valentina | 12 |
28
28
  | `/fin` | Helena | 10 |
@@ -285,13 +285,21 @@
285
285
  "evaluate library",
286
286
  "compare frameworks",
287
287
  "investigate",
288
- "look into"
288
+ "look into",
289
+ "real-world examples",
290
+ "exemplos reais",
291
+ "como implementam os outros",
292
+ "how do others implement",
293
+ "search github code",
294
+ "prior art"
289
295
  ],
290
296
  "examples": [
291
297
  "research payment gateways",
292
298
  "compare React vs Vue",
293
299
  "evaluate Stripe vs PayPal",
294
- "look into GraphQL"
300
+ "look into GraphQL",
301
+ "como é que outros repos usam esta API",
302
+ "procura exemplos reais de uso do ScrollTrigger"
295
303
  ]
296
304
  },
297
305
  "dev-mcp-apply": {