agents-united 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (236) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +673 -0
  3. package/dist/cli.d.ts +5 -0
  4. package/dist/cli.js +4789 -0
  5. package/dist/cli.js.map +1 -0
  6. package/package.json +77 -0
  7. package/registry/agents/orchestrator-business.md +188 -0
  8. package/registry/agents/orchestrator-design.md +168 -0
  9. package/registry/agents/orchestrator-engineering.md +183 -0
  10. package/registry/agents/orchestrator-marketing.md +228 -0
  11. package/registry/agents/orchestrator-research.md +196 -0
  12. package/registry/agents/orchestrator-security.md +190 -0
  13. package/registry/agents/orchestrator-system-architecture.md +171 -0
  14. package/registry/agents/orchestrator-universal.md +168 -0
  15. package/registry/agents/subagent-accessibility-lead.md +47 -0
  16. package/registry/agents/subagent-ai-model-architect.md +97 -0
  17. package/registry/agents/subagent-android-architect.md +47 -0
  18. package/registry/agents/subagent-appsec-penetration-tester.md +189 -0
  19. package/registry/agents/subagent-backend-architect.md +360 -0
  20. package/registry/agents/subagent-business-panel-experts.md +126 -0
  21. package/registry/agents/subagent-cloud-infrastructure-architect.md +126 -0
  22. package/registry/agents/subagent-cloud-security-architect.md +221 -0
  23. package/registry/agents/subagent-code-reviewer.md +193 -0
  24. package/registry/agents/subagent-compliance-grc-specialist.md +147 -0
  25. package/registry/agents/subagent-cross-platform-specialist.md +47 -0
  26. package/registry/agents/subagent-data-engineer.md +46 -0
  27. package/registry/agents/subagent-database-administrator.md +141 -0
  28. package/registry/agents/subagent-deep-research.md +94 -0
  29. package/registry/agents/subagent-design-ops-lead.md +121 -0
  30. package/registry/agents/subagent-design-researcher.md +133 -0
  31. package/registry/agents/subagent-design-systems-architect.md +134 -0
  32. package/registry/agents/subagent-designer-toolkit-expert.md +363 -0
  33. package/registry/agents/subagent-devops-engineer.md +423 -0
  34. package/registry/agents/subagent-distributed-systems-architect.md +47 -0
  35. package/registry/agents/subagent-e2e-tester.md +60 -0
  36. package/registry/agents/subagent-financial-analyst.md +119 -0
  37. package/registry/agents/subagent-finops-cost-engineer.md +98 -0
  38. package/registry/agents/subagent-frontend-architect.md +368 -0
  39. package/registry/agents/subagent-interaction-designer.md +302 -0
  40. package/registry/agents/subagent-ios-architect.md +46 -0
  41. package/registry/agents/subagent-legal-contract-analyst.md +108 -0
  42. package/registry/agents/subagent-lifecycle-email-specialist.md +46 -0
  43. package/registry/agents/subagent-literature-patent-analyst.md +78 -0
  44. package/registry/agents/subagent-market-intelligence-analyst.md +110 -0
  45. package/registry/agents/subagent-marketing-campaign-specialist.md +80 -0
  46. package/registry/agents/subagent-marketing-content-strategist.md +184 -0
  47. package/registry/agents/subagent-marketing-conversion-specialist.md +79 -0
  48. package/registry/agents/subagent-marketing-creative-designer.md +93 -0
  49. package/registry/agents/subagent-marketing-growth-strategist.md +137 -0
  50. package/registry/agents/subagent-ml-platform-engineer.md +95 -0
  51. package/registry/agents/subagent-operations-strategist.md +85 -0
  52. package/registry/agents/subagent-paid-acquisition-specialist.md +47 -0
  53. package/registry/agents/subagent-plg-strategist.md +46 -0
  54. package/registry/agents/subagent-prototype-tester.md +140 -0
  55. package/registry/agents/subagent-qa-automation-lead.md +63 -0
  56. package/registry/agents/subagent-repo-index.md +180 -0
  57. package/registry/agents/subagent-security-engineer.md +134 -0
  58. package/registry/agents/subagent-seo-specialist.md +46 -0
  59. package/registry/agents/subagent-socratic-mentor.md +105 -0
  60. package/registry/agents/subagent-statistical-analyst.md +132 -0
  61. package/registry/agents/subagent-sysops-sre-lead.md +84 -0
  62. package/registry/agents/subagent-system-architect.md +122 -0
  63. package/registry/agents/subagent-ui-designer.md +149 -0
  64. package/registry/agents/subagent-ux-strategist.md +88 -0
  65. package/registry/bundles.json +1386 -0
  66. package/registry/rules/AGENTS.md +41 -0
  67. package/registry/rules/CLAUDE.md +12 -0
  68. package/registry/rules/CURSOR.md +12 -0
  69. package/registry/rules/GEMINI.md +41 -0
  70. package/registry/rules/clean-code-and-architecture.md +25 -0
  71. package/registry/rules/domain-modeling-and-adr.md +27 -0
  72. package/registry/rules/git-guardrails.md +19 -0
  73. package/registry/rules/multi-agent-coordination.md +33 -0
  74. package/registry/rules/quality-aesthetics-accessibility.md +29 -0
  75. package/registry/rules/skill-attribution.md +27 -0
  76. package/registry/rules/test-driven-development.md +41 -0
  77. package/registry/skills/ab-test-setup/SKILL.md +150 -0
  78. package/registry/skills/accessibility-audit/SKILL.md +150 -0
  79. package/registry/skills/ad-attribution-modeling/SKILL.md +206 -0
  80. package/registry/skills/ad-creative-design/SKILL.md +27 -0
  81. package/registry/skills/ai-prototype-refactoring/SKILL.md +29 -0
  82. package/registry/skills/architecture-design/SKILL.md +141 -0
  83. package/registry/skills/azure-infrastructure-bicep/SKILL.md +28 -0
  84. package/registry/skills/backend-api-design/SKILL.md +151 -0
  85. package/registry/skills/chaos-engineering/SKILL.md +41 -0
  86. package/registry/skills/churn-prevention-playbook/SKILL.md +181 -0
  87. package/registry/skills/ci-cd-pipeline-automation/SKILL.md +40 -0
  88. package/registry/skills/clickable-prototype-spec/SKILL.md +150 -0
  89. package/registry/skills/code-refactoring/SKILL.md +135 -0
  90. package/registry/skills/component-library-management/SKILL.md +150 -0
  91. package/registry/skills/component-playground-setup/SKILL.md +150 -0
  92. package/registry/skills/content-calendar-strategy/SKILL.md +150 -0
  93. package/registry/skills/conversion-funnel-optimization/SKILL.md +150 -0
  94. package/registry/skills/copywriting-frameworks/SKILL.md +150 -0
  95. package/registry/skills/database-design/SKILL.md +135 -0
  96. package/registry/skills/dependency-management/SKILL.md +142 -0
  97. package/registry/skills/design-handoff-spec/SKILL.md +150 -0
  98. package/registry/skills/design-ops-workflow/SKILL.md +150 -0
  99. package/registry/skills/design-system-governance/SKILL.md +150 -0
  100. package/registry/skills/design-system-tokens/SKILL.md +150 -0
  101. package/registry/skills/design-tokens-management/SKILL.md +150 -0
  102. package/registry/skills/design-version-control/SKILL.md +150 -0
  103. package/registry/skills/diagnosing-bugs/SKILL.md +45 -0
  104. package/registry/skills/docker-deployment/SKILL.md +144 -0
  105. package/registry/skills/domain-modeling/SKILL.md +52 -0
  106. package/registry/skills/email-drip-sequences/SKILL.md +181 -0
  107. package/registry/skills/email-marketing-automation/SKILL.md +150 -0
  108. package/registry/skills/finishing-a-development-branch/SKILL.md +132 -0
  109. package/registry/skills/frontend-component-design/SKILL.md +153 -0
  110. package/registry/skills/git-guardrails/SKILL.md +41 -0
  111. package/registry/skills/google-ads-optimization/SKILL.md +27 -0
  112. package/registry/skills/graphql-schema-design/SKILL.md +146 -0
  113. package/registry/skills/grill-me/SKILL.md +57 -0
  114. package/registry/skills/grill-with-docs/SKILL.md +84 -0
  115. package/registry/skills/growth-experiment-design/SKILL.md +150 -0
  116. package/registry/skills/handoff/SKILL.md +44 -0
  117. package/registry/skills/hf-model-evaluation/SKILL.md +84 -0
  118. package/registry/skills/interaction-pattern-library/SKILL.md +150 -0
  119. package/registry/skills/interactive-prototype-builder/SKILL.md +157 -0
  120. package/registry/skills/local-llm-inference/SKILL.md +77 -0
  121. package/registry/skills/maestro-mobile-testing/SKILL.md +40 -0
  122. package/registry/skills/marketing-creative-design/SKILL.md +186 -0
  123. package/registry/skills/mcp-setup/SKILL.md +370 -0
  124. package/registry/skills/meta-ad-creative-testing/SKILL.md +26 -0
  125. package/registry/skills/micro-interaction-design/SKILL.md +150 -0
  126. package/registry/skills/microservices-architecture/SKILL.md +141 -0
  127. package/registry/skills/mobile-android-design/SKILL.md +40 -0
  128. package/registry/skills/mobile-first-design/SKILL.md +150 -0
  129. package/registry/skills/mobile-ios-design/SKILL.md +40 -0
  130. package/registry/skills/mobile-platform-offline-validate/SKILL.md +41 -0
  131. package/registry/skills/modal-serverless-python/SKILL.md +81 -0
  132. package/registry/skills/onboarding-cro/SKILL.md +185 -0
  133. package/registry/skills/paid-acquisition-ppc/SKILL.md +171 -0
  134. package/registry/skills/performance-optimization/SKILL.md +141 -0
  135. package/registry/skills/playwright-best-practices/SKILL.md +39 -0
  136. package/registry/skills/product-launch-playbook/SKILL.md +150 -0
  137. package/registry/skills/programmatic-seo/SKILL.md +213 -0
  138. package/registry/skills/rag-vector-pipeline/SKILL.md +84 -0
  139. package/registry/skills/react-best-practices/SKILL.md +40 -0
  140. package/registry/skills/receiving-code-review/SKILL.md +130 -0
  141. package/registry/skills/replicate-model-inference/SKILL.md +76 -0
  142. package/registry/skills/requesting-code-review/SKILL.md +137 -0
  143. package/registry/skills/responsive-design-audit/SKILL.md +150 -0
  144. package/registry/skills/runpod-gpu-orchestration/SKILL.md +85 -0
  145. package/registry/skills/schema-markup-strategy/SKILL.md +194 -0
  146. package/registry/skills/security-audit/SKILL.md +139 -0
  147. package/registry/skills/seo-audit/SKILL.md +150 -0
  148. package/registry/skills/signup-flow-cro/SKILL.md +150 -0
  149. package/registry/skills/social-media-campaign/SKILL.md +150 -0
  150. package/registry/skills/state-driven-ui-animation/SKILL.md +150 -0
  151. package/registry/skills/subagent-driven-development/SKILL.md +135 -0
  152. package/registry/skills/supabase-backend-architecture/SKILL.md +28 -0
  153. package/registry/skills/systematic-debugging/SKILL.md +138 -0
  154. package/registry/skills/technical-documentation/SKILL.md +136 -0
  155. package/registry/skills/technical-seo-audit/SKILL.md +27 -0
  156. package/registry/skills/telemetry-monitoring/SKILL.md +40 -0
  157. package/registry/skills/test-driven-development/SKILL.md +135 -0
  158. package/registry/skills/to-spec/SKILL.md +48 -0
  159. package/registry/skills/to-tickets/SKILL.md +47 -0
  160. package/registry/skills/turso-distributed-sqlite/SKILL.md +27 -0
  161. package/registry/skills/ui-component-spec/SKILL.md +150 -0
  162. package/registry/skills/usability-testing-protocol/SKILL.md +150 -0
  163. package/registry/skills/user-flow-mapping/SKILL.md +150 -0
  164. package/registry/skills/user-journey-mapping/SKILL.md +150 -0
  165. package/registry/skills/vector-database-design/SKILL.md +84 -0
  166. package/registry/skills/vercel-deploy-best-practices/SKILL.md +28 -0
  167. package/registry/skills/viral-referral-loops/SKILL.md +209 -0
  168. package/registry/workflows/workflow-agency-ad-creative-sprint.md +50 -0
  169. package/registry/workflows/workflow-agency-brand-design-system.md +50 -0
  170. package/registry/workflows/workflow-agency-client-pitch-proposal.md +50 -0
  171. package/registry/workflows/workflow-agency-cro-funnel-teardown.md +50 -0
  172. package/registry/workflows/workflow-agency-full-campaign.md +58 -0
  173. package/registry/workflows/workflow-agency-seo-content-engine.md +50 -0
  174. package/registry/workflows/workflow-analyze.md +60 -0
  175. package/registry/workflows/workflow-api-contract-design.md +48 -0
  176. package/registry/workflows/workflow-app-store-release.md +48 -0
  177. package/registry/workflows/workflow-brainstorm.md +60 -0
  178. package/registry/workflows/workflow-build.md +60 -0
  179. package/registry/workflows/workflow-business-panel.md +60 -0
  180. package/registry/workflows/workflow-cleanup.md +60 -0
  181. package/registry/workflows/workflow-deploy-staging.md +49 -0
  182. package/registry/workflows/workflow-design-code.md +60 -0
  183. package/registry/workflows/workflow-design-ops--handoff.md +60 -0
  184. package/registry/workflows/workflow-design-ops--plan-sprint.md +60 -0
  185. package/registry/workflows/workflow-design-ops--setup-workflow.md +60 -0
  186. package/registry/workflows/workflow-design-orchestrate.md +60 -0
  187. package/registry/workflows/workflow-design-systems--audit-system.md +60 -0
  188. package/registry/workflows/workflow-design-systems--create-component.md +60 -0
  189. package/registry/workflows/workflow-design-systems--tokenize.md +60 -0
  190. package/registry/workflows/workflow-diagnose.md +45 -0
  191. package/registry/workflows/workflow-e2e-testing.md +49 -0
  192. package/registry/workflows/workflow-email-drip-sequence.md +65 -0
  193. package/registry/workflows/workflow-estimate.md +60 -0
  194. package/registry/workflows/workflow-explain.md +60 -0
  195. package/registry/workflows/workflow-frontend-audit.md +49 -0
  196. package/registry/workflows/workflow-git.md +60 -0
  197. package/registry/workflows/workflow-grill.md +51 -0
  198. package/registry/workflows/workflow-implement.md +61 -0
  199. package/registry/workflows/workflow-incident-triage.md +49 -0
  200. package/registry/workflows/workflow-interaction-design--design-interaction.md +60 -0
  201. package/registry/workflows/workflow-interaction-design--error-flow.md +60 -0
  202. package/registry/workflows/workflow-interaction-design--map-states.md +60 -0
  203. package/registry/workflows/workflow-marketing-audit.md +60 -0
  204. package/registry/workflows/workflow-marketing-campaign-builder.md +60 -0
  205. package/registry/workflows/workflow-marketing-content-pipeline.md +60 -0
  206. package/registry/workflows/workflow-marketing-growth-experiment.md +60 -0
  207. package/registry/workflows/workflow-marketing-launch.md +60 -0
  208. package/registry/workflows/workflow-marketing-panel.md +60 -0
  209. package/registry/workflows/workflow-ml-eval.md +51 -0
  210. package/registry/workflows/workflow-mobile-build.md +49 -0
  211. package/registry/workflows/workflow-onboarding-funnel-cro.md +65 -0
  212. package/registry/workflows/workflow-paid-acquisition-campaign.md +65 -0
  213. package/registry/workflows/workflow-paid-campaign-launch.md +47 -0
  214. package/registry/workflows/workflow-plan.md +60 -0
  215. package/registry/workflows/workflow-prototyping-testing--evaluate.md +60 -0
  216. package/registry/workflows/workflow-prototyping-testing--experiment.md +60 -0
  217. package/registry/workflows/workflow-prototyping-testing--prototype-plan.md +60 -0
  218. package/registry/workflows/workflow-prototyping-testing--test-plan.md +60 -0
  219. package/registry/workflows/workflow-rag-pipeline-deploy.md +53 -0
  220. package/registry/workflows/workflow-recommend.md +60 -0
  221. package/registry/workflows/workflow-research.md +60 -0
  222. package/registry/workflows/workflow-review.md +60 -0
  223. package/registry/workflows/workflow-seo-audit-pipeline.md +47 -0
  224. package/registry/workflows/workflow-seo-content-pipeline.md +65 -0
  225. package/registry/workflows/workflow-serverless-gpu-deploy.md +52 -0
  226. package/registry/workflows/workflow-spec-panel.md +60 -0
  227. package/registry/workflows/workflow-spec.md +44 -0
  228. package/registry/workflows/workflow-test.md +60 -0
  229. package/registry/workflows/workflow-troubleshoot.md +60 -0
  230. package/registry/workflows/workflow-ui-design--color-palette.md +60 -0
  231. package/registry/workflows/workflow-ui-design--design-screen.md +60 -0
  232. package/registry/workflows/workflow-ui-design--responsive-audit.md +60 -0
  233. package/registry/workflows/workflow-ui-design--type-system.md +60 -0
  234. package/registry/workflows/workflow-ux-strategy--benchmark.md +60 -0
  235. package/registry/workflows/workflow-ux-strategy--frame-problem.md +60 -0
  236. package/registry/workflows/workflow-ux-strategy--strategize.md +60 -0
package/README.md ADDED
@@ -0,0 +1,673 @@
1
+ ![Agents United](.assets/image/agents-united-hero-banner.jpg)
2
+
3
+ # Agents United
4
+
5
+ [![npm version](https://img.shields.io/npm/v/agents-united.svg?color=blue)](https://www.npmjs.com/package/agents-united)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
+ [![Tests: Vitest](https://img.shields.io/badge/tests-405%2B%20passing-brightgreen.svg)](https://vitest.dev/)
8
+ [![TypeScript: Strict](https://img.shields.io/badge/TypeScript-Strict-blue.svg)](https://www.typescriptlang.org/)
9
+
10
+ ### The universal package manager for AI agents.
11
+
12
+ Curated teams of orchestrators, sub-agents, skills, and workflows — installed once, projected across **Google Antigravity 2.0 / Gemini**, **Anthropic Claude Code**, **Cursor**, **Cline**, **OpenCode**, and **Codex / AGENTS.md**.
13
+
14
+ ---
15
+
16
+ ## 🌟 Key Features
17
+
18
+ - **🪶 Essentials-First & On-Demand Growth**: Every department installs as a lean **Essentials bundle** by default. When a task requires specialized capabilities, the Lead Orchestrator automatically detects the gap, recommends the exact addon, and can auto-install it directly into your project scope.
19
+ - **🌐 One Library, Every Assistant**: Author in `.agents/` as your single source of truth. Agents United automatically projects and translates compatible configurations to **Google Antigravity 2.0 / Gemini**, **Anthropic Claude Code**, **Cursor**, **Cline**, **OpenCode**, and **Codex / AGENTS.md**.
20
+ - **🚀 Cline Native Activation**: Launch specialized teams into Cline CLI sessions with `agents start`, featuring packaged native plugins with `package.json` manifests in `.agents/plugins/<bundle>/`, skill toolkits, coordinator rules, and declarative team manifests.
21
+ - **🏛️ 8 Department Domains & 26 Bundles**: Complete coverage across Software Engineering, System Architecture, Product Design, Growth & Marketing, Security, Deep Research, Business Strategy, and Universal Meta-Skills.
22
+ - **🤖 58 Specialized Agents, 91 Skills & 69 Workflows**: 8 Lead Orchestrators coordinating 50 domain sub-agents, backed by 91 production-grade runbooks and 69 deterministic workflows.
23
+ - **⚡ Modern Cloud & AI Tooling**: First-class runbooks for Modal.com, Replicate, RunPod, local LLMs/vLLM, LangChain, LlamaIndex, Qdrant, Vercel, Supabase, Turso, and Azure Bicep.
24
+ - **🏢 Organization Bundles (Tier 2 / Experimental)**: Cross-functional multi-disciplinary teams with Tri-Tier MCP execution modes and smart auto-remediation (`digital-agency`).
25
+ - **🛡️ Built-in Zero-Trust Safety & Git Guardrails**: Hard-coded branch protection (`main`/`master`), zero force-push policy, secret redaction, serverless GPU cost ceilings, and PII scrubbing.
26
+ - **🧙 Interactive 2-Stage TUI Wizard**: Guided terminal interface powered by `@clack/prompts`, visual Unicode catalog tree (`agents list`), and fast search (`agents find`).
27
+ - **📦 Flexible Scopes & Installation Modes**: Install to **Project Scope** (Git-tracked team lockfiles) or **Global Scope** (`~/.agents/`), using instant **Symlink Mode** or standalone **Copy Mode**.
28
+ - **🩺 Deterministic Health Doctor**: Comprehensive diagnostic suite (`agents doctor`) validating frontmatter schemas, declarative lifecycle hooks, host capabilities, and lockfile synchronization.
29
+
30
+ ---
31
+
32
+ ## 🚀 Quickstart
33
+
34
+ ### 1. Run with `npx` (Zero Installation)
35
+ Try immediately without installing anything:
36
+ ```bash
37
+ npx agents-united add
38
+ ```
39
+
40
+ ### 2. Project-Level Installation (Recommended for Teams)
41
+ Install into your project repository to track agents and share lockfiles with your team:
42
+ ```bash
43
+ # Install as a dev dependency
44
+ npm install -D agents-united
45
+ # or: pnpm add -D agents-united | yarn add -D agents-united
46
+
47
+ # Launch interactive setup for your repository (installs into ./.agents/)
48
+ npx agents add
49
+ ```
50
+
51
+ ### 3. Global Installation
52
+ Install globally to use the `agents` CLI anywhere on your machine:
53
+ ```bash
54
+ npm install -g agents-united
55
+ ```
56
+
57
+ Once installed, use the `agents` CLI command anywhere:
58
+ ```bash
59
+ # Launch interactive onboarding wizard
60
+ agents add
61
+
62
+ # List all bundles in a visual folder tree
63
+ agents list
64
+
65
+ # Search for specific skills or workflows
66
+ agents find playwright -i
67
+
68
+ # Validate agent environment health
69
+ agents doctor
70
+ ```
71
+
72
+ ---
73
+
74
+ ## 🪶 Essentials-First Philosophy — Small Footprint, On-Demand Growth
75
+
76
+ Agents United is designed so that every project starts **lean**. When you install a department, you get the **Essentials bundle** only — the minimum viable team needed to handle the majority of everyday tasks within that domain:
77
+
78
+ ```bash
79
+ # Install only the core Growth & Marketing essentials team
80
+ agents add growth-marketing
81
+ # Installs: orchestrator-marketing + 5 core agents + 6 workflows + foundational skills
82
+ # Does NOT install: SEO specialists, PPC analysts, PLG strategists, email sequencers
83
+ ```
84
+
85
+ When a task exceeds the installed capability, the **Lead Orchestrator takes over**. It recognizes the gap, names the exact addon bundle that covers it, and provides the install command — or in CLI-enabled environments, installs it automatically **into the scope of the active main domain**:
86
+
87
+ ```
88
+ User: "Run a programmatic SEO audit and set up a content pipeline."
89
+
90
+ orchestrator-marketing: "This task requires the SEO & Content Marketing team.
91
+ Your current installation (growth-marketing) covers strategy and campaigns.
92
+ Installing the required addon now:
93
+
94
+ $ agents add seo-content-marketing
95
+
96
+ This adds: subagent-seo-specialist, programmatic-seo skill, technical-seo-audit skill,
97
+ schema-markup-strategy skill, and the content pipeline workflow.
98
+ Proceeding with installation into project scope..."
99
+ ```
100
+
101
+ This model gives you:
102
+ - ✅ **Minimal context footprint** — only agents and skills relevant to your project live in the workspace
103
+ - ✅ **Intelligent gap detection** — orchestrators know exactly which addon covers which capability
104
+ - ✅ **Zero manual discovery** — the orchestrator installs the right addon for you
105
+ - ✅ **Scoped installs** — addons install into the same project scope as the parent essentials bundle
106
+
107
+ ---
108
+
109
+
110
+ Agents United provides **24 curated bundles**, **46 specialized agents** (8 Orchestrators — 7 Lead + 1 Prime + 38 Sub-Agents), **90 skills**, and **63 workflows** across 8 department domains:
111
+
112
+ | Department Domain | Essentials Base | Specialized Addon Bundles | Lead Orchestrator |
113
+ | :--- | :--- | :--- | :--- |
114
+ | **🌐 Universal Department** | `universal-skills` ⭐ | `universal-orchestration` (guided routing), `full` (Universal Suite) | `orchestrator-universal` (Prime) |
115
+ | **🛠️ Software Engineering & Delivery** | `software-engineering` | `ai-ml-engineering`, `mobile-development`, `frontend-engineering`, `backend-distributed-systems`, `qa-automation`, `devops-engineering` | `orchestrator-engineering` |
116
+ | **🏛️ System Architecture & SRE** | `system-architecture` | `sysops-sre` | `orchestrator-system-architecture` |
117
+ | **🎨 Product Design & UI/UX** | `product-design` | `design-systems-ops`, `design-research-testing` | `orchestrator-design` |
118
+ | **📈 Growth & Marketing Operations** | `growth-marketing` | `seo-content-marketing`, `performance-paid-acquisition`, `product-led-growth`, `lifecycle-email-marketing` | `orchestrator-marketing` |
119
+ | **🔒 Security Operations** | `security-operations` | — | `orchestrator-security` |
120
+ | **🔬 Deep Technical Research** | `deep-research` | — | `orchestrator-research` |
121
+ | **💼 Business Strategy & Economics** | `business-strategy` | — | `orchestrator-business` |
122
+ | **🏢 Organization Bundles (Experimental)** | `digital-agency` 🚧 | *(Currently under development)* | `orchestrator-digital-agency-director` |
123
+
124
+ <details>
125
+ <summary><strong>🔍 Click to expand full Department & Agent Roster Breakdown</strong></summary>
126
+
127
+ <br>
128
+
129
+ #### 🌐 Universal Autonomous Department
130
+ - **Baseline**: `universal-skills` ⭐ *(Recommended Baseline — Socratic grilling, PRD generation, ADRs, session handoff)*
131
+ - **Guided Routing (optional)**: `universal-orchestration` *(Prime Orchestrator front door — grills ambiguous requests, routes to the correct department Essentials bundle via its Domain Atlas, installs with consent, and hands off. An optional way to use Agents United without the full suite.)*
132
+ - **Universal Suite**: `full` *(Complete enterprise suite containing all bundles, agents, skills, workflows)*
133
+
134
+ #### 🛠️ Software Engineering & Delivery
135
+ - **Lead Orchestrator**: `orchestrator-engineering`
136
+ - **Essentials Base (`software-engineering`)**: `subagent-backend-architect`, `subagent-frontend-architect`, `subagent-code-reviewer`, `subagent-repo-index`
137
+ - **AI/ML Engineering (`ai-ml-engineering`)**: `subagent-ml-platform-engineer`, `subagent-ai-model-architect`
138
+ - **Mobile Development (`mobile-development`)**: `subagent-ios-architect`, `subagent-android-architect`, `subagent-cross-platform-specialist`
139
+ - **Frontend Engineering (`frontend-engineering`)**: `subagent-frontend-architect`, `subagent-accessibility-lead`
140
+ - **Backend & Distributed Systems (`backend-distributed-systems`)**: `subagent-distributed-systems-architect`, `subagent-data-engineer`
141
+ - **QA Automation (`qa-automation`)**: `subagent-qa-automation-lead`, `subagent-e2e-tester`
142
+ - **DevOps Engineering (`devops-engineering`)**: `subagent-devops-engineer`
143
+
144
+ #### 🏛️ System Architecture & SRE
145
+ - **Lead Orchestrator**: `orchestrator-system-architecture`
146
+ - **Essentials Base (`system-architecture`)**: `subagent-system-architect`, `subagent-backend-architect`
147
+ - **SysOps & SRE (`sysops-sre`)**: `subagent-sysops-sre-lead`
148
+
149
+ #### 🎨 Product Design & UI/UX
150
+ - **Lead Orchestrator**: `orchestrator-design`
151
+ - **Essentials Base (`product-design`)**: `subagent-ui-designer`, `subagent-ux-strategist`, `subagent-interaction-designer`, `subagent-design-systems-architect`, `subagent-design-researcher`, `subagent-design-ops-lead`, `subagent-designer-toolkit-expert`, `subagent-prototype-tester`
152
+ - **Design Systems Ops (`design-systems-ops`)**: `subagent-design-systems-architect`, `subagent-design-ops-lead`
153
+ - **Design Research & Testing (`design-research-testing`)**: `subagent-design-researcher`, `subagent-prototype-tester`
154
+
155
+ #### 📈 Growth & Marketing Operations
156
+ - **Lead Orchestrator**: `orchestrator-marketing`
157
+ - **Essentials Base (`growth-marketing`)**: `subagent-marketing-growth-strategist`, `subagent-marketing-content-strategist`, `subagent-marketing-conversion-specialist`, `subagent-marketing-campaign-specialist`, `subagent-marketing-creative-designer`
158
+ - **SEO & Content Marketing (`seo-content-marketing`)**: `subagent-seo-specialist`
159
+ - **Performance & Paid Acquisition (`performance-paid-acquisition`)**: `subagent-paid-acquisition-specialist`
160
+ - **Product-Led Growth (`product-led-growth`)**: `subagent-plg-strategist`
161
+ - **Lifecycle & Email Marketing (`lifecycle-email-marketing`)**: `subagent-lifecycle-email-specialist`
162
+
163
+ #### 🔒 Security Operations
164
+ - **Lead Orchestrator**: `orchestrator-security`
165
+ - **Essentials Base (`security-operations`)**: `subagent-security-engineer`
166
+
167
+ #### 🔬 Deep Technical Research
168
+ - **Lead Orchestrator**: `orchestrator-research`
169
+ - **Essentials Base (`deep-research`)**: `subagent-deep-research`, `subagent-socratic-mentor`, `subagent-repo-index`
170
+
171
+ #### 💼 Business Strategy & Economics
172
+ - **Lead Orchestrator**: `orchestrator-business`
173
+ - **Essentials Base (`business-strategy`)**: `subagent-business-panel-experts`
174
+
175
+ #### 🏢 Organization Bundles (Tier 2 / Experimental)
176
+ - **Digital Product Agency (`digital-agency` 🚧)**: *(Currently under development)*
177
+
178
+ </details>
179
+
180
+ ---
181
+
182
+ ## ⚡ Platform & Cloud Tooling Ecosystem
183
+
184
+ Agents United comes pre-configured with operational playbooks for modern cloud, AI, and edge infrastructure:
185
+
186
+ - **Modal.com** (`modal-serverless-python`): Serverless Python apps, GPU functions (A10G/H100), cold-start layer caching, persistent volumes.
187
+ - **Replicate** (`replicate-model-inference`): Hosted model inference, prediction polling/webhooks, hardware provisioning.
188
+ - **RunPod** (`runpod-gpu-orchestration`): Cloud & serverless GPU orchestration, vLLM worker containers, network storage.
189
+ - **Local LLMs & vLLM** (`local-llm-inference`): Self-hosted LLM serving with Ollama & vLLM, PagedAttention, quantization (AWQ/GPTQ/GGUF).
190
+ - **RAG & Vector Pipelines** (`rag-vector-pipeline`, `vector-database-design`): Production RAG with LangChain & LlamaIndex, hybrid search (BM25 + dense), rerankers, Qdrant / Pinecone / Chroma indexing.
191
+ - **Hugging Face** (`hf-model-evaluation`): Standardized model evaluation benchmarks (MMLU, GSM8k, RAGAS faithfulness).
192
+ - **Vercel** (`vercel-deploy-best-practices`): Edge Middleware (<25ms), Server Actions, ISR revalidation, preview deployments.
193
+ - **Lovable / v0 / Bolt** (`ai-prototype-refactoring`): Refactoring single-file AI prototype exports into modular React component hierarchies, design tokens, and a11y standards.
194
+ - **Supabase** (`supabase-backend-architecture`): PostgreSQL schemas, Row Level Security (RLS) policies, Deno Edge Functions, Auth triggers, Realtime channels.
195
+ - **Turso** (`turso-distributed-sqlite`): LibSQL distributed SQLite, local embedded replicas with auto-sync, CI/CD database branching (`turso db branch`).
196
+ - **Microsoft Azure** (`azure-infrastructure-bicep`): Enterprise Bicep IaC, Azure Container Apps (ACA) with Dapr & KEDA scaling, AKS, Azure OpenAI private endpoints.
197
+
198
+ ---
199
+
200
+ ## 💻 CLI Command Reference
201
+
202
+ ### `agents add [bundle|item]`
203
+ Installs a bundle, agent, skill, workflow, or whole department. If run without arguments in a terminal, launches the interactive 2-stage wizard.
204
+
205
+ ```bash
206
+ # Interactive mode (Guides through Host -> Scope -> Method -> Department -> Bundle)
207
+ agents add
208
+
209
+ # Install by bundle name or alias
210
+ agents add software-engineering
211
+ agents add mobile-development
212
+ agents add ai-ml-engineering
213
+
214
+ # Install whole department domain
215
+ agents add domain:engineering
216
+ agents add domain:marketing
217
+ agents add domain:architecture
218
+
219
+ # Install globally to user home directory (~/.agents/)
220
+ agents add frontend-engineering -g
221
+
222
+ # Install as standalone independent copy (offline modifications)
223
+ agents add qa-automation --copy
224
+
225
+ # Install directly to specific agent hosts
226
+ agents add full -t gemini,claude,cursor -y
227
+ ```
228
+
229
+ **Options:**
230
+ - `-g, --global`: Install globally into home directory (`~/.agents/`).
231
+ - `-s, --symlink`: Create symbolic links to central registry cache (default / recommended).
232
+ - `--copy`: Create independent standalone copies of asset files.
233
+ - `-t, --target <hosts>`: Target agent host runtimes (`agents`, `gemini`, `claude`, `cursor`, `cline`, `opencode`, `codex`). Default: `agents`.
234
+ - `--fanout <hosts>`: Also project translated copies into other assistant folders.
235
+ - `--mode <operational|limited-operational|brainstorming>`: Execution mode for organization bundles. Default: `operational`.
236
+ - `--allow-missing-prereqs`: Proceed with installation even if some prerequisites are missing.
237
+ - `--allow-under-construction`: Bypass the Under-Construction Gate for in-development bundles.
238
+ - `-y, --yes`: Skip confirmation prompts.
239
+ - `-f, --force`: Force overwrite user-modified files.
240
+ - `--dry-run`: Simulate installation without writing files.
241
+
242
+ ---
243
+
244
+ ### `agents list` (alias: `agents ls`)
245
+ Displays all registry bundles grouped by department domain in an ASCII/Unicode folder tree view showing orchestrators, sub-agents, skills, and workflows.
246
+
247
+ ```bash
248
+ # Formatted folder tree view
249
+ agents list
250
+
251
+ # Output raw JSON manifest
252
+ agents list --json
253
+ ```
254
+
255
+ ---
256
+
257
+ ### `agents find [query]` (alias: `agents search`)
258
+ Searches the registry across bundles, agents, skills, and workflows.
259
+
260
+ ```bash
261
+ # Search by keyword
262
+ agents find modal
263
+ agents find seo
264
+ agents find playwright
265
+ agents find bicep
266
+
267
+ # Filter by domain category
268
+ agents find -c engineering
269
+ agents find -c marketing
270
+
271
+ # Filter by item type (bundle, agent, skill, workflow)
272
+ agents find gpu -t skill
273
+
274
+ # Interactive selection to install match
275
+ agents find qdrant -i
276
+
277
+ # Output search results as JSON
278
+ agents find security --json
279
+ ```
280
+
281
+ ---
282
+
283
+ ### `agents remove [identifier]` (alias: `agents rm`, `agents uninstall`)
284
+ Discovers installed packages across project and global scopes with **Scope Location Badges** (`[project: ./.agents]`, `[global: ~/.agents]`), presenting only active installed bundles and standalone assets for safe uninstallation.
285
+
286
+ ```bash
287
+ # Interactive installed package selection with scope badges
288
+ agents remove
289
+
290
+ # Remove specific bundle from project workspace
291
+ agents remove mobile-development
292
+
293
+ # Remove global bundle
294
+ agents remove mobile-development -g -y
295
+ ```
296
+
297
+ ---
298
+
299
+ ### `agents start <bundle> [prompt]`
300
+ Starts an installed team bundle in its host runtime. **By design, this command currently targets the Cline CLI** because Cline provides an open, programmatic CLI (`cline "prompt"`) that allows us to inject a team context directly from the terminal (unlike other editors which do not yet expose this).
301
+
302
+ It automatically resolves project vs. global installations, verifies that Cline projections are up-to-date, probes for the `cline` executable on your system, constructs safe non-shell evaluated arguments, and launches the session.
303
+
304
+ ```bash
305
+ # Start an installed team in Cline
306
+ agents start software-engineering
307
+
308
+ # Start a team with an initial task prompt
309
+ agents start software-engineering "Implement user authentication with Vitest TDD test coverage"
310
+
311
+ # Start with pre-authorized addon auto-installation for this session
312
+ agents start software-engineering --allow-addons
313
+
314
+ # Override generated team name
315
+ agents start software-engineering --team my-custom-squad
316
+
317
+ # Run headlessly (non-interactive mode)
318
+ agents start software-engineering "Run security audit" --headless
319
+
320
+ # Preview activation plan, strategy, and argv without launching
321
+ agents start software-engineering --dry-run
322
+ ```
323
+
324
+ **Options:**
325
+ - `--host <host>`: Host runtime to activate (auto-detected from lockfile fanout, e.g. `cline`).
326
+ - `-g, --global`: Activate globally installed bundle (`~/.agents/`).
327
+ - `--team <name>`: Override generated team name (must match `[A-Za-z0-9_-]` max 64 chars).
328
+ - `--allow-addons`: Pre-authorize recommended addon installations for this session without prompting.
329
+ - `--headless`: Run non-interactively without launching interactive TUI.
330
+ - `--dry-run`: Print activation resolution and argv summary without launching.
331
+
332
+ ---
333
+
334
+ ### `agents update [identifier]` (alias: `agents upgrade`)
335
+ Inspects installed packages across project and global scopes, detects **Upstream Version Drift** against registry releases, and provides an interactive TUI to batch update all packages or selectively pick specific bundles with user-modification conflict guardrails.
336
+
337
+ ```bash
338
+ # Interactive update TUI (shows outdated packages, version diffs, and selective/batch updates)
339
+ agents update
340
+
341
+ # Batch update all installed packages in workspace
342
+ agents update --all -y
343
+
344
+ # Update specific package and re-sync projections across runtimes
345
+ agents update software-engineering --fanout cline,claude
346
+
347
+ # Update and immediately start in Cline
348
+ agents update software-engineering --fanout cline --start
349
+
350
+ # Update specific package with force overwrite of local modifications
351
+ agents update software-engineering --force
352
+
353
+ # Simulate update without modifying files
354
+ agents update --dry-run
355
+ ```
356
+
357
+ ---
358
+
359
+ ### `agents doctor`
360
+ Audits workspace agent directories, verifies frontmatter schema validity, validates declarative lifecycle hooks, and reports synchronization status. Can also audit specific host runtimes and capability probing.
361
+
362
+ ```bash
363
+ # General workspace health audit
364
+ agents doctor
365
+
366
+ # Audit Cline runtime installation, capability probe, and compound projection integrity
367
+ agents doctor --host cline
368
+ ```
369
+
370
+ ---
371
+
372
+ ## 🏢 Organization Bundles & Tri-Tier Execution Framework
373
+
374
+ Organization Bundles (Tier 2 / Experimental, such as `digital-agency`) orchestrate cross-functional teams spanning Strategy, Copywriting, Design, Engineering, and Compliance. They integrate **Model Context Protocol (MCP)** tool calling, external packages, and APIs.
375
+
376
+ When installing an organization bundle (`agents add <bundle>`), the CLI displays an informative evaluation of prerequisites (MCP servers, npm packages, environment variables), and immediately completes installation into your workspace in under a second with zero blocking prompts:
377
+
378
+ ```text
379
+ o Prerequisite Evaluation: digital-agency (Organization Bundle) -------------------+
380
+ | |
381
+ | ✓ [MCP] github: Detected (Configured in Antigravity) |
382
+ | ✓ [MCP] firecrawl: Detected (Configured in Antigravity) |
383
+ | ✓ [MCP] context7: Detected (Configured in Antigravity) |
384
+ | ~ [MCP] stitch: Partial (Configured in Antigravity; Missing in Cline CLI) |
385
+ | ✗ [MCP] playwright: Missing (Not found in host MCP configuration) |
386
+ | ✗ [MCP] markitdown: Missing (Not found in host MCP configuration) |
387
+ | ✓ [MCP] chrome-devtools-mcp: Detected (Configured in Antigravity) |
388
+ | ✗ [MCP] figma: Missing (Not found in host MCP configuration) |
389
+ | ✗ [Pkg] @playwright/test: Missing (Not found in node_modules or package.json) |
390
+ | |
391
+ +-----------------------------------------------------------------------------------+
392
+ |
393
+ o Adaptive Tooling -----------------------------------------------------------------------------------------+
394
+ | |
395
+ | ⚡ Operational Envelope: Limited Operational / Brainstorming Mode ready. |
396
+ | Your Lead Orchestrator will automatically detect active tools and guide in-session setup seamlessly. |
397
+ | |
398
+ +------------------------------------------------------------------------------------------------------------+
399
+ ```
400
+
401
+ ### In-Session Adaptive Tooling & Tri-Tier Execution Modes
402
+
403
+ Organization bundles operate across three dynamic execution envelopes:
404
+
405
+ | Mode | Capability Envelope | In-Session Behavior |
406
+ | :--- | :--- | :--- |
407
+ | **🚀 Fully Operational** | Authenticated live MCP tools (`github`, `firecrawl`, `context7`, `playwright`, `stitch`, `figma`) | Subagents execute live browser automation, deep web crawling, design token extraction, and automated GitHub PRs. |
408
+ | **🌿 Limited Operational** | Unauthenticated MCP tools + Native CLI Fallbacks (`git`, `curl`, code generators) | Executes immediate real-world work using local browsers and terminal tools without requiring API keys or cloud tokens. |
409
+ | **💡 Brainstorming Mode** | Pure architectural ideation, strategy, copywriting & specification drafting | Zero tool-calling overhead; ideal for offline or air-gapped environments. |
410
+
411
+ > [!TIP]
412
+ > **Zero Friction Onboarding**: You can start working with your Lead Orchestrator immediately using native tools. If your task needs live integrations (e.g. *"Set up Playwright browser testing"*), your Orchestrator will inspect your OS, configure the exact MCP server, test the connection, and activate it interactively!
413
+
414
+ ---
415
+ ## 🌐 One Library, Every Assistant
416
+
417
+ The `.agents/` folder is the **main library** — the *one* folder you edit. **Antigravity reads it directly** for interactive sessions (CLI TUI and desktop); see [ADR 0009](./docs/adr/0009-host-conformance-targets.md). Every other assistant (Claude Code, Cursor, Cline, OpenCode, Codex) can't read it natively, so Agents United writes **translated copies** it keeps in sync for you.
418
+
419
+ - **Edit only `.agents/`.** That's your source of truth — the `agents-united.json` lockfile tracks it.
420
+ - **Other assistants get their own translated copies**, in their own folders (`.claude/agents/`, `.agents/plugins/<bundle>/`, …). Don't edit those — they're machine-managed and rewritten on every `agents update`.
421
+ - **`--fanout` tells Agents United which assistants to make copies for.** It's remembered in the lockfile, so a plain `agents update` keeps them in sync afterwards.
422
+
423
+ ```bash
424
+ # Main library + translated copies for Claude, Cursor, Cline, OpenCode, and Codex
425
+ agents add software-engineering -t agents --fanout claude,cursor,cline,opencode,codex -y --copy
426
+
427
+ # Prefer picking an assistant directly? The main library is added and translated copies are made for you.
428
+ agents add software-engineering -t cline -y --copy
429
+
430
+ # Dry-run first to preview exactly what will be written
431
+ agents add software-engineering -t agents --fanout claude,cursor -y --copy --dry-run
432
+
433
+ # You already installed to .agents/ only? Add Cline's translated copies now:
434
+ agents update software-engineering --fanout cline
435
+ ```
436
+
437
+ ```bash
438
+ # Canonical .agents/ tree + translated copies for Claude, Cursor, Cline, OpenCode, and Codex
439
+ agents add software-engineering -t agents --fanout claude,cursor,cline,opencode,codex -y --copy
440
+
441
+ # Dry-run first to preview exactly which projections will be written
442
+ agents add software-engineering -t agents --fanout claude,cursor -y --copy --dry-run
443
+ ```
444
+
445
+ | Flag | Meaning |
446
+ | :--- | :--- |
447
+ | `--fanout <hosts>` | Comma-separated runtime ids to project into (`claude`, `cursor`, `cline`, `opencode`, `codex`). Invalid ids are dropped with a warning. |
448
+
449
+ What each runtime receives:
450
+ - **Claude Code** → `.claude/agents/`
451
+ - **Cursor** → `.cursor/agents/`
452
+ - **Cline** → native plugin package in `.agents/plugins/<bundle>/` (`package.json`, `agents/`, `skills/`, `rules/`, and `agents-united/teams/`)
453
+ - **OpenCode** → `.opencode/agent/`
454
+ - **Codex & AGENTS.md readers** → a generated root **`AGENTS.md`** bridge indexing the canonical `.agents/` tree (no subagent loader exists for these).
455
+
456
+ Every projected file is a **copy** (never a symlink) stamped with a managed marker:
457
+ ```html
458
+ <!-- managed-by: agents-united | profile: claude-code | canonical: .agents/agents/<file> | do not edit -->
459
+ ```
460
+ All projections are recorded in `agents-united.json` under `projectedTo`, so `remove`, `update`, and `doctor` stay deterministic — they rewrite or delete exactly the managed files and never touch unmanaged/user-modified ones (unless `--force`).
461
+
462
+ > ⚠️ **Per-runtime caveats.** Antigravity-only frontmatter keys — `hooks:`, `permissionMode:`, `commandExecutionPolicy:`, `mainAgent:`, `subagent:`, and `type:` — **do not execute** in other runtimes. Projected orchestrator agents degrade gracefully to "system prompt + tool list" subagents; behavior is documented, not faked. Cross-agent `invoke_subagent` orchestration works only in Antigravity and is dropped elsewhere with a warning. To add more runtimes later, re-run `agents add <bundle> -t agents --fanout <hosts>`.
463
+
464
+ ---
465
+
466
+ ## 🛡️ Built-in Safety & Git Guardrails
467
+
468
+ Agents United keeps your codebases safe by enforcing hard-coded version control and operational safety policies across all installed orchestrators and sub-agents:
469
+
470
+ - **Protected Branch Guard**: Prevents autonomous agents from directly committing to `main`, `master`, `production`, or `release/*` branches.
471
+ - **Zero Force-Pushes**: Hard-coded safety policies disallow destructive force pushes (`git push --force` or `git push -f`) under all circumstances.
472
+ - **Pre-Staging Secret Scanning & Redaction**: Intercepts accidental staging of `.env` files, API keys (`OPENAI_API_KEY`, `MODAL_TOKEN_ID`, `REPLICATE_API_TOKEN`, `RUNPOD_API_KEY`), private tokens, or credentials before any commit is generated.
473
+ - **GPU Cost Ceilings**: Enforces automatic scale-to-zero timeouts (60–300s) and concurrency limits on serverless compute workloads.
474
+ - **Training Data PII Scrubbing**: Pre-processing guardrails to mask sensitive personal data before vector embedding or fine-tuning.
475
+ - **Deterministic Health Doctor**: Run `agents doctor` anytime to audit local agent directories, verify schema validity, and ensure clean working tree states.
476
+
477
+ ---
478
+
479
+ ## 🛠️ Developer Setup & Contributing Guide
480
+
481
+ We welcome open-source contributions from developers across the agentic engineering community!
482
+
483
+ ### 1. Prerequisites
484
+ - **Node.js**: `v20.0.0` or higher (`node -v`)
485
+ - **Package Manager**: `npm` (v10+) or `pnpm`
486
+ - **Git**: Configured with a clean working tree
487
+
488
+ ### 2. Local Environment Setup
489
+ ```bash
490
+ # 1. Clone the repository
491
+ git clone https://github.com/NeoAnthropocene/agents-united.git
492
+ cd agents-united
493
+
494
+ # 2. Install development dependencies
495
+ npm install
496
+
497
+ # 3. Build the project with tsup
498
+ npm run build
499
+
500
+ # 4. Link binary globally for local development testing
501
+ npm link
502
+ ```
503
+
504
+ ### 3. Running Tests
505
+ Agents United enforces a strict **4-Tier Test-Driven Development (TDD)** standard with **100% deterministic testing** (no arbitrary sleeps).
506
+
507
+ ```bash
508
+ # Run full Vitest test suite
509
+ npm test
510
+
511
+ # Run tests in watch mode
512
+ npm run test:watch
513
+ ```
514
+
515
+ ### 4. Code Quality & Architecture Guidelines
516
+ - **Strict TypeScript**: Never use implicit or explicit `any`. All shared interfaces belong in `src/core/types.ts`.
517
+ - **Seams & Decoupling**: Keep business logic (`src/core/`) decoupled from terminal I/O (`src/cli.ts`).
518
+ - **Idempotency**: All installer and uninstaller operations must be reversible and tracked in `agents-united.json`.
519
+ - **[ ] Essentials Bundle Audit & CLI Guard** *(Development Task)*: Audit all 7 Essentials bundle compositions to verify they contain only core agents/skills. Migrate any non-essential assets into their matching Addon bundle. Add a CLI enforcement layer so that `agents add domain:<dept>` installs only the Essentials bundle by default — Addon bundles must be explicitly requested (`agents add <addon>`) or triggered by the orchestrator's On-Demand Auto-Install protocol. Track progress in [`ROADMAP.md`](ROADMAP.md).
520
+ - **[ ] GitHub Pages Site Design** *(Design Task)*: Design and build the public marketing & documentation site at `https://neoanthropocene.github.io/agents-united`. Covers: hero section, interactive CLI demo, ecosystem matrix visualization, quickstart steps, and platform ecosystem showcase. Full brief and wireframe outline tracked in [`ROADMAP.md`](ROADMAP.md).
521
+
522
+ ### 5. Skill & Agent Contribution Standard
523
+ When contributing new skills or adapting external skills:
524
+ 1. **Frontmatter Metadata**: Declare author attribution in `SKILL.md` YAML frontmatter:
525
+ ```yaml
526
+ ---
527
+ name: your-skill-name
528
+ description: High-level summary of capability
529
+ metadata:
530
+ author: "Your Name (@yourhandle)"
531
+ version: "1.0.0"
532
+ source: "https://github.com/your-org/your-repo"
533
+ license: "MIT"
534
+ ---
535
+ ```
536
+ 2. **Attribution in README**: Add credit under `## Credits & Acknowledgments`.
537
+ 3. **Deterministic Verifications**: Include clear validation commands, error recovery procedures, and code exemplars.
538
+
539
+ ### 6. Pull Request (PR) Workflow
540
+ 1. **Create a Feature Branch**: Always branch from `dev`:
541
+ ```bash
542
+ git checkout dev
543
+ git pull origin dev
544
+ git checkout -b feat/your-feature-name
545
+ ```
546
+ 2. **Follow TDD (Red-Green-Refactor)**: Author failing unit/E2E tests in `tests/` before implementing code.
547
+ 3. **Run Pre-PR Verification**:
548
+ ```bash
549
+ npm run build
550
+ npm test
551
+ git diff --cached # Audit staged files for accidental secrets or temp files
552
+ ```
553
+ 4. **Submit Pull Request**: Open a PR targeting the `dev` branch with a concise description of changes and test results.
554
+
555
+ ---
556
+
557
+ ## 🤝 Credits & Acknowledgments
558
+
559
+ Agents United proudly builds upon, adapts, and integrates contributions from creators across the open AI agent, cloud platform, and developer tooling ecosystem:
560
+
561
+ <details>
562
+ <summary><strong>Matt Pocock (<a href="https://github.com/mattpocock">@mattpocock</a> / <a href="https://github.com/mattpocock/skills">mattpocock/skills</a>)</strong></summary>
563
+
564
+ - **`/grill-with-docs`** & **`/grill-me`**: Socratic alignment grilling, requirements clarification, and ADR authoring.
565
+ - **`/domain-modeling`**: Ubiquitous language definition and `CONTEXT.md` domain dictionary maintenance.
566
+ - **`/to-spec`** & **`/to-tickets`**: PRD/spec generation and task ticket decomposition.
567
+ - **`/diagnosing-bugs`**: Evidence-driven bug diagnosis and root-cause analysis.
568
+ - **`/git-guardrails`**: Version control safety rules and protection policies.
569
+ - **`/handoff`**: Session progress persistence and context handoff notes.
570
+ </details>
571
+
572
+ <details>
573
+ <summary><strong>Modal Labs (<a href="https://github.com/modal-labs">@modal-labs</a> / <a href="https://modal.com">modal.com</a>)</strong></summary>
574
+
575
+ - **`modal-serverless-python`**: Serverless Python execution, container image definition, and GPU acceleration patterns.
576
+ </details>
577
+
578
+ <details>
579
+ <summary><strong>Replicate (<a href="https://github.com/replicate">@replicate</a> / <a href="https://replicate.com">replicate.com</a>)</strong></summary>
580
+
581
+ - **`replicate-model-inference`**: Hosted machine learning model inference API, webhook callbacks, and prediction streaming.
582
+ </details>
583
+
584
+ <details>
585
+ <summary><strong>RunPod (<a href="https://github.com/runpod">@runpod</a> / <a href="https://runpod.io">runpod.io</a>)</strong></summary>
586
+
587
+ - **`runpod-gpu-orchestration`**: Serverless GPU handler architecture and containerized worker management.
588
+ </details>
589
+
590
+ <details>
591
+ <summary><strong>Ollama & vLLM Teams (<a href="https://ollama.com">ollama.com</a> / <a href="https://vllm.ai">vllm.ai</a>)</strong></summary>
592
+
593
+ - **`local-llm-inference`**: Self-hosted LLM execution, quantization formats, and high-throughput PagedAttention serving.
594
+ </details>
595
+
596
+ <details>
597
+ <summary><strong>LangChain & LlamaIndex (<a href="https://langchain.com">langchain.com</a> / <a href="https://llamaindex.ai">llamaindex.ai</a>)</strong></summary>
598
+
599
+ - **`rag-vector-pipeline`**: Retrieval-Augmented Generation architectures, hybrid retrieval, and re-ranking pipelines.
600
+ </details>
601
+
602
+ <details>
603
+ <summary><strong>Hugging Face (<a href="https://github.com/huggingface">@huggingface</a> / <a href="https://huggingface.co">huggingface.co</a>)</strong></summary>
604
+
605
+ - **`hf-model-evaluation`**: Model benchmarking, Evaluate metrics, and model scorecard methodologies.
606
+ </details>
607
+
608
+ <details>
609
+ <summary><strong>Qdrant, Pinecone & Chroma (<a href="https://qdrant.tech">qdrant.tech</a> / <a href="https://pinecone.io">pinecone.io</a> / <a href="https://www.trychroma.com">trychroma.com</a>)</strong></summary>
610
+
611
+ - **`vector-database-design`**: Production vector indexing, HNSW graph tuning, and payload filtering.
612
+ </details>
613
+
614
+ <details>
615
+ <summary><strong>Vercel Engineering (<a href="https://github.com/vercel">@vercel</a> / <a href="https://vercel.com">vercel.com</a>)</strong></summary>
616
+
617
+ - **`vercel-deploy-best-practices`**: Edge Middleware routing, Server Actions, and Preview environments.
618
+ - **`react-best-practices`**: Next.js App Router, Server Components & Core Web Vitals optimization.
619
+ </details>
620
+
621
+ <details>
622
+ <summary><strong>Lovable, v0 (Vercel) & Bolt (StackBlitz) (<a href="https://lovable.dev">lovable.dev</a> / <a href="https://v0.dev">v0.dev</a> / <a href="https://bolt.new">bolt.new</a>)</strong></summary>
623
+
624
+ - **`ai-prototype-refactoring`**: Ingestion and modularization methodologies for rapid AI-generated frontend prototypes.
625
+ </details>
626
+
627
+ <details>
628
+ <summary><strong>Supabase (<a href="https://github.com/supabase">@supabase</a> / <a href="https://supabase.com">supabase.com</a>)</strong></summary>
629
+
630
+ - **`supabase-backend-architecture`**: PostgreSQL database design, Row Level Security (RLS), Edge Functions, and Realtime sync.
631
+ </details>
632
+
633
+ <details>
634
+ <summary><strong>ChiselStrike & Turso Community (<a href="https://github.com/tursodatabase">@tursodatabase</a> / <a href="https://turso.tech">turso.tech</a>)</strong></summary>
635
+
636
+ - **`turso-distributed-sqlite`**: LibSQL distributed SQLite, embedded replicas with auto-sync, and database branching.
637
+ </details>
638
+
639
+ <details>
640
+ <summary><strong>Microsoft Azure Community (<a href="https://learn.microsoft.com/azure/bicep">learn.microsoft.com/azure/bicep</a>)</strong></summary>
641
+
642
+ - **`azure-infrastructure-bicep`**: Enterprise Bicep Infrastructure-as-Code, Azure Container Apps (ACA), and Azure OpenAI private networking.
643
+ </details>
644
+
645
+ <details>
646
+ <summary><strong>Currents & Microsoft Playwright Community (<a href="https://github.com/currents-dev/playwright-best-practices-skill">currents-dev/playwright-best-practices-skill</a>)</strong></summary>
647
+
648
+ - **`playwright-best-practices`**: Resilient Page Object Models and deterministic auto-waiting browser tests.
649
+ </details>
650
+
651
+ <details>
652
+ <summary><strong>wshobson (<a href="https://github.com/wshobson/agents">wshobson/agents</a>)</strong></summary>
653
+
654
+ - **`mobile-ios-design`** & **`mobile-android-design`**: SwiftUI & Jetpack Compose design system patterns.
655
+ </details>
656
+
657
+ <details>
658
+ <summary><strong>Salesforce (<a href="https://github.com/forcedotcom/sf-skills">forcedotcom/sf-skills</a>)</strong></summary>
659
+
660
+ - **`mobile-platform-offline-validate`**: Offline-first local database caching and conflict resolution.
661
+ </details>
662
+
663
+ <details>
664
+ <summary><strong>tovimx (<a href="https://github.com/tovimx/maestro-mobile-testing-skill">tovimx/maestro-mobile-testing-skill</a>)</strong></summary>
665
+
666
+ - **`maestro-mobile-testing`**: Declarative cross-platform mobile UI test automation.
667
+ </details>
668
+
669
+ ---
670
+
671
+ ## 📄 License
672
+
673
+ MIT © [NeoAnthropocene & Agents United Contributors](LICENSE)