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
@@ -0,0 +1,1386 @@
1
+ {
2
+ "$schema": "https://agents-united.dev/schema/bundles.v1.json",
3
+ "version": 1,
4
+ "bundles": {
5
+ "software-engineering": {
6
+ "name": "software-engineering",
7
+ "domain": "engineering",
8
+ "status": "stable",
9
+ "category": "Core Software Development",
10
+ "aliases": [
11
+ "software-engineering-essentials",
12
+ "engineering-essentials",
13
+ "engineering"
14
+ ],
15
+ "recommendedAddons": [
16
+ "mobile-development",
17
+ "frontend-engineering",
18
+ "backend-distributed-systems",
19
+ "qa-automation",
20
+ "devops-engineering",
21
+ "ai-ml-engineering"
22
+ ],
23
+ "description": "Autonomous dev lead, backend/frontend architects, TDD & git guardrails",
24
+ "orchestrator": "orchestrator-engineering.md",
25
+ "agents": [
26
+ "subagent-backend-architect.md",
27
+ "subagent-frontend-architect.md",
28
+ "subagent-code-reviewer.md",
29
+ "subagent-repo-index.md"
30
+ ],
31
+ "workflows": [
32
+ "workflow-implement.md",
33
+ "workflow-test.md",
34
+ "workflow-review.md",
35
+ "workflow-build.md",
36
+ "workflow-cleanup.md",
37
+ "workflow-git.md",
38
+ "workflow-grill.md",
39
+ "workflow-spec.md",
40
+ "workflow-diagnose.md"
41
+ ],
42
+ "skills": [
43
+ "architecture-design",
44
+ "backend-api-design",
45
+ "code-refactoring",
46
+ "database-design",
47
+ "dependency-management",
48
+ "diagnosing-bugs",
49
+ "finishing-a-development-branch",
50
+ "git-guardrails",
51
+ "performance-optimization",
52
+ "receiving-code-review",
53
+ "requesting-code-review",
54
+ "security-audit",
55
+ "subagent-driven-development",
56
+ "systematic-debugging",
57
+ "technical-documentation",
58
+ "test-driven-development"
59
+ ],
60
+ "version": "1.0.0"
61
+ },
62
+ "system-architecture": {
63
+ "name": "system-architecture",
64
+ "domain": "architecture",
65
+ "category": "System & Infrastructure Architecture",
66
+ "aliases": [
67
+ "architecture",
68
+ "sys-arch",
69
+ "system-architecture-essentials",
70
+ "architecture-essentials"
71
+ ],
72
+ "recommendedAddons": [
73
+ "sysops-sre",
74
+ "system-architecture-cloud",
75
+ "system-architecture-data",
76
+ "system-architecture-finops"
77
+ ],
78
+ "description": "High-level distributed systems, API schemas, and ADR planning",
79
+ "orchestrator": "orchestrator-system-architecture.md",
80
+ "agents": [
81
+ "subagent-system-architect.md",
82
+ "subagent-backend-architect.md"
83
+ ],
84
+ "workflows": [
85
+ "workflow-plan.md",
86
+ "workflow-design-code.md",
87
+ "workflow-estimate.md",
88
+ "workflow-spec-panel.md",
89
+ "workflow-grill.md",
90
+ "workflow-spec.md"
91
+ ],
92
+ "skills": [
93
+ "architecture-design",
94
+ "backend-api-design",
95
+ "code-refactoring",
96
+ "database-design",
97
+ "docker-deployment",
98
+ "domain-modeling",
99
+ "grill-with-docs",
100
+ "microservices-architecture",
101
+ "technical-documentation",
102
+ "to-spec",
103
+ "to-tickets"
104
+ ],
105
+ "version": "1.0.0"
106
+ },
107
+ "product-design": {
108
+ "name": "product-design",
109
+ "domain": "design",
110
+ "status": "stable",
111
+ "category": "UI/UX & Product Design",
112
+ "aliases": [
113
+ "design",
114
+ "ui-ux",
115
+ "product-design-essentials",
116
+ "design-essentials"
117
+ ],
118
+ "recommendedAddons": [
119
+ "design-systems-ops",
120
+ "design-research-testing"
121
+ ],
122
+ "description": "UI/UX designers, interaction designers & rapid product design workflows",
123
+ "orchestrator": "orchestrator-design.md",
124
+ "agents": [
125
+ "subagent-ui-designer.md",
126
+ "subagent-ux-strategist.md",
127
+ "subagent-interaction-designer.md"
128
+ ],
129
+ "workflows": [
130
+ "workflow-design-orchestrate.md",
131
+ "workflow-ui-design--color-palette.md",
132
+ "workflow-ui-design--design-screen.md",
133
+ "workflow-ui-design--responsive-audit.md",
134
+ "workflow-ui-design--type-system.md",
135
+ "workflow-ux-strategy--strategize.md",
136
+ "workflow-interaction-design--design-interaction.md",
137
+ "workflow-interaction-design--error-flow.md",
138
+ "workflow-interaction-design--map-states.md"
139
+ ],
140
+ "skills": [
141
+ "ui-component-spec",
142
+ "user-flow-mapping",
143
+ "mobile-first-design",
144
+ "responsive-design-audit",
145
+ "interaction-pattern-library",
146
+ "micro-interaction-design",
147
+ "state-driven-ui-animation"
148
+ ],
149
+ "version": "1.0.0"
150
+ },
151
+ "growth-marketing": {
152
+ "name": "growth-marketing",
153
+ "domain": "marketing",
154
+ "category": "Growth & Content Marketing",
155
+ "aliases": [
156
+ "marketing",
157
+ "growth",
158
+ "growth-marketing-essentials",
159
+ "marketing-essentials"
160
+ ],
161
+ "recommendedAddons": [
162
+ "seo-content-marketing",
163
+ "performance-paid-acquisition",
164
+ "product-led-growth",
165
+ "lifecycle-email-marketing"
166
+ ],
167
+ "description": "Growth strategists, visual creative designer, copywriters, and launch playbooks",
168
+ "orchestrator": "orchestrator-marketing.md",
169
+ "agents": [
170
+ "subagent-marketing-growth-strategist.md",
171
+ "subagent-marketing-creative-designer.md",
172
+ "subagent-marketing-content-strategist.md",
173
+ "subagent-marketing-conversion-specialist.md",
174
+ "subagent-marketing-campaign-specialist.md"
175
+ ],
176
+ "workflows": [
177
+ "workflow-marketing-panel.md",
178
+ "workflow-marketing-audit.md",
179
+ "workflow-marketing-campaign-builder.md",
180
+ "workflow-marketing-content-pipeline.md",
181
+ "workflow-marketing-growth-experiment.md",
182
+ "workflow-marketing-launch.md"
183
+ ],
184
+ "skills": [
185
+ "ab-test-setup",
186
+ "ad-creative-design",
187
+ "marketing-creative-design",
188
+ "content-calendar-strategy",
189
+ "conversion-funnel-optimization",
190
+ "copywriting-frameworks",
191
+ "email-marketing-automation",
192
+ "growth-experiment-design",
193
+ "product-launch-playbook",
194
+ "seo-audit",
195
+ "signup-flow-cro",
196
+ "social-media-campaign"
197
+ ],
198
+ "version": "1.0.0"
199
+ },
200
+ "seo-content-marketing": {
201
+ "name": "seo-content-marketing",
202
+ "domain": "marketing",
203
+ "category": "Search Engine Optimization & Content Pipelines",
204
+ "parentBundle": "growth-marketing",
205
+ "aliases": [
206
+ "seo",
207
+ "content-marketing",
208
+ "programmatic-seo",
209
+ "organic-growth"
210
+ ],
211
+ "description": "Programmatic SEO, technical SEO audits, schema JSON-LD, and content editorial engines",
212
+ "orchestrator": "orchestrator-marketing.md",
213
+ "agents": [
214
+ "subagent-seo-specialist.md",
215
+ "subagent-marketing-content-strategist.md"
216
+ ],
217
+ "workflows": [
218
+ "workflow-seo-content-pipeline.md",
219
+ "workflow-seo-audit-pipeline.md",
220
+ "workflow-marketing-content-pipeline.md",
221
+ "workflow-marketing-audit.md"
222
+ ],
223
+ "skills": [
224
+ "programmatic-seo",
225
+ "technical-seo-audit",
226
+ "schema-markup-strategy",
227
+ "seo-audit",
228
+ "content-calendar-strategy",
229
+ "copywriting-frameworks"
230
+ ],
231
+ "version": "1.0.0"
232
+ },
233
+ "performance-paid-acquisition": {
234
+ "name": "performance-paid-acquisition",
235
+ "domain": "marketing",
236
+ "category": "Performance Marketing & Paid Ad Acquisition",
237
+ "parentBundle": "growth-marketing",
238
+ "aliases": [
239
+ "paid-ads",
240
+ "ppc",
241
+ "google-ads",
242
+ "meta-ads",
243
+ "performance",
244
+ "paid-acquisition",
245
+ "ads",
246
+ "paid-media"
247
+ ],
248
+ "description": "Multi-channel PPC (Google Ads, Meta Ads, LinkedIn Ads), ROAS/CAC attribution modeling, and ad copy testing",
249
+ "orchestrator": "orchestrator-marketing.md",
250
+ "agents": [
251
+ "subagent-paid-acquisition-specialist.md",
252
+ "subagent-marketing-creative-designer.md",
253
+ "subagent-marketing-campaign-specialist.md",
254
+ "subagent-marketing-conversion-specialist.md"
255
+ ],
256
+ "workflows": [
257
+ "workflow-paid-acquisition-campaign.md",
258
+ "workflow-paid-campaign-launch.md",
259
+ "workflow-marketing-campaign-builder.md",
260
+ "workflow-marketing-growth-experiment.md"
261
+ ],
262
+ "skills": [
263
+ "paid-acquisition-ppc",
264
+ "ad-attribution-modeling",
265
+ "google-ads-optimization",
266
+ "meta-ad-creative-testing",
267
+ "ad-creative-design",
268
+ "ab-test-setup",
269
+ "conversion-funnel-optimization",
270
+ "social-media-campaign"
271
+ ],
272
+ "version": "1.0.0"
273
+ },
274
+ "product-led-growth": {
275
+ "name": "product-led-growth",
276
+ "domain": "marketing",
277
+ "category": "Product-Led Growth & Conversion Optimization",
278
+ "parentBundle": "growth-marketing",
279
+ "aliases": [
280
+ "plg",
281
+ "cro",
282
+ "onboarding",
283
+ "referral",
284
+ "product-growth",
285
+ "cro-funnels",
286
+ "funnel-optimization"
287
+ ],
288
+ "description": "Onboarding CRO, signup funnel optimization, viral referral loops, and paywall upgrades",
289
+ "orchestrator": "orchestrator-marketing.md",
290
+ "agents": [
291
+ "subagent-plg-strategist.md",
292
+ "subagent-marketing-growth-strategist.md",
293
+ "subagent-marketing-conversion-specialist.md"
294
+ ],
295
+ "workflows": [
296
+ "workflow-onboarding-funnel-cro.md",
297
+ "workflow-marketing-growth-experiment.md"
298
+ ],
299
+ "skills": [
300
+ "onboarding-cro",
301
+ "viral-referral-loops",
302
+ "signup-flow-cro",
303
+ "conversion-funnel-optimization",
304
+ "growth-experiment-design"
305
+ ],
306
+ "version": "1.0.0"
307
+ },
308
+ "lifecycle-email-marketing": {
309
+ "name": "lifecycle-email-marketing",
310
+ "domain": "marketing",
311
+ "category": "Lifecycle Marketing & Retention Engineering",
312
+ "parentBundle": "growth-marketing",
313
+ "aliases": [
314
+ "lifecycle",
315
+ "email",
316
+ "retention",
317
+ "drip",
318
+ "email-marketing",
319
+ "drip-campaigns",
320
+ "retention-marketing"
321
+ ],
322
+ "description": "Automated email drip sequences, churn prevention playbooks, and newsletter workflows",
323
+ "orchestrator": "orchestrator-marketing.md",
324
+ "agents": [
325
+ "subagent-lifecycle-email-specialist.md",
326
+ "subagent-marketing-campaign-specialist.md"
327
+ ],
328
+ "workflows": [
329
+ "workflow-email-drip-sequence.md",
330
+ "workflow-marketing-launch.md",
331
+ "workflow-marketing-campaign-builder.md"
332
+ ],
333
+ "skills": [
334
+ "email-drip-sequences",
335
+ "churn-prevention-playbook",
336
+ "email-marketing-automation",
337
+ "copywriting-frameworks"
338
+ ],
339
+ "version": "1.0.0"
340
+ },
341
+ "security-operations": {
342
+ "name": "security-operations",
343
+ "domain": "security",
344
+ "category": "Application Security & Threat Modeling",
345
+ "aliases": [
346
+ "security",
347
+ "secops",
348
+ "security-operations-essentials",
349
+ "security-essentials"
350
+ ],
351
+ "description": "AppSec engineer, threat modeling, and vulnerability audits",
352
+ "orchestrator": "orchestrator-security.md",
353
+ "agents": [
354
+ "subagent-security-engineer.md"
355
+ ],
356
+ "workflows": [
357
+ "workflow-troubleshoot.md",
358
+ "workflow-analyze.md"
359
+ ],
360
+ "skills": [
361
+ "security-audit",
362
+ "architecture-design"
363
+ ],
364
+ "version": "1.0.0",
365
+ "recommendedAddons": [
366
+ "secops-cloud-security",
367
+ "secops-application-security",
368
+ "secops-compliance-grc"
369
+ ]
370
+ },
371
+ "deep-research": {
372
+ "name": "deep-research",
373
+ "domain": "research",
374
+ "category": "Research & Technical Intelligence",
375
+ "aliases": [
376
+ "research",
377
+ "deep-research-essentials",
378
+ "research-essentials"
379
+ ],
380
+ "description": "Technical research lead, literature review, and Socratic mentor",
381
+ "orchestrator": "orchestrator-research.md",
382
+ "agents": [
383
+ "subagent-deep-research.md",
384
+ "subagent-socratic-mentor.md",
385
+ "subagent-repo-index.md"
386
+ ],
387
+ "workflows": [
388
+ "workflow-research.md",
389
+ "workflow-brainstorm.md",
390
+ "workflow-explain.md",
391
+ "workflow-grill.md"
392
+ ],
393
+ "skills": [
394
+ "technical-documentation",
395
+ "systematic-debugging",
396
+ "grill-me",
397
+ "domain-modeling",
398
+ "handoff"
399
+ ],
400
+ "version": "1.0.0",
401
+ "recommendedAddons": [
402
+ "deep-research-analytics"
403
+ ]
404
+ },
405
+ "business-strategy": {
406
+ "name": "business-strategy",
407
+ "domain": "business",
408
+ "category": "Business & Product Strategy",
409
+ "aliases": [
410
+ "business",
411
+ "strategy",
412
+ "business-strategy-essentials",
413
+ "business-essentials"
414
+ ],
415
+ "description": "Market analysts, monetization experts, and executive spec panels",
416
+ "orchestrator": "orchestrator-business.md",
417
+ "agents": [
418
+ "subagent-business-panel-experts.md"
419
+ ],
420
+ "workflows": [
421
+ "workflow-business-panel.md",
422
+ "workflow-spec-panel.md",
423
+ "workflow-recommend.md",
424
+ "workflow-estimate.md"
425
+ ],
426
+ "skills": [
427
+ "architecture-design",
428
+ "technical-documentation"
429
+ ],
430
+ "version": "1.0.0",
431
+ "recommendedAddons": [
432
+ "business-financial-modeling",
433
+ "business-market-intelligence",
434
+ "business-operations-legal"
435
+ ]
436
+ },
437
+ "devops-engineering": {
438
+ "name": "devops-engineering",
439
+ "domain": "engineering",
440
+ "category": "CI/CD & Delivery Pipeline Engineering",
441
+ "parentBundle": "software-engineering",
442
+ "aliases": [
443
+ "devops",
444
+ "ci-cd"
445
+ ],
446
+ "description": "CI/CD automation, Docker/K8s, Infrastructure as Code & release engineering",
447
+ "orchestrator": "orchestrator-engineering.md",
448
+ "agents": [
449
+ "subagent-devops-engineer.md"
450
+ ],
451
+ "workflows": [
452
+ "workflow-deploy-staging.md",
453
+ "workflow-build.md",
454
+ "workflow-git.md"
455
+ ],
456
+ "skills": [
457
+ "azure-infrastructure-bicep",
458
+ "ci-cd-pipeline-automation",
459
+ "docker-deployment",
460
+ "git-guardrails"
461
+ ],
462
+ "version": "1.0.0"
463
+ },
464
+ "sysops-sre": {
465
+ "name": "sysops-sre",
466
+ "domain": "architecture",
467
+ "category": "System Operations & Site Reliability Engineering",
468
+ "parentBundle": "system-architecture",
469
+ "aliases": [
470
+ "sysops",
471
+ "sre"
472
+ ],
473
+ "description": "99.999% uptime, Prometheus telemetry, incident triage & disaster recovery",
474
+ "orchestrator": "orchestrator-system-architecture.md",
475
+ "agents": [
476
+ "subagent-sysops-sre-lead.md"
477
+ ],
478
+ "workflows": [
479
+ "workflow-incident-triage.md"
480
+ ],
481
+ "skills": [
482
+ "telemetry-monitoring",
483
+ "architecture-design"
484
+ ],
485
+ "version": "1.0.0"
486
+ },
487
+ "mobile-development": {
488
+ "name": "mobile-development",
489
+ "domain": "engineering",
490
+ "category": "Native & Cross-Platform Mobile Engineering",
491
+ "parentBundle": "software-engineering",
492
+ "aliases": [
493
+ "mobile",
494
+ "ios",
495
+ "android",
496
+ "react-native",
497
+ "flutter"
498
+ ],
499
+ "description": "iOS (Swift/SwiftUI), Android (Kotlin/Compose), and Cross-Platform (React Native/Flutter)",
500
+ "orchestrator": "orchestrator-engineering.md",
501
+ "agents": [
502
+ "subagent-ios-architect.md",
503
+ "subagent-android-architect.md",
504
+ "subagent-cross-platform-specialist.md"
505
+ ],
506
+ "workflows": [
507
+ "workflow-mobile-build.md",
508
+ "workflow-app-store-release.md"
509
+ ],
510
+ "skills": [
511
+ "mobile-ios-design",
512
+ "mobile-android-design",
513
+ "mobile-platform-offline-validate",
514
+ "maestro-mobile-testing",
515
+ "mobile-first-design"
516
+ ],
517
+ "version": "1.0.0"
518
+ },
519
+ "frontend-engineering": {
520
+ "name": "frontend-engineering",
521
+ "domain": "engineering",
522
+ "category": "Modern Frontend & UI Architecture",
523
+ "parentBundle": "software-engineering",
524
+ "aliases": [
525
+ "frontend",
526
+ "web",
527
+ "react",
528
+ "nextjs"
529
+ ],
530
+ "description": "Next.js/React architecture, Server Components, Core Web Vitals & Accessibility",
531
+ "orchestrator": "orchestrator-engineering.md",
532
+ "agents": [
533
+ "subagent-frontend-architect.md",
534
+ "subagent-accessibility-lead.md"
535
+ ],
536
+ "workflows": [
537
+ "workflow-frontend-audit.md"
538
+ ],
539
+ "skills": [
540
+ "react-best-practices",
541
+ "vercel-deploy-best-practices",
542
+ "ai-prototype-refactoring",
543
+ "micro-interaction-design",
544
+ "accessibility-audit",
545
+ "state-driven-ui-animation",
546
+ "frontend-component-design"
547
+ ],
548
+ "version": "1.0.0"
549
+ },
550
+ "backend-distributed-systems": {
551
+ "name": "backend-distributed-systems",
552
+ "domain": "engineering",
553
+ "category": "Distributed Backend & Event Streaming Architecture",
554
+ "parentBundle": "software-engineering",
555
+ "aliases": [
556
+ "backend",
557
+ "distributed",
558
+ "microservices",
559
+ "events"
560
+ ],
561
+ "description": "Microservices, event streams (Kafka/RabbitMQ), gRPC & database migrations",
562
+ "orchestrator": "orchestrator-engineering.md",
563
+ "agents": [
564
+ "subagent-distributed-systems-architect.md",
565
+ "subagent-data-engineer.md"
566
+ ],
567
+ "workflows": [
568
+ "workflow-api-contract-design.md"
569
+ ],
570
+ "skills": [
571
+ "supabase-backend-architecture",
572
+ "turso-distributed-sqlite",
573
+ "microservices-architecture",
574
+ "graphql-schema-design",
575
+ "database-design",
576
+ "backend-api-design"
577
+ ],
578
+ "version": "1.0.0"
579
+ },
580
+ "qa-automation": {
581
+ "name": "qa-automation",
582
+ "domain": "engineering",
583
+ "category": "Quality Assurance & End-to-End Test Automation",
584
+ "parentBundle": "software-engineering",
585
+ "aliases": [
586
+ "qa",
587
+ "testing",
588
+ "e2e",
589
+ "playwright"
590
+ ],
591
+ "description": "Playwright E2E browser automation, test matrix planning & chaos engineering",
592
+ "orchestrator": "orchestrator-engineering.md",
593
+ "agents": [
594
+ "subagent-qa-automation-lead.md",
595
+ "subagent-e2e-tester.md"
596
+ ],
597
+ "workflows": [
598
+ "workflow-e2e-testing.md"
599
+ ],
600
+ "skills": [
601
+ "playwright-best-practices",
602
+ "chaos-engineering",
603
+ "test-driven-development"
604
+ ],
605
+ "version": "1.0.0"
606
+ },
607
+ "ai-ml-engineering": {
608
+ "name": "ai-ml-engineering",
609
+ "domain": "engineering",
610
+ "category": "AI / Machine Learning & Vector Data Engineering",
611
+ "parentBundle": "software-engineering",
612
+ "aliases": [
613
+ "ai",
614
+ "ml",
615
+ "mlops",
616
+ "ai-engineering",
617
+ "rag",
618
+ "ai-ml",
619
+ "llm"
620
+ ],
621
+ "description": "Serverless GPU deployment, LLM fine-tuning, RAG vector pipelines, and scoped AI safety guardrails",
622
+ "orchestrator": "orchestrator-engineering.md",
623
+ "agents": [
624
+ "subagent-ml-platform-engineer.md",
625
+ "subagent-ai-model-architect.md"
626
+ ],
627
+ "workflows": [
628
+ "workflow-ml-eval.md",
629
+ "workflow-rag-pipeline-deploy.md",
630
+ "workflow-serverless-gpu-deploy.md"
631
+ ],
632
+ "skills": [
633
+ "modal-serverless-python",
634
+ "replicate-model-inference",
635
+ "runpod-gpu-orchestration",
636
+ "rag-vector-pipeline",
637
+ "local-llm-inference",
638
+ "vector-database-design",
639
+ "hf-model-evaluation"
640
+ ],
641
+ "version": "1.0.0"
642
+ },
643
+ "full": {
644
+ "name": "full",
645
+ "domain": "universal",
646
+ "category": "Complete Autonomous Department",
647
+ "aliases": [
648
+ "all",
649
+ "complete",
650
+ "full-suite"
651
+ ],
652
+ "description": "Complete suite with all 7 lead orchestrators, 38 subagents, and all skills and workflows",
653
+ "orchestrator": "orchestrator-engineering.md",
654
+ "agents": [
655
+ "orchestrator-business.md",
656
+ "orchestrator-design.md",
657
+ "orchestrator-engineering.md",
658
+ "orchestrator-marketing.md",
659
+ "orchestrator-research.md",
660
+ "orchestrator-security.md",
661
+ "orchestrator-system-architecture.md",
662
+ "subagent-accessibility-lead.md",
663
+ "subagent-ai-model-architect.md",
664
+ "subagent-android-architect.md",
665
+ "subagent-appsec-penetration-tester.md",
666
+ "subagent-backend-architect.md",
667
+ "subagent-business-panel-experts.md",
668
+ "subagent-cloud-infrastructure-architect.md",
669
+ "subagent-cloud-security-architect.md",
670
+ "subagent-code-reviewer.md",
671
+ "subagent-compliance-grc-specialist.md",
672
+ "subagent-cross-platform-specialist.md",
673
+ "subagent-data-engineer.md",
674
+ "subagent-database-administrator.md",
675
+ "subagent-deep-research.md",
676
+ "subagent-design-ops-lead.md",
677
+ "subagent-design-researcher.md",
678
+ "subagent-design-systems-architect.md",
679
+ "subagent-designer-toolkit-expert.md",
680
+ "subagent-devops-engineer.md",
681
+ "subagent-distributed-systems-architect.md",
682
+ "subagent-e2e-tester.md",
683
+ "subagent-financial-analyst.md",
684
+ "subagent-finops-cost-engineer.md",
685
+ "subagent-frontend-architect.md",
686
+ "subagent-interaction-designer.md",
687
+ "subagent-ios-architect.md",
688
+ "subagent-legal-contract-analyst.md",
689
+ "subagent-lifecycle-email-specialist.md",
690
+ "subagent-literature-patent-analyst.md",
691
+ "subagent-market-intelligence-analyst.md",
692
+ "subagent-marketing-campaign-specialist.md",
693
+ "subagent-marketing-content-strategist.md",
694
+ "subagent-marketing-conversion-specialist.md",
695
+ "subagent-marketing-creative-designer.md",
696
+ "subagent-marketing-growth-strategist.md",
697
+ "subagent-ml-platform-engineer.md",
698
+ "subagent-operations-strategist.md",
699
+ "subagent-paid-acquisition-specialist.md",
700
+ "subagent-plg-strategist.md",
701
+ "subagent-prototype-tester.md",
702
+ "subagent-qa-automation-lead.md",
703
+ "subagent-repo-index.md",
704
+ "subagent-security-engineer.md",
705
+ "subagent-seo-specialist.md",
706
+ "subagent-socratic-mentor.md",
707
+ "subagent-statistical-analyst.md",
708
+ "subagent-sysops-sre-lead.md",
709
+ "subagent-system-architect.md",
710
+ "subagent-ui-designer.md",
711
+ "subagent-ux-strategist.md"
712
+ ],
713
+ "workflows": [
714
+ "workflow-analyze.md",
715
+ "workflow-api-contract-design.md",
716
+ "workflow-app-store-release.md",
717
+ "workflow-brainstorm.md",
718
+ "workflow-build.md",
719
+ "workflow-business-panel.md",
720
+ "workflow-cleanup.md",
721
+ "workflow-deploy-staging.md",
722
+ "workflow-design-code.md",
723
+ "workflow-design-ops--handoff.md",
724
+ "workflow-design-ops--plan-sprint.md",
725
+ "workflow-design-ops--setup-workflow.md",
726
+ "workflow-design-orchestrate.md",
727
+ "workflow-design-systems--audit-system.md",
728
+ "workflow-design-systems--create-component.md",
729
+ "workflow-design-systems--tokenize.md",
730
+ "workflow-diagnose.md",
731
+ "workflow-e2e-testing.md",
732
+ "workflow-email-drip-sequence.md",
733
+ "workflow-estimate.md",
734
+ "workflow-explain.md",
735
+ "workflow-frontend-audit.md",
736
+ "workflow-git.md",
737
+ "workflow-grill.md",
738
+ "workflow-implement.md",
739
+ "workflow-incident-triage.md",
740
+ "workflow-interaction-design--design-interaction.md",
741
+ "workflow-interaction-design--error-flow.md",
742
+ "workflow-interaction-design--map-states.md",
743
+ "workflow-marketing-audit.md",
744
+ "workflow-marketing-campaign-builder.md",
745
+ "workflow-marketing-content-pipeline.md",
746
+ "workflow-marketing-growth-experiment.md",
747
+ "workflow-marketing-launch.md",
748
+ "workflow-marketing-panel.md",
749
+ "workflow-ml-eval.md",
750
+ "workflow-mobile-build.md",
751
+ "workflow-onboarding-funnel-cro.md",
752
+ "workflow-paid-acquisition-campaign.md",
753
+ "workflow-paid-campaign-launch.md",
754
+ "workflow-plan.md",
755
+ "workflow-prototyping-testing--evaluate.md",
756
+ "workflow-prototyping-testing--experiment.md",
757
+ "workflow-prototyping-testing--prototype-plan.md",
758
+ "workflow-prototyping-testing--test-plan.md",
759
+ "workflow-rag-pipeline-deploy.md",
760
+ "workflow-recommend.md",
761
+ "workflow-research.md",
762
+ "workflow-review.md",
763
+ "workflow-seo-audit-pipeline.md",
764
+ "workflow-seo-content-pipeline.md",
765
+ "workflow-serverless-gpu-deploy.md",
766
+ "workflow-spec-panel.md",
767
+ "workflow-spec.md",
768
+ "workflow-test.md",
769
+ "workflow-troubleshoot.md",
770
+ "workflow-ui-design--color-palette.md",
771
+ "workflow-ui-design--design-screen.md",
772
+ "workflow-ui-design--responsive-audit.md",
773
+ "workflow-ui-design--type-system.md",
774
+ "workflow-ux-strategy--benchmark.md",
775
+ "workflow-ux-strategy--frame-problem.md",
776
+ "workflow-ux-strategy--strategize.md",
777
+ "workflow-agency-full-campaign.md",
778
+ "workflow-agency-ad-creative-sprint.md",
779
+ "workflow-agency-seo-content-engine.md",
780
+ "workflow-agency-cro-funnel-teardown.md",
781
+ "workflow-agency-brand-design-system.md",
782
+ "workflow-agency-client-pitch-proposal.md"
783
+ ],
784
+ "skills": [
785
+ "ab-test-setup",
786
+ "accessibility-audit",
787
+ "ad-attribution-modeling",
788
+ "ad-creative-design",
789
+ "ai-prototype-refactoring",
790
+ "architecture-design",
791
+ "azure-infrastructure-bicep",
792
+ "backend-api-design",
793
+ "chaos-engineering",
794
+ "churn-prevention-playbook",
795
+ "ci-cd-pipeline-automation",
796
+ "clickable-prototype-spec",
797
+ "code-refactoring",
798
+ "component-library-management",
799
+ "component-playground-setup",
800
+ "content-calendar-strategy",
801
+ "conversion-funnel-optimization",
802
+ "copywriting-frameworks",
803
+ "database-design",
804
+ "dependency-management",
805
+ "design-handoff-spec",
806
+ "design-ops-workflow",
807
+ "design-system-governance",
808
+ "design-system-tokens",
809
+ "design-tokens-management",
810
+ "design-version-control",
811
+ "diagnosing-bugs",
812
+ "docker-deployment",
813
+ "domain-modeling",
814
+ "email-drip-sequences",
815
+ "email-marketing-automation",
816
+ "finishing-a-development-branch",
817
+ "frontend-component-design",
818
+ "git-guardrails",
819
+ "google-ads-optimization",
820
+ "graphql-schema-design",
821
+ "grill-me",
822
+ "grill-with-docs",
823
+ "growth-experiment-design",
824
+ "handoff",
825
+ "hf-model-evaluation",
826
+ "interaction-pattern-library",
827
+ "interactive-prototype-builder",
828
+ "local-llm-inference",
829
+ "maestro-mobile-testing",
830
+ "marketing-creative-design",
831
+ "mcp-setup",
832
+ "meta-ad-creative-testing",
833
+ "micro-interaction-design",
834
+ "microservices-architecture",
835
+ "mobile-android-design",
836
+ "mobile-first-design",
837
+ "mobile-ios-design",
838
+ "mobile-platform-offline-validate",
839
+ "modal-serverless-python",
840
+ "onboarding-cro",
841
+ "paid-acquisition-ppc",
842
+ "performance-optimization",
843
+ "playwright-best-practices",
844
+ "product-launch-playbook",
845
+ "programmatic-seo",
846
+ "rag-vector-pipeline",
847
+ "react-best-practices",
848
+ "receiving-code-review",
849
+ "replicate-model-inference",
850
+ "requesting-code-review",
851
+ "responsive-design-audit",
852
+ "runpod-gpu-orchestration",
853
+ "schema-markup-strategy",
854
+ "security-audit",
855
+ "seo-audit",
856
+ "signup-flow-cro",
857
+ "social-media-campaign",
858
+ "state-driven-ui-animation",
859
+ "subagent-driven-development",
860
+ "supabase-backend-architecture",
861
+ "systematic-debugging",
862
+ "technical-documentation",
863
+ "technical-seo-audit",
864
+ "telemetry-monitoring",
865
+ "test-driven-development",
866
+ "to-spec",
867
+ "to-tickets",
868
+ "turso-distributed-sqlite",
869
+ "ui-component-spec",
870
+ "usability-testing-protocol",
871
+ "user-flow-mapping",
872
+ "user-journey-mapping",
873
+ "vector-database-design",
874
+ "vercel-deploy-best-practices",
875
+ "viral-referral-loops"
876
+ ],
877
+ "version": "1.0.0"
878
+ },
879
+ "mock-organization-under-construction": {
880
+ "name": "mock-organization-under-construction",
881
+ "tier": "organization",
882
+ "status": "under-construction",
883
+ "domain": "organization",
884
+ "category": "Mock Testing Bundle",
885
+ "aliases": ["mock-tba"],
886
+ "description": "A dummy under-construction bundle for testing the CLI gate",
887
+ "prerequisites": {},
888
+ "modes": {},
889
+ "orchestrator": "orchestrator-universal.md",
890
+ "agents": [],
891
+ "workflows": [],
892
+ "skills": [],
893
+ "version": "1.0.0"
894
+ },
895
+ "digital-agency": {
896
+ "name": "digital-agency",
897
+ "tier": "organization",
898
+ "status": "experimental",
899
+ "domain": "organization",
900
+ "category": "Cross-Functional Digital Agency (Experimental)",
901
+ "aliases": [
902
+ "agency"
903
+ ],
904
+ "description": "Full-service digital product agency powered by the AstrolabsAI persona team (Chris, Ava, Jamileh, Kaan). Features dynamic DAG orchestration and Tri-Tier Execution Modes with 8 MCP servers.",
905
+ "prerequisites": {
906
+ "requiredMcps": [
907
+ {
908
+ "name": "github",
909
+ "purpose": "Repository scaffolding and automated PR management",
910
+ "optionalForBrainstorming": true
911
+ },
912
+ {
913
+ "name": "firecrawl",
914
+ "purpose": "Web research, competitive scraping, and technical SEO crawling",
915
+ "optionalForBrainstorming": true
916
+ },
917
+ {
918
+ "name": "context7",
919
+ "purpose": "Documentation library resolution and context retrieval",
920
+ "optionalForBrainstorming": true
921
+ },
922
+ {
923
+ "name": "playwright",
924
+ "purpose": "Headless browser automation and CRO funnel testing",
925
+ "optionalForBrainstorming": true
926
+ },
927
+ {
928
+ "name": "markitdown",
929
+ "purpose": "Ingestion of client PDF/DOCX pitch decks",
930
+ "optionalForBrainstorming": true
931
+ },
932
+ {
933
+ "name": "chrome-devtools-mcp",
934
+ "purpose": "Core Web Vitals and live DOM performance audits",
935
+ "optionalForBrainstorming": true
936
+ },
937
+ {
938
+ "name": "stitch",
939
+ "purpose": "AI UI generation and design token construction",
940
+ "optionalForBrainstorming": true
941
+ },
942
+ {
943
+ "name": "figma",
944
+ "purpose": "Extraction of design systems and canvas frames",
945
+ "optionalForBrainstorming": true
946
+ }
947
+ ],
948
+ "requiredPackages": [
949
+ "@playwright/test"
950
+ ],
951
+ "requiredEnvVars": []
952
+ },
953
+ "modes": {
954
+ "operational": "Full execution with authenticated MCP tool calling, live web scraping, and browser automation",
955
+ "limited-operational": "Execution with unauthenticated / community-tier MCP servers",
956
+ "brainstorming": "Zero-MCP native fallback mode generating project scopes and specifications"
957
+ },
958
+ "orchestrator": "orchestrator-marketing.md",
959
+ "agents": [
960
+ "subagent-marketing-growth-strategist.md",
961
+ "subagent-marketing-campaign-specialist.md",
962
+ "subagent-marketing-content-strategist.md",
963
+ "subagent-marketing-creative-designer.md",
964
+ "subagent-marketing-conversion-specialist.md",
965
+ "subagent-seo-specialist.md",
966
+ "subagent-frontend-architect.md",
967
+ "subagent-qa-automation-lead.md",
968
+ "subagent-compliance-grc-specialist.md"
969
+ ],
970
+ "workflows": [
971
+ "workflow-agency-full-campaign.md",
972
+ "workflow-agency-ad-creative-sprint.md",
973
+ "workflow-agency-seo-content-engine.md",
974
+ "workflow-agency-cro-funnel-teardown.md",
975
+ "workflow-agency-brand-design-system.md",
976
+ "workflow-agency-client-pitch-proposal.md"
977
+ ],
978
+ "skills": [
979
+ "mcp-setup",
980
+ "handoff",
981
+ "design-handoff-spec",
982
+ "ab-test-setup",
983
+ "marketing-creative-design",
984
+ "seo-audit",
985
+ "conversion-funnel-optimization",
986
+ "copywriting-frameworks"
987
+ ],
988
+ "version": "1.0.0"
989
+ },
990
+ "universal-orchestration": {
991
+ "name": "universal-orchestration",
992
+ "domain": "universal",
993
+ "status": "stable",
994
+ "category": "Universal Orchestration & Guided Routing",
995
+ "aliases": [
996
+ "orchestration",
997
+ "router"
998
+ ],
999
+ "description": "Prime Orchestrator front door: grills ambiguous requests, consults the Domain Atlas to route to the correct department Essentials bundle, installs with consent, and hands off (Route & Instruct)",
1000
+ "orchestrator": "orchestrator-universal.md",
1001
+ "skills": [
1002
+ "mcp-setup",
1003
+ "handoff",
1004
+ "grill-me"
1005
+ ],
1006
+ "version": "1.0.0"
1007
+ },
1008
+ "universal-skills": {
1009
+ "name": "universal-skills",
1010
+ "domain": "universal",
1011
+ "category": "Shared Meta-Skills & Cross-Domain Utilities",
1012
+ "aliases": [
1013
+ "meta-skills",
1014
+ "universal-meta",
1015
+ "meta"
1016
+ ],
1017
+ "description": "Domain-agnostic meta-skills shared across all orchestrators: Socratic grilling, spec generation, handoff, and domain modeling",
1018
+ "skills": [
1019
+ "mcp-setup",
1020
+ "grill-me",
1021
+ "grill-with-docs",
1022
+ "domain-modeling",
1023
+ "to-spec",
1024
+ "to-tickets",
1025
+ "handoff"
1026
+ ],
1027
+ "version": "1.0.0"
1028
+ },
1029
+ "design-systems-ops": {
1030
+ "name": "design-systems-ops",
1031
+ "domain": "design",
1032
+ "category": "Design Systems Governance & DesignOps Workflows",
1033
+ "parentBundle": "product-design",
1034
+ "aliases": [
1035
+ "design-systems",
1036
+ "design-ops",
1037
+ "design-tokens"
1038
+ ],
1039
+ "description": "Token governance, component libraries, design handoff & version control workflows",
1040
+ "orchestrator": "orchestrator-design.md",
1041
+ "agents": [
1042
+ "subagent-design-systems-architect.md",
1043
+ "subagent-design-ops-lead.md"
1044
+ ],
1045
+ "workflows": [
1046
+ "workflow-design-systems--audit-system.md",
1047
+ "workflow-design-systems--create-component.md",
1048
+ "workflow-design-systems--tokenize.md",
1049
+ "workflow-design-ops--handoff.md",
1050
+ "workflow-design-ops--plan-sprint.md",
1051
+ "workflow-design-ops--setup-workflow.md"
1052
+ ],
1053
+ "skills": [
1054
+ "design-system-tokens",
1055
+ "design-tokens-management",
1056
+ "design-system-governance",
1057
+ "component-library-management",
1058
+ "design-ops-workflow",
1059
+ "design-version-control",
1060
+ "design-handoff-spec"
1061
+ ],
1062
+ "version": "1.0.0"
1063
+ },
1064
+ "design-research-testing": {
1065
+ "name": "design-research-testing",
1066
+ "domain": "design",
1067
+ "category": "User Research, Usability Testing & Interactive Prototyping",
1068
+ "parentBundle": "product-design",
1069
+ "aliases": [
1070
+ "user-research",
1071
+ "prototyping-testing",
1072
+ "design-research",
1073
+ "prototype-testing"
1074
+ ],
1075
+ "description": "Usability testing, user journey mapping, interactive prototypes & AI prototype refactoring",
1076
+ "orchestrator": "orchestrator-design.md",
1077
+ "agents": [
1078
+ "subagent-design-researcher.md",
1079
+ "subagent-designer-toolkit-expert.md",
1080
+ "subagent-prototype-tester.md"
1081
+ ],
1082
+ "workflows": [
1083
+ "workflow-ux-strategy--benchmark.md",
1084
+ "workflow-ux-strategy--frame-problem.md",
1085
+ "workflow-prototyping-testing--evaluate.md",
1086
+ "workflow-prototyping-testing--experiment.md",
1087
+ "workflow-prototyping-testing--prototype-plan.md",
1088
+ "workflow-prototyping-testing--test-plan.md"
1089
+ ],
1090
+ "skills": [
1091
+ "usability-testing-protocol",
1092
+ "accessibility-audit",
1093
+ "user-journey-mapping",
1094
+ "interactive-prototype-builder",
1095
+ "clickable-prototype-spec",
1096
+ "component-playground-setup",
1097
+ "ai-prototype-refactoring"
1098
+ ],
1099
+ "version": "1.0.0"
1100
+ },
1101
+ "secops-cloud-security": {
1102
+ "name": "secops-cloud-security",
1103
+ "domain": "security",
1104
+ "category": "Cloud Security Posture & IAM Hardening",
1105
+ "parentBundle": "security-operations",
1106
+ "aliases": [
1107
+ "cloud-security",
1108
+ "cloud-secops",
1109
+ "iam-security"
1110
+ ],
1111
+ "description": "Cloud infrastructure security, IAM least privilege, and IaC posture hardening",
1112
+ "orchestrator": "orchestrator-security.md",
1113
+ "agents": [
1114
+ "subagent-cloud-security-architect.md",
1115
+ "subagent-security-engineer.md"
1116
+ ],
1117
+ "workflows": [
1118
+ "workflow-analyze.md",
1119
+ "workflow-troubleshoot.md"
1120
+ ],
1121
+ "skills": [
1122
+ "security-audit",
1123
+ "azure-infrastructure-bicep",
1124
+ "docker-deployment"
1125
+ ],
1126
+ "version": "1.0.0"
1127
+ },
1128
+ "secops-application-security": {
1129
+ "name": "secops-application-security",
1130
+ "domain": "security",
1131
+ "category": "Application Security & Penetration Testing",
1132
+ "parentBundle": "security-operations",
1133
+ "aliases": [
1134
+ "appsec",
1135
+ "pentest",
1136
+ "vulnerability-testing"
1137
+ ],
1138
+ "description": "OWASP Top 10 auditing, AST security analysis (Semgrep), API fuzzing & PoC remediation",
1139
+ "orchestrator": "orchestrator-security.md",
1140
+ "agents": [
1141
+ "subagent-appsec-penetration-tester.md",
1142
+ "subagent-security-engineer.md"
1143
+ ],
1144
+ "workflows": [
1145
+ "workflow-troubleshoot.md",
1146
+ "workflow-analyze.md",
1147
+ "workflow-test.md"
1148
+ ],
1149
+ "skills": [
1150
+ "security-audit",
1151
+ "test-driven-development",
1152
+ "systematic-debugging",
1153
+ "diagnosing-bugs"
1154
+ ],
1155
+ "version": "1.0.0"
1156
+ },
1157
+ "secops-compliance-grc": {
1158
+ "name": "secops-compliance-grc",
1159
+ "domain": "security",
1160
+ "category": "Governance, Risk & Compliance (SOC2 / ISO / HIPAA / GDPR)",
1161
+ "parentBundle": "security-operations",
1162
+ "aliases": [
1163
+ "compliance",
1164
+ "grc",
1165
+ "soc2",
1166
+ "privacy-gdpr"
1167
+ ],
1168
+ "description": "SOC 2 Type II, ISO 27001, HIPAA, GDPR/CCPA privacy pipelines & automated evidence collection",
1169
+ "orchestrator": "orchestrator-security.md",
1170
+ "agents": [
1171
+ "subagent-compliance-grc-specialist.md",
1172
+ "subagent-security-engineer.md"
1173
+ ],
1174
+ "workflows": [
1175
+ "workflow-analyze.md",
1176
+ "workflow-grill.md",
1177
+ "workflow-spec.md"
1178
+ ],
1179
+ "skills": [
1180
+ "security-audit",
1181
+ "technical-documentation",
1182
+ "domain-modeling",
1183
+ "to-spec"
1184
+ ],
1185
+ "version": "1.0.0"
1186
+ },
1187
+ "business-financial-modeling": {
1188
+ "name": "business-financial-modeling",
1189
+ "domain": "business",
1190
+ "category": "SaaS Financial Modeling & Unit Economics",
1191
+ "parentBundle": "business-strategy",
1192
+ "aliases": [
1193
+ "financial-modeling",
1194
+ "unit-economics",
1195
+ "pricing-model",
1196
+ "saas-metrics"
1197
+ ],
1198
+ "description": "SaaS metric modeling (MRR/ARR/NRR), unit economics (CAC/LTV), pricing elasticity & cloud COGS margins",
1199
+ "orchestrator": "orchestrator-business.md",
1200
+ "agents": [
1201
+ "subagent-financial-analyst.md",
1202
+ "subagent-business-panel-experts.md"
1203
+ ],
1204
+ "workflows": [
1205
+ "workflow-estimate.md",
1206
+ "workflow-business-panel.md"
1207
+ ],
1208
+ "skills": [
1209
+ "architecture-design",
1210
+ "technical-documentation"
1211
+ ],
1212
+ "version": "1.0.0"
1213
+ },
1214
+ "business-market-intelligence": {
1215
+ "name": "business-market-intelligence",
1216
+ "domain": "business",
1217
+ "category": "Market Intelligence & Competitive Strategy",
1218
+ "parentBundle": "business-strategy",
1219
+ "aliases": [
1220
+ "market-intelligence",
1221
+ "tam-sam-som",
1222
+ "competitive-analysis",
1223
+ "battlecards"
1224
+ ],
1225
+ "description": "TAM/SAM/SOM market sizing, competitor feature teardowns, Porter's Five Forces & positioning battlecards",
1226
+ "orchestrator": "orchestrator-business.md",
1227
+ "agents": [
1228
+ "subagent-market-intelligence-analyst.md",
1229
+ "subagent-business-panel-experts.md"
1230
+ ],
1231
+ "workflows": [
1232
+ "workflow-recommend.md",
1233
+ "workflow-business-panel.md",
1234
+ "workflow-spec-panel.md"
1235
+ ],
1236
+ "skills": [
1237
+ "architecture-design",
1238
+ "technical-documentation",
1239
+ "domain-modeling"
1240
+ ],
1241
+ "version": "1.0.0"
1242
+ },
1243
+ "business-operations-legal": {
1244
+ "name": "business-operations-legal",
1245
+ "domain": "business",
1246
+ "category": "Commercial Contracts & Operations Strategy",
1247
+ "parentBundle": "business-strategy",
1248
+ "aliases": [
1249
+ "legal-contracts",
1250
+ "operations-strategy",
1251
+ "okrs",
1252
+ "licensing"
1253
+ ],
1254
+ "description": "Commercial MSA/SLA contract analysis, OSS license compatibility, OKRs, and operating cadences",
1255
+ "orchestrator": "orchestrator-business.md",
1256
+ "agents": [
1257
+ "subagent-legal-contract-analyst.md",
1258
+ "subagent-operations-strategist.md",
1259
+ "subagent-business-panel-experts.md"
1260
+ ],
1261
+ "workflows": [
1262
+ "workflow-business-panel.md",
1263
+ "workflow-spec-panel.md"
1264
+ ],
1265
+ "skills": [
1266
+ "architecture-design",
1267
+ "technical-documentation",
1268
+ "domain-modeling",
1269
+ "to-spec"
1270
+ ],
1271
+ "version": "1.0.0"
1272
+ },
1273
+ "deep-research-analytics": {
1274
+ "name": "deep-research-analytics",
1275
+ "domain": "research",
1276
+ "category": "Quantitative Statistics & Academic Prior Art",
1277
+ "parentBundle": "deep-research",
1278
+ "aliases": [
1279
+ "research-analytics",
1280
+ "statistics",
1281
+ "patent-research",
1282
+ "academic-research"
1283
+ ],
1284
+ "description": "Quantitative statistical modeling, hypothesis testing, A/B power calculations & academic patent prior art",
1285
+ "orchestrator": "orchestrator-research.md",
1286
+ "agents": [
1287
+ "subagent-statistical-analyst.md",
1288
+ "subagent-literature-patent-analyst.md",
1289
+ "subagent-deep-research.md"
1290
+ ],
1291
+ "workflows": [
1292
+ "workflow-research.md",
1293
+ "workflow-brainstorm.md",
1294
+ "workflow-explain.md"
1295
+ ],
1296
+ "skills": [
1297
+ "technical-documentation",
1298
+ "systematic-debugging",
1299
+ "domain-modeling"
1300
+ ],
1301
+ "version": "1.0.0"
1302
+ },
1303
+ "system-architecture-cloud": {
1304
+ "name": "system-architecture-cloud",
1305
+ "domain": "architecture",
1306
+ "category": "Multi-Cloud Infrastructure & Network Topology",
1307
+ "parentBundle": "system-architecture",
1308
+ "aliases": [
1309
+ "cloud-architecture",
1310
+ "vpc-topology",
1311
+ "ha-dr-cloud"
1312
+ ],
1313
+ "description": "Multi-region cloud topologies, global transit gateways, Kubernetes cluster design & HA/DR architectures",
1314
+ "orchestrator": "orchestrator-system-architecture.md",
1315
+ "agents": [
1316
+ "subagent-cloud-infrastructure-architect.md",
1317
+ "subagent-system-architect.md"
1318
+ ],
1319
+ "workflows": [
1320
+ "workflow-plan.md",
1321
+ "workflow-design-code.md"
1322
+ ],
1323
+ "skills": [
1324
+ "architecture-design",
1325
+ "docker-deployment",
1326
+ "microservices-architecture",
1327
+ "technical-documentation"
1328
+ ],
1329
+ "version": "1.0.0"
1330
+ },
1331
+ "system-architecture-data": {
1332
+ "name": "system-architecture-data",
1333
+ "domain": "architecture",
1334
+ "category": "Database Administration & Zero-Downtime Persistence",
1335
+ "parentBundle": "system-architecture",
1336
+ "aliases": [
1337
+ "dba",
1338
+ "database-admin",
1339
+ "zero-downtime-migrations"
1340
+ ],
1341
+ "description": "Database performance tuning (WAL, buffers), zero-downtime Expand/Contract migrations & connection pooling",
1342
+ "orchestrator": "orchestrator-system-architecture.md",
1343
+ "agents": [
1344
+ "subagent-database-administrator.md",
1345
+ "subagent-backend-architect.md"
1346
+ ],
1347
+ "workflows": [
1348
+ "workflow-plan.md",
1349
+ "workflow-design-code.md"
1350
+ ],
1351
+ "skills": [
1352
+ "database-design",
1353
+ "backend-api-design",
1354
+ "architecture-design",
1355
+ "code-refactoring"
1356
+ ],
1357
+ "version": "1.0.0"
1358
+ },
1359
+ "system-architecture-finops": {
1360
+ "name": "system-architecture-finops",
1361
+ "domain": "architecture",
1362
+ "category": "Cloud FinOps & Infrastructure Cost Optimization",
1363
+ "parentBundle": "system-architecture",
1364
+ "aliases": [
1365
+ "finops",
1366
+ "cloud-cost-optimization",
1367
+ "cloud-spend"
1368
+ ],
1369
+ "description": "Cloud FinOps spend attribution, compute rightsizing, spot orchestration & data egress elimination",
1370
+ "orchestrator": "orchestrator-system-architecture.md",
1371
+ "agents": [
1372
+ "subagent-finops-cost-engineer.md",
1373
+ "subagent-system-architect.md"
1374
+ ],
1375
+ "workflows": [
1376
+ "workflow-estimate.md",
1377
+ "workflow-plan.md"
1378
+ ],
1379
+ "skills": [
1380
+ "architecture-design",
1381
+ "technical-documentation"
1382
+ ],
1383
+ "version": "1.0.0"
1384
+ }
1385
+ }
1386
+ }