arkaos 2.2.2 → 2.3.1
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/VERSION +1 -1
- package/arka/skills/conclave/SKILL.md +194 -0
- package/arka/skills/human-writing/SKILL.md +143 -0
- package/config/agent-memory-template.md +28 -0
- package/config/disc-profiles.json +108 -0
- package/config/disc-team-validator.sh +94 -0
- package/config/gotchas-fixes.json +148 -0
- package/config/profile-template.json +12 -0
- package/config/providers-registry.json +56 -0
- package/config/settings-template.json +42 -0
- package/config/standards/communication.md +64 -0
- package/config/standards/orchestration.md +91 -0
- package/config/statusline-v2.sh +101 -0
- package/config/statusline.sh +139 -0
- package/config/system-prompt.sh +190 -0
- package/dashboard/LICENSE +21 -0
- package/dashboard/README.md +64 -0
- package/dashboard/app/app.config.ts +8 -0
- package/dashboard/app/app.vue +42 -0
- package/dashboard/app/assets/css/main.css +18 -0
- package/dashboard/app/composables/useApi.ts +8 -0
- package/dashboard/app/composables/useDashboard.ts +19 -0
- package/dashboard/app/error.vue +24 -0
- package/dashboard/app/layouts/default.vue +114 -0
- package/dashboard/app/pages/agents/[id].vue +506 -0
- package/dashboard/app/pages/agents/index.vue +225 -0
- package/dashboard/app/pages/budget.vue +132 -0
- package/dashboard/app/pages/commands.vue +180 -0
- package/dashboard/app/pages/health.vue +98 -0
- package/dashboard/app/pages/index.vue +126 -0
- package/dashboard/app/pages/knowledge.vue +729 -0
- package/dashboard/app/pages/personas.vue +597 -0
- package/dashboard/app/pages/settings.vue +146 -0
- package/dashboard/app/pages/tasks.vue +203 -0
- package/dashboard/app/types/index.d.ts +181 -0
- package/dashboard/app/utils/index.ts +7 -0
- package/dashboard/nuxt.config.ts +39 -0
- package/dashboard/package.json +37 -0
- package/dashboard/pnpm-workspace.yaml +7 -0
- package/dashboard/tsconfig.json +10 -0
- package/installer/cli.js +0 -0
- package/installer/index.js +262 -62
- package/knowledge/INDEX.md +34 -0
- package/knowledge/agents-registry.json +254 -0
- package/knowledge/channels-config.json +6 -0
- package/knowledge/commands-keywords.json +466 -0
- package/knowledge/commands-registry.json +2791 -0
- package/knowledge/commands-registry.json.bak +2791 -0
- package/knowledge/ecosystems.json +7 -0
- package/knowledge/obsidian-config.json +112 -0
- package/package.json +10 -6
- package/pyproject.toml +1 -1
- package/scripts/check-version.js +13 -0
- package/scripts/dashboard-api.py +636 -0
- package/scripts/knowledge-index.py +113 -0
- package/scripts/skill_validator.py +217 -0
- package/scripts/start-dashboard.sh +54 -0
- package/scripts/synapse-bridge.py +199 -0
- package/scripts/tools/brand_voice_analyzer.py +192 -0
- package/scripts/tools/dcf_calculator.py +168 -0
- package/scripts/tools/headline_scorer.py +215 -0
- package/scripts/tools/okr_cascade.py +207 -0
- package/scripts/tools/rice_prioritizer.py +230 -0
- package/scripts/tools/saas_metrics.py +234 -0
- package/scripts/tools/seo_checker.py +197 -0
- package/scripts/tools/tech_debt_analyzer.py +206 -0
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.
|
|
1
|
+
2.3.1
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: arka-conclave
|
|
3
|
+
description: >
|
|
4
|
+
The Conclave — Personal AI Advisory Board. 20 real-world advisor personas
|
|
5
|
+
matched to your behavioral DNA. 5 aligned (think like you) + 5 contrarian
|
|
6
|
+
(challenge your blind spots). Profiling via 17 structured questions.
|
|
7
|
+
allowed-tools: [Read, Write, Edit, Bash, Agent, AskUserQuestion]
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# The Conclave — `/arka conclave`
|
|
11
|
+
|
|
12
|
+
> Your personal board of AI advisors. Each one based on a real person,
|
|
13
|
+
> with codified mental models, thinking styles, and decision frameworks.
|
|
14
|
+
|
|
15
|
+
## Commands
|
|
16
|
+
|
|
17
|
+
| Command | Description |
|
|
18
|
+
|---------|-------------|
|
|
19
|
+
| `/arka conclave` | Start profiling (first time) or view your board |
|
|
20
|
+
| `/arka conclave profile` | Re-run the 17-question DNA profiling |
|
|
21
|
+
| `/arka conclave view` | Display your current advisory board |
|
|
22
|
+
| `/arka conclave ask "<question>"` | Ask all 10 advisors a question |
|
|
23
|
+
| `/arka conclave advisor <name>` | Deep dive on one advisor's mental models |
|
|
24
|
+
| `/arka conclave debate "<topic>"` | Watch your advisors debate a topic |
|
|
25
|
+
| `/arka conclave aligned` | Show only your 5 aligned advisors |
|
|
26
|
+
| `/arka conclave contrarian` | Show only your 5 contrarian advisors |
|
|
27
|
+
|
|
28
|
+
## First Run: DNA Profiling
|
|
29
|
+
|
|
30
|
+
When the user runs `/arka conclave` for the first time (no profile exists):
|
|
31
|
+
|
|
32
|
+
### Step 1: Welcome
|
|
33
|
+
```
|
|
34
|
+
Welcome to The Conclave — your personal AI advisory board.
|
|
35
|
+
|
|
36
|
+
I'll ask you 17 questions to understand how you think, decide, and lead.
|
|
37
|
+
This takes about 5 minutes. Your answers determine which advisors match
|
|
38
|
+
your thinking style and which ones will challenge your blind spots.
|
|
39
|
+
|
|
40
|
+
Ready? Let's begin.
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
### Step 2: Ask Questions (one at a time)
|
|
44
|
+
|
|
45
|
+
Use AskUserQuestion tool for each question. Present the options clearly.
|
|
46
|
+
Group by framework with brief context:
|
|
47
|
+
|
|
48
|
+
**Questions 1-4: How you ACT (DISC)**
|
|
49
|
+
- These reveal your behavioral style in work situations
|
|
50
|
+
|
|
51
|
+
**Questions 5-8: What DRIVES you (Enneagram)**
|
|
52
|
+
- These reveal your core motivations and fears
|
|
53
|
+
|
|
54
|
+
**Questions 9-13: Your TRAITS (Big Five)**
|
|
55
|
+
- These reveal your personality on 5 continuous scales
|
|
56
|
+
|
|
57
|
+
**Questions 14-17: How you THINK (MBTI)**
|
|
58
|
+
- These reveal how you process information and decide
|
|
59
|
+
|
|
60
|
+
### Step 3: Score and Build Profile
|
|
61
|
+
|
|
62
|
+
After all 17 answers:
|
|
63
|
+
|
|
64
|
+
1. Load `core.conclave.profiler` module
|
|
65
|
+
2. Create `ProfilingSession`, process each answer
|
|
66
|
+
3. Call `build_profile_from_session()` to get `UserProfile`
|
|
67
|
+
4. Call `match_advisors()` to assemble the board
|
|
68
|
+
5. Save profile to `~/.arkaos/conclave-profile.json`
|
|
69
|
+
|
|
70
|
+
### Step 4: Present the Board
|
|
71
|
+
|
|
72
|
+
Display the board using this format:
|
|
73
|
+
|
|
74
|
+
```markdown
|
|
75
|
+
## Your Behavioral DNA
|
|
76
|
+
|
|
77
|
+
| Framework | Result | Meaning |
|
|
78
|
+
|-----------|--------|---------|
|
|
79
|
+
| DISC | D+C (Driver-Analyst) | Direct, data-driven, results-focused |
|
|
80
|
+
| Enneagram | 5w6 (The Investigator) | Seeks competence, fears being incapable |
|
|
81
|
+
| Big Five | O:78 C:85 E:35 A:40 N:25 | Curious, disciplined, introverted, direct, calm |
|
|
82
|
+
| MBTI | INTJ (The Architect) | Strategic vision + efficient execution |
|
|
83
|
+
|
|
84
|
+
## Your Advisory Board
|
|
85
|
+
|
|
86
|
+
### ALIGNED — Think Like You (amplify your strengths)
|
|
87
|
+
|
|
88
|
+
**1. Charlie Munger** — Vice Chairman, Berkshire Hathaway
|
|
89
|
+
Match: 96% | DNA: C+D, 5w6, ISTJ
|
|
90
|
+
Models: Inversion, Latticework, Circle of Competence
|
|
91
|
+
"What's the downside? Am I treating the symptom or the disease?"
|
|
92
|
+
|
|
93
|
+
**2. Ray Dalio** — Founder, Bridgewater Associates
|
|
94
|
+
Match: 94% | DNA: D+C, 5w6, INTJ
|
|
95
|
+
Models: Principles-Based Decisions, Radical Transparency
|
|
96
|
+
"What is the principle? Is this based on data or opinion?"
|
|
97
|
+
|
|
98
|
+
[... 3 more aligned ...]
|
|
99
|
+
|
|
100
|
+
### CONTRARIAN — Challenge Your Blind Spots
|
|
101
|
+
|
|
102
|
+
**1. Simon Sinek** — Author, Start With Why
|
|
103
|
+
Match: 35% | DNA: I+S, 2w1, ENFJ
|
|
104
|
+
Challenge: You focus on WHAT and HOW. Simon forces you to ask WHY.
|
|
105
|
+
"What's the WHY? Will people follow because they want to?"
|
|
106
|
+
|
|
107
|
+
**2. Brene Brown** — Research Professor
|
|
108
|
+
Match: 38% | DNA: I+S, 4w3, ENFP
|
|
109
|
+
Challenge: You value control and competence. Brene values vulnerability.
|
|
110
|
+
"Am I being brave enough to be vulnerable?"
|
|
111
|
+
|
|
112
|
+
[... 3 more contrarian ...]
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
## Ask Command: `/arka conclave ask "<question>"`
|
|
116
|
+
|
|
117
|
+
When the user asks a question to the board:
|
|
118
|
+
|
|
119
|
+
1. Load the saved ConclaveBoard
|
|
120
|
+
2. For each of the 10 advisors, generate a response **in character**:
|
|
121
|
+
- Use the advisor's communication style
|
|
122
|
+
- Apply their mental models to the question
|
|
123
|
+
- Ask their key questions
|
|
124
|
+
- Keep each response to 3-5 sentences
|
|
125
|
+
3. Present aligned responses first, then contrarian
|
|
126
|
+
4. End with a synthesis: "Where they agree, where they disagree, and what you should consider"
|
|
127
|
+
|
|
128
|
+
### Advisor Response Template
|
|
129
|
+
|
|
130
|
+
For each advisor, use this system prompt approach:
|
|
131
|
+
|
|
132
|
+
```
|
|
133
|
+
You are {name}, {title}. You think using these mental models:
|
|
134
|
+
{mental_models}
|
|
135
|
+
|
|
136
|
+
Your communication style: {communication_style}
|
|
137
|
+
Your decision framework: {decision_framework}
|
|
138
|
+
|
|
139
|
+
When asked a question, respond in 3-5 sentences as {name} would.
|
|
140
|
+
Use your mental models. Ask your key questions. Be specific to THIS situation.
|
|
141
|
+
Do NOT be generic. Channel {name}'s actual thinking.
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
## Advisor Deep Dive: `/arka conclave advisor <name>`
|
|
145
|
+
|
|
146
|
+
Show the full advisor profile:
|
|
147
|
+
- Behavioral DNA (all 4 frameworks)
|
|
148
|
+
- All mental models with descriptions and key questions
|
|
149
|
+
- Communication style
|
|
150
|
+
- Decision framework
|
|
151
|
+
- Sources (books, talks)
|
|
152
|
+
- Why they were matched (aligned or contrarian, score, dimension comparison)
|
|
153
|
+
|
|
154
|
+
## Debate: `/arka conclave debate "<topic>"`
|
|
155
|
+
|
|
156
|
+
1. Present the topic to all 10 advisors
|
|
157
|
+
2. Each advisor gives their 2-3 sentence take
|
|
158
|
+
3. Identify disagreements between aligned and contrarian groups
|
|
159
|
+
4. Present the debate as a structured discussion:
|
|
160
|
+
- Opening positions (each advisor)
|
|
161
|
+
- Key disagreements (which advisors clash and why)
|
|
162
|
+
- Synthesis (what the user should take from both sides)
|
|
163
|
+
|
|
164
|
+
## Profile Persistence
|
|
165
|
+
|
|
166
|
+
- Save: `~/.arkaos/conclave-profile.json`
|
|
167
|
+
- Contains: UserProfile (DNA) + ConclaveBoard (matched advisors)
|
|
168
|
+
- Re-profile: `/arka conclave profile` overwrites existing
|
|
169
|
+
- Profile is loaded automatically on subsequent `/arka conclave` calls
|
|
170
|
+
|
|
171
|
+
## The 20 Advisors
|
|
172
|
+
|
|
173
|
+
| # | Name | DNA | Specialty |
|
|
174
|
+
|---|------|-----|-----------|
|
|
175
|
+
| 1 | Charlie Munger | C+D, 5w6, ISTJ | Inversion, mental models, competence |
|
|
176
|
+
| 2 | Ray Dalio | D+C, 5w6, INTJ | Principles, transparency, systems |
|
|
177
|
+
| 3 | Naval Ravikant | C+D, 5w6, INTP | Leverage, specific knowledge, first principles |
|
|
178
|
+
| 4 | Elon Musk | D+C, 8w7, INTJ | First principles (physics), 10x thinking |
|
|
179
|
+
| 5 | Steve Jobs | D+I, 3w4, ENTJ | Simplicity, taste, A-players |
|
|
180
|
+
| 6 | Simon Sinek | I+S, 2w1, ENFJ | Golden Circle, purpose, infinite game |
|
|
181
|
+
| 7 | Brene Brown | I+S, 4w3, ENFP | Vulnerability, courage, shame resilience |
|
|
182
|
+
| 8 | Peter Drucker | C+S, 1w9, INTJ | Effectiveness, MBO, knowledge workers |
|
|
183
|
+
| 9 | Jeff Bezos | D+C, 3w2, ENTJ | Day 1, working backwards, two-way doors |
|
|
184
|
+
| 10 | Derek Sivers | S+C, 9w1, INFP | Hell Yeah or No, opposites, simplicity |
|
|
185
|
+
| 11 | Nassim Taleb | D+C, 8w7, INTJ | Antifragility, barbell, skin in the game |
|
|
186
|
+
| 12 | Seth Godin | I+C, 7w6, ENFP | Purple Cow, permission, smallest audience |
|
|
187
|
+
| 13 | Patrick Lencioni | I+S, 2w1, ENFJ | Five Dysfunctions, trust, healthy conflict |
|
|
188
|
+
| 14 | Warren Buffett | S+C, 5w6, ISTJ | Circle of competence, margin of safety, moats |
|
|
189
|
+
| 15 | Reed Hastings | D+I, 7w8, ENTJ | Talent density, freedom, context not control |
|
|
190
|
+
| 16 | Marty Cagan | C+I, 1w2, INTJ | Empowered teams, discovery before delivery |
|
|
191
|
+
| 17 | Alex Hormozi | D+C, 8w7, ENTJ | Value equation, Grand Slam Offer, Core Four |
|
|
192
|
+
| 18 | April Dunford | C+I, 5w6, INTP | Positioning, 5 components, Obviously Awesome |
|
|
193
|
+
| 19 | James Clear | S+C, 1w9, INFJ | Atomic Habits, systems over goals, 1% better |
|
|
194
|
+
| 20 | Tim Ferriss | D+I, 7w8, ENTP | Fear-setting, 80/20, minimum effective dose |
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: arka-human-writing
|
|
3
|
+
description: >
|
|
4
|
+
NON-NEGOTIABLE core writing quality gate. Enforces human-like writing across ALL ArkaOS output.
|
|
5
|
+
Every text, copy, report, documentation, email, social post, and analysis must follow these rules.
|
|
6
|
+
Reviewed by Eduardo (Copy Director, Tier 0). Constitution rule #8.
|
|
7
|
+
No AI-sounding patterns. Natural language with proper punctuation, tone matching, and flawless
|
|
8
|
+
orthography. Applied automatically to all departments, all agents, all output types.
|
|
9
|
+
This is a Constitution rule (NON-NEGOTIABLE #8) — violation aborts the operation.
|
|
10
|
+
---
|
|
11
|
+
|
|
12
|
+
# Human Writing Standard — ARKA OS Core Skill
|
|
13
|
+
|
|
14
|
+
All text produced by ARKA OS must read as if written by a skilled human professional. This is not a guideline; it is a NON-NEGOTIABLE rule enforced by the Constitution.
|
|
15
|
+
|
|
16
|
+
## Scope
|
|
17
|
+
|
|
18
|
+
This skill applies to **every agent**, **every department**, and **every output type**:
|
|
19
|
+
- Obsidian documents (reports, analyses, specs, ADRs)
|
|
20
|
+
- Terminal responses and summaries
|
|
21
|
+
- Social media posts, captions, stories
|
|
22
|
+
- Email drafts and templates
|
|
23
|
+
- Blog articles and landing page copy
|
|
24
|
+
- Code comments and commit messages
|
|
25
|
+
- PR descriptions and documentation
|
|
26
|
+
- Client-facing deliverables
|
|
27
|
+
|
|
28
|
+
## Rules
|
|
29
|
+
|
|
30
|
+
### 1. No Dashes as Sentence Connectors
|
|
31
|
+
|
|
32
|
+
Never use em-dashes (—), en-dashes (–), or hyphens (-) to join clauses or as sentence connectors. Use commas, semicolons, colons, periods, or conjunctions instead.
|
|
33
|
+
|
|
34
|
+
**Allowed exceptions:**
|
|
35
|
+
- Compound adjectives: "well-known", "open-source", "pre-commit"
|
|
36
|
+
- Technical terms: "CI/CD", "key-value", "x-axis"
|
|
37
|
+
- Numeric ranges: "2024-2025", "pages 10-15"
|
|
38
|
+
|
|
39
|
+
| Bad | Good |
|
|
40
|
+
|-----|------|
|
|
41
|
+
| The system is fast — it handles 10k requests/s | The system is fast. It handles 10k requests per second. |
|
|
42
|
+
| We need three things — speed, reliability, and cost | We need three things: speed, reliability, and cost. |
|
|
43
|
+
| The API failed — the token had expired | The API failed because the token had expired. |
|
|
44
|
+
| Users can choose dark mode — or stay with light | Users can choose dark mode, or stay with light. |
|
|
45
|
+
|
|
46
|
+
### 2. Language Tone and Idioms
|
|
47
|
+
|
|
48
|
+
Match the target language's natural register and idiomatic expressions. Never produce translated-sounding text.
|
|
49
|
+
|
|
50
|
+
**Portuguese:** Use Portuguese idioms, sentence rhythm, and phrasing. Do not translate English constructs literally.
|
|
51
|
+
|
|
52
|
+
| Bad (translated English) | Good (natural Portuguese) |
|
|
53
|
+
|--------------------------|---------------------------|
|
|
54
|
+
| "Isso é um jogo-mudador" | "Isto muda completamente o panorama" |
|
|
55
|
+
| "No fim do dia" (literal) | "Em última análise" / "Na prática" |
|
|
56
|
+
| "Nós estamos excitados para anunciar" | "Temos o prazer de anunciar" |
|
|
57
|
+
|
|
58
|
+
**English:** Use natural English rhythm. Avoid overly formal or stiff constructions when the context is conversational.
|
|
59
|
+
|
|
60
|
+
### 3. Perfect Accentuation and Spelling
|
|
61
|
+
|
|
62
|
+
Zero tolerance for orthographic errors. Every accent, cedilla, tilde, and diacritic must be correct.
|
|
63
|
+
|
|
64
|
+
**Portuguese examples:**
|
|
65
|
+
- ação (not acção or acao)
|
|
66
|
+
- é, está, será (accents on stressed syllables)
|
|
67
|
+
- informação, coração, posição (ção endings)
|
|
68
|
+
- três, através, português (circumflex and acute)
|
|
69
|
+
- começar, preço, serviço (cedilla)
|
|
70
|
+
|
|
71
|
+
**General:** When uncertain about spelling in any language, verify before outputting. An orthographic error in a client deliverable damages credibility.
|
|
72
|
+
|
|
73
|
+
### 4. Varied Sentence Structure
|
|
74
|
+
|
|
75
|
+
Mix short and long sentences. Avoid starting consecutive sentences with the same word. Use transitions naturally, not as formulaic connectors.
|
|
76
|
+
|
|
77
|
+
| Bad (repetitive) | Good (varied) |
|
|
78
|
+
|-------------------|---------------|
|
|
79
|
+
| "The API supports pagination. The API also supports filtering. The API returns JSON." | "The API supports pagination and filtering, returning results as JSON." |
|
|
80
|
+
| "We analyzed the data. We found three patterns. We recommend action." | "Our analysis revealed three patterns. Based on these findings, we recommend immediate action." |
|
|
81
|
+
|
|
82
|
+
### 5. Forbidden AI Patterns
|
|
83
|
+
|
|
84
|
+
These phrases and words signal AI-generated text. Never use them:
|
|
85
|
+
|
|
86
|
+
**Forbidden phrases:**
|
|
87
|
+
- "Let's dive in" / "Let's explore"
|
|
88
|
+
- "Here's a breakdown" / "Here's what you need to know"
|
|
89
|
+
- "In conclusion" / "To summarize"
|
|
90
|
+
- "It's worth noting" / "It's important to note"
|
|
91
|
+
- "At the end of the day"
|
|
92
|
+
- "Moving forward"
|
|
93
|
+
- "That being said"
|
|
94
|
+
- "Without further ado"
|
|
95
|
+
- "Game-changer"
|
|
96
|
+
- "Take it to the next level"
|
|
97
|
+
- "Unlock the potential"
|
|
98
|
+
- "In today's fast-paced world"
|
|
99
|
+
|
|
100
|
+
**Forbidden words (use alternatives):**
|
|
101
|
+
| Forbidden | Use Instead |
|
|
102
|
+
|-----------|-------------|
|
|
103
|
+
| leverage | use, apply, build on |
|
|
104
|
+
| utilize | use |
|
|
105
|
+
| streamline | simplify, speed up, reduce steps |
|
|
106
|
+
| robust | reliable, solid, thorough |
|
|
107
|
+
| seamless | smooth, effortless, uninterrupted |
|
|
108
|
+
| cutting-edge | modern, current, recent |
|
|
109
|
+
| empower | enable, support, give tools |
|
|
110
|
+
| synergy | collaboration, combined effect |
|
|
111
|
+
| holistic | complete, full, comprehensive |
|
|
112
|
+
| actionable insights | practical recommendations |
|
|
113
|
+
|
|
114
|
+
### 6. Concrete Over Abstract
|
|
115
|
+
|
|
116
|
+
Prefer specific facts, numbers, and examples over vague qualitative statements.
|
|
117
|
+
|
|
118
|
+
| Bad (vague) | Good (concrete) |
|
|
119
|
+
|-------------|-----------------|
|
|
120
|
+
| "Significantly improved performance" | "Reduced page load from 3.2s to 0.8s" |
|
|
121
|
+
| "Many users reported issues" | "47 users reported login failures in the last 24 hours" |
|
|
122
|
+
| "The solution is highly scalable" | "The solution handles up to 50k concurrent connections on a single instance" |
|
|
123
|
+
|
|
124
|
+
### 7. Active Voice by Default
|
|
125
|
+
|
|
126
|
+
Use active voice unless the subject is genuinely unknown or unimportant.
|
|
127
|
+
|
|
128
|
+
| Bad (passive) | Good (active) |
|
|
129
|
+
|---------------|---------------|
|
|
130
|
+
| "The feature was implemented by the team" | "The team implemented the feature" |
|
|
131
|
+
| "Errors are logged by the system" | "The system logs errors" |
|
|
132
|
+
| "The report will be generated" | "The system generates the report" |
|
|
133
|
+
|
|
134
|
+
**Acceptable passive:** "The server was compromised at 03:00 UTC" (attacker unknown).
|
|
135
|
+
|
|
136
|
+
## Enforcement
|
|
137
|
+
|
|
138
|
+
This skill is enforced through:
|
|
139
|
+
1. **Constitution L0 injection** — `human-writing` appears in every prompt's NON-NEGOTIABLE list
|
|
140
|
+
2. **Self-critique phase** — Agents review their own output against these rules before delivery
|
|
141
|
+
3. **Cross-department application** — Every department SKILL.md inherits this standard
|
|
142
|
+
|
|
143
|
+
Agents who produce text that violates these rules must revise before delivering output.
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# {{AGENT_DISPLAY_NAME}} — Memory
|
|
2
|
+
|
|
3
|
+
> Persistent memory for {{AGENT_DISPLAY_NAME}}. Updated across sessions.
|
|
4
|
+
> Created: {{DATE}}
|
|
5
|
+
|
|
6
|
+
## Key Decisions
|
|
7
|
+
|
|
8
|
+
*Record important decisions made during sessions.*
|
|
9
|
+
|
|
10
|
+
## Recurring Patterns
|
|
11
|
+
|
|
12
|
+
*Patterns observed across multiple sessions (code styles, user preferences, common workflows).*
|
|
13
|
+
|
|
14
|
+
## Gotchas
|
|
15
|
+
|
|
16
|
+
*Errors and issues encountered repeatedly. Include the fix.*
|
|
17
|
+
|
|
18
|
+
## Learned Preferences
|
|
19
|
+
|
|
20
|
+
*User and project preferences discovered during work.*
|
|
21
|
+
|
|
22
|
+
## DISC Interactions
|
|
23
|
+
|
|
24
|
+
*Notes on how DISC profile affects collaboration with other agents. Communication adjustments, conflict resolution outcomes, and team dynamics observations.*
|
|
25
|
+
|
|
26
|
+
## Project-Specific Notes
|
|
27
|
+
|
|
28
|
+
*Notes tied to specific projects.*
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "1.0.0",
|
|
3
|
+
"description": "DISC Behavioral Framework reference for ARKA OS agent system",
|
|
4
|
+
"profiles": {
|
|
5
|
+
"D": {
|
|
6
|
+
"name": "Dominant",
|
|
7
|
+
"axis": { "pace": "fast", "focus": "task" },
|
|
8
|
+
"communication": {
|
|
9
|
+
"style": "Direct, concise, bottom-line first",
|
|
10
|
+
"pace": "Fast — wants answers, not stories",
|
|
11
|
+
"format": "Bullet points, decisions, trade-off tables"
|
|
12
|
+
},
|
|
13
|
+
"motivators": ["Results", "Control", "Challenges", "Efficiency"],
|
|
14
|
+
"demotivators": ["Indecision", "Micromanagement", "Lack of autonomy", "Long meetings without outcomes"],
|
|
15
|
+
"under_pressure": "Becomes more demanding and directive. May bypass consensus to unblock. Centralizes authority.",
|
|
16
|
+
"feedback_style": {
|
|
17
|
+
"giving": "Direct and specific. Points to the problem, expects a fix.",
|
|
18
|
+
"receiving": "Wants facts and evidence. Show data, not feelings."
|
|
19
|
+
},
|
|
20
|
+
"conflict_style": "Confronts directly. States position with evidence. Expects counter-evidence.",
|
|
21
|
+
"decision_speed": "Fast — decides with 70% information, course-corrects later"
|
|
22
|
+
},
|
|
23
|
+
"I": {
|
|
24
|
+
"name": "Influential",
|
|
25
|
+
"axis": { "pace": "fast", "focus": "people" },
|
|
26
|
+
"communication": {
|
|
27
|
+
"style": "Enthusiastic, story-driven, collaborative",
|
|
28
|
+
"pace": "Fast — energetic, builds momentum through conversation",
|
|
29
|
+
"format": "Stories, examples, visual metaphors, analogies"
|
|
30
|
+
},
|
|
31
|
+
"motivators": ["Recognition", "Collaboration", "Creativity", "New ideas"],
|
|
32
|
+
"demotivators": ["Isolation", "Rigid rules", "Repetitive work", "Being ignored"],
|
|
33
|
+
"under_pressure": "Becomes overly optimistic or scattered. May over-promise. Seeks social validation.",
|
|
34
|
+
"feedback_style": {
|
|
35
|
+
"giving": "Positive first, then constructive. Uses encouragement and examples.",
|
|
36
|
+
"receiving": "Prefers public recognition for wins, private for corrections."
|
|
37
|
+
},
|
|
38
|
+
"conflict_style": "Persuades with enthusiasm and social proof. Seeks compromise that keeps relationships intact.",
|
|
39
|
+
"decision_speed": "Fast — decides based on intuition and team energy, refines later"
|
|
40
|
+
},
|
|
41
|
+
"S": {
|
|
42
|
+
"name": "Steady",
|
|
43
|
+
"axis": { "pace": "measured", "focus": "people" },
|
|
44
|
+
"communication": {
|
|
45
|
+
"style": "Calm, supportive, methodical",
|
|
46
|
+
"pace": "Measured — listens before responding, values thoroughness",
|
|
47
|
+
"format": "Structured documents, checklists, step-by-step guides"
|
|
48
|
+
},
|
|
49
|
+
"motivators": ["Stability", "Team harmony", "Clear processes", "Meaningful contribution"],
|
|
50
|
+
"demotivators": ["Sudden change", "Conflict", "Ambiguity", "Being rushed"],
|
|
51
|
+
"under_pressure": "Becomes passive or avoidant. May agree externally while disagreeing internally. Slows down.",
|
|
52
|
+
"feedback_style": {
|
|
53
|
+
"giving": "Gentle, diplomatic, sandwich approach. Focuses on improvement, not blame.",
|
|
54
|
+
"receiving": "Prefers private, constructive feedback with time to process."
|
|
55
|
+
},
|
|
56
|
+
"conflict_style": "Avoids confrontation. Seeks consensus. Mediates between opposing parties.",
|
|
57
|
+
"decision_speed": "Measured — needs time to consider impact on team and processes"
|
|
58
|
+
},
|
|
59
|
+
"C": {
|
|
60
|
+
"name": "Conscientious",
|
|
61
|
+
"axis": { "pace": "deliberate", "focus": "task" },
|
|
62
|
+
"communication": {
|
|
63
|
+
"style": "Precise, data-driven, structured",
|
|
64
|
+
"pace": "Deliberate — thorough analysis before speaking",
|
|
65
|
+
"format": "Structured reports, data tables, references, checklists"
|
|
66
|
+
},
|
|
67
|
+
"motivators": ["Accuracy", "Quality", "Expertise", "Logical systems"],
|
|
68
|
+
"demotivators": ["Sloppy work", "Rushed decisions", "Lack of data", "Emotional arguments"],
|
|
69
|
+
"under_pressure": "Becomes overly cautious or analysis-paralysis. May withdraw to research more. Raises more objections.",
|
|
70
|
+
"feedback_style": {
|
|
71
|
+
"giving": "Detailed and specific with references. Points to standards and best practices.",
|
|
72
|
+
"receiving": "Wants detailed, factual feedback with evidence and examples."
|
|
73
|
+
},
|
|
74
|
+
"conflict_style": "Presents thorough analysis. Argues with data and precedent. May disengage if opponent uses emotion over logic.",
|
|
75
|
+
"decision_speed": "Deliberate — needs sufficient data and analysis time before committing"
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
"combinations": {
|
|
79
|
+
"D+C": { "label": "Driver-Analyst", "description": "Results-driven with high standards. Demands quality AND speed. Makes fast decisions backed by data." },
|
|
80
|
+
"D+I": { "label": "Driver-Inspirer", "description": "Action-oriented leader who motivates through vision. Pushes for results while keeping team engaged." },
|
|
81
|
+
"I+S": { "label": "Inspirer-Supporter", "description": "People-first collaborator. Builds team cohesion through enthusiasm and genuine care." },
|
|
82
|
+
"I+D": { "label": "Inspirer-Driver", "description": "Energetic visionary who pushes ideas to execution. Big-picture thinker with urgency." },
|
|
83
|
+
"I+C": { "label": "Inspirer-Analyst", "description": "Creative thinker with attention to detail. Combines enthusiasm with precision." },
|
|
84
|
+
"S+C": { "label": "Supporter-Analyst", "description": "Methodical and caring. Ensures quality through careful, process-driven work." },
|
|
85
|
+
"S+I": { "label": "Supporter-Inspirer", "description": "Warm team player who values harmony and collaboration. Builds bridges between people." },
|
|
86
|
+
"C+D": { "label": "Analyst-Driver", "description": "Quality-first executor. Designs thoroughly then drives implementation with discipline." },
|
|
87
|
+
"C+S": { "label": "Analyst-Supporter", "description": "Careful, reliable specialist. Produces high-quality work with steady consistency." },
|
|
88
|
+
"C+I": { "label": "Analyst-Inspirer", "description": "Research-oriented communicator. Deep analysis presented in engaging, accessible ways." }
|
|
89
|
+
},
|
|
90
|
+
"team_balance": {
|
|
91
|
+
"ideal_distribution": {
|
|
92
|
+
"D": { "min": 15, "max": 25, "label": "Dominant" },
|
|
93
|
+
"I": { "min": 20, "max": 30, "label": "Influential" },
|
|
94
|
+
"S": { "min": 20, "max": 30, "label": "Steady" },
|
|
95
|
+
"C": { "min": 25, "max": 35, "label": "Conscientious" }
|
|
96
|
+
},
|
|
97
|
+
"warnings": {
|
|
98
|
+
"too_few_D": "Lack of decisive leadership. Team may struggle with fast decisions and direction.",
|
|
99
|
+
"too_many_D": "Power conflicts. Multiple strong drivers competing for control.",
|
|
100
|
+
"too_few_I": "Low team energy and collaboration. Risk of siloed work.",
|
|
101
|
+
"too_many_I": "All talk, no execution. Too many ideas without follow-through.",
|
|
102
|
+
"too_few_S": "Lack of team stability and process continuity. Risk of burnout.",
|
|
103
|
+
"too_many_S": "Resistance to change. Team may be too cautious and slow to adapt.",
|
|
104
|
+
"too_few_C": "Quality issues. Decisions made without sufficient analysis.",
|
|
105
|
+
"too_many_C": "Analysis paralysis. Excessive deliberation slows delivery."
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
# ============================================================================
|
|
3
|
+
# ARKA OS — DISC Team Balance Validator
|
|
4
|
+
# Reads agents-registry.json and validates team DISC distribution
|
|
5
|
+
# ============================================================================
|
|
6
|
+
set -e
|
|
7
|
+
|
|
8
|
+
ARKA_OS="${ARKA_OS:-$HOME/.claude/skills/arka}"
|
|
9
|
+
REPO_DIR="${REPO_DIR:-$(cat "$ARKA_OS/.repo-path" 2>/dev/null || echo "")}"
|
|
10
|
+
REGISTRY="${REGISTRY:-$REPO_DIR/knowledge/agents-registry.json}"
|
|
11
|
+
|
|
12
|
+
if [ ! -f "$REGISTRY" ]; then
|
|
13
|
+
echo "Error: agents-registry.json not found at $REGISTRY"
|
|
14
|
+
exit 1
|
|
15
|
+
fi
|
|
16
|
+
|
|
17
|
+
command -v jq &>/dev/null || { echo "Error: jq is required."; exit 1; }
|
|
18
|
+
|
|
19
|
+
# Read counts from registry
|
|
20
|
+
D_COUNT=$(jq '.team_composition.by_disc_primary.D' "$REGISTRY")
|
|
21
|
+
I_COUNT=$(jq '.team_composition.by_disc_primary.I' "$REGISTRY")
|
|
22
|
+
S_COUNT=$(jq '.team_composition.by_disc_primary.S' "$REGISTRY")
|
|
23
|
+
C_COUNT=$(jq '.team_composition.by_disc_primary.C' "$REGISTRY")
|
|
24
|
+
TOTAL=$(( D_COUNT + I_COUNT + S_COUNT + C_COUNT ))
|
|
25
|
+
|
|
26
|
+
# Calculate percentages
|
|
27
|
+
D_PCT=$(( D_COUNT * 100 / TOTAL ))
|
|
28
|
+
I_PCT=$(( I_COUNT * 100 / TOTAL ))
|
|
29
|
+
S_PCT=$(( S_COUNT * 100 / TOTAL ))
|
|
30
|
+
C_PCT=$(( C_COUNT * 100 / TOTAL ))
|
|
31
|
+
|
|
32
|
+
# Bar generator (10 chars wide)
|
|
33
|
+
bar() {
|
|
34
|
+
local pct=$1
|
|
35
|
+
# Scale: 10 bars = 40% (max reasonable for one profile)
|
|
36
|
+
local filled=$(( pct * 10 / 40 ))
|
|
37
|
+
[ "$filled" -gt 10 ] && filled=10
|
|
38
|
+
local empty=$(( 10 - filled ))
|
|
39
|
+
local bar=""
|
|
40
|
+
for ((i=0; i<filled; i++)); do bar+="█"; done
|
|
41
|
+
for ((i=0; i<empty; i++)); do bar+="░"; done
|
|
42
|
+
echo "$bar"
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
# Status check against ideal ranges
|
|
46
|
+
check_status() {
|
|
47
|
+
local profile=$1 pct=$2 min=$3 max=$4
|
|
48
|
+
if [ "$pct" -lt "$min" ]; then
|
|
49
|
+
echo "⚠ Low"
|
|
50
|
+
elif [ "$pct" -gt "$max" ]; then
|
|
51
|
+
echo "⚠ High"
|
|
52
|
+
else
|
|
53
|
+
echo "✓ OK"
|
|
54
|
+
fi
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
# Colors
|
|
58
|
+
C='\033[0;36m'
|
|
59
|
+
G='\033[0;32m'
|
|
60
|
+
Y='\033[1;33m'
|
|
61
|
+
R='\033[0;31m'
|
|
62
|
+
N='\033[0m'
|
|
63
|
+
|
|
64
|
+
D_STATUS=$(check_status "D" "$D_PCT" 15 25)
|
|
65
|
+
I_STATUS=$(check_status "I" "$I_PCT" 20 30)
|
|
66
|
+
S_STATUS=$(check_status "S" "$S_PCT" 20 30)
|
|
67
|
+
C_STATUS=$(check_status "C" "$C_PCT" 25 35)
|
|
68
|
+
|
|
69
|
+
echo ""
|
|
70
|
+
echo -e "${C}═══ ARKA OS — Team DISC Balance ═══${N}"
|
|
71
|
+
printf " D (Dominant): %d agents (%d%%) %s %s\n" "$D_COUNT" "$D_PCT" "$(bar $D_PCT)" "$D_STATUS"
|
|
72
|
+
printf " I (Influential): %d agents (%d%%) %s %s\n" "$I_COUNT" "$I_PCT" "$(bar $I_PCT)" "$I_STATUS"
|
|
73
|
+
printf " S (Steady): %d agents (%d%%) %s %s\n" "$S_COUNT" "$S_PCT" "$(bar $S_PCT)" "$S_STATUS"
|
|
74
|
+
printf " C (Conscientious): %d agents (%d%%) %s %s\n" "$C_COUNT" "$C_PCT" "$(bar $C_PCT)" "$C_STATUS"
|
|
75
|
+
echo ""
|
|
76
|
+
|
|
77
|
+
# Show gaps
|
|
78
|
+
GAPS=""
|
|
79
|
+
if [ "$S_PCT" -lt 20 ]; then
|
|
80
|
+
GAPS+=" Gap: S profile underrepresented. Consider adding PM or HR agent.\n"
|
|
81
|
+
fi
|
|
82
|
+
if [ "$D_PCT" -gt 25 ]; then
|
|
83
|
+
GAPS+=" Gap: D profile overrepresented. Watch for authority conflicts.\n"
|
|
84
|
+
fi
|
|
85
|
+
if [ "$C_PCT" -gt 35 ]; then
|
|
86
|
+
GAPS+=" Gap: C profile overrepresented. Risk of analysis paralysis.\n"
|
|
87
|
+
fi
|
|
88
|
+
|
|
89
|
+
if [ -n "$GAPS" ]; then
|
|
90
|
+
echo -e "$GAPS"
|
|
91
|
+
fi
|
|
92
|
+
|
|
93
|
+
echo -e "${C}═══════════════════════════════════${N}"
|
|
94
|
+
echo ""
|