agents-united 0.11.0 → 0.13.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 (178) hide show
  1. package/README.md +4 -3
  2. package/dist/cli.d.ts +26 -1
  3. package/dist/cli.js +2667 -437
  4. package/dist/cli.js.map +1 -1
  5. package/package.json +3 -3
  6. package/registry/agents/orchestrator-business.md +31 -13
  7. package/registry/agents/orchestrator-design.md +31 -9
  8. package/registry/agents/orchestrator-digital-agency.md +24 -27
  9. package/registry/agents/orchestrator-engineering.md +87 -32
  10. package/registry/agents/orchestrator-marketing.md +31 -10
  11. package/registry/agents/orchestrator-research.md +31 -14
  12. package/registry/agents/orchestrator-security.md +33 -15
  13. package/registry/agents/orchestrator-system-architecture.md +33 -10
  14. package/registry/agents/orchestrator-universal.md +34 -0
  15. package/registry/agents/subagent-accessibility-lead.md +9 -0
  16. package/registry/agents/subagent-ai-model-architect.md +8 -0
  17. package/registry/agents/subagent-android-architect.md +9 -0
  18. package/registry/agents/subagent-appsec-penetration-tester.md +8 -0
  19. package/registry/agents/subagent-backend-architect.md +29 -0
  20. package/registry/agents/subagent-business-panel-experts.md +9 -0
  21. package/registry/agents/subagent-cloud-infrastructure-architect.md +8 -0
  22. package/registry/agents/subagent-cloud-security-architect.md +8 -0
  23. package/registry/agents/subagent-code-reviewer.md +24 -11
  24. package/registry/agents/subagent-compliance-grc-specialist.md +16 -0
  25. package/registry/agents/subagent-cross-platform-specialist.md +9 -0
  26. package/registry/agents/subagent-data-engineer.md +9 -0
  27. package/registry/agents/subagent-database-administrator.md +8 -0
  28. package/registry/agents/subagent-deep-research.md +8 -0
  29. package/registry/agents/subagent-design-ops-lead.md +9 -0
  30. package/registry/agents/subagent-design-researcher.md +9 -0
  31. package/registry/agents/subagent-design-systems-architect.md +9 -0
  32. package/registry/agents/subagent-designer-toolkit-expert.md +8 -0
  33. package/registry/agents/subagent-devops-engineer.md +8 -0
  34. package/registry/agents/subagent-distributed-systems-architect.md +9 -0
  35. package/registry/agents/subagent-e2e-tester.md +8 -0
  36. package/registry/agents/subagent-financial-analyst.md +9 -0
  37. package/registry/agents/subagent-finops-cost-engineer.md +8 -0
  38. package/registry/agents/subagent-frontend-architect.md +31 -7
  39. package/registry/agents/subagent-interaction-designer.md +9 -0
  40. package/registry/agents/subagent-ios-architect.md +9 -0
  41. package/registry/agents/subagent-legal-contract-analyst.md +9 -0
  42. package/registry/agents/subagent-lifecycle-email-specialist.md +9 -0
  43. package/registry/agents/subagent-literature-patent-analyst.md +9 -0
  44. package/registry/agents/subagent-market-intelligence-analyst.md +9 -0
  45. package/registry/agents/subagent-marketing-campaign-specialist.md +16 -0
  46. package/registry/agents/subagent-marketing-content-strategist.md +16 -0
  47. package/registry/agents/subagent-marketing-conversion-specialist.md +16 -0
  48. package/registry/agents/subagent-marketing-creative-designer.md +16 -0
  49. package/registry/agents/subagent-marketing-growth-strategist.md +16 -0
  50. package/registry/agents/subagent-ml-platform-engineer.md +8 -0
  51. package/registry/agents/subagent-operations-strategist.md +9 -0
  52. package/registry/agents/subagent-paid-acquisition-specialist.md +9 -0
  53. package/registry/agents/subagent-plg-strategist.md +9 -0
  54. package/registry/agents/subagent-prototype-tester.md +8 -0
  55. package/registry/agents/subagent-qa-automation-lead.md +15 -0
  56. package/registry/agents/subagent-repo-index.md +18 -1
  57. package/registry/agents/subagent-security-engineer.md +9 -0
  58. package/registry/agents/subagent-seo-specialist.md +15 -0
  59. package/registry/agents/subagent-socratic-mentor.md +9 -0
  60. package/registry/agents/subagent-statistical-analyst.md +8 -0
  61. package/registry/agents/subagent-sysops-sre-lead.md +8 -0
  62. package/registry/agents/subagent-system-architect.md +9 -0
  63. package/registry/agents/subagent-ui-designer.md +9 -0
  64. package/registry/agents/subagent-ux-strategist.md +9 -0
  65. package/registry/bundles.json +468 -275
  66. package/registry/core/orchestrator-engineering.core.md +33 -0
  67. package/registry/core/subagent-backend-architect.core.md +73 -0
  68. package/registry/core/subagent-code-reviewer.core.md +83 -0
  69. package/registry/core/subagent-frontend-architect.core.md +55 -0
  70. package/registry/core/subagent-repo-index.core.md +73 -0
  71. package/registry/profiles/claude@2.1.271.json +48 -0
  72. package/registry/realizations/claude/orchestrator-engineering.json +14 -0
  73. package/registry/realizations/claude/subagent-backend-architect.json +16 -0
  74. package/registry/realizations/claude/subagent-code-reviewer.json +15 -0
  75. package/registry/realizations/claude/subagent-frontend-architect.json +15 -0
  76. package/registry/realizations/claude/subagent-repo-index.json +15 -0
  77. package/registry/skills/ab-test-setup/SKILL.md +1 -1
  78. package/registry/skills/accessibility-audit/SKILL.md +1 -1
  79. package/registry/skills/clickable-prototype-spec/SKILL.md +1 -1
  80. package/registry/skills/component-library-management/SKILL.md +1 -1
  81. package/registry/skills/component-playground-setup/SKILL.md +1 -1
  82. package/registry/skills/content-calendar-strategy/SKILL.md +1 -1
  83. package/registry/skills/conversion-funnel-optimization/SKILL.md +1 -1
  84. package/registry/skills/copywriting-frameworks/SKILL.md +1 -1
  85. package/registry/skills/design-handoff-spec/SKILL.md +1 -1
  86. package/registry/skills/design-ops-workflow/SKILL.md +1 -1
  87. package/registry/skills/design-system-governance/SKILL.md +1 -1
  88. package/registry/skills/design-system-tokens/SKILL.md +1 -1
  89. package/registry/skills/design-tokens-management/SKILL.md +1 -1
  90. package/registry/skills/design-version-control/SKILL.md +1 -1
  91. package/registry/skills/email-marketing-automation/SKILL.md +1 -1
  92. package/registry/skills/finishing-a-development-branch/SKILL.md +1 -1
  93. package/registry/skills/growth-experiment-design/SKILL.md +1 -1
  94. package/registry/skills/interaction-pattern-library/SKILL.md +1 -1
  95. package/registry/skills/interactive-prototype-builder/SKILL.md +1 -1
  96. package/registry/skills/micro-interaction-design/SKILL.md +1 -1
  97. package/registry/skills/mobile-first-design/SKILL.md +1 -1
  98. package/registry/skills/product-launch-playbook/SKILL.md +1 -1
  99. package/registry/skills/responsive-design-audit/SKILL.md +1 -1
  100. package/registry/skills/seo-audit/SKILL.md +1 -1
  101. package/registry/skills/signup-flow-cro/SKILL.md +1 -1
  102. package/registry/skills/social-media-campaign/SKILL.md +1 -1
  103. package/registry/skills/state-driven-ui-animation/SKILL.md +1 -1
  104. package/registry/skills/subagent-driven-development/SKILL.md +1 -1
  105. package/registry/skills/ui-component-spec/SKILL.md +1 -1
  106. package/registry/skills/usability-testing-protocol/SKILL.md +1 -1
  107. package/registry/skills/user-flow-mapping/SKILL.md +1 -1
  108. package/registry/skills/user-journey-mapping/SKILL.md +1 -1
  109. package/registry/{workflows/workflow-agency-ad-creative-sprint.md → skills/workflow-agency-ad-creative-sprint/SKILL.md} +14 -7
  110. package/registry/{workflows/workflow-agency-brand-design-system.md → skills/workflow-agency-brand-design-system/SKILL.md} +14 -7
  111. package/registry/{workflows/workflow-agency-client-pitch-proposal.md → skills/workflow-agency-client-pitch-proposal/SKILL.md} +14 -7
  112. package/registry/{workflows/workflow-agency-cro-funnel-teardown.md → skills/workflow-agency-cro-funnel-teardown/SKILL.md} +14 -7
  113. package/registry/{workflows/workflow-agency-full-campaign.md → skills/workflow-agency-full-campaign/SKILL.md} +14 -7
  114. package/registry/{workflows/workflow-agency-seo-content-engine.md → skills/workflow-agency-seo-content-engine/SKILL.md} +14 -7
  115. package/registry/{workflows/workflow-analyze.md → skills/workflow-analyze/SKILL.md} +13 -6
  116. package/registry/{workflows/workflow-api-contract-design.md → skills/workflow-api-contract-design/SKILL.md} +11 -4
  117. package/registry/{workflows/workflow-app-store-release.md → skills/workflow-app-store-release/SKILL.md} +11 -4
  118. package/registry/{workflows/workflow-brainstorm.md → skills/workflow-brainstorm/SKILL.md} +14 -7
  119. package/registry/{workflows/workflow-build.md → skills/workflow-build/SKILL.md} +14 -7
  120. package/registry/{workflows/workflow-business-panel.md → skills/workflow-business-panel/SKILL.md} +14 -7
  121. package/registry/{workflows/workflow-cleanup.md → skills/workflow-cleanup/SKILL.md} +14 -8
  122. package/registry/{workflows/workflow-deploy-staging.md → skills/workflow-deploy-staging/SKILL.md} +11 -4
  123. package/registry/{workflows/workflow-design-code.md → skills/workflow-design-code/SKILL.md} +14 -7
  124. package/registry/{workflows/workflow-design-ops--handoff.md → skills/workflow-design-ops-handoff/SKILL.md} +14 -7
  125. package/registry/{workflows/workflow-design-ops--plan-sprint.md → skills/workflow-design-ops-plan-sprint/SKILL.md} +14 -7
  126. package/registry/{workflows/workflow-design-ops--setup-workflow.md → skills/workflow-design-ops-setup-workflow/SKILL.md} +14 -7
  127. package/registry/{workflows/workflow-design-orchestrate.md → skills/workflow-design-orchestrate/SKILL.md} +14 -7
  128. package/registry/{workflows/workflow-design-systems--audit-system.md → skills/workflow-design-systems-audit-system/SKILL.md} +14 -7
  129. package/registry/{workflows/workflow-design-systems--create-component.md → skills/workflow-design-systems-create-component/SKILL.md} +13 -7
  130. package/registry/{workflows/workflow-design-systems--tokenize.md → skills/workflow-design-systems-tokenize/SKILL.md} +14 -7
  131. package/registry/{workflows/workflow-diagnose.md → skills/workflow-diagnose/SKILL.md} +11 -4
  132. package/registry/{workflows/workflow-e2e-testing.md → skills/workflow-e2e-testing/SKILL.md} +11 -4
  133. package/registry/{workflows/workflow-email-drip-sequence.md → skills/workflow-email-drip-sequence/SKILL.md} +14 -7
  134. package/registry/{workflows/workflow-estimate.md → skills/workflow-estimate/SKILL.md} +14 -7
  135. package/registry/{workflows/workflow-explain.md → skills/workflow-explain/SKILL.md} +14 -7
  136. package/registry/{workflows/workflow-frontend-audit.md → skills/workflow-frontend-audit/SKILL.md} +11 -4
  137. package/registry/{workflows/workflow-git.md → skills/workflow-git/SKILL.md} +12 -5
  138. package/registry/{workflows/workflow-grill.md → skills/workflow-grill/SKILL.md} +11 -4
  139. package/registry/{workflows/workflow-implement.md → skills/workflow-implement/SKILL.md} +15 -8
  140. package/registry/{workflows/workflow-incident-triage.md → skills/workflow-incident-triage/SKILL.md} +11 -4
  141. package/registry/{workflows/workflow-interaction-design--design-interaction.md → skills/workflow-interaction-design-design-interaction/SKILL.md} +14 -7
  142. package/registry/{workflows/workflow-interaction-design--error-flow.md → skills/workflow-interaction-design-error-flow/SKILL.md} +14 -7
  143. package/registry/{workflows/workflow-interaction-design--map-states.md → skills/workflow-interaction-design-map-states/SKILL.md} +14 -7
  144. package/registry/{workflows/workflow-marketing-audit.md → skills/workflow-marketing-audit/SKILL.md} +14 -7
  145. package/registry/{workflows/workflow-marketing-campaign-builder.md → skills/workflow-marketing-campaign-builder/SKILL.md} +14 -7
  146. package/registry/{workflows/workflow-marketing-content-pipeline.md → skills/workflow-marketing-content-pipeline/SKILL.md} +13 -7
  147. package/registry/{workflows/workflow-marketing-growth-experiment.md → skills/workflow-marketing-growth-experiment/SKILL.md} +14 -7
  148. package/registry/{workflows/workflow-marketing-launch.md → skills/workflow-marketing-launch/SKILL.md} +14 -7
  149. package/registry/{workflows/workflow-marketing-panel.md → skills/workflow-marketing-panel/SKILL.md} +14 -7
  150. package/registry/{workflows/workflow-ml-eval.md → skills/workflow-ml-eval/SKILL.md} +14 -7
  151. package/registry/{workflows/workflow-mobile-build.md → skills/workflow-mobile-build/SKILL.md} +13 -6
  152. package/registry/{workflows/workflow-onboarding-funnel-cro.md → skills/workflow-onboarding-funnel-cro/SKILL.md} +14 -7
  153. package/registry/{workflows/workflow-paid-acquisition-campaign.md → skills/workflow-paid-acquisition-campaign/SKILL.md} +14 -7
  154. package/registry/{workflows/workflow-paid-campaign-launch.md → skills/workflow-paid-campaign-launch/SKILL.md} +14 -7
  155. package/registry/{workflows/workflow-plan.md → skills/workflow-plan/SKILL.md} +14 -7
  156. package/registry/{workflows/workflow-prototyping-testing--evaluate.md → skills/workflow-prototyping-testing-evaluate/SKILL.md} +14 -7
  157. package/registry/{workflows/workflow-prototyping-testing--experiment.md → skills/workflow-prototyping-testing-experiment/SKILL.md} +14 -7
  158. package/registry/{workflows/workflow-prototyping-testing--prototype-plan.md → skills/workflow-prototyping-testing-prototype-plan/SKILL.md} +14 -7
  159. package/registry/{workflows/workflow-prototyping-testing--test-plan.md → skills/workflow-prototyping-testing-test-plan/SKILL.md} +14 -7
  160. package/registry/{workflows/workflow-rag-pipeline-deploy.md → skills/workflow-rag-pipeline-deploy/SKILL.md} +14 -7
  161. package/registry/{workflows/workflow-recommend.md → skills/workflow-recommend/SKILL.md} +14 -7
  162. package/registry/{workflows/workflow-research.md → skills/workflow-research/SKILL.md} +14 -7
  163. package/registry/{workflows/workflow-review.md → skills/workflow-review/SKILL.md} +13 -6
  164. package/registry/{workflows/workflow-seo-audit-pipeline.md → skills/workflow-seo-audit-pipeline/SKILL.md} +14 -7
  165. package/registry/{workflows/workflow-seo-content-pipeline.md → skills/workflow-seo-content-pipeline/SKILL.md} +14 -7
  166. package/registry/{workflows/workflow-serverless-gpu-deploy.md → skills/workflow-serverless-gpu-deploy/SKILL.md} +14 -7
  167. package/registry/{workflows/workflow-spec.md → skills/workflow-spec/SKILL.md} +11 -4
  168. package/registry/{workflows/workflow-spec-panel.md → skills/workflow-spec-panel/SKILL.md} +14 -7
  169. package/registry/{workflows/workflow-test.md → skills/workflow-test/SKILL.md} +15 -8
  170. package/registry/{workflows/workflow-troubleshoot.md → skills/workflow-troubleshoot/SKILL.md} +14 -7
  171. package/registry/{workflows/workflow-ui-design--color-palette.md → skills/workflow-ui-design-color-palette/SKILL.md} +13 -7
  172. package/registry/{workflows/workflow-ui-design--design-screen.md → skills/workflow-ui-design-design-screen/SKILL.md} +13 -7
  173. package/registry/{workflows/workflow-ui-design--responsive-audit.md → skills/workflow-ui-design-responsive-audit/SKILL.md} +14 -7
  174. package/registry/{workflows/workflow-ui-design--type-system.md → skills/workflow-ui-design-type-system/SKILL.md} +14 -7
  175. package/registry/{workflows/workflow-ux-strategy--benchmark.md → skills/workflow-ux-strategy-benchmark/SKILL.md} +14 -7
  176. package/registry/{workflows/workflow-ux-strategy--frame-problem.md → skills/workflow-ux-strategy-frame-problem/SKILL.md} +14 -7
  177. package/registry/{workflows/workflow-ux-strategy--strategize.md → skills/workflow-ux-strategy-strategize/SKILL.md} +14 -7
  178. package/registry/translation-ledger.json +26 -0
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
- ![Agents United](.assets/image/agents-united-hero-banner.jpg)
1
+ ![Agents United](.assets/image/agents-united-hero-banner_name.png)
2
+ ![Agents United](.assets/image/agents-united-hero-banner_diagram.jpg)
2
3
 
3
4
  # Agents United
4
5
 
@@ -19,7 +20,7 @@ Curated teams of orchestrators, sub-agents, skills, and workflows — installed
19
20
  - **🌐 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
21
  - **🚀 Cline Native Activation**: Bundles activate **automatically** in any Cline CLI session — skills discovered natively from `.agents/skills/`, configured-agent roles (`.cline/agents/*.yml`) exposed as spawnable `subagent_*` tools, coordinator rules (`.cline/rules/`), slash-command workflows (`.cline/workflows/`), and spec-conformant Agent Plugin packages (`plugin.json`, agent-plugins.org) in `.agents/plugins/<bundle>/`. No install step required; `agents start` remains available as an optional pre-seeded team-session launcher.
21
22
  - **🏛️ 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
- - **🤖 59 Specialized Agents, 91 Skills & 69 Workflows**: 9 Lead Orchestrators coordinating 50 domain sub-agents, backed by 91 production-grade runbooks and 69 deterministic workflows.
23
+ - **🤖 59 Specialized Agents & 166 Modular Skills**: 9 Lead Orchestrators coordinating 50 domain sub-agents, backed by 166 production-grade runbooks (97 domain skills + 69 guided workflow playbooks) fully conforming to the open Agent Skills standard.
23
24
  - **⚡ 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
25
  - **🏢 Organization Bundles (Tier 2 / Experimental)**: Cross-functional multi-disciplinary teams with Tri-Tier MCP execution modes and smart auto-remediation (`digital-agency`).
25
26
  - **🛡️ 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.
@@ -107,7 +108,7 @@ This model gives you:
107
108
  ---
108
109
 
109
110
 
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
+ Agents United provides **26 curated bundles**, **59 specialized agents** (9 Orchestrators — 7 Lead + 1 Prime + 1 Organization + 50 Sub-Agents), and **166 modular skills & runbooks** (97 domain skills + 69 workflow playbooks) across 8 department domains:
111
112
 
112
113
  | Department Domain | Essentials Base | Specialized Addon Bundles | Lead Orchestrator |
113
114
  | :--- | :--- | :--- | :--- |
package/dist/cli.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  type AgentHost = 'agents' | 'gemini' | 'claude' | 'cursor' | 'cline' | 'opencode' | 'codex';
2
+ type BundleTier = 'domain' | 'organization';
2
3
  type ProjectionKind = 'role' | 'skill' | 'rule' | 'team-manifest' | 'workflow' | 'bridge' | 'plugin-manifest';
3
4
  interface ProjectionInfo {
4
5
  host: string;
@@ -23,5 +24,29 @@ interface InstallationSummaryOptions {
23
24
  }
24
25
  declare function formatInstallationSummary(options: InstallationSummaryOptions): string;
25
26
  declare function renderProjections(projections: ProjectionInfo[]): string;
27
+ /** Why the Agent-Teams scaffold is on or off for a Claude session. */
28
+ type ClaudeTeamsReason = 'explicit' | 'tier-default' | 'opt-out' | 'domain-tier' | 'unresolved-tier';
29
+ interface ClaudeTeamsPosture {
30
+ /** Whether the ephemeral agent-teams scaffold will be injected into the spawned session. */
31
+ active: boolean;
32
+ reason: ClaudeTeamsReason;
33
+ /** The resolved bundle tier that drove the decision, when the bundle could be resolved. */
34
+ tier?: BundleTier;
35
+ }
36
+ /**
37
+ * Tier-aware Agent-Teams posture for `agents start --host claude` (Plan 016 decision 14 + the Tier-1/Tier-2
38
+ * split recorded in CONTEXT.md).
39
+ *
40
+ * - Tier 1 (`tier: 'domain'`) is a single-discipline hub-and-spoke team, so it keeps the ordinary
41
+ * parallel-subagent model: teams stay opt-in via `--teams`.
42
+ * - Tier 2 (`tier: 'organization'`) is cross-functional by construction, so it runs with Agent Teams logic
43
+ * by default. `--no-teams` (cac parses it into `options.teams === false`) is the explicit opt-out and
44
+ * always wins over the tier default.
45
+ *
46
+ * Pure and exported so the `--dry-run` plan and the tests can assert the decision without spawning `claude`.
47
+ */
48
+ declare function resolveClaudeTeamsPosture(teamsOption: boolean | undefined, tier: BundleTier | undefined): ClaudeTeamsPosture;
49
+ /** One-line, honest explanation of why teams is on or off — shared by the live notice and `--dry-run`. */
50
+ declare function describeClaudeTeamsPosture(posture: ClaudeTeamsPosture): string;
26
51
 
27
- export { type InstallationSummaryOptions, detectWorkspaceHosts, formatInstallationSummary, formatWrappedList, getTerminalContentWidth, renderProjections, wrapText };
52
+ export { type ClaudeTeamsPosture, type ClaudeTeamsReason, type InstallationSummaryOptions, describeClaudeTeamsPosture, detectWorkspaceHosts, formatInstallationSummary, formatWrappedList, getTerminalContentWidth, renderProjections, resolveClaudeTeamsPosture, wrapText };