agents-united 1.0.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 (128) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +2 -0
  3. package/dist/cli.d.ts +2 -0
  4. package/dist/cli.js +542 -0
  5. package/dist/cli.js.map +1 -0
  6. package/package.json +70 -0
  7. package/registry/agents/orchestrator-business.md +24 -0
  8. package/registry/agents/orchestrator-design.md +30 -0
  9. package/registry/agents/orchestrator-engineering.md +44 -0
  10. package/registry/agents/orchestrator-marketing.md +24 -0
  11. package/registry/agents/orchestrator-research.md +24 -0
  12. package/registry/agents/orchestrator-security.md +29 -0
  13. package/registry/agents/orchestrator-system-architecture.md +29 -0
  14. package/registry/agents/subagent-backend-architect.md +19 -0
  15. package/registry/agents/subagent-business-panel-experts.md +16 -0
  16. package/registry/agents/subagent-code-reviewer.md +17 -0
  17. package/registry/agents/subagent-deep-research.md +17 -0
  18. package/registry/agents/subagent-design-ops-lead.md +16 -0
  19. package/registry/agents/subagent-design-researcher.md +16 -0
  20. package/registry/agents/subagent-design-systems-architect.md +17 -0
  21. package/registry/agents/subagent-designer-toolkit-expert.md +16 -0
  22. package/registry/agents/subagent-frontend-architect.md +19 -0
  23. package/registry/agents/subagent-interaction-designer.md +16 -0
  24. package/registry/agents/subagent-marketing-campaign-specialist.md +16 -0
  25. package/registry/agents/subagent-marketing-content-strategist.md +16 -0
  26. package/registry/agents/subagent-marketing-conversion-specialist.md +16 -0
  27. package/registry/agents/subagent-marketing-growth-strategist.md +16 -0
  28. package/registry/agents/subagent-prototype-tester.md +16 -0
  29. package/registry/agents/subagent-repo-index.md +17 -0
  30. package/registry/agents/subagent-security-engineer.md +17 -0
  31. package/registry/agents/subagent-socratic-mentor.md +15 -0
  32. package/registry/agents/subagent-system-architect.md +18 -0
  33. package/registry/agents/subagent-ui-designer.md +17 -0
  34. package/registry/agents/subagent-ux-strategist.md +16 -0
  35. package/registry/bundles.json +334 -0
  36. package/registry/rules/GEMINI.md +6 -0
  37. package/registry/skills/ab-test-setup/SKILL.md +13 -0
  38. package/registry/skills/analytics-tracking/SKILL.md +13 -0
  39. package/registry/skills/architecture-design/SKILL.md +13 -0
  40. package/registry/skills/brainstorming/SKILL.md +13 -0
  41. package/registry/skills/browser-agent/SKILL.md +13 -0
  42. package/registry/skills/campaign-strategy/SKILL.md +13 -0
  43. package/registry/skills/competitor-alternatives/SKILL.md +13 -0
  44. package/registry/skills/confidence-check/SKILL.md +13 -0
  45. package/registry/skills/copy-editing/SKILL.md +13 -0
  46. package/registry/skills/copywriting/SKILL.md +13 -0
  47. package/registry/skills/deep-research/SKILL.md +13 -0
  48. package/registry/skills/dependency-management/SKILL.md +13 -0
  49. package/registry/skills/design-ops/SKILL.md +13 -0
  50. package/registry/skills/design-research/SKILL.md +13 -0
  51. package/registry/skills/design-systems/SKILL.md +13 -0
  52. package/registry/skills/designer-toolkit/SKILL.md +13 -0
  53. package/registry/skills/email-sequence/SKILL.md +13 -0
  54. package/registry/skills/executing-plans/SKILL.md +13 -0
  55. package/registry/skills/finishing-a-development-branch/SKILL.md +13 -0
  56. package/registry/skills/form-cro/SKILL.md +13 -0
  57. package/registry/skills/free-tool-strategy/SKILL.md +13 -0
  58. package/registry/skills/interaction-design/SKILL.md +13 -0
  59. package/registry/skills/launch-strategy/SKILL.md +13 -0
  60. package/registry/skills/marketing-ideas/SKILL.md +13 -0
  61. package/registry/skills/marketing-psychology/SKILL.md +13 -0
  62. package/registry/skills/onboarding-cro/SKILL.md +13 -0
  63. package/registry/skills/page-cro/SKILL.md +13 -0
  64. package/registry/skills/paid-ads/SKILL.md +13 -0
  65. package/registry/skills/paywall-upgrade-cro/SKILL.md +13 -0
  66. package/registry/skills/performance-optimization/SKILL.md +13 -0
  67. package/registry/skills/popup-cro/SKILL.md +13 -0
  68. package/registry/skills/pricing-strategy/SKILL.md +13 -0
  69. package/registry/skills/programmatic-seo/SKILL.md +13 -0
  70. package/registry/skills/prototyping-testing/SKILL.md +13 -0
  71. package/registry/skills/receiving-code-review/SKILL.md +13 -0
  72. package/registry/skills/referral-program/SKILL.md +13 -0
  73. package/registry/skills/requesting-code-review/SKILL.md +13 -0
  74. package/registry/skills/schema-markup/SKILL.md +13 -0
  75. package/registry/skills/security-review/SKILL.md +13 -0
  76. package/registry/skills/seo-audit/SKILL.md +13 -0
  77. package/registry/skills/signup-flow-cro/SKILL.md +13 -0
  78. package/registry/skills/social-content/SKILL.md +13 -0
  79. package/registry/skills/subagent-driven-development/SKILL.md +13 -0
  80. package/registry/skills/systematic-debugging/SKILL.md +13 -0
  81. package/registry/skills/test-driven-development/SKILL.md +13 -0
  82. package/registry/skills/ui-design/SKILL.md +13 -0
  83. package/registry/skills/ux-strategy/SKILL.md +13 -0
  84. package/registry/skills/writing-plans/SKILL.md +13 -0
  85. package/registry/workflows/workflow-analyze.md +15 -0
  86. package/registry/workflows/workflow-brainstorm.md +15 -0
  87. package/registry/workflows/workflow-build.md +15 -0
  88. package/registry/workflows/workflow-business-panel.md +15 -0
  89. package/registry/workflows/workflow-cleanup.md +15 -0
  90. package/registry/workflows/workflow-design-code.md +15 -0
  91. package/registry/workflows/workflow-design-ops--handoff.md +15 -0
  92. package/registry/workflows/workflow-design-ops--plan-sprint.md +15 -0
  93. package/registry/workflows/workflow-design-ops--setup-workflow.md +15 -0
  94. package/registry/workflows/workflow-design-orchestrate.md +15 -0
  95. package/registry/workflows/workflow-design-systems--audit-system.md +15 -0
  96. package/registry/workflows/workflow-design-systems--create-component.md +15 -0
  97. package/registry/workflows/workflow-design-systems--tokenize.md +15 -0
  98. package/registry/workflows/workflow-estimate.md +15 -0
  99. package/registry/workflows/workflow-explain.md +15 -0
  100. package/registry/workflows/workflow-git.md +15 -0
  101. package/registry/workflows/workflow-implement.md +15 -0
  102. package/registry/workflows/workflow-interaction-design--design-interaction.md +15 -0
  103. package/registry/workflows/workflow-interaction-design--error-flow.md +15 -0
  104. package/registry/workflows/workflow-interaction-design--map-states.md +15 -0
  105. package/registry/workflows/workflow-marketing-audit.md +15 -0
  106. package/registry/workflows/workflow-marketing-campaign-builder.md +15 -0
  107. package/registry/workflows/workflow-marketing-content-pipeline.md +15 -0
  108. package/registry/workflows/workflow-marketing-growth-experiment.md +15 -0
  109. package/registry/workflows/workflow-marketing-launch.md +15 -0
  110. package/registry/workflows/workflow-marketing-panel.md +15 -0
  111. package/registry/workflows/workflow-plan.md +15 -0
  112. package/registry/workflows/workflow-prototyping-testing--evaluate.md +15 -0
  113. package/registry/workflows/workflow-prototyping-testing--experiment.md +15 -0
  114. package/registry/workflows/workflow-prototyping-testing--prototype-plan.md +15 -0
  115. package/registry/workflows/workflow-prototyping-testing--test-plan.md +15 -0
  116. package/registry/workflows/workflow-recommend.md +15 -0
  117. package/registry/workflows/workflow-research.md +15 -0
  118. package/registry/workflows/workflow-review.md +15 -0
  119. package/registry/workflows/workflow-spec-panel.md +15 -0
  120. package/registry/workflows/workflow-test.md +15 -0
  121. package/registry/workflows/workflow-troubleshoot.md +15 -0
  122. package/registry/workflows/workflow-ui-design--color-palette.md +15 -0
  123. package/registry/workflows/workflow-ui-design--design-screen.md +15 -0
  124. package/registry/workflows/workflow-ui-design--responsive-audit.md +15 -0
  125. package/registry/workflows/workflow-ui-design--type-system.md +15 -0
  126. package/registry/workflows/workflow-ux-strategy--benchmark.md +15 -0
  127. package/registry/workflows/workflow-ux-strategy--frame-problem.md +15 -0
  128. package/registry/workflows/workflow-ux-strategy--strategize.md +15 -0
@@ -0,0 +1,334 @@
1
+ {
2
+ "$schema": "https://agents-united.dev/schema/bundles.v1.json",
3
+ "version": 1,
4
+ "bundles": {
5
+ "software-engineering": {
6
+ "name": "software-engineering",
7
+ "description": "Full software engineering suite with autonomous coding orchestrator, backend & frontend architects, code reviewer, TDD, debugging, and git workflows.",
8
+ "orchestrator": "orchestrator-engineering.md",
9
+ "agents": [
10
+ "subagent-backend-architect.md",
11
+ "subagent-frontend-architect.md",
12
+ "subagent-code-reviewer.md",
13
+ "subagent-repo-index.md"
14
+ ],
15
+ "workflows": [
16
+ "workflow-implement.md",
17
+ "workflow-test.md",
18
+ "workflow-review.md",
19
+ "workflow-build.md",
20
+ "workflow-cleanup.md",
21
+ "workflow-git.md"
22
+ ],
23
+ "skills": [
24
+ "test-driven-development",
25
+ "systematic-debugging",
26
+ "receiving-code-review",
27
+ "requesting-code-review",
28
+ "subagent-driven-development",
29
+ "finishing-a-development-branch",
30
+ "dependency-management",
31
+ "performance-optimization"
32
+ ]
33
+ },
34
+ "system-architecture": {
35
+ "name": "system-architecture",
36
+ "description": "System design and technical planning suite with architecture orchestrator, system/backend architects, specification panels, and ADR planning workflows.",
37
+ "orchestrator": "orchestrator-system-architecture.md",
38
+ "agents": [
39
+ "subagent-system-architect.md",
40
+ "subagent-backend-architect.md"
41
+ ],
42
+ "workflows": [
43
+ "workflow-plan.md",
44
+ "workflow-design-code.md",
45
+ "workflow-estimate.md",
46
+ "workflow-spec-panel.md"
47
+ ],
48
+ "skills": [
49
+ "architecture-design",
50
+ "writing-plans",
51
+ "executing-plans",
52
+ "confidence-check"
53
+ ]
54
+ },
55
+ "product-design": {
56
+ "name": "product-design",
57
+ "description": "Comprehensive UI/UX design suite with design orchestrator, UI designer, UX strategist, interaction designer, design systems architect, and prototyping workflows.",
58
+ "orchestrator": "orchestrator-design.md",
59
+ "agents": [
60
+ "subagent-ui-designer.md",
61
+ "subagent-ux-strategist.md",
62
+ "subagent-interaction-designer.md",
63
+ "subagent-design-systems-architect.md",
64
+ "subagent-design-researcher.md",
65
+ "subagent-design-ops-lead.md",
66
+ "subagent-designer-toolkit-expert.md",
67
+ "subagent-prototype-tester.md"
68
+ ],
69
+ "workflows": [
70
+ "workflow-design-orchestrate.md",
71
+ "workflow-ui-design--color-palette.md",
72
+ "workflow-ui-design--design-screen.md",
73
+ "workflow-ui-design--responsive-audit.md",
74
+ "workflow-ui-design--type-system.md",
75
+ "workflow-ux-strategy--benchmark.md",
76
+ "workflow-ux-strategy--frame-problem.md",
77
+ "workflow-ux-strategy--strategize.md",
78
+ "workflow-interaction-design--design-interaction.md",
79
+ "workflow-interaction-design--error-flow.md",
80
+ "workflow-interaction-design--map-states.md",
81
+ "workflow-design-systems--audit-system.md",
82
+ "workflow-design-systems--create-component.md",
83
+ "workflow-design-systems--tokenize.md",
84
+ "workflow-design-ops--handoff.md",
85
+ "workflow-design-ops--plan-sprint.md",
86
+ "workflow-design-ops--setup-workflow.md",
87
+ "workflow-prototyping-testing--evaluate.md",
88
+ "workflow-prototyping-testing--experiment.md",
89
+ "workflow-prototyping-testing--prototype-plan.md",
90
+ "workflow-prototyping-testing--test-plan.md"
91
+ ],
92
+ "skills": [
93
+ "ui-design",
94
+ "ux-strategy",
95
+ "interaction-design",
96
+ "design-systems",
97
+ "design-research",
98
+ "design-ops",
99
+ "designer-toolkit",
100
+ "prototyping-testing"
101
+ ]
102
+ },
103
+ "growth-marketing": {
104
+ "name": "growth-marketing",
105
+ "description": "Growth marketing, conversion optimization, and content strategy suite with marketing orchestrator, campaign specialists, CRO skills, and launch workflows.",
106
+ "orchestrator": "orchestrator-marketing.md",
107
+ "agents": [
108
+ "subagent-marketing-growth-strategist.md",
109
+ "subagent-marketing-content-strategist.md",
110
+ "subagent-marketing-conversion-specialist.md",
111
+ "subagent-marketing-campaign-specialist.md"
112
+ ],
113
+ "workflows": [
114
+ "workflow-marketing-panel.md",
115
+ "workflow-marketing-audit.md",
116
+ "workflow-marketing-campaign-builder.md",
117
+ "workflow-marketing-content-pipeline.md",
118
+ "workflow-marketing-growth-experiment.md",
119
+ "workflow-marketing-launch.md"
120
+ ],
121
+ "skills": [
122
+ "campaign-strategy",
123
+ "copywriting",
124
+ "copy-editing",
125
+ "marketing-ideas",
126
+ "marketing-psychology",
127
+ "launch-strategy",
128
+ "pricing-strategy",
129
+ "page-cro",
130
+ "onboarding-cro",
131
+ "signup-flow-cro",
132
+ "popup-cro",
133
+ "paywall-upgrade-cro",
134
+ "form-cro",
135
+ "ab-test-setup",
136
+ "analytics-tracking",
137
+ "paid-ads",
138
+ "programmatic-seo",
139
+ "seo-audit",
140
+ "schema-markup",
141
+ "email-sequence",
142
+ "social-content",
143
+ "referral-program",
144
+ "competitor-alternatives",
145
+ "free-tool-strategy"
146
+ ]
147
+ },
148
+ "security-operations": {
149
+ "name": "security-operations",
150
+ "description": "Application security & threat modeling suite with security orchestrator, security engineer subagent, security review skills, and troubleshooting workflows.",
151
+ "orchestrator": "orchestrator-security.md",
152
+ "agents": [
153
+ "subagent-security-engineer.md"
154
+ ],
155
+ "workflows": [
156
+ "workflow-troubleshoot.md",
157
+ "workflow-analyze.md"
158
+ ],
159
+ "skills": [
160
+ "security-review",
161
+ "confidence-check"
162
+ ]
163
+ },
164
+ "deep-research": {
165
+ "name": "deep-research",
166
+ "description": "Literature, codebase, and domain research suite with research orchestrator, deep research subagent, Socratic mentor, and brainstorming workflows.",
167
+ "orchestrator": "orchestrator-research.md",
168
+ "agents": [
169
+ "subagent-deep-research.md",
170
+ "subagent-socratic-mentor.md",
171
+ "subagent-repo-index.md"
172
+ ],
173
+ "workflows": [
174
+ "workflow-research.md",
175
+ "workflow-brainstorm.md",
176
+ "workflow-explain.md"
177
+ ],
178
+ "skills": [
179
+ "deep-research",
180
+ "brainstorming",
181
+ "browser-agent"
182
+ ]
183
+ },
184
+ "business-strategy": {
185
+ "name": "business-strategy",
186
+ "description": "Business evaluation, monetization, and specification panel suite with business orchestrator, expert panel subagent, and recommendation workflows.",
187
+ "orchestrator": "orchestrator-business.md",
188
+ "agents": [
189
+ "subagent-business-panel-experts.md"
190
+ ],
191
+ "workflows": [
192
+ "workflow-business-panel.md",
193
+ "workflow-spec-panel.md",
194
+ "workflow-recommend.md",
195
+ "workflow-estimate.md"
196
+ ],
197
+ "skills": [
198
+ "writing-plans",
199
+ "confidence-check"
200
+ ]
201
+ },
202
+ "full": {
203
+ "name": "full",
204
+ "description": "Complete Agents United suite containing all orchestrators, subagents, skills, rules, and workflows.",
205
+ "orchestrator": "orchestrator-engineering.md",
206
+ "agents": [
207
+ "orchestrator-engineering.md",
208
+ "orchestrator-system-architecture.md",
209
+ "orchestrator-design.md",
210
+ "orchestrator-marketing.md",
211
+ "orchestrator-security.md",
212
+ "orchestrator-research.md",
213
+ "orchestrator-business.md",
214
+ "subagent-backend-architect.md",
215
+ "subagent-frontend-architect.md",
216
+ "subagent-system-architect.md",
217
+ "subagent-code-reviewer.md",
218
+ "subagent-repo-index.md",
219
+ "subagent-security-engineer.md",
220
+ "subagent-socratic-mentor.md",
221
+ "subagent-deep-research.md",
222
+ "subagent-ui-designer.md",
223
+ "subagent-ux-strategist.md",
224
+ "subagent-interaction-designer.md",
225
+ "subagent-design-systems-architect.md",
226
+ "subagent-design-researcher.md",
227
+ "subagent-design-ops-lead.md",
228
+ "subagent-designer-toolkit-expert.md",
229
+ "subagent-prototype-tester.md",
230
+ "subagent-marketing-growth-strategist.md",
231
+ "subagent-marketing-content-strategist.md",
232
+ "subagent-marketing-conversion-specialist.md",
233
+ "subagent-marketing-campaign-specialist.md",
234
+ "subagent-business-panel-experts.md"
235
+ ],
236
+ "workflows": [
237
+ "workflow-implement.md",
238
+ "workflow-test.md",
239
+ "workflow-review.md",
240
+ "workflow-build.md",
241
+ "workflow-cleanup.md",
242
+ "workflow-git.md",
243
+ "workflow-plan.md",
244
+ "workflow-design-code.md",
245
+ "workflow-estimate.md",
246
+ "workflow-spec-panel.md",
247
+ "workflow-design-orchestrate.md",
248
+ "workflow-ui-design--color-palette.md",
249
+ "workflow-ui-design--design-screen.md",
250
+ "workflow-ui-design--responsive-audit.md",
251
+ "workflow-ui-design--type-system.md",
252
+ "workflow-ux-strategy--benchmark.md",
253
+ "workflow-ux-strategy--frame-problem.md",
254
+ "workflow-ux-strategy--strategize.md",
255
+ "workflow-interaction-design--design-interaction.md",
256
+ "workflow-interaction-design--error-flow.md",
257
+ "workflow-interaction-design--map-states.md",
258
+ "workflow-design-systems--audit-system.md",
259
+ "workflow-design-systems--create-component.md",
260
+ "workflow-design-systems--tokenize.md",
261
+ "workflow-design-ops--handoff.md",
262
+ "workflow-design-ops--plan-sprint.md",
263
+ "workflow-design-ops--setup-workflow.md",
264
+ "workflow-prototyping-testing--evaluate.md",
265
+ "workflow-prototyping-testing--experiment.md",
266
+ "workflow-prototyping-testing--prototype-plan.md",
267
+ "workflow-prototyping-testing--test-plan.md",
268
+ "workflow-marketing-panel.md",
269
+ "workflow-marketing-audit.md",
270
+ "workflow-marketing-campaign-builder.md",
271
+ "workflow-marketing-content-pipeline.md",
272
+ "workflow-marketing-growth-experiment.md",
273
+ "workflow-marketing-launch.md",
274
+ "workflow-troubleshoot.md",
275
+ "workflow-analyze.md",
276
+ "workflow-research.md",
277
+ "workflow-brainstorm.md",
278
+ "workflow-explain.md",
279
+ "workflow-business-panel.md",
280
+ "workflow-recommend.md"
281
+ ],
282
+ "skills": [
283
+ "test-driven-development",
284
+ "systematic-debugging",
285
+ "receiving-code-review",
286
+ "requesting-code-review",
287
+ "subagent-driven-development",
288
+ "finishing-a-development-branch",
289
+ "dependency-management",
290
+ "performance-optimization",
291
+ "architecture-design",
292
+ "writing-plans",
293
+ "executing-plans",
294
+ "confidence-check",
295
+ "ui-design",
296
+ "ux-strategy",
297
+ "interaction-design",
298
+ "design-systems",
299
+ "design-research",
300
+ "design-ops",
301
+ "designer-toolkit",
302
+ "prototyping-testing",
303
+ "campaign-strategy",
304
+ "copywriting",
305
+ "copy-editing",
306
+ "marketing-ideas",
307
+ "marketing-psychology",
308
+ "launch-strategy",
309
+ "pricing-strategy",
310
+ "page-cro",
311
+ "onboarding-cro",
312
+ "signup-flow-cro",
313
+ "popup-cro",
314
+ "paywall-upgrade-cro",
315
+ "form-cro",
316
+ "ab-test-setup",
317
+ "analytics-tracking",
318
+ "paid-ads",
319
+ "programmatic-seo",
320
+ "seo-audit",
321
+ "schema-markup",
322
+ "email-sequence",
323
+ "social-content",
324
+ "referral-program",
325
+ "competitor-alternatives",
326
+ "free-tool-strategy",
327
+ "security-review",
328
+ "deep-research",
329
+ "brainstorming",
330
+ "browser-agent"
331
+ ]
332
+ }
333
+ }
334
+ }
@@ -0,0 +1,6 @@
1
+ # Global Rules for Agents United
2
+
3
+ 1. **Test-Driven Development**: Write failing tests before implementation.
4
+ 2. **Quality & Aesthetics**: Clean, intentional, premium design with accessible UI standards.
5
+ 3. **Safety & Security**: Never log secret keys or publish credentials. Use scoped safety policies and validation gates.
6
+ 4. **Clean Code**: Keep modules focused and testable at well-defined seams.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: ab-test-setup
3
+ description: Official Ab Test Setup skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Ab Test Setup
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Ab Test Setup.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: analytics-tracking
3
+ description: Official Analytics Tracking skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Analytics Tracking
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Analytics Tracking.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: architecture-design
3
+ description: Official Architecture Design skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Architecture Design
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Architecture Design.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: brainstorming
3
+ description: Official Brainstorming skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Brainstorming
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Brainstorming.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: browser-agent
3
+ description: Official Browser Agent skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Browser Agent
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Browser Agent.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: campaign-strategy
3
+ description: Official Campaign Strategy skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Campaign Strategy
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Campaign Strategy.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: competitor-alternatives
3
+ description: Official Competitor Alternatives skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Competitor Alternatives
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Competitor Alternatives.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: confidence-check
3
+ description: Official Confidence Check skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Confidence Check
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Confidence Check.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: copy-editing
3
+ description: Official Copy Editing skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Copy Editing
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Copy Editing.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: copywriting
3
+ description: Official Copywriting skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Copywriting
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Copywriting.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: deep-research
3
+ description: Official Deep Research skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Deep Research
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Deep Research.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: dependency-management
3
+ description: Official Dependency Management skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Dependency Management
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Dependency Management.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: design-ops
3
+ description: Official Design Ops skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Design Ops
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Design Ops.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: design-research
3
+ description: Official Design Research skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Design Research
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Design Research.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: design-systems
3
+ description: Official Design Systems skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Design Systems
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Design Systems.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: designer-toolkit
3
+ description: Official Designer Toolkit skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Designer Toolkit
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Designer Toolkit.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: email-sequence
3
+ description: Official Email Sequence skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Email Sequence
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Email Sequence.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: executing-plans
3
+ description: Official Executing Plans skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Executing Plans
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Executing Plans.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: finishing-a-development-branch
3
+ description: Official Finishing A Development Branch skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Finishing A Development Branch
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Finishing A Development Branch.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: form-cro
3
+ description: Official Form Cro skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Form Cro
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Form Cro.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: free-tool-strategy
3
+ description: Official Free Tool Strategy skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Free Tool Strategy
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Free Tool Strategy.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.
@@ -0,0 +1,13 @@
1
+ ---
2
+ name: interaction-design
3
+ description: Official Interaction Design skill for Agents United ecosystem providing runbooks and guidelines.
4
+ ---
5
+
6
+ # Interaction Design
7
+
8
+ This skill provides comprehensive instructions, runbooks, and guidelines for Interaction Design.
9
+
10
+ ## Procedure & Guidelines
11
+ 1. Review domain requirements and constraints.
12
+ 2. Execute step-by-step procedures test-first.
13
+ 3. Validate results against acceptance criteria.