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.
Files changed (66) hide show
  1. package/VERSION +1 -1
  2. package/arka/skills/conclave/SKILL.md +194 -0
  3. package/arka/skills/human-writing/SKILL.md +143 -0
  4. package/config/agent-memory-template.md +28 -0
  5. package/config/disc-profiles.json +108 -0
  6. package/config/disc-team-validator.sh +94 -0
  7. package/config/gotchas-fixes.json +148 -0
  8. package/config/profile-template.json +12 -0
  9. package/config/providers-registry.json +56 -0
  10. package/config/settings-template.json +42 -0
  11. package/config/standards/communication.md +64 -0
  12. package/config/standards/orchestration.md +91 -0
  13. package/config/statusline-v2.sh +101 -0
  14. package/config/statusline.sh +139 -0
  15. package/config/system-prompt.sh +190 -0
  16. package/dashboard/LICENSE +21 -0
  17. package/dashboard/README.md +64 -0
  18. package/dashboard/app/app.config.ts +8 -0
  19. package/dashboard/app/app.vue +42 -0
  20. package/dashboard/app/assets/css/main.css +18 -0
  21. package/dashboard/app/composables/useApi.ts +8 -0
  22. package/dashboard/app/composables/useDashboard.ts +19 -0
  23. package/dashboard/app/error.vue +24 -0
  24. package/dashboard/app/layouts/default.vue +114 -0
  25. package/dashboard/app/pages/agents/[id].vue +506 -0
  26. package/dashboard/app/pages/agents/index.vue +225 -0
  27. package/dashboard/app/pages/budget.vue +132 -0
  28. package/dashboard/app/pages/commands.vue +180 -0
  29. package/dashboard/app/pages/health.vue +98 -0
  30. package/dashboard/app/pages/index.vue +126 -0
  31. package/dashboard/app/pages/knowledge.vue +729 -0
  32. package/dashboard/app/pages/personas.vue +597 -0
  33. package/dashboard/app/pages/settings.vue +146 -0
  34. package/dashboard/app/pages/tasks.vue +203 -0
  35. package/dashboard/app/types/index.d.ts +181 -0
  36. package/dashboard/app/utils/index.ts +7 -0
  37. package/dashboard/nuxt.config.ts +39 -0
  38. package/dashboard/package.json +37 -0
  39. package/dashboard/pnpm-workspace.yaml +7 -0
  40. package/dashboard/tsconfig.json +10 -0
  41. package/installer/cli.js +0 -0
  42. package/installer/index.js +262 -62
  43. package/knowledge/INDEX.md +34 -0
  44. package/knowledge/agents-registry.json +254 -0
  45. package/knowledge/channels-config.json +6 -0
  46. package/knowledge/commands-keywords.json +466 -0
  47. package/knowledge/commands-registry.json +2791 -0
  48. package/knowledge/commands-registry.json.bak +2791 -0
  49. package/knowledge/ecosystems.json +7 -0
  50. package/knowledge/obsidian-config.json +112 -0
  51. package/package.json +10 -6
  52. package/pyproject.toml +1 -1
  53. package/scripts/check-version.js +13 -0
  54. package/scripts/dashboard-api.py +636 -0
  55. package/scripts/knowledge-index.py +113 -0
  56. package/scripts/skill_validator.py +217 -0
  57. package/scripts/start-dashboard.sh +54 -0
  58. package/scripts/synapse-bridge.py +199 -0
  59. package/scripts/tools/brand_voice_analyzer.py +192 -0
  60. package/scripts/tools/dcf_calculator.py +168 -0
  61. package/scripts/tools/headline_scorer.py +215 -0
  62. package/scripts/tools/okr_cascade.py +207 -0
  63. package/scripts/tools/rice_prioritizer.py +230 -0
  64. package/scripts/tools/saas_metrics.py +234 -0
  65. package/scripts/tools/seo_checker.py +197 -0
  66. package/scripts/tools/tech_debt_analyzer.py +206 -0
@@ -0,0 +1,2791 @@
1
+ {
2
+ "_meta": {
3
+ "version": "1.0.0",
4
+ "generated": "2026-04-01T14:35:52Z",
5
+ "total_commands": 135,
6
+ "generator": "bin/arka-registry-gen"
7
+ },
8
+ "commands": [
9
+ {
10
+ "id": "arka-help",
11
+ "command": "/arka help",
12
+ "department": "arka",
13
+ "description": "Show all available commands across all departments",
14
+ "lead_agent": "arka",
15
+ "tier": 2,
16
+ "requires_branch": false,
17
+ "modifies_code": false,
18
+ "keywords": [
19
+ "help",
20
+ "commands",
21
+ "what can you do",
22
+ "show commands",
23
+ "available commands"
24
+ ],
25
+ "examples": [
26
+ "show me all commands",
27
+ "what can arka do",
28
+ "help me find a command"
29
+ ],
30
+ "source": "builtin"
31
+ },
32
+ {
33
+ "id": "arka-monitor",
34
+ "command": "/arka monitor",
35
+ "department": "arka",
36
+ "description": "Check for tech stack updates, security alerts, and opportunities",
37
+ "lead_agent": "arka",
38
+ "tier": 2,
39
+ "requires_branch": false,
40
+ "modifies_code": false,
41
+ "keywords": [
42
+ "monitor",
43
+ "tech updates",
44
+ "security alerts",
45
+ "dependency updates",
46
+ "stack updates"
47
+ ],
48
+ "examples": [
49
+ "check for tech updates",
50
+ "are there any security alerts",
51
+ "monitor my stack"
52
+ ],
53
+ "source": "builtin"
54
+ },
55
+ {
56
+ "id": "arka-onboard",
57
+ "command": "/arka onboard <project>",
58
+ "department": "arka",
59
+ "description": "Initialize a new project with full context setup + Obsidian page",
60
+ "lead_agent": "arka",
61
+ "tier": 2,
62
+ "requires_branch": false,
63
+ "modifies_code": false,
64
+ "keywords": [
65
+ "onboard project",
66
+ "setup project",
67
+ "initialize project",
68
+ "new project setup"
69
+ ],
70
+ "examples": [
71
+ "onboard this project into arka",
72
+ "setup my existing project"
73
+ ],
74
+ "source": "builtin"
75
+ },
76
+ {
77
+ "id": "arka-setup",
78
+ "command": "/arka setup",
79
+ "department": "arka",
80
+ "description": "Re-run onboarding — update name, company, role, objectives",
81
+ "lead_agent": "arka",
82
+ "tier": 2,
83
+ "requires_branch": false,
84
+ "modifies_code": false,
85
+ "keywords": [
86
+ "setup profile",
87
+ "configure",
88
+ "personalize",
89
+ "update profile",
90
+ "my settings"
91
+ ],
92
+ "examples": [
93
+ "setup my profile",
94
+ "update my settings",
95
+ "personalize arka"
96
+ ],
97
+ "source": "builtin"
98
+ },
99
+ {
100
+ "id": "arka-standup",
101
+ "command": "/arka standup",
102
+ "department": "arka",
103
+ "description": "Daily standup — summarize all active projects, pending tasks, and updates",
104
+ "lead_agent": "arka",
105
+ "tier": 2,
106
+ "requires_branch": false,
107
+ "modifies_code": false,
108
+ "keywords": [
109
+ "standup",
110
+ "daily standup",
111
+ "morning update",
112
+ "daily update",
113
+ "what's happening",
114
+ "status update"
115
+ ],
116
+ "examples": [
117
+ "give me a daily standup",
118
+ "what's the status of everything",
119
+ "morning update please"
120
+ ],
121
+ "source": "builtin"
122
+ },
123
+ {
124
+ "id": "arka-status",
125
+ "command": "/arka status",
126
+ "department": "arka",
127
+ "description": "System status — version, departments, personas, Pro/ext skills, knowledge stats",
128
+ "lead_agent": "arka",
129
+ "tier": 2,
130
+ "requires_branch": false,
131
+ "modifies_code": false,
132
+ "keywords": [
133
+ "system status",
134
+ "arka status",
135
+ "system info",
136
+ "version info"
137
+ ],
138
+ "examples": [
139
+ "show system status",
140
+ "what version is arka",
141
+ "show me the system info"
142
+ ],
143
+ "source": "builtin"
144
+ },
145
+ {
146
+ "id": "brand-audit",
147
+ "command": "/brand audit <url>",
148
+ "department": "brand",
149
+ "description": "Brand audit (visual + strategic + competitive — 4 parallel agents)",
150
+ "lead_agent": "brand",
151
+ "tier": 2,
152
+ "requires_branch": false,
153
+ "modifies_code": false,
154
+ "keywords": [
155
+ "brand audit",
156
+ "brand review",
157
+ "brand analysis",
158
+ "visual audit"
159
+ ],
160
+ "examples": [
161
+ "audit our brand",
162
+ "brand analysis of competitor.com",
163
+ "review our brand consistency"
164
+ ],
165
+ "source": "builtin"
166
+ },
167
+ {
168
+ "id": "brand-colors",
169
+ "command": "/brand colors <description>",
170
+ "department": "brand",
171
+ "description": "Generate color palette with rationale, accessibility, and CSS/Tailwind tokens",
172
+ "lead_agent": "brand",
173
+ "tier": 2,
174
+ "requires_branch": false,
175
+ "modifies_code": false,
176
+ "keywords": [
177
+ "color palette",
178
+ "brand colors",
179
+ "colors",
180
+ "palette",
181
+ "colour scheme"
182
+ ],
183
+ "examples": [
184
+ "generate a color palette for a tech startup",
185
+ "create brand colors for a luxury brand"
186
+ ],
187
+ "source": "builtin"
188
+ },
189
+ {
190
+ "id": "brand-guide",
191
+ "command": "/brand guide <name>",
192
+ "department": "brand",
193
+ "description": "Complete brand guidelines document (visual + voice + usage rules)",
194
+ "lead_agent": "brand",
195
+ "tier": 2,
196
+ "requires_branch": false,
197
+ "modifies_code": false,
198
+ "keywords": [
199
+ "brand guidelines",
200
+ "brand guide",
201
+ "style guide",
202
+ "brand book",
203
+ "brand manual"
204
+ ],
205
+ "examples": [
206
+ "create brand guidelines",
207
+ "write a brand style guide for our company"
208
+ ],
209
+ "source": "builtin"
210
+ },
211
+ {
212
+ "id": "brand-identity",
213
+ "command": "/brand identity <name>",
214
+ "department": "brand",
215
+ "description": "Full brand identity (colors, typography, voice, logo brief, mood board) — 4-agent workflow",
216
+ "lead_agent": "brand",
217
+ "tier": 2,
218
+ "requires_branch": false,
219
+ "modifies_code": false,
220
+ "keywords": [
221
+ "brand identity",
222
+ "create brand",
223
+ "new brand",
224
+ "brand creation",
225
+ "full brand"
226
+ ],
227
+ "examples": [
228
+ "create a brand identity for my startup",
229
+ "build a complete brand for Acme",
230
+ "full brand identity"
231
+ ],
232
+ "source": "builtin"
233
+ },
234
+ {
235
+ "id": "brand-logo",
236
+ "command": "/brand logo <name>",
237
+ "department": "brand",
238
+ "description": "Logo concept brief + AI-generated options (multiple styles)",
239
+ "lead_agent": "brand",
240
+ "tier": 2,
241
+ "requires_branch": false,
242
+ "modifies_code": false,
243
+ "keywords": [
244
+ "logo",
245
+ "logo design",
246
+ "create logo",
247
+ "brand logo",
248
+ "logo concept"
249
+ ],
250
+ "examples": [
251
+ "design a logo for my company",
252
+ "create logo concepts for Acme",
253
+ "logo ideas for tech brand"
254
+ ],
255
+ "source": "builtin"
256
+ },
257
+ {
258
+ "id": "brand-mockup",
259
+ "command": "/brand mockup <product>",
260
+ "department": "brand",
261
+ "description": "Product mockup generation (packaging, merch, digital screens)",
262
+ "lead_agent": "brand",
263
+ "tier": 2,
264
+ "requires_branch": false,
265
+ "modifies_code": false,
266
+ "keywords": [
267
+ "mockup",
268
+ "product mockup",
269
+ "packaging",
270
+ "merchandise",
271
+ "mock up"
272
+ ],
273
+ "examples": [
274
+ "create product mockups",
275
+ "generate packaging mockup for our product"
276
+ ],
277
+ "source": "builtin"
278
+ },
279
+ {
280
+ "id": "brand-moodboard",
281
+ "command": "/brand moodboard <concept>",
282
+ "department": "brand",
283
+ "description": "Visual mood board with AI-generated reference images",
284
+ "lead_agent": "brand",
285
+ "tier": 2,
286
+ "requires_branch": false,
287
+ "modifies_code": false,
288
+ "keywords": [
289
+ "moodboard",
290
+ "mood board",
291
+ "visual inspiration",
292
+ "brand mood",
293
+ "visual references"
294
+ ],
295
+ "examples": [
296
+ "create a mood board for a minimalist brand",
297
+ "mood board for luxury tech"
298
+ ],
299
+ "source": "builtin"
300
+ },
301
+ {
302
+ "id": "brand-naming",
303
+ "command": "/brand naming <description>",
304
+ "department": "brand",
305
+ "description": "Brand/product naming (generate + evaluate + domain check)",
306
+ "lead_agent": "brand",
307
+ "tier": 2,
308
+ "requires_branch": false,
309
+ "modifies_code": false,
310
+ "keywords": [
311
+ "naming",
312
+ "brand name",
313
+ "product name",
314
+ "name ideas",
315
+ "company name"
316
+ ],
317
+ "examples": [
318
+ "help name my startup",
319
+ "generate brand names for a fitness app",
320
+ "name ideas for SaaS"
321
+ ],
322
+ "source": "builtin"
323
+ },
324
+ {
325
+ "id": "brand-photoshoot",
326
+ "command": "/brand photoshoot <product>",
327
+ "department": "brand",
328
+ "description": "AI product photography (models wearing brand, lifestyle shots)",
329
+ "lead_agent": "brand",
330
+ "tier": 2,
331
+ "requires_branch": false,
332
+ "modifies_code": false,
333
+ "keywords": [
334
+ "photoshoot",
335
+ "product photography",
336
+ "product shots",
337
+ "lifestyle photos",
338
+ "ai photography"
339
+ ],
340
+ "examples": [
341
+ "generate product photography",
342
+ "AI photoshoot for our clothing line"
343
+ ],
344
+ "source": "builtin"
345
+ },
346
+ {
347
+ "id": "brand-positioning",
348
+ "command": "/brand positioning <name>",
349
+ "department": "brand",
350
+ "description": "Brand positioning strategy (archetype, differentiation, messaging)",
351
+ "lead_agent": "brand",
352
+ "tier": 2,
353
+ "requires_branch": false,
354
+ "modifies_code": false,
355
+ "keywords": [
356
+ "brand positioning",
357
+ "market positioning",
358
+ "brand archetype",
359
+ "differentiation",
360
+ "brand strategy"
361
+ ],
362
+ "examples": [
363
+ "define our brand positioning",
364
+ "brand positioning for a premium SaaS"
365
+ ],
366
+ "source": "builtin"
367
+ },
368
+ {
369
+ "id": "brand-social-kit",
370
+ "command": "/brand social-kit <name>",
371
+ "department": "brand",
372
+ "description": "Generate social media visual templates (posts, stories, covers)",
373
+ "lead_agent": "brand",
374
+ "tier": 2,
375
+ "requires_branch": false,
376
+ "modifies_code": false,
377
+ "keywords": [
378
+ "social kit",
379
+ "social templates",
380
+ "social media templates",
381
+ "visual templates",
382
+ "brand templates"
383
+ ],
384
+ "examples": [
385
+ "create social media templates for our brand",
386
+ "generate a social kit"
387
+ ],
388
+ "source": "builtin"
389
+ },
390
+ {
391
+ "id": "brand-video",
392
+ "command": "/brand video <concept>",
393
+ "department": "brand",
394
+ "description": "AI video generation (brand intro, product showcase, social clip)",
395
+ "lead_agent": "brand",
396
+ "tier": 2,
397
+ "requires_branch": false,
398
+ "modifies_code": false,
399
+ "keywords": [
400
+ "brand video",
401
+ "intro video",
402
+ "product video",
403
+ "video generation",
404
+ "motion"
405
+ ],
406
+ "examples": [
407
+ "create a brand intro video",
408
+ "generate a product showcase video"
409
+ ],
410
+ "source": "builtin"
411
+ },
412
+ {
413
+ "id": "dev",
414
+ "command": "/dev",
415
+ "department": "arka",
416
+ "description": "Development",
417
+ "lead_agent": "arka",
418
+ "tier": 2,
419
+ "requires_branch": false,
420
+ "modifies_code": false,
421
+ "keywords": [],
422
+ "examples": [],
423
+ "source": "builtin"
424
+ },
425
+ {
426
+ "id": "dev-api",
427
+ "command": "/dev api <spec>",
428
+ "department": "dev",
429
+ "description": "Generate API endpoints + tests + docs",
430
+ "lead_agent": "dev",
431
+ "tier": 1,
432
+ "requires_branch": true,
433
+ "modifies_code": true,
434
+ "keywords": [
435
+ "api",
436
+ "endpoint",
437
+ "rest api",
438
+ "api endpoint",
439
+ "create api",
440
+ "build api"
441
+ ],
442
+ "examples": [
443
+ "create a REST API for users",
444
+ "build the payments API",
445
+ "add an endpoint for orders"
446
+ ],
447
+ "source": "builtin"
448
+ },
449
+ {
450
+ "id": "dev-db",
451
+ "command": "/dev db <description>",
452
+ "department": "dev",
453
+ "description": "Database schema + migrations",
454
+ "lead_agent": "dev",
455
+ "tier": 1,
456
+ "requires_branch": true,
457
+ "modifies_code": true,
458
+ "keywords": [
459
+ "database",
460
+ "migration",
461
+ "schema",
462
+ "table",
463
+ "column",
464
+ "db change",
465
+ "add field"
466
+ ],
467
+ "examples": [
468
+ "add a status column to orders",
469
+ "create a notifications table",
470
+ "database migration for users"
471
+ ],
472
+ "source": "builtin"
473
+ },
474
+ {
475
+ "id": "dev-debug",
476
+ "command": "/dev debug <issue>",
477
+ "department": "dev",
478
+ "description": "Diagnose and fix a bug",
479
+ "lead_agent": "dev",
480
+ "tier": 1,
481
+ "requires_branch": true,
482
+ "modifies_code": true,
483
+ "keywords": [
484
+ "fix",
485
+ "bug",
486
+ "broken",
487
+ "error",
488
+ "crash",
489
+ "not working",
490
+ "failing",
491
+ "wrong",
492
+ "debug"
493
+ ],
494
+ "examples": [
495
+ "fix the login crash",
496
+ "debug why checkout fails",
497
+ "this button doesn't work",
498
+ "there's an error in the API"
499
+ ],
500
+ "source": "builtin"
501
+ },
502
+ {
503
+ "id": "dev-deploy",
504
+ "command": "/dev deploy <env>",
505
+ "department": "dev",
506
+ "description": "Deploy to environment",
507
+ "lead_agent": "dev",
508
+ "tier": 2,
509
+ "requires_branch": false,
510
+ "modifies_code": true,
511
+ "keywords": [
512
+ "deploy",
513
+ "release",
514
+ "ship",
515
+ "push to production",
516
+ "go live",
517
+ "publish"
518
+ ],
519
+ "examples": [
520
+ "deploy to staging",
521
+ "release to production",
522
+ "ship this feature",
523
+ "push to prod"
524
+ ],
525
+ "source": "builtin"
526
+ },
527
+ {
528
+ "id": "dev-do",
529
+ "command": "/dev do <description>",
530
+ "department": "dev",
531
+ "description": "Smart orchestrator — interprets request, asks clarifying questions, routes to correct workflow",
532
+ "lead_agent": "dev",
533
+ "tier": 2,
534
+ "requires_branch": false,
535
+ "modifies_code": false,
536
+ "keywords": [],
537
+ "examples": [],
538
+ "source": "builtin"
539
+ },
540
+ {
541
+ "id": "dev-docs",
542
+ "command": "/dev docs",
543
+ "department": "dev",
544
+ "description": "Generate technical documentation",
545
+ "lead_agent": "dev",
546
+ "tier": 2,
547
+ "requires_branch": false,
548
+ "modifies_code": false,
549
+ "keywords": [
550
+ "documentation",
551
+ "docs",
552
+ "generate docs",
553
+ "api docs",
554
+ "technical docs"
555
+ ],
556
+ "examples": [
557
+ "generate API documentation",
558
+ "write technical docs",
559
+ "document this module"
560
+ ],
561
+ "source": "builtin"
562
+ },
563
+ {
564
+ "id": "dev-ecosystem-add---to",
565
+ "command": "/dev ecosystem add <project> --to <ecosystem>",
566
+ "department": "dev",
567
+ "description": "Add project to ecosystem",
568
+ "lead_agent": "dev",
569
+ "tier": 2,
570
+ "requires_branch": false,
571
+ "modifies_code": false,
572
+ "keywords": [],
573
+ "examples": [],
574
+ "source": "builtin"
575
+ },
576
+ {
577
+ "id": "dev-ecosystem-create",
578
+ "command": "/dev ecosystem create <name>",
579
+ "department": "dev",
580
+ "description": "Create a new ecosystem",
581
+ "lead_agent": "dev",
582
+ "tier": 2,
583
+ "requires_branch": false,
584
+ "modifies_code": false,
585
+ "keywords": [
586
+ "create ecosystem",
587
+ "new ecosystem",
588
+ "group projects"
589
+ ],
590
+ "examples": [
591
+ "create a new ecosystem for client X",
592
+ "group these projects together"
593
+ ],
594
+ "source": "builtin"
595
+ },
596
+ {
597
+ "id": "dev-ecosystem-list",
598
+ "command": "/dev ecosystem list",
599
+ "department": "dev",
600
+ "description": "List all project ecosystems",
601
+ "lead_agent": "dev",
602
+ "tier": 2,
603
+ "requires_branch": false,
604
+ "modifies_code": false,
605
+ "keywords": [
606
+ "list ecosystems",
607
+ "show ecosystems",
608
+ "project groups"
609
+ ],
610
+ "examples": [
611
+ "show all ecosystems",
612
+ "list project groups",
613
+ "what ecosystems exist"
614
+ ],
615
+ "source": "builtin"
616
+ },
617
+ {
618
+ "id": "dev-feature",
619
+ "command": "/dev feature <description>",
620
+ "department": "dev",
621
+ "description": "Implement a feature end-to-end",
622
+ "lead_agent": "dev",
623
+ "tier": 1,
624
+ "requires_branch": true,
625
+ "modifies_code": true,
626
+ "keywords": [
627
+ "build",
628
+ "create",
629
+ "implement",
630
+ "add",
631
+ "new feature",
632
+ "develop",
633
+ "make"
634
+ ],
635
+ "examples": [
636
+ "add user authentication",
637
+ "build a payment system",
638
+ "implement the checkout flow",
639
+ "create a notification system"
640
+ ],
641
+ "source": "builtin"
642
+ },
643
+ {
644
+ "id": "dev-mcp-add",
645
+ "command": "/dev mcp add <name>",
646
+ "department": "dev",
647
+ "description": "Add single MCP to current project",
648
+ "lead_agent": "dev",
649
+ "tier": 2,
650
+ "requires_branch": false,
651
+ "modifies_code": false,
652
+ "keywords": [
653
+ "add mcp",
654
+ "install mcp",
655
+ "enable mcp"
656
+ ],
657
+ "examples": [
658
+ "add the sentry MCP",
659
+ "install playwright MCP",
660
+ "enable supabase MCP"
661
+ ],
662
+ "source": "builtin"
663
+ },
664
+ {
665
+ "id": "dev-mcp-apply",
666
+ "command": "/dev mcp apply <profile>",
667
+ "department": "dev",
668
+ "description": "Apply MCP profile to project (see sub-skill)",
669
+ "lead_agent": "dev",
670
+ "tier": 2,
671
+ "requires_branch": false,
672
+ "modifies_code": false,
673
+ "keywords": [
674
+ "apply mcp",
675
+ "mcp profile",
676
+ "setup mcps",
677
+ "configure mcps"
678
+ ],
679
+ "examples": [
680
+ "apply the laravel MCP profile",
681
+ "setup MCPs for this project",
682
+ "configure nuxt MCPs"
683
+ ],
684
+ "source": "builtin"
685
+ },
686
+ {
687
+ "id": "dev-mcp-list",
688
+ "command": "/dev mcp list",
689
+ "department": "dev",
690
+ "description": "Show all available MCPs from registry",
691
+ "lead_agent": "dev",
692
+ "tier": 2,
693
+ "requires_branch": false,
694
+ "modifies_code": false,
695
+ "keywords": [
696
+ "list mcps",
697
+ "show mcps",
698
+ "available mcps"
699
+ ],
700
+ "examples": [
701
+ "show all available MCPs",
702
+ "list MCPs",
703
+ "what MCPs are available"
704
+ ],
705
+ "source": "builtin"
706
+ },
707
+ {
708
+ "id": "dev-mcp-remove",
709
+ "command": "/dev mcp remove <name> [--project <path>]",
710
+ "department": "dev",
711
+ "description": "Remove an MCP from a project",
712
+ "lead_agent": "dev-mcp",
713
+ "tier": 2,
714
+ "requires_branch": false,
715
+ "modifies_code": false,
716
+ "keywords": [
717
+ "remove mcp",
718
+ "uninstall mcp",
719
+ "disable mcp"
720
+ ],
721
+ "examples": [
722
+ "remove the discord MCP",
723
+ "uninstall sentry MCP"
724
+ ],
725
+ "source": "builtin"
726
+ },
727
+ {
728
+ "id": "dev-mcp-status",
729
+ "command": "/dev mcp status",
730
+ "department": "dev",
731
+ "description": "Show MCPs active in current project",
732
+ "lead_agent": "dev",
733
+ "tier": 2,
734
+ "requires_branch": false,
735
+ "modifies_code": false,
736
+ "keywords": [
737
+ "mcp status",
738
+ "active mcps",
739
+ "current mcps"
740
+ ],
741
+ "examples": [
742
+ "show active MCPs",
743
+ "what MCPs are configured",
744
+ "MCP status"
745
+ ],
746
+ "source": "builtin"
747
+ },
748
+ {
749
+ "id": "dev-onboard",
750
+ "command": "/dev onboard <path>",
751
+ "department": "dev",
752
+ "description": "Onboard existing project into ARKA OS (see sub-skill)",
753
+ "lead_agent": "dev",
754
+ "tier": 2,
755
+ "requires_branch": false,
756
+ "modifies_code": false,
757
+ "keywords": [
758
+ "onboard existing",
759
+ "import project",
760
+ "add existing project",
761
+ "onboard codebase"
762
+ ],
763
+ "examples": [
764
+ "onboard my existing laravel project",
765
+ "import this codebase into arka",
766
+ "add this project to arka"
767
+ ],
768
+ "source": "builtin"
769
+ },
770
+ {
771
+ "id": "dev-onboard---ecosystem",
772
+ "command": "/dev onboard <path> --ecosystem <name>",
773
+ "department": "dev",
774
+ "description": "Onboard and assign to ecosystem",
775
+ "lead_agent": "dev",
776
+ "tier": 2,
777
+ "requires_branch": false,
778
+ "modifies_code": false,
779
+ "keywords": [],
780
+ "examples": [],
781
+ "source": "builtin"
782
+ },
783
+ {
784
+ "id": "dev-plan",
785
+ "command": "/dev plan <description>",
786
+ "department": "dev",
787
+ "description": "Architecture planning only (no code)",
788
+ "lead_agent": "dev",
789
+ "tier": 2,
790
+ "requires_branch": false,
791
+ "modifies_code": false,
792
+ "keywords": [
793
+ "plan",
794
+ "architecture plan",
795
+ "design plan",
796
+ "plan feature",
797
+ "plan implementation"
798
+ ],
799
+ "examples": [
800
+ "plan the authentication architecture",
801
+ "design the database schema",
802
+ "plan how to implement notifications"
803
+ ],
804
+ "source": "builtin"
805
+ },
806
+ {
807
+ "id": "dev-refactor",
808
+ "command": "/dev refactor <target>",
809
+ "department": "dev",
810
+ "description": "Refactor code with quality gates",
811
+ "lead_agent": "dev",
812
+ "tier": 1,
813
+ "requires_branch": true,
814
+ "modifies_code": true,
815
+ "keywords": [
816
+ "refactor",
817
+ "clean up",
818
+ "reorganize",
819
+ "restructure",
820
+ "improve code",
821
+ "optimize code"
822
+ ],
823
+ "examples": [
824
+ "refactor the user controller",
825
+ "clean up the auth module",
826
+ "reorganize the services layer"
827
+ ],
828
+ "source": "builtin"
829
+ },
830
+ {
831
+ "id": "dev-research",
832
+ "command": "/dev research <topic>",
833
+ "department": "dev",
834
+ "description": "Research a lib/framework/integration",
835
+ "lead_agent": "dev",
836
+ "tier": 2,
837
+ "requires_branch": false,
838
+ "modifies_code": false,
839
+ "keywords": [
840
+ "research",
841
+ "evaluate library",
842
+ "compare frameworks",
843
+ "investigate",
844
+ "look into"
845
+ ],
846
+ "examples": [
847
+ "research payment gateways",
848
+ "compare React vs Vue",
849
+ "evaluate Stripe vs PayPal",
850
+ "look into GraphQL"
851
+ ],
852
+ "source": "builtin"
853
+ },
854
+ {
855
+ "id": "dev-review",
856
+ "command": "/dev review",
857
+ "department": "dev",
858
+ "description": "Code review of current changes",
859
+ "lead_agent": "dev",
860
+ "tier": 2,
861
+ "requires_branch": false,
862
+ "modifies_code": false,
863
+ "keywords": [
864
+ "review",
865
+ "code review",
866
+ "review changes",
867
+ "check my code",
868
+ "review PR"
869
+ ],
870
+ "examples": [
871
+ "review my current changes",
872
+ "do a code review",
873
+ "check the quality of my code"
874
+ ],
875
+ "source": "builtin"
876
+ },
877
+ {
878
+ "id": "dev-scaffold",
879
+ "command": "/dev scaffold <type> <name>",
880
+ "department": "dev",
881
+ "description": "Create project from real git repos (see sub-skill)",
882
+ "lead_agent": "dev",
883
+ "tier": 2,
884
+ "requires_branch": false,
885
+ "modifies_code": true,
886
+ "keywords": [
887
+ "scaffold",
888
+ "bootstrap",
889
+ "starter",
890
+ "new project",
891
+ "create project",
892
+ "init project"
893
+ ],
894
+ "examples": [
895
+ "scaffold a new laravel project",
896
+ "create a nuxt app",
897
+ "bootstrap a react project",
898
+ "start a new nextjs app"
899
+ ],
900
+ "source": "builtin"
901
+ },
902
+ {
903
+ "id": "dev-scaffold-full-stack",
904
+ "command": "/dev scaffold full-stack <name>",
905
+ "department": "dev",
906
+ "description": "Laravel + Nuxt (both repos)",
907
+ "lead_agent": "dev-scaffold",
908
+ "tier": 2,
909
+ "requires_branch": false,
910
+ "modifies_code": true,
911
+ "keywords": [],
912
+ "examples": [],
913
+ "source": "builtin"
914
+ },
915
+ {
916
+ "id": "dev-scaffold-laravel",
917
+ "command": "/dev scaffold laravel <name>",
918
+ "department": "dev",
919
+ "description": "`git@andreagroferreira:andreagroferreira/laravel-starter-kit.git`",
920
+ "lead_agent": "dev-scaffold",
921
+ "tier": 2,
922
+ "requires_branch": false,
923
+ "modifies_code": true,
924
+ "keywords": [],
925
+ "examples": [],
926
+ "source": "builtin"
927
+ },
928
+ {
929
+ "id": "dev-scaffold-nextjs",
930
+ "command": "/dev scaffold nextjs <name>",
931
+ "department": "dev",
932
+ "description": "Next.js starter (TBD)",
933
+ "lead_agent": "dev-scaffold",
934
+ "tier": 2,
935
+ "requires_branch": false,
936
+ "modifies_code": true,
937
+ "keywords": [],
938
+ "examples": [],
939
+ "source": "builtin"
940
+ },
941
+ {
942
+ "id": "dev-scaffold-nuxt-docs",
943
+ "command": "/dev scaffold nuxt-docs <name>",
944
+ "department": "dev",
945
+ "description": "`https://github.com/nuxt-ui-templates/docs.git`",
946
+ "lead_agent": "dev-scaffold",
947
+ "tier": 2,
948
+ "requires_branch": false,
949
+ "modifies_code": true,
950
+ "keywords": [],
951
+ "examples": [],
952
+ "source": "builtin"
953
+ },
954
+ {
955
+ "id": "dev-scaffold-nuxt-landing",
956
+ "command": "/dev scaffold nuxt-landing <name>",
957
+ "department": "dev",
958
+ "description": "`https://github.com/nuxt-ui-templates/landing.git`",
959
+ "lead_agent": "dev-scaffold",
960
+ "tier": 2,
961
+ "requires_branch": false,
962
+ "modifies_code": true,
963
+ "keywords": [],
964
+ "examples": [],
965
+ "source": "builtin"
966
+ },
967
+ {
968
+ "id": "dev-scaffold-nuxt-saas",
969
+ "command": "/dev scaffold nuxt-saas <name>",
970
+ "department": "dev",
971
+ "description": "`https://github.com/nuxt-ui-templates/dashboard.git`",
972
+ "lead_agent": "dev-scaffold",
973
+ "tier": 2,
974
+ "requires_branch": false,
975
+ "modifies_code": true,
976
+ "keywords": [],
977
+ "examples": [],
978
+ "source": "builtin"
979
+ },
980
+ {
981
+ "id": "dev-scaffold-react",
982
+ "command": "/dev scaffold react <name>",
983
+ "department": "dev",
984
+ "description": "React starter (TBD)",
985
+ "lead_agent": "dev-scaffold",
986
+ "tier": 2,
987
+ "requires_branch": false,
988
+ "modifies_code": true,
989
+ "keywords": [],
990
+ "examples": [],
991
+ "source": "builtin"
992
+ },
993
+ {
994
+ "id": "dev-scaffold-vue-landing",
995
+ "command": "/dev scaffold vue-landing <name>",
996
+ "department": "dev",
997
+ "description": "`https://github.com/nuxt-ui-templates/starter-vue.git`",
998
+ "lead_agent": "dev-scaffold",
999
+ "tier": 2,
1000
+ "requires_branch": false,
1001
+ "modifies_code": true,
1002
+ "keywords": [],
1003
+ "examples": [],
1004
+ "source": "builtin"
1005
+ },
1006
+ {
1007
+ "id": "dev-scaffold-vue-saas",
1008
+ "command": "/dev scaffold vue-saas <name>",
1009
+ "department": "dev",
1010
+ "description": "`https://github.com/nuxt-ui-templates/dashboard-vue.git`",
1011
+ "lead_agent": "dev-scaffold",
1012
+ "tier": 2,
1013
+ "requires_branch": false,
1014
+ "modifies_code": true,
1015
+ "keywords": [],
1016
+ "examples": [],
1017
+ "source": "builtin"
1018
+ },
1019
+ {
1020
+ "id": "dev-security-audit",
1021
+ "command": "/dev security-audit",
1022
+ "department": "dev",
1023
+ "description": "Standalone security audit (read-only)",
1024
+ "lead_agent": "dev",
1025
+ "tier": 1,
1026
+ "requires_branch": false,
1027
+ "modifies_code": false,
1028
+ "keywords": [
1029
+ "security audit",
1030
+ "security review",
1031
+ "owasp",
1032
+ "vulnerability scan",
1033
+ "security check"
1034
+ ],
1035
+ "examples": [
1036
+ "run a security audit",
1037
+ "check for vulnerabilities",
1038
+ "OWASP security review"
1039
+ ],
1040
+ "source": "builtin"
1041
+ },
1042
+ {
1043
+ "id": "dev-skill-add",
1044
+ "command": "/dev skill add <url>",
1045
+ "department": "dev",
1046
+ "description": "Install external skill from GitHub",
1047
+ "lead_agent": "dev",
1048
+ "tier": 2,
1049
+ "requires_branch": false,
1050
+ "modifies_code": false,
1051
+ "keywords": [
1052
+ "install skill",
1053
+ "add skill",
1054
+ "get skill"
1055
+ ],
1056
+ "examples": [
1057
+ "install the geo-seo skill",
1058
+ "add an external skill from github"
1059
+ ],
1060
+ "source": "builtin"
1061
+ },
1062
+ {
1063
+ "id": "dev-skill-create",
1064
+ "command": "/dev skill create <name>",
1065
+ "department": "dev",
1066
+ "description": "Scaffold new skill from template",
1067
+ "lead_agent": "dev",
1068
+ "tier": 2,
1069
+ "requires_branch": false,
1070
+ "modifies_code": false,
1071
+ "keywords": [
1072
+ "create skill",
1073
+ "scaffold skill",
1074
+ "new skill",
1075
+ "build skill"
1076
+ ],
1077
+ "examples": [
1078
+ "create a new skill",
1079
+ "scaffold an external skill",
1080
+ "build a custom skill"
1081
+ ],
1082
+ "source": "builtin"
1083
+ },
1084
+ {
1085
+ "id": "dev-skill-list",
1086
+ "command": "/dev skill list",
1087
+ "department": "dev",
1088
+ "description": "List installed external skills",
1089
+ "lead_agent": "dev",
1090
+ "tier": 2,
1091
+ "requires_branch": false,
1092
+ "modifies_code": false,
1093
+ "keywords": [
1094
+ "list skills",
1095
+ "show skills",
1096
+ "installed skills"
1097
+ ],
1098
+ "examples": [
1099
+ "show installed skills",
1100
+ "list external skills",
1101
+ "what skills are installed"
1102
+ ],
1103
+ "source": "builtin"
1104
+ },
1105
+ {
1106
+ "id": "dev-skill-remove",
1107
+ "command": "/dev skill remove <name>",
1108
+ "department": "dev",
1109
+ "description": "Remove external skill",
1110
+ "lead_agent": "dev",
1111
+ "tier": 2,
1112
+ "requires_branch": false,
1113
+ "modifies_code": false,
1114
+ "keywords": [
1115
+ "remove skill",
1116
+ "uninstall skill",
1117
+ "delete skill"
1118
+ ],
1119
+ "examples": [
1120
+ "remove the geo-seo skill",
1121
+ "uninstall external skill"
1122
+ ],
1123
+ "source": "builtin"
1124
+ },
1125
+ {
1126
+ "id": "dev-spec",
1127
+ "command": "/dev spec <description>",
1128
+ "department": "dev",
1129
+ "description": "Create a feature spec interactively",
1130
+ "lead_agent": "dev",
1131
+ "tier": 2,
1132
+ "requires_branch": false,
1133
+ "modifies_code": false,
1134
+ "keywords": [
1135
+ "spec",
1136
+ "specification",
1137
+ "requirements",
1138
+ "define feature",
1139
+ "write spec",
1140
+ "feature spec",
1141
+ "describe what to build"
1142
+ ],
1143
+ "examples": [
1144
+ "write a spec for user authentication",
1145
+ "create a specification for the payment system",
1146
+ "define requirements for the dashboard"
1147
+ ],
1148
+ "source": "builtin"
1149
+ },
1150
+ {
1151
+ "id": "dev-spec-list",
1152
+ "command": "/dev spec list",
1153
+ "department": "dev",
1154
+ "description": "List specs in current project",
1155
+ "lead_agent": "dev",
1156
+ "tier": 2,
1157
+ "requires_branch": false,
1158
+ "modifies_code": false,
1159
+ "keywords": [
1160
+ "list specs",
1161
+ "show specs",
1162
+ "existing specs",
1163
+ "all specifications",
1164
+ "project specs"
1165
+ ],
1166
+ "examples": [
1167
+ "show me all specs for this project",
1168
+ "list existing specifications",
1169
+ "what specs do we have"
1170
+ ],
1171
+ "source": "builtin"
1172
+ },
1173
+ {
1174
+ "id": "dev-spec-validate",
1175
+ "command": "/dev spec validate",
1176
+ "department": "dev",
1177
+ "description": "Validate existing spec completeness",
1178
+ "lead_agent": "dev",
1179
+ "tier": 2,
1180
+ "requires_branch": false,
1181
+ "modifies_code": false,
1182
+ "keywords": [
1183
+ "validate spec",
1184
+ "check spec",
1185
+ "review spec",
1186
+ "spec complete",
1187
+ "spec ready"
1188
+ ],
1189
+ "examples": [
1190
+ "validate the current spec",
1191
+ "is the spec complete",
1192
+ "check the specification"
1193
+ ],
1194
+ "source": "builtin"
1195
+ },
1196
+ {
1197
+ "id": "dev-stack-check",
1198
+ "command": "/dev stack-check",
1199
+ "department": "dev",
1200
+ "description": "Check for updates in project dependencies",
1201
+ "lead_agent": "dev",
1202
+ "tier": 2,
1203
+ "requires_branch": false,
1204
+ "modifies_code": false,
1205
+ "keywords": [
1206
+ "stack check",
1207
+ "dependency check",
1208
+ "outdated packages",
1209
+ "update dependencies"
1210
+ ],
1211
+ "examples": [
1212
+ "check for outdated packages",
1213
+ "are my dependencies up to date",
1214
+ "stack version check"
1215
+ ],
1216
+ "source": "builtin"
1217
+ },
1218
+ {
1219
+ "id": "dev-test",
1220
+ "command": "/dev test",
1221
+ "department": "dev",
1222
+ "description": "Generate and run test suite",
1223
+ "lead_agent": "dev",
1224
+ "tier": 2,
1225
+ "requires_branch": false,
1226
+ "modifies_code": true,
1227
+ "keywords": [
1228
+ "test",
1229
+ "write tests",
1230
+ "generate tests",
1231
+ "run tests",
1232
+ "test suite",
1233
+ "unit test"
1234
+ ],
1235
+ "examples": [
1236
+ "write tests for the auth module",
1237
+ "generate test suite",
1238
+ "add unit tests for UserService"
1239
+ ],
1240
+ "source": "builtin"
1241
+ },
1242
+ {
1243
+ "id": "do",
1244
+ "command": "/do <description>",
1245
+ "department": "arka",
1246
+ "description": "Universal orchestrator — describe what you need in natural language",
1247
+ "lead_agent": "arka",
1248
+ "tier": 2,
1249
+ "requires_branch": false,
1250
+ "modifies_code": false,
1251
+ "keywords": [],
1252
+ "examples": [],
1253
+ "source": "builtin"
1254
+ },
1255
+ {
1256
+ "id": "ecom",
1257
+ "command": "/ecom",
1258
+ "department": "arka",
1259
+ "description": "E-commerce",
1260
+ "lead_agent": "arka",
1261
+ "tier": 2,
1262
+ "requires_branch": false,
1263
+ "modifies_code": false,
1264
+ "keywords": [],
1265
+ "examples": [],
1266
+ "source": "builtin"
1267
+ },
1268
+ {
1269
+ "id": "ecom-ads",
1270
+ "command": "/ecom ads <product>",
1271
+ "department": "ecom",
1272
+ "description": "E-commerce ad campaigns",
1273
+ "lead_agent": "ecom",
1274
+ "tier": 2,
1275
+ "requires_branch": false,
1276
+ "modifies_code": false,
1277
+ "keywords": [
1278
+ "ecommerce ads",
1279
+ "product ads",
1280
+ "shopping ads",
1281
+ "store advertising"
1282
+ ],
1283
+ "examples": [
1284
+ "create ads for our products",
1285
+ "run shopping campaign ads",
1286
+ "product advertising strategy"
1287
+ ],
1288
+ "source": "builtin"
1289
+ },
1290
+ {
1291
+ "id": "ecom-audit",
1292
+ "command": "/ecom audit <url>",
1293
+ "department": "ecom",
1294
+ "description": "Full store audit (5 agents)",
1295
+ "lead_agent": "ecom",
1296
+ "tier": 2,
1297
+ "requires_branch": false,
1298
+ "modifies_code": false,
1299
+ "keywords": [
1300
+ "store audit",
1301
+ "shop audit",
1302
+ "ecommerce audit",
1303
+ "store review",
1304
+ "conversion audit"
1305
+ ],
1306
+ "examples": [
1307
+ "audit my shopify store",
1308
+ "review the store's conversion rate",
1309
+ "full ecommerce audit"
1310
+ ],
1311
+ "source": "builtin"
1312
+ },
1313
+ {
1314
+ "id": "ecom-competitors",
1315
+ "command": "/ecom competitors <url>",
1316
+ "department": "ecom",
1317
+ "description": "Competitive e-commerce analysis",
1318
+ "lead_agent": "ecom",
1319
+ "tier": 2,
1320
+ "requires_branch": false,
1321
+ "modifies_code": false,
1322
+ "keywords": [
1323
+ "ecommerce competitors",
1324
+ "store competitors",
1325
+ "competitor stores",
1326
+ "competitive analysis store"
1327
+ ],
1328
+ "examples": [
1329
+ "analyze competitor stores",
1330
+ "competitive analysis of similar shops"
1331
+ ],
1332
+ "source": "builtin"
1333
+ },
1334
+ {
1335
+ "id": "ecom-email",
1336
+ "command": "/ecom email <type>",
1337
+ "department": "ecom",
1338
+ "description": "E-commerce email flows (cart, post-purchase, win-back)",
1339
+ "lead_agent": "ecom",
1340
+ "tier": 2,
1341
+ "requires_branch": false,
1342
+ "modifies_code": false,
1343
+ "keywords": [
1344
+ "cart abandonment",
1345
+ "post-purchase email",
1346
+ "win-back email",
1347
+ "ecommerce email flow"
1348
+ ],
1349
+ "examples": [
1350
+ "create cart abandonment emails",
1351
+ "setup post-purchase email flow",
1352
+ "write win-back email sequence"
1353
+ ],
1354
+ "source": "builtin"
1355
+ },
1356
+ {
1357
+ "id": "ecom-launch",
1358
+ "command": "/ecom launch <store>",
1359
+ "department": "ecom",
1360
+ "description": "New store launch plan",
1361
+ "lead_agent": "ecom",
1362
+ "tier": 2,
1363
+ "requires_branch": false,
1364
+ "modifies_code": false,
1365
+ "keywords": [
1366
+ "store launch",
1367
+ "launch store",
1368
+ "new store",
1369
+ "open store",
1370
+ "ecommerce launch"
1371
+ ],
1372
+ "examples": [
1373
+ "plan the store launch",
1374
+ "launch a new shopify store",
1375
+ "prepare store for launch"
1376
+ ],
1377
+ "source": "builtin"
1378
+ },
1379
+ {
1380
+ "id": "ecom-pricing",
1381
+ "command": "/ecom pricing <product>",
1382
+ "department": "ecom",
1383
+ "description": "Pricing strategy analysis",
1384
+ "lead_agent": "ecom",
1385
+ "tier": 2,
1386
+ "requires_branch": false,
1387
+ "modifies_code": false,
1388
+ "keywords": [
1389
+ "pricing strategy",
1390
+ "price analysis",
1391
+ "pricing model",
1392
+ "competitive pricing"
1393
+ ],
1394
+ "examples": [
1395
+ "analyze pricing for our SaaS",
1396
+ "create a pricing strategy",
1397
+ "competitive price analysis"
1398
+ ],
1399
+ "source": "builtin"
1400
+ },
1401
+ {
1402
+ "id": "ecom-product",
1403
+ "command": "/ecom product <description>",
1404
+ "department": "ecom",
1405
+ "description": "Create optimized product listing",
1406
+ "lead_agent": "ecom",
1407
+ "tier": 2,
1408
+ "requires_branch": false,
1409
+ "modifies_code": false,
1410
+ "keywords": [
1411
+ "product listing",
1412
+ "create product",
1413
+ "product description",
1414
+ "product page",
1415
+ "optimize product"
1416
+ ],
1417
+ "examples": [
1418
+ "create a product listing for new shoes",
1419
+ "optimize product descriptions",
1420
+ "write product page copy"
1421
+ ],
1422
+ "source": "builtin"
1423
+ },
1424
+ {
1425
+ "id": "ecom-report",
1426
+ "command": "/ecom report <store>",
1427
+ "department": "ecom",
1428
+ "description": "Store performance report",
1429
+ "lead_agent": "ecom",
1430
+ "tier": 2,
1431
+ "requires_branch": false,
1432
+ "modifies_code": false,
1433
+ "keywords": [
1434
+ "store report",
1435
+ "ecommerce report",
1436
+ "sales report",
1437
+ "store performance"
1438
+ ],
1439
+ "examples": [
1440
+ "generate store performance report",
1441
+ "monthly sales report",
1442
+ "ecommerce analytics report"
1443
+ ],
1444
+ "source": "builtin"
1445
+ },
1446
+ {
1447
+ "id": "ecom-seo",
1448
+ "command": "/ecom seo <url>",
1449
+ "department": "ecom",
1450
+ "description": "E-commerce SEO audit",
1451
+ "lead_agent": "ecom",
1452
+ "tier": 2,
1453
+ "requires_branch": false,
1454
+ "modifies_code": false,
1455
+ "keywords": [
1456
+ "ecommerce seo",
1457
+ "store seo",
1458
+ "product seo",
1459
+ "shop seo"
1460
+ ],
1461
+ "examples": [
1462
+ "SEO audit of our store",
1463
+ "optimize store for search engines",
1464
+ "improve product SEO"
1465
+ ],
1466
+ "source": "builtin"
1467
+ },
1468
+ {
1469
+ "id": "fin",
1470
+ "command": "/fin",
1471
+ "department": "arka",
1472
+ "description": "Finance",
1473
+ "lead_agent": "arka",
1474
+ "tier": 2,
1475
+ "requires_branch": false,
1476
+ "modifies_code": false,
1477
+ "keywords": [],
1478
+ "examples": [],
1479
+ "source": "builtin"
1480
+ },
1481
+ {
1482
+ "id": "fin-analyze",
1483
+ "command": "/fin analyze <topic>",
1484
+ "department": "fin",
1485
+ "description": "Financial analysis (market, sector, company)",
1486
+ "lead_agent": "fin",
1487
+ "tier": 2,
1488
+ "requires_branch": false,
1489
+ "modifies_code": false,
1490
+ "keywords": [
1491
+ "financial analysis",
1492
+ "analyze financials",
1493
+ "market financial",
1494
+ "sector analysis"
1495
+ ],
1496
+ "examples": [
1497
+ "analyze the SaaS market financials",
1498
+ "financial analysis of competitor"
1499
+ ],
1500
+ "source": "builtin"
1501
+ },
1502
+ {
1503
+ "id": "fin-budget",
1504
+ "command": "/fin budget <project>",
1505
+ "department": "fin",
1506
+ "description": "Project budget planning",
1507
+ "lead_agent": "fin",
1508
+ "tier": 2,
1509
+ "requires_branch": false,
1510
+ "modifies_code": false,
1511
+ "keywords": [
1512
+ "budget",
1513
+ "project budget",
1514
+ "budget planning",
1515
+ "cost estimate",
1516
+ "budgeting"
1517
+ ],
1518
+ "examples": [
1519
+ "create a budget for the new project",
1520
+ "plan the Q2 budget",
1521
+ "estimate project costs"
1522
+ ],
1523
+ "source": "builtin"
1524
+ },
1525
+ {
1526
+ "id": "fin-cashflow",
1527
+ "command": "/fin cashflow",
1528
+ "department": "fin",
1529
+ "description": "Cash flow analysis and projections",
1530
+ "lead_agent": "fin",
1531
+ "tier": 2,
1532
+ "requires_branch": false,
1533
+ "modifies_code": false,
1534
+ "keywords": [
1535
+ "cash flow",
1536
+ "cashflow",
1537
+ "cash projection",
1538
+ "liquidity",
1539
+ "cash position"
1540
+ ],
1541
+ "examples": [
1542
+ "analyze our cash flow",
1543
+ "cash flow projections for next quarter",
1544
+ "check our liquidity position"
1545
+ ],
1546
+ "source": "builtin"
1547
+ },
1548
+ {
1549
+ "id": "fin-forecast",
1550
+ "command": "/fin forecast <months>",
1551
+ "department": "fin",
1552
+ "description": "Revenue/expense forecast",
1553
+ "lead_agent": "fin",
1554
+ "tier": 2,
1555
+ "requires_branch": false,
1556
+ "modifies_code": false,
1557
+ "keywords": [
1558
+ "forecast",
1559
+ "projection",
1560
+ "predict revenue",
1561
+ "financial forecast",
1562
+ "estimate revenue"
1563
+ ],
1564
+ "examples": [
1565
+ "forecast revenue for next 6 months",
1566
+ "project expenses through Q4",
1567
+ "financial projections"
1568
+ ],
1569
+ "source": "builtin"
1570
+ },
1571
+ {
1572
+ "id": "fin-invest",
1573
+ "command": "/fin invest <asset>",
1574
+ "department": "fin",
1575
+ "description": "Investment opportunity analysis",
1576
+ "lead_agent": "fin",
1577
+ "tier": 2,
1578
+ "requires_branch": false,
1579
+ "modifies_code": false,
1580
+ "keywords": [
1581
+ "invest",
1582
+ "investment",
1583
+ "investment opportunity",
1584
+ "evaluate investment"
1585
+ ],
1586
+ "examples": [
1587
+ "analyze this investment opportunity",
1588
+ "should we invest in this asset"
1589
+ ],
1590
+ "source": "builtin"
1591
+ },
1592
+ {
1593
+ "id": "fin-invoice",
1594
+ "command": "/fin invoice <client>",
1595
+ "department": "fin",
1596
+ "description": "Generate invoice (via InvoiceExpress MCP)",
1597
+ "lead_agent": "fin",
1598
+ "tier": 2,
1599
+ "requires_branch": false,
1600
+ "modifies_code": false,
1601
+ "keywords": [
1602
+ "finance invoice",
1603
+ "generate invoice",
1604
+ "client invoice",
1605
+ "bill client"
1606
+ ],
1607
+ "examples": [
1608
+ "generate invoice for client work",
1609
+ "create invoice for March deliverables"
1610
+ ],
1611
+ "source": "builtin"
1612
+ },
1613
+ {
1614
+ "id": "fin-negotiate",
1615
+ "command": "/fin negotiate <context>",
1616
+ "department": "fin",
1617
+ "description": "Preparation for bank/investor negotiation",
1618
+ "lead_agent": "fin",
1619
+ "tier": 2,
1620
+ "requires_branch": false,
1621
+ "modifies_code": false,
1622
+ "keywords": [
1623
+ "negotiate",
1624
+ "negotiation",
1625
+ "bank negotiation",
1626
+ "deal terms",
1627
+ "batna"
1628
+ ],
1629
+ "examples": [
1630
+ "prepare for bank negotiation",
1631
+ "negotiate better terms",
1632
+ "BATNA analysis for investor meeting"
1633
+ ],
1634
+ "source": "builtin"
1635
+ },
1636
+ {
1637
+ "id": "fin-pitch",
1638
+ "command": "/fin pitch <investor>",
1639
+ "department": "fin",
1640
+ "description": "Investor pitch preparation",
1641
+ "lead_agent": "fin",
1642
+ "tier": 2,
1643
+ "requires_branch": false,
1644
+ "modifies_code": false,
1645
+ "keywords": [
1646
+ "pitch",
1647
+ "investor pitch",
1648
+ "pitch deck",
1649
+ "funding pitch",
1650
+ "investor presentation"
1651
+ ],
1652
+ "examples": [
1653
+ "prepare investor pitch",
1654
+ "create a pitch deck",
1655
+ "pitch to Series A investors"
1656
+ ],
1657
+ "source": "builtin"
1658
+ },
1659
+ {
1660
+ "id": "fin-portfolio",
1661
+ "command": "/fin portfolio",
1662
+ "department": "fin",
1663
+ "description": "Portfolio overview and recommendations",
1664
+ "lead_agent": "fin",
1665
+ "tier": 2,
1666
+ "requires_branch": false,
1667
+ "modifies_code": false,
1668
+ "keywords": [
1669
+ "portfolio",
1670
+ "portfolio review",
1671
+ "investment portfolio",
1672
+ "portfolio balance"
1673
+ ],
1674
+ "examples": [
1675
+ "review our investment portfolio",
1676
+ "portfolio performance overview"
1677
+ ],
1678
+ "source": "builtin"
1679
+ },
1680
+ {
1681
+ "id": "fin-report",
1682
+ "command": "/fin report <period>",
1683
+ "department": "fin",
1684
+ "description": "Financial report (monthly/quarterly)",
1685
+ "lead_agent": "fin",
1686
+ "tier": 2,
1687
+ "requires_branch": false,
1688
+ "modifies_code": false,
1689
+ "keywords": [
1690
+ "financial report",
1691
+ "quarterly report",
1692
+ "monthly financials",
1693
+ "p&l report"
1694
+ ],
1695
+ "examples": [
1696
+ "generate monthly financial report",
1697
+ "create Q1 financial summary"
1698
+ ],
1699
+ "source": "builtin"
1700
+ },
1701
+ {
1702
+ "id": "kb",
1703
+ "command": "/kb",
1704
+ "department": "arka",
1705
+ "description": "Knowledge Base",
1706
+ "lead_agent": "arka",
1707
+ "tier": 2,
1708
+ "requires_branch": false,
1709
+ "modifies_code": false,
1710
+ "keywords": [],
1711
+ "examples": [],
1712
+ "source": "builtin"
1713
+ },
1714
+ {
1715
+ "id": "kb-capabilities",
1716
+ "command": "/kb capabilities",
1717
+ "department": "kb",
1718
+ "description": "Show available tools and API keys",
1719
+ "lead_agent": "kb",
1720
+ "tier": 2,
1721
+ "requires_branch": false,
1722
+ "modifies_code": false,
1723
+ "keywords": [
1724
+ "kb capabilities",
1725
+ "available tools",
1726
+ "what tools",
1727
+ "whisper status"
1728
+ ],
1729
+ "examples": [
1730
+ "what transcription tools are available",
1731
+ "show kb capabilities",
1732
+ "do I have whisper installed"
1733
+ ],
1734
+ "source": "builtin"
1735
+ },
1736
+ {
1737
+ "id": "kb-cleanup",
1738
+ "command": "/kb cleanup [--older-than 90d]",
1739
+ "department": "kb",
1740
+ "description": "Remove old media files",
1741
+ "lead_agent": "kb",
1742
+ "tier": 2,
1743
+ "requires_branch": false,
1744
+ "modifies_code": false,
1745
+ "keywords": [
1746
+ "kb cleanup",
1747
+ "clean media",
1748
+ "remove old files",
1749
+ "cleanup transcriptions"
1750
+ ],
1751
+ "examples": [
1752
+ "clean up old media files",
1753
+ "remove transcriptions older than 90 days"
1754
+ ],
1755
+ "source": "builtin"
1756
+ },
1757
+ {
1758
+ "id": "kb-learn",
1759
+ "command": "/kb learn <url> [url2 ...] [--persona Name]",
1760
+ "department": "kb",
1761
+ "description": "Queue download + transcription (async, non-blocking)",
1762
+ "lead_agent": "kb",
1763
+ "tier": 2,
1764
+ "requires_branch": false,
1765
+ "modifies_code": false,
1766
+ "keywords": [
1767
+ "learn",
1768
+ "watch video",
1769
+ "youtube",
1770
+ "transcribe video",
1771
+ "learn from video",
1772
+ "process video"
1773
+ ],
1774
+ "examples": [
1775
+ "learn from this youtube video",
1776
+ "transcribe this video",
1777
+ "add this video to knowledge base"
1778
+ ],
1779
+ "source": "builtin"
1780
+ },
1781
+ {
1782
+ "id": "kb-learn-text---persona-Name",
1783
+ "command": "/kb learn-text <file/url> --persona Name",
1784
+ "department": "kb",
1785
+ "description": "Learn from text/article content (synchronous)",
1786
+ "lead_agent": "kb",
1787
+ "tier": 2,
1788
+ "requires_branch": false,
1789
+ "modifies_code": false,
1790
+ "keywords": [],
1791
+ "examples": [],
1792
+ "source": "builtin"
1793
+ },
1794
+ {
1795
+ "id": "kb-persona",
1796
+ "command": "/kb persona <name>",
1797
+ "department": "kb",
1798
+ "description": "View/manage a persona profile",
1799
+ "lead_agent": "kb",
1800
+ "tier": 2,
1801
+ "requires_branch": false,
1802
+ "modifies_code": false,
1803
+ "keywords": [
1804
+ "view persona",
1805
+ "persona profile",
1806
+ "show persona",
1807
+ "persona details"
1808
+ ],
1809
+ "examples": [
1810
+ "show me the Sabri Suby persona",
1811
+ "view persona profile for Alex Hormozi"
1812
+ ],
1813
+ "source": "builtin"
1814
+ },
1815
+ {
1816
+ "id": "kb-personas",
1817
+ "command": "/kb personas",
1818
+ "department": "kb",
1819
+ "description": "List all personas and their stats",
1820
+ "lead_agent": "kb",
1821
+ "tier": 2,
1822
+ "requires_branch": false,
1823
+ "modifies_code": false,
1824
+ "keywords": [
1825
+ "list personas",
1826
+ "all personas",
1827
+ "show personas"
1828
+ ],
1829
+ "examples": [
1830
+ "list all personas",
1831
+ "show me all knowledge personas",
1832
+ "what personas exist"
1833
+ ],
1834
+ "source": "builtin"
1835
+ },
1836
+ {
1837
+ "id": "kb-process",
1838
+ "command": "/kb process <job-id>",
1839
+ "department": "kb",
1840
+ "description": "Analyze a ready transcription (interactive choices)",
1841
+ "lead_agent": "kb",
1842
+ "tier": 2,
1843
+ "requires_branch": false,
1844
+ "modifies_code": false,
1845
+ "keywords": [
1846
+ "process job",
1847
+ "analyze transcription",
1848
+ "process transcription",
1849
+ "analyze video"
1850
+ ],
1851
+ "examples": [
1852
+ "process the ready transcription",
1853
+ "analyze the transcription for job abc123"
1854
+ ],
1855
+ "source": "builtin"
1856
+ },
1857
+ {
1858
+ "id": "kb-process---all",
1859
+ "command": "/kb process --all",
1860
+ "department": "kb",
1861
+ "description": "Process all ready jobs",
1862
+ "lead_agent": "kb",
1863
+ "tier": 2,
1864
+ "requires_branch": false,
1865
+ "modifies_code": false,
1866
+ "keywords": [],
1867
+ "examples": [],
1868
+ "source": "builtin"
1869
+ },
1870
+ {
1871
+ "id": "kb-queue",
1872
+ "command": "/kb queue",
1873
+ "department": "kb",
1874
+ "description": "Show all queued/running/ready jobs",
1875
+ "lead_agent": "kb",
1876
+ "tier": 2,
1877
+ "requires_branch": false,
1878
+ "modifies_code": false,
1879
+ "keywords": [
1880
+ "kb queue",
1881
+ "job queue",
1882
+ "pending jobs",
1883
+ "transcription queue"
1884
+ ],
1885
+ "examples": [
1886
+ "show the kb queue",
1887
+ "what jobs are pending",
1888
+ "check transcription status"
1889
+ ],
1890
+ "source": "builtin"
1891
+ },
1892
+ {
1893
+ "id": "kb-search",
1894
+ "command": "/kb search <query>",
1895
+ "department": "kb",
1896
+ "description": "Search knowledge base by topic",
1897
+ "lead_agent": "kb",
1898
+ "tier": 2,
1899
+ "requires_branch": false,
1900
+ "modifies_code": false,
1901
+ "keywords": [
1902
+ "search knowledge",
1903
+ "search kb",
1904
+ "find in knowledge",
1905
+ "knowledge search"
1906
+ ],
1907
+ "examples": [
1908
+ "search knowledge base for marketing funnels",
1909
+ "find what we know about pricing strategies"
1910
+ ],
1911
+ "source": "builtin"
1912
+ },
1913
+ {
1914
+ "id": "kb-status",
1915
+ "command": "/kb status [job-id]",
1916
+ "department": "kb",
1917
+ "description": "Detailed status of a specific job",
1918
+ "lead_agent": "kb",
1919
+ "tier": 2,
1920
+ "requires_branch": false,
1921
+ "modifies_code": false,
1922
+ "keywords": [
1923
+ "kb status",
1924
+ "job status",
1925
+ "transcription status"
1926
+ ],
1927
+ "examples": [
1928
+ "check job status",
1929
+ "what's the status of my transcription"
1930
+ ],
1931
+ "source": "builtin"
1932
+ },
1933
+ {
1934
+ "id": "kb-topics",
1935
+ "command": "/kb topics",
1936
+ "department": "kb",
1937
+ "description": "List all knowledge topics",
1938
+ "lead_agent": "kb",
1939
+ "tier": 2,
1940
+ "requires_branch": false,
1941
+ "modifies_code": false,
1942
+ "keywords": [
1943
+ "list topics",
1944
+ "knowledge topics",
1945
+ "all topics",
1946
+ "show topics"
1947
+ ],
1948
+ "examples": [
1949
+ "show all knowledge topics",
1950
+ "what topics are in the knowledge base"
1951
+ ],
1952
+ "source": "builtin"
1953
+ },
1954
+ {
1955
+ "id": "kb-update",
1956
+ "command": "/kb update <persona> <youtube-url>",
1957
+ "department": "kb",
1958
+ "description": "Add more content to existing persona",
1959
+ "lead_agent": "kb",
1960
+ "tier": 2,
1961
+ "requires_branch": false,
1962
+ "modifies_code": false,
1963
+ "keywords": [
1964
+ "update persona",
1965
+ "add to persona",
1966
+ "persona update",
1967
+ "more content persona"
1968
+ ],
1969
+ "examples": [
1970
+ "add this video to the Sabri Suby persona",
1971
+ "update Alex Hormozi with new content"
1972
+ ],
1973
+ "source": "builtin"
1974
+ },
1975
+ {
1976
+ "id": "kb-write---persona-Name---type",
1977
+ "command": "/kb write --persona Name --type <type>",
1978
+ "department": "kb",
1979
+ "description": "Generate content using a persona's style",
1980
+ "lead_agent": "kb",
1981
+ "tier": 2,
1982
+ "requires_branch": false,
1983
+ "modifies_code": false,
1984
+ "keywords": [],
1985
+ "examples": [],
1986
+ "source": "builtin"
1987
+ },
1988
+ {
1989
+ "id": "mkt",
1990
+ "command": "/mkt",
1991
+ "department": "arka",
1992
+ "description": "Marketing & Content",
1993
+ "lead_agent": "arka",
1994
+ "tier": 2,
1995
+ "requires_branch": false,
1996
+ "modifies_code": false,
1997
+ "keywords": [],
1998
+ "examples": [],
1999
+ "source": "builtin"
2000
+ },
2001
+ {
2002
+ "id": "mkt-ads",
2003
+ "command": "/mkt ads <product>",
2004
+ "department": "mkt",
2005
+ "description": "Ad copy for multiple platforms",
2006
+ "lead_agent": "mkt",
2007
+ "tier": 2,
2008
+ "requires_branch": false,
2009
+ "modifies_code": false,
2010
+ "keywords": [
2011
+ "ad copy",
2012
+ "advertising",
2013
+ "facebook ads",
2014
+ "google ads",
2015
+ "ad campaign",
2016
+ "paid ads"
2017
+ ],
2018
+ "examples": [
2019
+ "write facebook ad copy for our product",
2020
+ "create google ads for the sale",
2021
+ "ad campaign for Black Friday"
2022
+ ],
2023
+ "source": "builtin"
2024
+ },
2025
+ {
2026
+ "id": "mkt-affiliate",
2027
+ "command": "/mkt affiliate <product-url>",
2028
+ "department": "mkt",
2029
+ "description": "Affiliate marketing analysis + content",
2030
+ "lead_agent": "mkt",
2031
+ "tier": 2,
2032
+ "requires_branch": false,
2033
+ "modifies_code": false,
2034
+ "keywords": [
2035
+ "affiliate",
2036
+ "affiliate marketing",
2037
+ "affiliate program",
2038
+ "affiliate content"
2039
+ ],
2040
+ "examples": [
2041
+ "analyze this product's affiliate potential",
2042
+ "create affiliate marketing content"
2043
+ ],
2044
+ "source": "builtin"
2045
+ },
2046
+ {
2047
+ "id": "mkt-audit",
2048
+ "command": "/mkt audit <url>",
2049
+ "department": "mkt",
2050
+ "description": "Full marketing audit (5 parallel agents)",
2051
+ "lead_agent": "mkt",
2052
+ "tier": 2,
2053
+ "requires_branch": false,
2054
+ "modifies_code": false,
2055
+ "keywords": [
2056
+ "marketing audit",
2057
+ "marketing review",
2058
+ "marketing analysis",
2059
+ "site marketing"
2060
+ ],
2061
+ "examples": [
2062
+ "audit our marketing",
2063
+ "full marketing review of our website",
2064
+ "analyze our marketing strategy"
2065
+ ],
2066
+ "source": "builtin"
2067
+ },
2068
+ {
2069
+ "id": "mkt-blog",
2070
+ "command": "/mkt blog <topic>",
2071
+ "department": "mkt",
2072
+ "description": "SEO-optimized blog article",
2073
+ "lead_agent": "mkt",
2074
+ "tier": 2,
2075
+ "requires_branch": false,
2076
+ "modifies_code": false,
2077
+ "keywords": [
2078
+ "blog",
2079
+ "blog post",
2080
+ "article",
2081
+ "seo article",
2082
+ "blog content",
2083
+ "write article"
2084
+ ],
2085
+ "examples": [
2086
+ "write a blog post about AI in business",
2087
+ "create an SEO article about productivity tools"
2088
+ ],
2089
+ "source": "builtin"
2090
+ },
2091
+ {
2092
+ "id": "mkt-brand",
2093
+ "command": "/mkt brand <url>",
2094
+ "department": "mkt",
2095
+ "description": "Brand voice analysis and guidelines",
2096
+ "lead_agent": "mkt",
2097
+ "tier": 2,
2098
+ "requires_branch": false,
2099
+ "modifies_code": false,
2100
+ "keywords": [
2101
+ "brand voice",
2102
+ "brand guidelines",
2103
+ "brand analysis",
2104
+ "brand identity"
2105
+ ],
2106
+ "examples": [
2107
+ "analyze our brand voice",
2108
+ "create brand guidelines from our website"
2109
+ ],
2110
+ "source": "builtin"
2111
+ },
2112
+ {
2113
+ "id": "mkt-calendar",
2114
+ "command": "/mkt calendar <period>",
2115
+ "department": "mkt",
2116
+ "description": "Content calendar (week/month)",
2117
+ "lead_agent": "mkt",
2118
+ "tier": 2,
2119
+ "requires_branch": false,
2120
+ "modifies_code": false,
2121
+ "keywords": [
2122
+ "content calendar",
2123
+ "posting schedule",
2124
+ "content plan",
2125
+ "editorial calendar"
2126
+ ],
2127
+ "examples": [
2128
+ "create a content calendar for next month",
2129
+ "plan this week's social media posts"
2130
+ ],
2131
+ "source": "builtin"
2132
+ },
2133
+ {
2134
+ "id": "mkt-copy",
2135
+ "command": "/mkt copy <url>",
2136
+ "department": "mkt",
2137
+ "description": "Analyze and improve existing copy",
2138
+ "lead_agent": "mkt",
2139
+ "tier": 2,
2140
+ "requires_branch": false,
2141
+ "modifies_code": false,
2142
+ "keywords": [
2143
+ "copy analysis",
2144
+ "improve copy",
2145
+ "analyze copy",
2146
+ "copywriting review"
2147
+ ],
2148
+ "examples": [
2149
+ "analyze and improve our website copy",
2150
+ "review the copy on this page"
2151
+ ],
2152
+ "source": "builtin"
2153
+ },
2154
+ {
2155
+ "id": "mkt-email",
2156
+ "command": "/mkt email <type> <topic>",
2157
+ "department": "mkt",
2158
+ "description": "Email sequence (welcome, nurture, launch, cart)",
2159
+ "lead_agent": "mkt",
2160
+ "tier": 2,
2161
+ "requires_branch": false,
2162
+ "modifies_code": false,
2163
+ "keywords": [
2164
+ "email sequence",
2165
+ "email campaign",
2166
+ "welcome email",
2167
+ "nurture email",
2168
+ "email flow",
2169
+ "newsletter"
2170
+ ],
2171
+ "examples": [
2172
+ "create a welcome email sequence",
2173
+ "write a launch email campaign",
2174
+ "design a nurture email flow"
2175
+ ],
2176
+ "source": "builtin"
2177
+ },
2178
+ {
2179
+ "id": "mkt-landing",
2180
+ "command": "/mkt landing <product>",
2181
+ "department": "mkt",
2182
+ "description": "Landing page copy (can use KB personas)",
2183
+ "lead_agent": "mkt",
2184
+ "tier": 2,
2185
+ "requires_branch": false,
2186
+ "modifies_code": false,
2187
+ "keywords": [
2188
+ "landing page",
2189
+ "landing copy",
2190
+ "sales page",
2191
+ "conversion page"
2192
+ ],
2193
+ "examples": [
2194
+ "write landing page copy for our SaaS",
2195
+ "create a sales page for the new product"
2196
+ ],
2197
+ "source": "builtin"
2198
+ },
2199
+ {
2200
+ "id": "mkt-reels",
2201
+ "command": "/mkt reels <topic>",
2202
+ "department": "mkt",
2203
+ "description": "Scripts for Reels/TikTok/Shorts",
2204
+ "lead_agent": "mkt",
2205
+ "tier": 2,
2206
+ "requires_branch": false,
2207
+ "modifies_code": false,
2208
+ "keywords": [
2209
+ "reels",
2210
+ "tiktok script",
2211
+ "shorts",
2212
+ "video script",
2213
+ "short video"
2214
+ ],
2215
+ "examples": [
2216
+ "write scripts for instagram reels about AI",
2217
+ "create tiktok content ideas",
2218
+ "youtube shorts scripts"
2219
+ ],
2220
+ "source": "builtin"
2221
+ },
2222
+ {
2223
+ "id": "mkt-social",
2224
+ "command": "/mkt social <topic>",
2225
+ "department": "mkt",
2226
+ "description": "Generate social media posts (multi-platform)",
2227
+ "lead_agent": "mkt",
2228
+ "tier": 2,
2229
+ "requires_branch": false,
2230
+ "modifies_code": false,
2231
+ "keywords": [
2232
+ "social media",
2233
+ "social posts",
2234
+ "instagram",
2235
+ "linkedin",
2236
+ "twitter",
2237
+ "tiktok",
2238
+ "social content"
2239
+ ],
2240
+ "examples": [
2241
+ "create social posts about AI",
2242
+ "write instagram content for Black Friday",
2243
+ "linkedin posts about our product"
2244
+ ],
2245
+ "source": "builtin"
2246
+ },
2247
+ {
2248
+ "id": "mkt-stories",
2249
+ "command": "/mkt stories <topic>",
2250
+ "department": "mkt",
2251
+ "description": "Instagram/Facebook stories sequence",
2252
+ "lead_agent": "mkt",
2253
+ "tier": 2,
2254
+ "requires_branch": false,
2255
+ "modifies_code": false,
2256
+ "keywords": [
2257
+ "stories",
2258
+ "instagram stories",
2259
+ "facebook stories",
2260
+ "story sequence"
2261
+ ],
2262
+ "examples": [
2263
+ "create instagram story sequence for product launch",
2264
+ "write facebook stories content"
2265
+ ],
2266
+ "source": "builtin"
2267
+ },
2268
+ {
2269
+ "id": "ops",
2270
+ "command": "/ops",
2271
+ "department": "arka",
2272
+ "description": "Operations",
2273
+ "lead_agent": "arka",
2274
+ "tier": 2,
2275
+ "requires_branch": false,
2276
+ "modifies_code": false,
2277
+ "keywords": [],
2278
+ "examples": [],
2279
+ "source": "builtin"
2280
+ },
2281
+ {
2282
+ "id": "ops-automate",
2283
+ "command": "/ops automate <process>",
2284
+ "department": "ops",
2285
+ "description": "Create automation for routine process",
2286
+ "lead_agent": "ops",
2287
+ "tier": 2,
2288
+ "requires_branch": false,
2289
+ "modifies_code": false,
2290
+ "keywords": [
2291
+ "automate",
2292
+ "automation",
2293
+ "workflow",
2294
+ "process automation"
2295
+ ],
2296
+ "examples": [
2297
+ "automate the onboarding process",
2298
+ "create a workflow for deployments"
2299
+ ],
2300
+ "source": "builtin"
2301
+ },
2302
+ {
2303
+ "id": "ops-broadcast",
2304
+ "command": "/ops broadcast <message>",
2305
+ "department": "ops",
2306
+ "description": "Send message to all configured channels",
2307
+ "lead_agent": "ops",
2308
+ "tier": 2,
2309
+ "requires_branch": false,
2310
+ "modifies_code": false,
2311
+ "keywords": [
2312
+ "broadcast",
2313
+ "send to all",
2314
+ "announce",
2315
+ "broadcast message"
2316
+ ],
2317
+ "examples": [
2318
+ "broadcast a message to all channels",
2319
+ "announce the release to everyone"
2320
+ ],
2321
+ "source": "builtin"
2322
+ },
2323
+ {
2324
+ "id": "ops-calendar",
2325
+ "command": "/ops calendar",
2326
+ "department": "ops",
2327
+ "description": "View schedule (via Google Calendar MCP)",
2328
+ "lead_agent": "ops",
2329
+ "tier": 2,
2330
+ "requires_branch": false,
2331
+ "modifies_code": false,
2332
+ "keywords": [
2333
+ "calendar",
2334
+ "schedule",
2335
+ "my schedule",
2336
+ "today's meetings",
2337
+ "upcoming meetings"
2338
+ ],
2339
+ "examples": [
2340
+ "show my calendar",
2341
+ "what meetings do I have today",
2342
+ "check my schedule"
2343
+ ],
2344
+ "source": "builtin"
2345
+ },
2346
+ {
2347
+ "id": "ops-channel-add",
2348
+ "command": "/ops channel add <platform> <channel-id>",
2349
+ "department": "ops",
2350
+ "description": "Add messaging channel (slack, discord, whatsapp, teams)",
2351
+ "lead_agent": "ops",
2352
+ "tier": 2,
2353
+ "requires_branch": false,
2354
+ "modifies_code": false,
2355
+ "keywords": [
2356
+ "add channel",
2357
+ "connect slack",
2358
+ "connect discord",
2359
+ "setup messaging"
2360
+ ],
2361
+ "examples": [
2362
+ "add a slack channel",
2363
+ "connect discord for notifications",
2364
+ "setup whatsapp messaging"
2365
+ ],
2366
+ "source": "builtin"
2367
+ },
2368
+ {
2369
+ "id": "ops-channel-list",
2370
+ "command": "/ops channel list",
2371
+ "department": "ops",
2372
+ "description": "List configured messaging channels",
2373
+ "lead_agent": "ops",
2374
+ "tier": 2,
2375
+ "requires_branch": false,
2376
+ "modifies_code": false,
2377
+ "keywords": [
2378
+ "list channels",
2379
+ "show channels",
2380
+ "messaging channels"
2381
+ ],
2382
+ "examples": [
2383
+ "show configured messaging channels",
2384
+ "list all notification channels"
2385
+ ],
2386
+ "source": "builtin"
2387
+ },
2388
+ {
2389
+ "id": "ops-channel-remove",
2390
+ "command": "/ops channel remove <platform>",
2391
+ "department": "ops",
2392
+ "description": "Remove a messaging channel",
2393
+ "lead_agent": "ops",
2394
+ "tier": 2,
2395
+ "requires_branch": false,
2396
+ "modifies_code": false,
2397
+ "keywords": [
2398
+ "remove channel",
2399
+ "disconnect channel",
2400
+ "delete channel"
2401
+ ],
2402
+ "examples": [
2403
+ "remove the slack channel",
2404
+ "disconnect discord notifications"
2405
+ ],
2406
+ "source": "builtin"
2407
+ },
2408
+ {
2409
+ "id": "ops-email",
2410
+ "command": "/ops email <type>",
2411
+ "department": "ops",
2412
+ "description": "Send/draft emails (via Gmail MCP)",
2413
+ "lead_agent": "ops",
2414
+ "tier": 2,
2415
+ "requires_branch": false,
2416
+ "modifies_code": false,
2417
+ "keywords": [
2418
+ "send email",
2419
+ "draft email",
2420
+ "write email",
2421
+ "email someone"
2422
+ ],
2423
+ "examples": [
2424
+ "draft an email to the client",
2425
+ "send a follow-up email",
2426
+ "write a professional email"
2427
+ ],
2428
+ "source": "builtin"
2429
+ },
2430
+ {
2431
+ "id": "ops-invoice",
2432
+ "command": "/ops invoice <client>",
2433
+ "department": "ops",
2434
+ "description": "Generate invoice (via InvoiceExpress MCP)",
2435
+ "lead_agent": "ops",
2436
+ "tier": 2,
2437
+ "requires_branch": false,
2438
+ "modifies_code": false,
2439
+ "keywords": [
2440
+ "invoice",
2441
+ "create invoice",
2442
+ "send invoice",
2443
+ "billing"
2444
+ ],
2445
+ "examples": [
2446
+ "create an invoice for client X",
2447
+ "generate invoice for March work"
2448
+ ],
2449
+ "source": "builtin"
2450
+ },
2451
+ {
2452
+ "id": "ops-meeting",
2453
+ "command": "/ops meeting <topic>",
2454
+ "department": "ops",
2455
+ "description": "Schedule and prepare meeting",
2456
+ "lead_agent": "ops",
2457
+ "tier": 2,
2458
+ "requires_branch": false,
2459
+ "modifies_code": false,
2460
+ "keywords": [
2461
+ "meeting",
2462
+ "schedule meeting",
2463
+ "prepare meeting",
2464
+ "meeting agenda"
2465
+ ],
2466
+ "examples": [
2467
+ "schedule a meeting with the team",
2468
+ "prepare agenda for client meeting"
2469
+ ],
2470
+ "source": "builtin"
2471
+ },
2472
+ {
2473
+ "id": "ops-notify",
2474
+ "command": "/ops notify <message>",
2475
+ "department": "ops",
2476
+ "description": "Send message to default notification channel",
2477
+ "lead_agent": "ops",
2478
+ "tier": 2,
2479
+ "requires_branch": false,
2480
+ "modifies_code": false,
2481
+ "keywords": [
2482
+ "notify",
2483
+ "send notification",
2484
+ "send message",
2485
+ "alert"
2486
+ ],
2487
+ "examples": [
2488
+ "send a notification to the team",
2489
+ "notify about the deployment"
2490
+ ],
2491
+ "source": "builtin"
2492
+ },
2493
+ {
2494
+ "id": "ops-onboard-client",
2495
+ "command": "/ops onboard-client <name>",
2496
+ "department": "ops",
2497
+ "description": "New client onboarding checklist",
2498
+ "lead_agent": "ops",
2499
+ "tier": 2,
2500
+ "requires_branch": false,
2501
+ "modifies_code": false,
2502
+ "keywords": [
2503
+ "onboard client",
2504
+ "new client",
2505
+ "client onboarding",
2506
+ "client setup"
2507
+ ],
2508
+ "examples": [
2509
+ "onboard new client Acme Corp",
2510
+ "start client onboarding process"
2511
+ ],
2512
+ "source": "builtin"
2513
+ },
2514
+ {
2515
+ "id": "ops-report",
2516
+ "command": "/ops report <type>",
2517
+ "department": "ops",
2518
+ "description": "Operational reports (weekly, monthly)",
2519
+ "lead_agent": "ops",
2520
+ "tier": 2,
2521
+ "requires_branch": false,
2522
+ "modifies_code": false,
2523
+ "keywords": [
2524
+ "operations report",
2525
+ "weekly report",
2526
+ "monthly report",
2527
+ "ops report"
2528
+ ],
2529
+ "examples": [
2530
+ "generate weekly operations report",
2531
+ "create monthly summary report"
2532
+ ],
2533
+ "source": "builtin"
2534
+ },
2535
+ {
2536
+ "id": "ops-standup",
2537
+ "command": "/ops standup",
2538
+ "department": "ops",
2539
+ "description": "Daily standup summary",
2540
+ "lead_agent": "ops",
2541
+ "tier": 2,
2542
+ "requires_branch": false,
2543
+ "modifies_code": false,
2544
+ "keywords": [
2545
+ "ops standup",
2546
+ "operations standup",
2547
+ "ops daily"
2548
+ ],
2549
+ "examples": [
2550
+ "run operations standup",
2551
+ "daily ops update"
2552
+ ],
2553
+ "source": "builtin"
2554
+ },
2555
+ {
2556
+ "id": "ops-tasks",
2557
+ "command": "/ops tasks",
2558
+ "department": "ops",
2559
+ "description": "View and manage tasks (via ClickUp MCP)",
2560
+ "lead_agent": "ops",
2561
+ "tier": 2,
2562
+ "requires_branch": false,
2563
+ "modifies_code": false,
2564
+ "keywords": [
2565
+ "tasks",
2566
+ "task list",
2567
+ "todo",
2568
+ "to-do",
2569
+ "task management"
2570
+ ],
2571
+ "examples": [
2572
+ "show my tasks",
2573
+ "what's on my todo list",
2574
+ "manage tasks in ClickUp"
2575
+ ],
2576
+ "source": "builtin"
2577
+ },
2578
+ {
2579
+ "id": "strat",
2580
+ "command": "/strat",
2581
+ "department": "arka",
2582
+ "description": "Strategy",
2583
+ "lead_agent": "arka",
2584
+ "tier": 2,
2585
+ "requires_branch": false,
2586
+ "modifies_code": false,
2587
+ "keywords": [],
2588
+ "examples": [],
2589
+ "source": "builtin"
2590
+ },
2591
+ {
2592
+ "id": "strat-brainstorm",
2593
+ "command": "/strat brainstorm <topic>",
2594
+ "department": "strat",
2595
+ "description": "Structured brainstorming session with multiple perspectives",
2596
+ "lead_agent": "strat",
2597
+ "tier": 2,
2598
+ "requires_branch": false,
2599
+ "modifies_code": false,
2600
+ "keywords": [
2601
+ "brainstorm",
2602
+ "ideate",
2603
+ "ideas",
2604
+ "think about",
2605
+ "explore ideas",
2606
+ "workshop"
2607
+ ],
2608
+ "examples": [
2609
+ "brainstorm new product ideas",
2610
+ "lets think about expansion strategies",
2611
+ "ideation session for new features"
2612
+ ],
2613
+ "source": "builtin"
2614
+ },
2615
+ {
2616
+ "id": "strat-competitor",
2617
+ "command": "/strat competitor <url>",
2618
+ "department": "strat",
2619
+ "description": "Competitive intelligence deep-dive",
2620
+ "lead_agent": "strat",
2621
+ "tier": 2,
2622
+ "requires_branch": false,
2623
+ "modifies_code": false,
2624
+ "keywords": [
2625
+ "competitor analysis",
2626
+ "competitive intelligence",
2627
+ "analyze competitor",
2628
+ "competitor deep dive"
2629
+ ],
2630
+ "examples": [
2631
+ "deep dive on competitor X",
2632
+ "competitive intelligence report",
2633
+ "analyze our main competitor"
2634
+ ],
2635
+ "source": "builtin"
2636
+ },
2637
+ {
2638
+ "id": "strat-evaluate",
2639
+ "command": "/strat evaluate <idea>",
2640
+ "department": "strat",
2641
+ "description": "New idea evaluation (pros, cons, risks, ROI)",
2642
+ "lead_agent": "strat",
2643
+ "tier": 2,
2644
+ "requires_branch": false,
2645
+ "modifies_code": false,
2646
+ "keywords": [
2647
+ "evaluate idea",
2648
+ "assess idea",
2649
+ "idea evaluation",
2650
+ "pros cons",
2651
+ "feasibility"
2652
+ ],
2653
+ "examples": [
2654
+ "evaluate this business idea",
2655
+ "pros and cons of entering new market",
2656
+ "is this idea feasible"
2657
+ ],
2658
+ "source": "builtin"
2659
+ },
2660
+ {
2661
+ "id": "strat-market",
2662
+ "command": "/strat market <sector>",
2663
+ "department": "strat",
2664
+ "description": "Market analysis and opportunity mapping",
2665
+ "lead_agent": "strat",
2666
+ "tier": 2,
2667
+ "requires_branch": false,
2668
+ "modifies_code": false,
2669
+ "keywords": [
2670
+ "market analysis",
2671
+ "market research",
2672
+ "market opportunity",
2673
+ "market size",
2674
+ "tam"
2675
+ ],
2676
+ "examples": [
2677
+ "analyze the AI tools market",
2678
+ "market opportunity in Portugal",
2679
+ "what's the TAM for our product"
2680
+ ],
2681
+ "source": "builtin"
2682
+ },
2683
+ {
2684
+ "id": "strat-pivot",
2685
+ "command": "/strat pivot <direction>",
2686
+ "department": "strat",
2687
+ "description": "Evaluate a strategic pivot",
2688
+ "lead_agent": "strat",
2689
+ "tier": 2,
2690
+ "requires_branch": false,
2691
+ "modifies_code": false,
2692
+ "keywords": [
2693
+ "pivot",
2694
+ "strategic pivot",
2695
+ "change direction",
2696
+ "pivot strategy"
2697
+ ],
2698
+ "examples": [
2699
+ "should we pivot to B2B",
2700
+ "evaluate pivoting our product strategy"
2701
+ ],
2702
+ "source": "builtin"
2703
+ },
2704
+ {
2705
+ "id": "strat-prospect",
2706
+ "command": "/strat prospect <sector>",
2707
+ "department": "strat",
2708
+ "description": "Client prospecting and lead identification",
2709
+ "lead_agent": "strat",
2710
+ "tier": 2,
2711
+ "requires_branch": false,
2712
+ "modifies_code": false,
2713
+ "keywords": [
2714
+ "prospect",
2715
+ "prospecting",
2716
+ "lead generation",
2717
+ "find clients",
2718
+ "find customers"
2719
+ ],
2720
+ "examples": [
2721
+ "prospect for SaaS clients in Europe",
2722
+ "find potential customers in healthcare"
2723
+ ],
2724
+ "source": "builtin"
2725
+ },
2726
+ {
2727
+ "id": "strat-roadmap",
2728
+ "command": "/strat roadmap <project>",
2729
+ "department": "strat",
2730
+ "description": "Strategic roadmap creation",
2731
+ "lead_agent": "strat",
2732
+ "tier": 2,
2733
+ "requires_branch": false,
2734
+ "modifies_code": false,
2735
+ "keywords": [
2736
+ "roadmap",
2737
+ "strategic roadmap",
2738
+ "product roadmap",
2739
+ "quarterly roadmap"
2740
+ ],
2741
+ "examples": [
2742
+ "create a product roadmap for Q2",
2743
+ "strategic roadmap for next year"
2744
+ ],
2745
+ "source": "builtin"
2746
+ },
2747
+ {
2748
+ "id": "strat-swot",
2749
+ "command": "/strat swot <business>",
2750
+ "department": "strat",
2751
+ "description": "SWOT analysis",
2752
+ "lead_agent": "strat",
2753
+ "tier": 2,
2754
+ "requires_branch": false,
2755
+ "modifies_code": false,
2756
+ "keywords": [
2757
+ "swot",
2758
+ "strengths weaknesses",
2759
+ "swot analysis"
2760
+ ],
2761
+ "examples": [
2762
+ "SWOT analysis of our business",
2763
+ "do a SWOT for the new product line"
2764
+ ],
2765
+ "source": "builtin"
2766
+ },
2767
+ {
2768
+ "id": "strat-trends",
2769
+ "command": "/strat trends <industry>",
2770
+ "department": "strat",
2771
+ "description": "Industry trend analysis",
2772
+ "lead_agent": "strat",
2773
+ "tier": 2,
2774
+ "requires_branch": false,
2775
+ "modifies_code": false,
2776
+ "keywords": [
2777
+ "trends",
2778
+ "industry trends",
2779
+ "market trends",
2780
+ "emerging trends",
2781
+ "what's trending"
2782
+ ],
2783
+ "examples": [
2784
+ "what are the trends in AI",
2785
+ "industry trends for SaaS in 2026",
2786
+ "emerging tech trends"
2787
+ ],
2788
+ "source": "builtin"
2789
+ }
2790
+ ]
2791
+ }