agency-orchestrator 0.4.2 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (296) hide show
  1. package/README.en.md +171 -186
  2. package/README.md +120 -182
  3. package/agency-agents/.gitattributes +5 -0
  4. package/agency-agents/.github/FUNDING.yml +1 -0
  5. package/agency-agents/.github/ISSUE_TEMPLATE/bug-report.yml +27 -0
  6. package/agency-agents/.github/ISSUE_TEMPLATE/new-agent-request.yml +46 -0
  7. package/agency-agents/.github/PULL_REQUEST_TEMPLATE.md +17 -0
  8. package/agency-agents/.github/workflows/lint-agents.yml +55 -0
  9. package/agency-agents/CONTRIBUTING.md +428 -0
  10. package/agency-agents/CONTRIBUTING_zh-CN.md +318 -0
  11. package/agency-agents/LICENSE +21 -0
  12. package/agency-agents/README.md +920 -0
  13. package/agency-agents/SECURITY.md +31 -0
  14. package/agency-agents/academic/academic-anthropologist.md +125 -0
  15. package/agency-agents/academic/academic-geographer.md +127 -0
  16. package/agency-agents/academic/academic-historian.md +123 -0
  17. package/agency-agents/academic/academic-narratologist.md +118 -0
  18. package/agency-agents/academic/academic-psychologist.md +118 -0
  19. package/agency-agents/design/design-brand-guardian.md +322 -0
  20. package/agency-agents/design/design-image-prompt-engineer.md +236 -0
  21. package/agency-agents/design/design-inclusive-visuals-specialist.md +71 -0
  22. package/agency-agents/design/design-ui-designer.md +383 -0
  23. package/agency-agents/design/design-ux-architect.md +469 -0
  24. package/agency-agents/design/design-ux-researcher.md +329 -0
  25. package/agency-agents/design/design-visual-storyteller.md +149 -0
  26. package/agency-agents/design/design-whimsy-injector.md +438 -0
  27. package/agency-agents/engineering/engineering-ai-data-remediation-engineer.md +211 -0
  28. package/agency-agents/engineering/engineering-ai-engineer.md +146 -0
  29. package/agency-agents/engineering/engineering-autonomous-optimization-architect.md +107 -0
  30. package/agency-agents/engineering/engineering-backend-architect.md +235 -0
  31. package/agency-agents/engineering/engineering-cms-developer.md +536 -0
  32. package/agency-agents/engineering/engineering-code-reviewer.md +76 -0
  33. package/agency-agents/engineering/engineering-codebase-onboarding-engineer.md +173 -0
  34. package/agency-agents/engineering/engineering-data-engineer.md +306 -0
  35. package/agency-agents/engineering/engineering-database-optimizer.md +176 -0
  36. package/agency-agents/engineering/engineering-devops-automator.md +376 -0
  37. package/agency-agents/engineering/engineering-email-intelligence-engineer.md +353 -0
  38. package/agency-agents/engineering/engineering-embedded-firmware-engineer.md +173 -0
  39. package/agency-agents/engineering/engineering-feishu-integration-developer.md +598 -0
  40. package/agency-agents/engineering/engineering-filament-optimization-specialist.md +283 -0
  41. package/agency-agents/engineering/engineering-frontend-developer.md +225 -0
  42. package/agency-agents/engineering/engineering-git-workflow-master.md +84 -0
  43. package/agency-agents/engineering/engineering-incident-response-commander.md +444 -0
  44. package/agency-agents/engineering/engineering-minimal-change-engineer.md +207 -0
  45. package/agency-agents/engineering/engineering-mobile-app-builder.md +493 -0
  46. package/agency-agents/engineering/engineering-rapid-prototyper.md +462 -0
  47. package/agency-agents/engineering/engineering-security-engineer.md +304 -0
  48. package/agency-agents/engineering/engineering-senior-developer.md +176 -0
  49. package/agency-agents/engineering/engineering-software-architect.md +81 -0
  50. package/agency-agents/engineering/engineering-solidity-smart-contract-engineer.md +522 -0
  51. package/agency-agents/engineering/engineering-sre.md +90 -0
  52. package/agency-agents/engineering/engineering-technical-writer.md +393 -0
  53. package/agency-agents/engineering/engineering-threat-detection-engineer.md +534 -0
  54. package/agency-agents/engineering/engineering-voice-ai-integration-engineer.md +561 -0
  55. package/agency-agents/engineering/engineering-wechat-mini-program-developer.md +350 -0
  56. package/agency-agents/examples/README.md +48 -0
  57. package/agency-agents/examples/nexus-spatial-discovery.md +852 -0
  58. package/agency-agents/examples/workflow-book-chapter.md +55 -0
  59. package/agency-agents/examples/workflow-landing-page.md +119 -0
  60. package/agency-agents/examples/workflow-startup-mvp.md +155 -0
  61. package/agency-agents/examples/workflow-with-memory.md +238 -0
  62. package/agency-agents/finance/finance-bookkeeper-controller.md +260 -0
  63. package/agency-agents/finance/finance-financial-analyst.md +234 -0
  64. package/agency-agents/finance/finance-fpa-analyst.md +263 -0
  65. package/agency-agents/finance/finance-investment-researcher.md +272 -0
  66. package/agency-agents/finance/finance-tax-strategist.md +239 -0
  67. package/agency-agents/game-development/blender/blender-addon-engineer.md +234 -0
  68. package/agency-agents/game-development/game-audio-engineer.md +264 -0
  69. package/agency-agents/game-development/game-designer.md +167 -0
  70. package/agency-agents/game-development/godot/godot-gameplay-scripter.md +334 -0
  71. package/agency-agents/game-development/godot/godot-multiplayer-engineer.md +297 -0
  72. package/agency-agents/game-development/godot/godot-shader-developer.md +266 -0
  73. package/agency-agents/game-development/level-designer.md +208 -0
  74. package/agency-agents/game-development/narrative-designer.md +243 -0
  75. package/agency-agents/game-development/roblox-studio/roblox-avatar-creator.md +297 -0
  76. package/agency-agents/game-development/roblox-studio/roblox-experience-designer.md +305 -0
  77. package/agency-agents/game-development/roblox-studio/roblox-systems-scripter.md +325 -0
  78. package/agency-agents/game-development/technical-artist.md +229 -0
  79. package/agency-agents/game-development/unity/unity-architect.md +271 -0
  80. package/agency-agents/game-development/unity/unity-editor-tool-developer.md +310 -0
  81. package/agency-agents/game-development/unity/unity-multiplayer-engineer.md +321 -0
  82. package/agency-agents/game-development/unity/unity-shader-graph-artist.md +269 -0
  83. package/agency-agents/game-development/unreal-engine/unreal-multiplayer-architect.md +313 -0
  84. package/agency-agents/game-development/unreal-engine/unreal-systems-engineer.md +310 -0
  85. package/agency-agents/game-development/unreal-engine/unreal-technical-artist.md +256 -0
  86. package/agency-agents/game-development/unreal-engine/unreal-world-builder.md +273 -0
  87. package/agency-agents/integrations/README.md +240 -0
  88. package/agency-agents/integrations/aider/README.md +38 -0
  89. package/agency-agents/integrations/antigravity/README.md +49 -0
  90. package/agency-agents/integrations/claude-code/README.md +31 -0
  91. package/agency-agents/integrations/cursor/README.md +38 -0
  92. package/agency-agents/integrations/gemini-cli/README.md +40 -0
  93. package/agency-agents/integrations/github-copilot/README.md +32 -0
  94. package/agency-agents/integrations/kimi/README.md +108 -0
  95. package/agency-agents/integrations/mcp-memory/README.md +79 -0
  96. package/agency-agents/integrations/mcp-memory/backend-architect-with-memory.md +247 -0
  97. package/agency-agents/integrations/mcp-memory/setup.sh +74 -0
  98. package/agency-agents/integrations/openclaw/README.md +34 -0
  99. package/agency-agents/integrations/opencode/README.md +63 -0
  100. package/agency-agents/integrations/qwen/README.md +43 -0
  101. package/agency-agents/integrations/windsurf/README.md +26 -0
  102. package/agency-agents/marketing/marketing-agentic-search-optimizer.md +311 -0
  103. package/agency-agents/marketing/marketing-ai-citation-strategist.md +170 -0
  104. package/agency-agents/marketing/marketing-app-store-optimizer.md +321 -0
  105. package/agency-agents/marketing/marketing-baidu-seo-specialist.md +226 -0
  106. package/agency-agents/marketing/marketing-bilibili-content-strategist.md +199 -0
  107. package/agency-agents/marketing/marketing-book-co-author.md +110 -0
  108. package/agency-agents/marketing/marketing-carousel-growth-engine.md +199 -0
  109. package/agency-agents/marketing/marketing-china-ecommerce-operator.md +283 -0
  110. package/agency-agents/marketing/marketing-china-market-localization-strategist.md +283 -0
  111. package/agency-agents/marketing/marketing-content-creator.md +54 -0
  112. package/agency-agents/marketing/marketing-cross-border-ecommerce.md +259 -0
  113. package/agency-agents/marketing/marketing-douyin-strategist.md +149 -0
  114. package/agency-agents/marketing/marketing-growth-hacker.md +54 -0
  115. package/agency-agents/marketing/marketing-instagram-curator.md +113 -0
  116. package/agency-agents/marketing/marketing-kuaishou-strategist.md +223 -0
  117. package/agency-agents/marketing/marketing-linkedin-content-creator.md +214 -0
  118. package/agency-agents/marketing/marketing-livestream-commerce-coach.md +305 -0
  119. package/agency-agents/marketing/marketing-podcast-strategist.md +277 -0
  120. package/agency-agents/marketing/marketing-private-domain-operator.md +308 -0
  121. package/agency-agents/marketing/marketing-reddit-community-builder.md +123 -0
  122. package/agency-agents/marketing/marketing-seo-specialist.md +321 -0
  123. package/agency-agents/marketing/marketing-short-video-editing-coach.md +412 -0
  124. package/agency-agents/marketing/marketing-social-media-strategist.md +125 -0
  125. package/agency-agents/marketing/marketing-tiktok-strategist.md +125 -0
  126. package/agency-agents/marketing/marketing-twitter-engager.md +126 -0
  127. package/agency-agents/marketing/marketing-video-optimization-specialist.md +119 -0
  128. package/agency-agents/marketing/marketing-wechat-official-account.md +145 -0
  129. package/agency-agents/marketing/marketing-weibo-strategist.md +240 -0
  130. package/agency-agents/marketing/marketing-xiaohongshu-specialist.md +138 -0
  131. package/agency-agents/marketing/marketing-zhihu-strategist.md +162 -0
  132. package/agency-agents/paid-media/paid-media-auditor.md +71 -0
  133. package/agency-agents/paid-media/paid-media-creative-strategist.md +71 -0
  134. package/agency-agents/paid-media/paid-media-paid-social-strategist.md +71 -0
  135. package/agency-agents/paid-media/paid-media-ppc-strategist.md +71 -0
  136. package/agency-agents/paid-media/paid-media-programmatic-buyer.md +71 -0
  137. package/agency-agents/paid-media/paid-media-search-query-analyst.md +71 -0
  138. package/agency-agents/paid-media/paid-media-tracking-specialist.md +71 -0
  139. package/agency-agents/product/product-behavioral-nudge-engine.md +80 -0
  140. package/agency-agents/product/product-feedback-synthesizer.md +119 -0
  141. package/agency-agents/product/product-manager.md +469 -0
  142. package/agency-agents/product/product-sprint-prioritizer.md +154 -0
  143. package/agency-agents/product/product-trend-researcher.md +159 -0
  144. package/agency-agents/project-management/project-management-experiment-tracker.md +198 -0
  145. package/agency-agents/project-management/project-management-jira-workflow-steward.md +230 -0
  146. package/agency-agents/project-management/project-management-project-shepherd.md +194 -0
  147. package/agency-agents/project-management/project-management-studio-operations.md +200 -0
  148. package/agency-agents/project-management/project-management-studio-producer.md +203 -0
  149. package/agency-agents/project-management/project-manager-senior.md +135 -0
  150. package/agency-agents/sales/sales-account-strategist.md +227 -0
  151. package/agency-agents/sales/sales-coach.md +271 -0
  152. package/agency-agents/sales/sales-deal-strategist.md +180 -0
  153. package/agency-agents/sales/sales-discovery-coach.md +225 -0
  154. package/agency-agents/sales/sales-engineer.md +182 -0
  155. package/agency-agents/sales/sales-outbound-strategist.md +201 -0
  156. package/agency-agents/sales/sales-pipeline-analyst.md +267 -0
  157. package/agency-agents/sales/sales-proposal-strategist.md +217 -0
  158. package/agency-agents/scripts/convert.sh +639 -0
  159. package/agency-agents/scripts/i18n/README.md +63 -0
  160. package/agency-agents/scripts/i18n/agent-names-zh.json +154 -0
  161. package/agency-agents/scripts/i18n/localize-agents-zh.ps1 +38 -0
  162. package/agency-agents/scripts/install.sh +664 -0
  163. package/agency-agents/scripts/lint-agents.sh +170 -0
  164. package/agency-agents/spatial-computing/macos-spatial-metal-engineer.md +337 -0
  165. package/agency-agents/spatial-computing/terminal-integration-specialist.md +70 -0
  166. package/agency-agents/spatial-computing/visionos-spatial-engineer.md +54 -0
  167. package/agency-agents/spatial-computing/xr-cockpit-interaction-specialist.md +32 -0
  168. package/agency-agents/spatial-computing/xr-immersive-developer.md +32 -0
  169. package/agency-agents/spatial-computing/xr-interface-architect.md +32 -0
  170. package/agency-agents/specialized/accounts-payable-agent.md +185 -0
  171. package/agency-agents/specialized/agentic-identity-trust.md +387 -0
  172. package/agency-agents/specialized/agents-orchestrator.md +367 -0
  173. package/agency-agents/specialized/automation-governance-architect.md +216 -0
  174. package/agency-agents/specialized/blockchain-security-auditor.md +463 -0
  175. package/agency-agents/specialized/compliance-auditor.md +158 -0
  176. package/agency-agents/specialized/corporate-training-designer.md +192 -0
  177. package/agency-agents/specialized/customer-service.md +398 -0
  178. package/agency-agents/specialized/data-consolidation-agent.md +60 -0
  179. package/agency-agents/specialized/government-digital-presales-consultant.md +363 -0
  180. package/agency-agents/specialized/healthcare-customer-service.md +389 -0
  181. package/agency-agents/specialized/healthcare-marketing-compliance.md +395 -0
  182. package/agency-agents/specialized/hospitality-guest-services.md +603 -0
  183. package/agency-agents/specialized/hr-onboarding.md +451 -0
  184. package/agency-agents/specialized/identity-graph-operator.md +260 -0
  185. package/agency-agents/specialized/language-translator.md +264 -0
  186. package/agency-agents/specialized/legal-billing-time-tracking.md +569 -0
  187. package/agency-agents/specialized/legal-client-intake.md +492 -0
  188. package/agency-agents/specialized/legal-document-review.md +454 -0
  189. package/agency-agents/specialized/loan-officer-assistant.md +555 -0
  190. package/agency-agents/specialized/lsp-index-engineer.md +314 -0
  191. package/agency-agents/specialized/real-estate-buyer-seller.md +596 -0
  192. package/agency-agents/specialized/recruitment-specialist.md +509 -0
  193. package/agency-agents/specialized/report-distribution-agent.md +65 -0
  194. package/agency-agents/specialized/retail-customer-returns.md +566 -0
  195. package/agency-agents/specialized/sales-data-extraction-agent.md +67 -0
  196. package/agency-agents/specialized/sales-outreach.md +425 -0
  197. package/agency-agents/specialized/specialized-chief-of-staff.md +279 -0
  198. package/agency-agents/specialized/specialized-civil-engineer.md +356 -0
  199. package/agency-agents/specialized/specialized-cultural-intelligence-strategist.md +88 -0
  200. package/agency-agents/specialized/specialized-developer-advocate.md +317 -0
  201. package/agency-agents/specialized/specialized-document-generator.md +55 -0
  202. package/agency-agents/specialized/specialized-french-consulting-market.md +192 -0
  203. package/agency-agents/specialized/specialized-korean-business-navigator.md +216 -0
  204. package/agency-agents/specialized/specialized-mcp-builder.md +248 -0
  205. package/agency-agents/specialized/specialized-model-qa.md +488 -0
  206. package/agency-agents/specialized/specialized-salesforce-architect.md +180 -0
  207. package/agency-agents/specialized/specialized-workflow-architect.md +597 -0
  208. package/agency-agents/specialized/study-abroad-advisor.md +282 -0
  209. package/agency-agents/specialized/supply-chain-strategist.md +582 -0
  210. package/agency-agents/specialized/zk-steward.md +211 -0
  211. package/agency-agents/strategy/EXECUTIVE-BRIEF.md +95 -0
  212. package/agency-agents/strategy/QUICKSTART.md +194 -0
  213. package/agency-agents/strategy/coordination/agent-activation-prompts.md +401 -0
  214. package/agency-agents/strategy/coordination/handoff-templates.md +357 -0
  215. package/agency-agents/strategy/nexus-strategy.md +1110 -0
  216. package/agency-agents/strategy/playbooks/phase-0-discovery.md +178 -0
  217. package/agency-agents/strategy/playbooks/phase-1-strategy.md +238 -0
  218. package/agency-agents/strategy/playbooks/phase-2-foundation.md +278 -0
  219. package/agency-agents/strategy/playbooks/phase-3-build.md +286 -0
  220. package/agency-agents/strategy/playbooks/phase-4-hardening.md +332 -0
  221. package/agency-agents/strategy/playbooks/phase-5-launch.md +277 -0
  222. package/agency-agents/strategy/playbooks/phase-6-operate.md +318 -0
  223. package/agency-agents/strategy/runbooks/scenario-enterprise-feature.md +157 -0
  224. package/agency-agents/strategy/runbooks/scenario-incident-response.md +217 -0
  225. package/agency-agents/strategy/runbooks/scenario-marketing-campaign.md +187 -0
  226. package/agency-agents/strategy/runbooks/scenario-startup-mvp.md +154 -0
  227. package/agency-agents/support/support-analytics-reporter.md +365 -0
  228. package/agency-agents/support/support-executive-summary-generator.md +212 -0
  229. package/agency-agents/support/support-finance-tracker.md +442 -0
  230. package/agency-agents/support/support-infrastructure-maintainer.md +618 -0
  231. package/agency-agents/support/support-legal-compliance-checker.md +588 -0
  232. package/agency-agents/support/support-support-responder.md +585 -0
  233. package/agency-agents/testing/testing-accessibility-auditor.md +316 -0
  234. package/agency-agents/testing/testing-api-tester.md +306 -0
  235. package/agency-agents/testing/testing-evidence-collector.md +210 -0
  236. package/agency-agents/testing/testing-performance-benchmarker.md +268 -0
  237. package/agency-agents/testing/testing-reality-checker.md +236 -0
  238. package/agency-agents/testing/testing-test-results-analyzer.md +305 -0
  239. package/agency-agents/testing/testing-tool-evaluator.md +394 -0
  240. package/agency-agents/testing/testing-workflow-optimizer.md +450 -0
  241. package/dist/agents/loader.js +8 -0
  242. package/dist/cli/compose.d.ts +20 -2
  243. package/dist/cli/compose.js +168 -21
  244. package/dist/cli/demo.d.ts +1 -1
  245. package/dist/cli/demo.js +1 -0
  246. package/dist/cli.js +168 -24
  247. package/dist/connectors/claude-code.d.ts +4 -10
  248. package/dist/connectors/claude-code.js +136 -14
  249. package/dist/connectors/cli-base.d.ts +4 -0
  250. package/dist/connectors/cli-base.js +101 -33
  251. package/dist/connectors/codex-cli.js +4 -1
  252. package/dist/connectors/factory.js +19 -2
  253. package/dist/connectors/hermes-cli.d.ts +14 -0
  254. package/dist/connectors/hermes-cli.js +27 -0
  255. package/dist/connectors/openai-compatible.d.ts +8 -0
  256. package/dist/connectors/openai-compatible.js +145 -23
  257. package/dist/connectors/openclaw-cli.d.ts +6 -1
  258. package/dist/connectors/openclaw-cli.js +25 -3
  259. package/dist/core/executor.js +80 -17
  260. package/dist/core/parser.js +2 -2
  261. package/dist/index.js +97 -23
  262. package/dist/mcp/server.js +5 -1
  263. package/dist/output/reporter.d.ts +4 -4
  264. package/dist/output/reporter.js +127 -19
  265. package/dist/types.d.ts +11 -1
  266. package/dist/utils/version-check.d.ts +6 -0
  267. package/dist/utils/version-check.js +90 -0
  268. package/integrations/aider/README.md +1 -1
  269. package/integrations/antigravity/README.md +1 -1
  270. package/integrations/claude-code/README.md +1 -1
  271. package/integrations/codex/README.md +1 -1
  272. package/integrations/copilot/README.md +1 -1
  273. package/integrations/cursor/README.md +1 -1
  274. package/integrations/deerflow/README.md +1 -1
  275. package/integrations/gemini-cli/README.md +1 -1
  276. package/integrations/kiro/README.md +1 -1
  277. package/integrations/opencode/README.md +1 -1
  278. package/integrations/qwen/README.md +1 -1
  279. package/integrations/trae/README.md +1 -1
  280. package/integrations/windsurf/README.md +1 -1
  281. package/package.json +3 -2
  282. package/workflows/ai-startup-launch.yaml +82 -0
  283. package/workflows/en/business-plan.yaml +122 -0
  284. package/workflows/en/competitor-analysis.yaml +99 -0
  285. package/workflows/en/content-pipeline.yaml +83 -0
  286. package/workflows/en/pr-review.yaml +119 -0
  287. package/workflows/en/product-review.yaml +116 -0
  288. package/workflows/en/solo-founder-plan.yaml +194 -0
  289. package/workflows//344/270/200/344/272/272/345/205/254/345/217/270/345/205/250/345/221/230/345/244/247/344/274/232.yaml +194 -0
  290. package/workflows//345/210/206/346/236/220/346/212/226/351/237/263/347/237/255/350/247/206/351/242/221/350/265/233/351/201/223/347/232/204/345/210/233/344/270/232/346/234/272/344/274/232/347/273/231/345/207/272/345/256/214/346/225/264/345/225/206/344/270/232/346/226/271/346/241/210.yaml +190 -0
  291. package/workflows//345/220/210/345/220/214/345/256/241/346/237/245.yaml +106 -0
  292. package/workflows//346/210/221/346/230/257/344/270/200/344/270/252/347/250/213/345/272/217/345/221/230/346/203/263/347/224/250ai/345/201/232/350/207/252/345/252/222/344/275/223/345/211/257/344/270/232/347/233/256/346/240/207/346/234/210/345/205/2452/344/270/207/345/270/256/346/210/221/345/201/232/345/256/214/346/225/264/347/232/204/345/217/257/350/241/214/346/200/247/345/210/206/346/236/220/345/271/263/345/217/260/351/200/211/346/213/251/345/206/205/345/256/271.yaml +116 -0
  293. package/workflows//346/210/221/346/230/257/344/270/200/344/270/252/347/250/213/345/272/217/345/221/230/346/203/263/347/224/250ai/345/201/232/350/207/252/345/252/222/344/275/223/345/211/257/344/270/232/347/233/256/346/240/207/346/234/210/345/205/2452/344/270/207/345/270/256/346/210/221/345/201/232/345/256/214/346/225/264/350/247/204/345/210/222.yaml +98 -0
  294. package/workflows//346/210/221/346/234/210/350/226/2521/344/270/207/344/270/213/347/217/255/345/220/216/346/203/263/346/220/236/345/211/257/344/270/232/345/270/256/346/210/221/345/210/206/346/236/220/351/200/202/345/220/210/346/210/221/347/232/204/346/226/271/345/220/221/345/271/266/347/273/231/345/207/272/345/205/267/344/275/223/346/211/247/350/241/214/350/256/241/345/210/222.yaml +136 -0
  295. package/workflows/test-deepseek.yaml +0 -68
  296. package/workflows/test-real.yaml +0 -35
package/README.en.md CHANGED
@@ -2,141 +2,146 @@
2
2
 
3
3
  **English** | [中文](./README.md)
4
4
 
5
- > **You're already paying for AI. Why do you need another API key just to run a workflow?**
5
+ > **One sentence in, a full plan out multiple AI roles collaborate automatically.**
6
6
 
7
7
  [![CI](https://github.com/jnMetaCode/agency-orchestrator/actions/workflows/ci.yml/badge.svg)](https://github.com/jnMetaCode/agency-orchestrator/actions)
8
8
  [![npm version](https://img.shields.io/npm/v/agency-orchestrator)](https://www.npmjs.com/package/agency-orchestrator)
9
9
  [![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE)
10
10
  [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](./CONTRIBUTING.md)
11
11
 
12
- **186 expert AI roles · Zero-code YAML orchestration · Use your existing subscription · No API key required**
12
+ **One sentence → full plan · 211 expert AI roles · Zero-code YAML · 10 LLM providers · 7 need no API key**
13
13
 
14
- ```
15
- Claude Max ✓ ChatGPT Plus ✓ GitHub Copilot ✓ Google Account (free) ✓ Ollama ✓
16
- ```
14
+ > **Note:** `ao compose --run` auto-detects your language. For English input, it uses [agency-agents](https://github.com/msitarzewski/agency-agents) (170+ English roles). Use `ao init --lang en` to download the English role library. **6 English workflow templates** are ready in `workflows/en/` — more coming in v0.6.
15
+
16
+ > 📖 [Full Tutorial](https://dev.to/jnmetacode/agency-orchestrator-one-sentence-five-ai-agents-a-complete-plan-in-3-minutes-1ij6) — from install to real-world use in 10 minutes
17
17
 
18
18
  > If you find this useful, please **Star** it — helps others discover the project.
19
19
 
20
+ <p align="center">
21
+ <img src="./demo.gif" alt="ao compose --run demo" width="700">
22
+ </p>
23
+
20
24
  ---
21
25
 
22
- ## Why Agency Orchestrator
26
+ ## One Sentence, Full Result
23
27
 
24
- **Sound familiar?**
28
+ ```bash
29
+ ao compose "I'm a programmer looking to start a side hustle with AI content, target $3K/month, give me a complete plan" --run
30
+ ```
25
31
 
26
- - You want multiple AI agents to collaborate, but CrewAI/LangGraph require Python and defining every role from scratch
27
- - You set up the framework, then discover you **still need to get API keys, add credits, and manage quotas**
28
- - You're already paying $20/month for Claude Max / ChatGPT Plus / Copilot — but you can't use that subscription
32
+ 5 AI roles collaborate automatically:
29
33
 
30
- **Agency Orchestrator's answer:**
34
+ ```
35
+ Workflow: Programmer AI Side Hustle Plan
36
+ Steps: 5 | Model: claude-code
37
+ Roles: 🔭 Trend Researcher | 📱 Platform Analyst | 💰 Financial Planner | ✍️ Content Strategist | 📋 Execution Planner
38
+ ──────────────────────────────────────────────────
31
39
 
32
- Write one YAML file 186 expert roles collaborate automatically → runs on your **existing subscription**.
40
+ 🔭 Trend Researcher 31.3s 6 niches compared by competition/ceiling/AI leverage
41
+ ✅ 📱 Platform Analyst 32.0s → 6 platforms scored, recommends "YouTube + Newsletter" combo
42
+ ✅ 💰 Financial Planner 31.8s → $3K/mo breakdown: course $1,800 + community $600 + consulting $600
43
+ ✅ ✍️ Content Strategist 44.6s → 20 topics + 4 headline formulas + content SOP
44
+ ✅ 📋 Execution Planner 42.2s → 90-day action plan, day-by-day
33
45
 
34
- > **Industry first: Every multi-agent framework out there (CrewAI, LangGraph, AutoGen, Dify, n8n, Agency Swarm, MetaGPT, Google ADK, OpenAI Agents SDK) requires API keys. Agency Orchestrator is the only one that lets you bring your subscription.**
46
+ ==================================================
47
+ Done: 5/5 steps | 182.1s | 6,493 tokens
48
+ ==================================================
49
+ ```
35
50
 
36
- ### 30-Second Comparison
51
+ **No code. No config. No role selection.** One sentence → AI auto-decomposes the task → matches roles from 211 experts → executes as DAG → outputs a complete plan.
37
52
 
38
- ```python
39
- # CrewAI: ~50 lines of Python, define every role, API key required
40
- researcher = Agent(role="PM", goal="...", backstory="...(write it yourself)...")
41
- task = Task(description="...", agent=researcher)
42
- crew = Crew(agents=[researcher], tasks=[task])
43
- crew.kickoff()
44
- ```
53
+ ### What Can You Build
45
54
 
46
- ```yaml
47
- # Agency Orchestrator: 10 lines of YAML, 186 roles ready to go, no API key
48
- steps:
49
- - id: analyze
50
- role: "product/product-manager" # expert prompt already written
51
- task: "Analyze this PRD: {{prd_content}}"
55
+ ```bash
56
+ ao compose "Analyze the feasibility of building an AI budgeting app" --run # Startup feasibility
57
+ ao compose "Compare Cursor, Windsurf, and Copilot — give me a recommendation" --run # Tech comparison
58
+ ao compose "Write a deep-dive article on AI Agent trends" --run # Long-form writing
59
+ ao compose "Plan an AI education startup with $15K budget" --run # Business plan
60
+ ao compose "PR code review covering security and performance" --run # Code review
61
+ ao compose "Design a pricing strategy for a SaaS product" --run # Pricing analysis
52
62
  ```
53
63
 
54
- | | CrewAI | LangGraph | AutoGen | **Agency Orchestrator** |
55
- |---|--------|-----------|---------|---------------------|
56
- | Language | Python | Python | Python | **YAML (zero code)** |
57
- | Roles | Write your own | Write your own | Write your own | **186 ready-to-use** |
58
- | API Key | Required | Required | Required | **6 providers need none** |
59
- | Dependencies | pip + LiteLLM + dozens | pip + LangChain | pip + AutoGen | **npm + 2 deps** |
60
- | Parallelism | Manager mode | Manual graph | Manual | **Auto DAG detection** |
61
- | Branching | None | Manual | Manual | **Condition expressions** |
62
- | Loops | None | Manual | Manual | **Declarative loop/exit** |
63
- | Resume | None | Checkpointers | None | **Built-in `--resume`** |
64
- | Price | Open-source + $25-99/mo | Open-source | Open-source | **Completely free** |
64
+ Each scenario auto-matches a different combination of AI roles.
65
65
 
66
- ## Get Started in 3 Steps
66
+ ---
67
67
 
68
- ### Step 1: Try it in 5 seconds
68
+ ## Why Agency Orchestrator
69
69
 
70
- ```bash
71
- npx agency-orchestrator demo
72
- ```
70
+ Chatting with one AI gives you one perspective. But any real decision needs product, engineering, finance, and marketing perspectives...
73
71
 
74
- 4 AI roles collaborate on a story. No install, no config, no API key.
72
+ **Agency Orchestrator = multiple AI experts working in parallel, then synthesized. One person vs. a whole team.**
75
73
 
76
- ### Step 2: Run a real workflow with your subscription
74
+ | | ChatGPT / Claude | CrewAI / LangGraph | **Agency Orchestrator** |
75
+ |---|--------|-----------|---------------------|
76
+ | Roles | 1 generalist | Write your own | **211 expert roles** |
77
+ | Usage | Chat | Write Python | **One sentence / YAML** |
78
+ | API key | — | Required | **7 providers need none** |
79
+ | Dependencies | — | pip + dozens of packages | **npm + 2 deps** |
80
+ | Parallelism | — | Manual graph | **Auto DAG detection** |
81
+ | Price | Subscription | Open-source + API fees | **Completely free** |
77
82
 
78
- ```bash
79
- npm install agency-orchestrator
80
- npx ao init # download 186 AI roles
83
+ ## Get Started in 3 Steps
81
84
 
82
- # Use your existing Claude Max subscription (no API key!)
83
- npx ao run workflows/story-creation.yaml --input premise="A time travel story"
84
- ```
85
+ ### Step 1: Install
85
86
 
86
- Just set `provider: "claude-code"` in your YAML. No Claude? Use `gemini-cli` (free with Google account), `copilot-cli`, or `codex-cli`.
87
+ ```bash
88
+ npm install -g agency-orchestrator
89
+ ```
87
90
 
88
- ### Step 3: Use it inside your AI coding tool
91
+ ### Step 2: One sentence, go
89
92
 
90
93
  ```bash
91
- ./scripts/install.sh # one-command install for your AI tools
94
+ # Use your existing Claude subscription (no API key needed)
95
+ ao compose "Analyze the feasibility of building an AI budgeting app" --run --provider claude-code
96
+
97
+ # Or use DeepSeek ($2 lasts forever)
98
+ export DEEPSEEK_API_KEY="your-key"
99
+ ao compose "Analyze the feasibility of building an AI budgeting app" --run
92
100
  ```
93
101
 
94
- Then tell Cursor / Claude Code / Copilot:
102
+ ### Step 3: Use built-in templates or integrate with AI coding tools
95
103
 
104
+ ```bash
105
+ # 6 English workflow templates in workflows/en/
106
+ ao run workflows/en/solo-founder-plan.yaml -i idea="AI-powered resume builder for job seekers"
107
+ ao run workflows/en/pr-review.yaml -i pr_diff=@mypr.diff -i pr_description="Add auth middleware"
108
+ ao run workflows/en/business-plan.yaml -i idea="B2B SaaS for remote-team project tracking"
96
109
  ```
97
- Run workflows/story-creation.yaml with premise="A time travel story"
98
- ```
99
-
100
- It auto-parses YAML → loads roles → executes in DAG order → saves results.
101
110
 
102
- **Works with 14 AI coding tools** ([integration guides](./integrations/)): Claude Code · GitHub Copilot · Cursor · Windsurf · Kiro · Trae · Aider · Gemini CLI · Codex CLI · OpenCode · Qwen Code · DeerFlow 2.0 · Antigravity · OpenClaw
111
+ Also works inside Cursor / Claude Code — just say "run a workflow." Supports **14 AI coding tools** ([integration guides](./integrations/)).
103
112
 
104
- ## Demo: 4 AI Roles Write a Complete Story in 2 Minutes
113
+ ## More Real Demos
105
114
 
106
115
  ```
107
- $ ao run workflows/story-creation.yaml -i "premise=A programmer discovers AI replies with things it shouldn't know"
116
+ $ ao compose "Analyze startup opportunities in short-form video" --run
108
117
 
109
- Workflow: Short Story Creation
110
- Steps: 4 | Concurrency: 2 | Model: deepseek-chat
118
+ Workflow: Short-Form Video Startup Opportunity Analysis
119
+ Steps: 6 | Concurrency: 2 | Model: deepseek-chat
120
+ Roles: 👔 CEO | 📊 Market Researcher | 🔍 User Researcher | 🧭 Product Manager | 📣 Marketing Lead | 💰 CFO
111
121
  ──────────────────────────────────────────────────
112
122
 
113
- ── [1/4] story_structure (Narratologist) ──
114
- Done | 14.9s | 1,919 tokens
115
-
116
- ── [2/4] character_design (Psychologist) ── ← parallel
117
- Done | 65.5s | 4,016 tokens
118
-
119
- ── [3/4] conflict_design (Narrative Designer) ── ← parallel
120
- Done | 65.5s | 3,607 tokens
121
-
122
- ── [4/4] write_story (Content Creator) ──
123
- Done | 33.9s | 5,330 tokens
123
+ 👔 CEO 12.7s → Strategic direction & target user positioning
124
+ 📊 Market Researcher 45.2s → 700M DAU data, competitive landscape analysis
125
+ ✅ 🔍 User Researcher 38.1s → User personas, pain points, willingness to pay
126
+ 🧭 Product Manager 41.3s → MVP feature list, content matrix, monetization paths
127
+ 📣 Marketing Lead 35.6s → Cold start plan, ad strategy, user funnel
128
+ ✅ 💰 CFO 28.4s → $200K startup, $550K first-year revenue, break-even analysis
124
129
 
125
130
  ==================================================
126
- Completed: 4/4 steps | 114.3s | 14,872 tokens
131
+ Done: 6/6 steps | 233.0s | 65,191 tokens
127
132
  ==================================================
128
133
  ```
129
134
 
130
- Steps 2 and 3 run **in parallel** (auto-detected from DAG dependencies). Four specialized AI roles collaborate to produce a complete suspense short story.
135
+ Of the 6 roles, Market Researcher and User Researcher **run in parallel** (auto-detected from DAG dependencies).
131
136
 
132
137
  ## How It Works
133
138
 
134
139
  ```yaml
135
140
  name: "Product Requirements Review"
136
- agents_dir: "agency-agents-zh"
141
+ agents_dir: "agency-agents" # or "agency-agents-zh" for Chinese roles
137
142
 
138
143
  llm:
139
- provider: "deepseek" # or: claude, openai, ollama
144
+ provider: "deepseek" # No API key: claude-code / gemini-cli / copilot-cli / codex-cli / hermes-cli / ollama
140
145
  model: "deepseek-chat"
141
146
 
142
147
  concurrency: 2
@@ -170,10 +175,11 @@ steps:
170
175
  ```
171
176
 
172
177
  The engine automatically:
178
+
173
179
  1. Parses YAML → builds a **DAG** (directed acyclic graph)
174
180
  2. Detects parallelism — `tech_review` and `design_review` run concurrently
175
181
  3. Passes outputs between steps via `{{variables}}`
176
- 4. Loads role definitions from [agency-agents-zh](https://github.com/jnMetaCode/agency-agents-zh) as system prompts
182
+ 4. Loads role definitions from [agency-agents](https://github.com/msitarzewski/agency-agents) (or [agency-agents-zh](https://github.com/jnMetaCode/agency-agents-zh)) as system prompts
177
183
  5. Retries on failure (exponential backoff)
178
184
  6. Saves all outputs to `ao-output/`
179
185
 
@@ -183,97 +189,7 @@ analyze ──→ tech_review ──→ summary
183
189
  (parallel)
184
190
  ```
185
191
 
186
- ## Features
187
-
188
- ### AI Workflow Composer
189
-
190
- Describe your workflow in one sentence — AI selects the right roles, designs the DAG, and generates a ready-to-run YAML:
191
-
192
- ```bash
193
- ao compose "PR code review covering security and performance"
194
- ```
195
-
196
- The AI will:
197
- 1. Select matching roles from 186 available (e.g., Code Reviewer, Security Engineer, Performance Benchmarker)
198
- 2. Design the DAG (3-way parallel → summary)
199
- 3. Generate complete YAML with variable passing and task descriptions
200
- 4. Save to `workflows/` — ready to `ao run`
201
-
202
- Supports `--provider` and `--model` flags (default: DeepSeek).
203
-
204
- ### Condition Branching
205
-
206
- ```yaml
207
- - id: tech_path
208
- role: "engineering/engineering-sre"
209
- task: "Technical evaluation: {{requirements}}"
210
- depends_on: [classify]
211
- condition: "{{job_type}} contains technical"
212
-
213
- - id: biz_path
214
- role: "marketing/marketing-social-media-strategist"
215
- task: "Business evaluation: {{requirements}}"
216
- depends_on: [classify]
217
- condition: "{{job_type}} contains business"
218
-
219
- - id: summary
220
- depends_on: [tech_path, biz_path]
221
- depends_on_mode: "any_completed" # proceeds when ANY upstream completes
222
- ```
223
-
224
- Supported operators: `contains`, `equals`, `not_contains`, `not_equals`.
225
-
226
- ### Loop Iteration
227
-
228
- ```yaml
229
- - id: write_draft
230
- role: "marketing/marketing-content-creator"
231
- task: "Write article: {{topic}}"
232
- output: draft
233
-
234
- - id: brand_review
235
- role: "design/design-brand-guardian"
236
- task: "Review brand compliance: {{draft}}"
237
- output: review_result
238
- depends_on: [write_draft]
239
- loop:
240
- back_to: write_draft
241
- max_iterations: 3
242
- exit_condition: "{{review_result}} contains approved"
243
- ```
244
-
245
- When the exit condition is not met, execution loops back to `back_to`. The `{{_loop_iteration}}` variable tracks the current round.
246
-
247
- ### Resume & Iterate
248
-
249
- **Problem**: After `ao run` completes, all step outputs are lost. To tweak the final story, you'd have to re-run everything from scratch.
250
-
251
- **Solution**: `--resume` reloads previous outputs. `--from` specifies where to restart.
252
-
253
- ```bash
254
- # Round 1: Normal run
255
- ao run workflows/story-creation.yaml -i premise="A time travel story"
256
-
257
- # Round 2: Characters feel flat — re-run from character_design
258
- ao run workflows/story-creation.yaml --resume last --from character_design
259
-
260
- # Round 3: Only rewrite the final prose
261
- ao run workflows/story-creation.yaml --resume last --from write_story
262
-
263
- # Round 4: Go back to a specific version
264
- ao run workflows/story-creation.yaml --resume ao-output/<dir>/ --from write_story
265
- ```
266
-
267
- Each round creates a new timestamped output directory. All versions are preserved.
268
-
269
- | Scenario | Command |
270
- |----------|---------|
271
- | First run | `ao run workflow.yaml -i key=value` |
272
- | Re-run from a step | `ao run workflow.yaml --resume last --from <step-id>` |
273
- | Re-run only failed steps | `ao run workflow.yaml --resume last` |
274
- | Resume specific version | `ao run workflow.yaml --resume ao-output/<dir>/ --from <step-id>` |
275
-
276
- ## 9 LLM Providers — 6 Need No API Key
192
+ ## 10 LLM Providers — 7 Need No API Key
277
193
 
278
194
  **Already paying for one of these? You're ready to go:**
279
195
 
@@ -282,8 +198,9 @@ Each round creates a new timestamped output directory. All versions are preserve
282
198
  | Claude Max/Pro ($20/mo) | `provider: "claude-code"` | `npm i -g @anthropic-ai/claude-code` | **$0 extra** |
283
199
  | Google Account | `provider: "gemini-cli"` | `npm i -g @google/gemini-cli` | **Free** (1000 req/day, Gemini 2.5 Pro) |
284
200
  | GitHub Copilot ($10/mo) | `provider: "copilot-cli"` | `npm i -g @github/copilot` | **$0 extra** |
285
- | ChatGPT Plus/Pro ($20/mo) | `provider: "codex-cli"` | `npm i -g @openai/codex` | **$0 extra** |
201
+ | ChatGPT Plus ($20/mo) | `provider: "codex-cli"` | `npm i -g @openai/codex` | **$0 extra** |
286
202
  | OpenClaw account | `provider: "openclaw-cli"` | `npm i -g openclaw` | **$0 extra** |
203
+ | Hermes Agent (NousResearch open-source 🔥) | `provider: "hermes-cli"` | [Install guide](https://github.com/NousResearch/hermes-agent) | **Free** |
287
204
  | A computer | `provider: "ollama"` | [ollama.ai](https://ollama.ai) | **Free** (local models) |
288
205
 
289
206
  **Or use traditional API keys:**
@@ -300,13 +217,15 @@ All API providers support custom `base_url` and `api_key`, compatible with any O
300
217
 
301
218
  ```bash
302
219
  ao demo # Zero-config multi-agent demo
303
- ao init # Download 186 AI roles
220
+ ao init # Download 211 Chinese AI roles
221
+ ao init --lang en # Download 170+ English AI roles
304
222
  ao init --workflow # Interactive workflow creator
305
223
  ao compose "description" # AI-powered workflow generation
224
+ ao compose "description" --run # Generate AND execute in one command
306
225
  ao run <workflow.yaml> [options] # Execute workflow
307
- ao validate <workflow.yaml> # Validate without running
308
- ao plan <workflow.yaml> # Show execution plan (DAG)
309
- ao explain <workflow.yaml> # Explain execution plan in natural language
226
+ ao validate <workflow.yaml> # Validate without running
227
+ ao plan <workflow.yaml> # Show execution plan (DAG)
228
+ ao explain <workflow.yaml> # Explain execution plan in natural language
310
229
  ao roles # List all available roles
311
230
  ao serve # Start MCP Server (for Claude Code / Cursor)
312
231
  ```
@@ -321,6 +240,46 @@ ao serve # Start MCP Server (for Claude Code / Curso
321
240
  | `--watch` | Real-time terminal progress display |
322
241
  | `--quiet` | Quiet mode |
323
242
 
243
+ ### AI Workflow Composer
244
+
245
+ Describe your workflow in one sentence — AI selects the right roles, designs the DAG, and generates a ready-to-run YAML:
246
+
247
+ ```bash
248
+ ao compose "PR code review covering security and performance"
249
+ ```
250
+
251
+ The AI will:
252
+ 1. Select matching roles from 211 available (e.g., Code Reviewer, Security Engineer, Performance Benchmarker)
253
+ 2. Design the DAG (3-way parallel → summary)
254
+ 3. Generate complete YAML with variable passing and task descriptions
255
+ 4. Save to `workflows/` — ready to `ao run`
256
+
257
+ Add `--run` to generate and execute in one command. Supports `--provider` and `--model` flags (default: DeepSeek).
258
+
259
+ ### Resume & Iterate
260
+
261
+ Not happy with a step? No need to start over. `--resume` reloads previous outputs, `--from` specifies where to restart:
262
+
263
+ ```bash
264
+ # Round 1: Normal run
265
+ ao run workflows/en/solo-founder-plan.yaml -i idea="AI-powered resume builder for job seekers"
266
+
267
+ # Marketing plan needs work? Re-run from that step
268
+ ao run workflows/en/solo-founder-plan.yaml --resume last --from marketing_plan
269
+
270
+ # Only redo the final decision
271
+ ao run workflows/en/solo-founder-plan.yaml --resume last --from ceo_decision
272
+ ```
273
+
274
+ Each round saves to a new timestamped directory in `ao-output/`. All versions are preserved.
275
+
276
+ | Scenario | Command |
277
+ |----------|---------|
278
+ | First run | `ao run workflow.yaml -i key=value` |
279
+ | Re-run from a step | `ao run workflow.yaml --resume last --from <step-id>` |
280
+ | Re-run only failed steps | `ao run workflow.yaml --resume last` |
281
+ | Resume specific version | `ao run workflow.yaml --resume ao-output/<dir>/ --from <step-id>` |
282
+
324
283
  ## MCP Server Mode
325
284
 
326
285
  AI coding tools (Claude Code, Cursor, etc.) can invoke workflow operations directly via the MCP protocol:
@@ -366,7 +325,7 @@ Cursor (`.cursor/mcp.json`):
366
325
  |-------|------|----------|-------------|
367
326
  | `name` | string | Yes | Workflow name |
368
327
  | `agents_dir` | string | Yes | Path to role definitions directory |
369
- | `llm.provider` | string | Yes | `claude-code` / `gemini-cli` / `copilot-cli` / `codex-cli` / `openclaw-cli` / `ollama` / `claude` / `deepseek` / `openai` |
328
+ | `llm.provider` | string | Yes | `claude-code` / `gemini-cli` / `copilot-cli` / `codex-cli` / `openclaw-cli` / `hermes-cli` / `ollama` / `claude` / `deepseek` / `openai` |
370
329
  | `llm.model` | string | Yes | Model name |
371
330
  | `llm.max_tokens` | number | No | Default 4096 |
372
331
  | `llm.timeout` | number | No | Step timeout in ms (default 120000) |
@@ -417,7 +376,7 @@ Works with **14 AI coding tools** — install with one command:
417
376
 
418
377
  | Tool | Config Location | Install Command | Docs |
419
378
  |------|----------------|----------------|------|
420
- | **Claude Code** | Skill mode | `npx superpowers-zh` | [Guide](./integrations/claude-code/) |
379
+ | **Claude Code** | Skill mode | `--tool claude-code` | [Guide](./integrations/claude-code/) |
421
380
  | **GitHub Copilot** | `.github/copilot-instructions.md` | `--tool copilot` | [Guide](./integrations/copilot/) |
422
381
  | **Cursor** | `.cursor/rules/` | `--tool cursor` | [Guide](./integrations/cursor/) |
423
382
  | **Windsurf** | `.windsurfrules` | `--tool windsurf` | [Guide](./integrations/windsurf/) |
@@ -432,7 +391,28 @@ Works with **14 AI coding tools** — install with one command:
432
391
  | **Antigravity** | `AGENTS.md` | `--tool antigravity` | [Guide](./integrations/antigravity/) |
433
392
  | **OpenClaw** | Skill mode | `--tool openclaw` | [Guide](./integrations/openclaw/) |
434
393
 
435
- ## Workflow Templates (30)
394
+ ## English Workflow Templates (6)
395
+
396
+ Ready to run with `agency-agents` English roles:
397
+
398
+ | Template | Roles | Description |
399
+ |----------|-------|-------------|
400
+ | `en/solo-founder-plan.yaml` | CEO, Market/User Researcher, Tech Lead, Brand, PM, Marketing, CFO | **Solo founder all-hands** — one sentence → 8 departments plan → CEO decision |
401
+ | `en/pr-review.yaml` | Code Reviewer, Security Engineer, Performance Benchmarker | PR review (3-way parallel → merge verdict) |
402
+ | `en/product-review.yaml` | PM, Architect, UX Researcher | PRD review (tech + design parallel → synthesis) |
403
+ | `en/business-plan.yaml` | Trend Researcher, FP&A Analyst, PM, Executive Summary | Business plan (market → parallel forecast + roadmap → plan) |
404
+ | `en/content-pipeline.yaml` | Social Strategist, Content Creator, Growth Hacker | Content pipeline (research → draft → brand review → finalize) |
405
+ | `en/competitor-analysis.yaml` | Trend Researcher, Analytics Reporter, SEO Specialist, Executive Summary | Competitor report (research → data + SEO parallel → summary) |
406
+
407
+ ```bash
408
+ ao run workflows/en/solo-founder-plan.yaml -i idea="Your idea here"
409
+ ```
410
+
411
+ ---
412
+
413
+ ## Chinese Workflow Templates (32)
414
+
415
+ > Available via `ao init` (Chinese mode). Use `agency-agents-zh` roles.
436
416
 
437
417
  ### Dev Workflows (7)
438
418
 
@@ -474,7 +454,7 @@ Works with **14 AI coding tools** — install with one command:
474
454
  | `legal/contract-review.yaml` | Contract Reviewer, Legal Compliance | **Contract review** (clause analysis → compliance → opinion) |
475
455
  | `hr/interview-questions.yaml` | Recruiter, Psychologist, Backend Architect | **Interview questions** (dimensions → parallel design → scorecard) |
476
456
 
477
- ### General Workflows (10)
457
+ ### General Workflows (12)
478
458
 
479
459
  | Template | Roles | Description |
480
460
  |----------|-------|-------------|
@@ -488,6 +468,8 @@ Works with **14 AI coding tools** — install with one command:
488
468
  | `department-collab/incident-response.yaml` | SRE, Security Engineer, Backend Architect | Incident response |
489
469
  | `department-collab/marketing-campaign.yaml` | Strategist, Creator, Approver | Marketing campaign (human approval) |
490
470
  | `department-collab/ceo-org-delegation.yaml` | CEO, Engineering/Marketing/Product/HR Leads | **CEO org delegation** (decide → parallel depts → summary) |
471
+ | `一人公司全员大会.yaml` | CEO, Market Researcher, User Researcher, PM, Marketing Lead, CFO | **One-person company all-hands** (CEO → 6 depts parallel → decision) |
472
+ | `ai-startup-launch.yaml` | CEO, PM, Architect, Marketing Lead, Finance Advisor | **SaaS product launch decision** (CEO → 4 depts parallel → launch plan) |
491
473
 
492
474
  ## Output Structure
493
475
 
@@ -507,8 +489,8 @@ ao-output/product-review-2026-03-22/
507
489
  ## Ecosystem
508
490
 
509
491
  ```
510
- Your AI subscription ──→ agency-orchestrator ──→ 186 expert roles collaborate ──→ quality output
511
-
492
+ Your AI subscription ──→ agency-orchestrator ──→ 380+ expert roles collaborate ──→ quality output
493
+ (211 Chinese + 170+ English)
512
494
  ┌────────────────┼────────────────┐
513
495
  ▼ ▼ ▼
514
496
  14 AI Coding Tools CLI Mode MCP Server
@@ -518,8 +500,10 @@ Your AI subscription ──→ agency-orchestrator ──→ 186 expert roles co
518
500
 
519
501
  | Project | Description |
520
502
  |---------|-------------|
521
- | [agency-agents-zh](https://github.com/jnMetaCode/agency-agents-zh) | 186 AI role definitions — the role library for this engine |
522
- | [superpowers-zh](https://github.com/jnMetaCode/superpowers-zh) | AI coding superpowers20 skills for Claude Code / Cursor |
503
+ | [agency-agents](https://github.com/msitarzewski/agency-agents) | 170+ English AI role definitions by [@msitarzewski](https://github.com/msitarzewski) — the English role library for this engine |
504
+ | [agency-agents-zh](https://github.com/jnMetaCode/agency-agents-zh) | 211 Chinese AI role definitions (Chinese) the Chinese role library for this engine |
505
+ | [ai-coding-guide](https://github.com/jnMetaCode/ai-coding-guide) | AI coding tools field guide (Chinese) — 66 Claude Code tips + 9 tools best practices |
506
+ | [superpowers-zh](https://github.com/jnMetaCode/superpowers-zh) | AI coding superpowers (Chinese) — 20 skills for Claude Code / Cursor |
523
507
  | [shellward](https://github.com/jnMetaCode/shellward) | AI agent security middleware — prompt injection detection, DLP, command safety |
524
508
 
525
509
  ## Roadmap
@@ -527,8 +511,9 @@ Your AI subscription ──→ agency-orchestrator ──→ 186 expert roles co
527
511
  - [x] **v0.1** — YAML workflows, DAG engine, 4 LLM connectors, CLI, streaming output
528
512
  - [x] **v0.2** — Condition branching, loop iteration, human approval, Resume, 5 department-collab templates
529
513
  - [x] **v0.3** — 9 AI tool integrations, 20+ workflow templates, `ao explain`, `ao init --workflow`, `--watch` mode
530
- - [x] **v0.4** — MCP Server mode (`ao serve`), 14 AI tool integrations, one-command installer, 30 workflow templates, **9 LLM providers (6 need no API key: Claude Code / Gemini / Copilot / Codex / OpenClaw / Ollama)**
531
- - [ ] **v0.5** — Web UI, visual DAG editor, English role support, workflow marketplace
514
+ - [x] **v0.4** — MCP Server mode (`ao serve`), 14 AI tool integrations, one-command installer, 32 workflow templates, **10 LLM providers (7 need no API key: Claude Code / Gemini / Copilot / Codex / OpenClaw / Hermes / Ollama)**
515
+ - [x] **v0.5** — `ao compose --run` one-sentence-to-result, real-time streaming, smart retry (exponential backoff), per-step model override, agent identity
516
+ - [ ] **v0.6** — Web UI, visual DAG editor, English workflow templates, workflow marketplace
532
517
 
533
518
  ## Contributing
534
519