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.
- package/README.en.md +171 -186
- package/README.md +120 -182
- package/agency-agents/.gitattributes +5 -0
- package/agency-agents/.github/FUNDING.yml +1 -0
- package/agency-agents/.github/ISSUE_TEMPLATE/bug-report.yml +27 -0
- package/agency-agents/.github/ISSUE_TEMPLATE/new-agent-request.yml +46 -0
- package/agency-agents/.github/PULL_REQUEST_TEMPLATE.md +17 -0
- package/agency-agents/.github/workflows/lint-agents.yml +55 -0
- package/agency-agents/CONTRIBUTING.md +428 -0
- package/agency-agents/CONTRIBUTING_zh-CN.md +318 -0
- package/agency-agents/LICENSE +21 -0
- package/agency-agents/README.md +920 -0
- package/agency-agents/SECURITY.md +31 -0
- package/agency-agents/academic/academic-anthropologist.md +125 -0
- package/agency-agents/academic/academic-geographer.md +127 -0
- package/agency-agents/academic/academic-historian.md +123 -0
- package/agency-agents/academic/academic-narratologist.md +118 -0
- package/agency-agents/academic/academic-psychologist.md +118 -0
- package/agency-agents/design/design-brand-guardian.md +322 -0
- package/agency-agents/design/design-image-prompt-engineer.md +236 -0
- package/agency-agents/design/design-inclusive-visuals-specialist.md +71 -0
- package/agency-agents/design/design-ui-designer.md +383 -0
- package/agency-agents/design/design-ux-architect.md +469 -0
- package/agency-agents/design/design-ux-researcher.md +329 -0
- package/agency-agents/design/design-visual-storyteller.md +149 -0
- package/agency-agents/design/design-whimsy-injector.md +438 -0
- package/agency-agents/engineering/engineering-ai-data-remediation-engineer.md +211 -0
- package/agency-agents/engineering/engineering-ai-engineer.md +146 -0
- package/agency-agents/engineering/engineering-autonomous-optimization-architect.md +107 -0
- package/agency-agents/engineering/engineering-backend-architect.md +235 -0
- package/agency-agents/engineering/engineering-cms-developer.md +536 -0
- package/agency-agents/engineering/engineering-code-reviewer.md +76 -0
- package/agency-agents/engineering/engineering-codebase-onboarding-engineer.md +173 -0
- package/agency-agents/engineering/engineering-data-engineer.md +306 -0
- package/agency-agents/engineering/engineering-database-optimizer.md +176 -0
- package/agency-agents/engineering/engineering-devops-automator.md +376 -0
- package/agency-agents/engineering/engineering-email-intelligence-engineer.md +353 -0
- package/agency-agents/engineering/engineering-embedded-firmware-engineer.md +173 -0
- package/agency-agents/engineering/engineering-feishu-integration-developer.md +598 -0
- package/agency-agents/engineering/engineering-filament-optimization-specialist.md +283 -0
- package/agency-agents/engineering/engineering-frontend-developer.md +225 -0
- package/agency-agents/engineering/engineering-git-workflow-master.md +84 -0
- package/agency-agents/engineering/engineering-incident-response-commander.md +444 -0
- package/agency-agents/engineering/engineering-minimal-change-engineer.md +207 -0
- package/agency-agents/engineering/engineering-mobile-app-builder.md +493 -0
- package/agency-agents/engineering/engineering-rapid-prototyper.md +462 -0
- package/agency-agents/engineering/engineering-security-engineer.md +304 -0
- package/agency-agents/engineering/engineering-senior-developer.md +176 -0
- package/agency-agents/engineering/engineering-software-architect.md +81 -0
- package/agency-agents/engineering/engineering-solidity-smart-contract-engineer.md +522 -0
- package/agency-agents/engineering/engineering-sre.md +90 -0
- package/agency-agents/engineering/engineering-technical-writer.md +393 -0
- package/agency-agents/engineering/engineering-threat-detection-engineer.md +534 -0
- package/agency-agents/engineering/engineering-voice-ai-integration-engineer.md +561 -0
- package/agency-agents/engineering/engineering-wechat-mini-program-developer.md +350 -0
- package/agency-agents/examples/README.md +48 -0
- package/agency-agents/examples/nexus-spatial-discovery.md +852 -0
- package/agency-agents/examples/workflow-book-chapter.md +55 -0
- package/agency-agents/examples/workflow-landing-page.md +119 -0
- package/agency-agents/examples/workflow-startup-mvp.md +155 -0
- package/agency-agents/examples/workflow-with-memory.md +238 -0
- package/agency-agents/finance/finance-bookkeeper-controller.md +260 -0
- package/agency-agents/finance/finance-financial-analyst.md +234 -0
- package/agency-agents/finance/finance-fpa-analyst.md +263 -0
- package/agency-agents/finance/finance-investment-researcher.md +272 -0
- package/agency-agents/finance/finance-tax-strategist.md +239 -0
- package/agency-agents/game-development/blender/blender-addon-engineer.md +234 -0
- package/agency-agents/game-development/game-audio-engineer.md +264 -0
- package/agency-agents/game-development/game-designer.md +167 -0
- package/agency-agents/game-development/godot/godot-gameplay-scripter.md +334 -0
- package/agency-agents/game-development/godot/godot-multiplayer-engineer.md +297 -0
- package/agency-agents/game-development/godot/godot-shader-developer.md +266 -0
- package/agency-agents/game-development/level-designer.md +208 -0
- package/agency-agents/game-development/narrative-designer.md +243 -0
- package/agency-agents/game-development/roblox-studio/roblox-avatar-creator.md +297 -0
- package/agency-agents/game-development/roblox-studio/roblox-experience-designer.md +305 -0
- package/agency-agents/game-development/roblox-studio/roblox-systems-scripter.md +325 -0
- package/agency-agents/game-development/technical-artist.md +229 -0
- package/agency-agents/game-development/unity/unity-architect.md +271 -0
- package/agency-agents/game-development/unity/unity-editor-tool-developer.md +310 -0
- package/agency-agents/game-development/unity/unity-multiplayer-engineer.md +321 -0
- package/agency-agents/game-development/unity/unity-shader-graph-artist.md +269 -0
- package/agency-agents/game-development/unreal-engine/unreal-multiplayer-architect.md +313 -0
- package/agency-agents/game-development/unreal-engine/unreal-systems-engineer.md +310 -0
- package/agency-agents/game-development/unreal-engine/unreal-technical-artist.md +256 -0
- package/agency-agents/game-development/unreal-engine/unreal-world-builder.md +273 -0
- package/agency-agents/integrations/README.md +240 -0
- package/agency-agents/integrations/aider/README.md +38 -0
- package/agency-agents/integrations/antigravity/README.md +49 -0
- package/agency-agents/integrations/claude-code/README.md +31 -0
- package/agency-agents/integrations/cursor/README.md +38 -0
- package/agency-agents/integrations/gemini-cli/README.md +40 -0
- package/agency-agents/integrations/github-copilot/README.md +32 -0
- package/agency-agents/integrations/kimi/README.md +108 -0
- package/agency-agents/integrations/mcp-memory/README.md +79 -0
- package/agency-agents/integrations/mcp-memory/backend-architect-with-memory.md +247 -0
- package/agency-agents/integrations/mcp-memory/setup.sh +74 -0
- package/agency-agents/integrations/openclaw/README.md +34 -0
- package/agency-agents/integrations/opencode/README.md +63 -0
- package/agency-agents/integrations/qwen/README.md +43 -0
- package/agency-agents/integrations/windsurf/README.md +26 -0
- package/agency-agents/marketing/marketing-agentic-search-optimizer.md +311 -0
- package/agency-agents/marketing/marketing-ai-citation-strategist.md +170 -0
- package/agency-agents/marketing/marketing-app-store-optimizer.md +321 -0
- package/agency-agents/marketing/marketing-baidu-seo-specialist.md +226 -0
- package/agency-agents/marketing/marketing-bilibili-content-strategist.md +199 -0
- package/agency-agents/marketing/marketing-book-co-author.md +110 -0
- package/agency-agents/marketing/marketing-carousel-growth-engine.md +199 -0
- package/agency-agents/marketing/marketing-china-ecommerce-operator.md +283 -0
- package/agency-agents/marketing/marketing-china-market-localization-strategist.md +283 -0
- package/agency-agents/marketing/marketing-content-creator.md +54 -0
- package/agency-agents/marketing/marketing-cross-border-ecommerce.md +259 -0
- package/agency-agents/marketing/marketing-douyin-strategist.md +149 -0
- package/agency-agents/marketing/marketing-growth-hacker.md +54 -0
- package/agency-agents/marketing/marketing-instagram-curator.md +113 -0
- package/agency-agents/marketing/marketing-kuaishou-strategist.md +223 -0
- package/agency-agents/marketing/marketing-linkedin-content-creator.md +214 -0
- package/agency-agents/marketing/marketing-livestream-commerce-coach.md +305 -0
- package/agency-agents/marketing/marketing-podcast-strategist.md +277 -0
- package/agency-agents/marketing/marketing-private-domain-operator.md +308 -0
- package/agency-agents/marketing/marketing-reddit-community-builder.md +123 -0
- package/agency-agents/marketing/marketing-seo-specialist.md +321 -0
- package/agency-agents/marketing/marketing-short-video-editing-coach.md +412 -0
- package/agency-agents/marketing/marketing-social-media-strategist.md +125 -0
- package/agency-agents/marketing/marketing-tiktok-strategist.md +125 -0
- package/agency-agents/marketing/marketing-twitter-engager.md +126 -0
- package/agency-agents/marketing/marketing-video-optimization-specialist.md +119 -0
- package/agency-agents/marketing/marketing-wechat-official-account.md +145 -0
- package/agency-agents/marketing/marketing-weibo-strategist.md +240 -0
- package/agency-agents/marketing/marketing-xiaohongshu-specialist.md +138 -0
- package/agency-agents/marketing/marketing-zhihu-strategist.md +162 -0
- package/agency-agents/paid-media/paid-media-auditor.md +71 -0
- package/agency-agents/paid-media/paid-media-creative-strategist.md +71 -0
- package/agency-agents/paid-media/paid-media-paid-social-strategist.md +71 -0
- package/agency-agents/paid-media/paid-media-ppc-strategist.md +71 -0
- package/agency-agents/paid-media/paid-media-programmatic-buyer.md +71 -0
- package/agency-agents/paid-media/paid-media-search-query-analyst.md +71 -0
- package/agency-agents/paid-media/paid-media-tracking-specialist.md +71 -0
- package/agency-agents/product/product-behavioral-nudge-engine.md +80 -0
- package/agency-agents/product/product-feedback-synthesizer.md +119 -0
- package/agency-agents/product/product-manager.md +469 -0
- package/agency-agents/product/product-sprint-prioritizer.md +154 -0
- package/agency-agents/product/product-trend-researcher.md +159 -0
- package/agency-agents/project-management/project-management-experiment-tracker.md +198 -0
- package/agency-agents/project-management/project-management-jira-workflow-steward.md +230 -0
- package/agency-agents/project-management/project-management-project-shepherd.md +194 -0
- package/agency-agents/project-management/project-management-studio-operations.md +200 -0
- package/agency-agents/project-management/project-management-studio-producer.md +203 -0
- package/agency-agents/project-management/project-manager-senior.md +135 -0
- package/agency-agents/sales/sales-account-strategist.md +227 -0
- package/agency-agents/sales/sales-coach.md +271 -0
- package/agency-agents/sales/sales-deal-strategist.md +180 -0
- package/agency-agents/sales/sales-discovery-coach.md +225 -0
- package/agency-agents/sales/sales-engineer.md +182 -0
- package/agency-agents/sales/sales-outbound-strategist.md +201 -0
- package/agency-agents/sales/sales-pipeline-analyst.md +267 -0
- package/agency-agents/sales/sales-proposal-strategist.md +217 -0
- package/agency-agents/scripts/convert.sh +639 -0
- package/agency-agents/scripts/i18n/README.md +63 -0
- package/agency-agents/scripts/i18n/agent-names-zh.json +154 -0
- package/agency-agents/scripts/i18n/localize-agents-zh.ps1 +38 -0
- package/agency-agents/scripts/install.sh +664 -0
- package/agency-agents/scripts/lint-agents.sh +170 -0
- package/agency-agents/spatial-computing/macos-spatial-metal-engineer.md +337 -0
- package/agency-agents/spatial-computing/terminal-integration-specialist.md +70 -0
- package/agency-agents/spatial-computing/visionos-spatial-engineer.md +54 -0
- package/agency-agents/spatial-computing/xr-cockpit-interaction-specialist.md +32 -0
- package/agency-agents/spatial-computing/xr-immersive-developer.md +32 -0
- package/agency-agents/spatial-computing/xr-interface-architect.md +32 -0
- package/agency-agents/specialized/accounts-payable-agent.md +185 -0
- package/agency-agents/specialized/agentic-identity-trust.md +387 -0
- package/agency-agents/specialized/agents-orchestrator.md +367 -0
- package/agency-agents/specialized/automation-governance-architect.md +216 -0
- package/agency-agents/specialized/blockchain-security-auditor.md +463 -0
- package/agency-agents/specialized/compliance-auditor.md +158 -0
- package/agency-agents/specialized/corporate-training-designer.md +192 -0
- package/agency-agents/specialized/customer-service.md +398 -0
- package/agency-agents/specialized/data-consolidation-agent.md +60 -0
- package/agency-agents/specialized/government-digital-presales-consultant.md +363 -0
- package/agency-agents/specialized/healthcare-customer-service.md +389 -0
- package/agency-agents/specialized/healthcare-marketing-compliance.md +395 -0
- package/agency-agents/specialized/hospitality-guest-services.md +603 -0
- package/agency-agents/specialized/hr-onboarding.md +451 -0
- package/agency-agents/specialized/identity-graph-operator.md +260 -0
- package/agency-agents/specialized/language-translator.md +264 -0
- package/agency-agents/specialized/legal-billing-time-tracking.md +569 -0
- package/agency-agents/specialized/legal-client-intake.md +492 -0
- package/agency-agents/specialized/legal-document-review.md +454 -0
- package/agency-agents/specialized/loan-officer-assistant.md +555 -0
- package/agency-agents/specialized/lsp-index-engineer.md +314 -0
- package/agency-agents/specialized/real-estate-buyer-seller.md +596 -0
- package/agency-agents/specialized/recruitment-specialist.md +509 -0
- package/agency-agents/specialized/report-distribution-agent.md +65 -0
- package/agency-agents/specialized/retail-customer-returns.md +566 -0
- package/agency-agents/specialized/sales-data-extraction-agent.md +67 -0
- package/agency-agents/specialized/sales-outreach.md +425 -0
- package/agency-agents/specialized/specialized-chief-of-staff.md +279 -0
- package/agency-agents/specialized/specialized-civil-engineer.md +356 -0
- package/agency-agents/specialized/specialized-cultural-intelligence-strategist.md +88 -0
- package/agency-agents/specialized/specialized-developer-advocate.md +317 -0
- package/agency-agents/specialized/specialized-document-generator.md +55 -0
- package/agency-agents/specialized/specialized-french-consulting-market.md +192 -0
- package/agency-agents/specialized/specialized-korean-business-navigator.md +216 -0
- package/agency-agents/specialized/specialized-mcp-builder.md +248 -0
- package/agency-agents/specialized/specialized-model-qa.md +488 -0
- package/agency-agents/specialized/specialized-salesforce-architect.md +180 -0
- package/agency-agents/specialized/specialized-workflow-architect.md +597 -0
- package/agency-agents/specialized/study-abroad-advisor.md +282 -0
- package/agency-agents/specialized/supply-chain-strategist.md +582 -0
- package/agency-agents/specialized/zk-steward.md +211 -0
- package/agency-agents/strategy/EXECUTIVE-BRIEF.md +95 -0
- package/agency-agents/strategy/QUICKSTART.md +194 -0
- package/agency-agents/strategy/coordination/agent-activation-prompts.md +401 -0
- package/agency-agents/strategy/coordination/handoff-templates.md +357 -0
- package/agency-agents/strategy/nexus-strategy.md +1110 -0
- package/agency-agents/strategy/playbooks/phase-0-discovery.md +178 -0
- package/agency-agents/strategy/playbooks/phase-1-strategy.md +238 -0
- package/agency-agents/strategy/playbooks/phase-2-foundation.md +278 -0
- package/agency-agents/strategy/playbooks/phase-3-build.md +286 -0
- package/agency-agents/strategy/playbooks/phase-4-hardening.md +332 -0
- package/agency-agents/strategy/playbooks/phase-5-launch.md +277 -0
- package/agency-agents/strategy/playbooks/phase-6-operate.md +318 -0
- package/agency-agents/strategy/runbooks/scenario-enterprise-feature.md +157 -0
- package/agency-agents/strategy/runbooks/scenario-incident-response.md +217 -0
- package/agency-agents/strategy/runbooks/scenario-marketing-campaign.md +187 -0
- package/agency-agents/strategy/runbooks/scenario-startup-mvp.md +154 -0
- package/agency-agents/support/support-analytics-reporter.md +365 -0
- package/agency-agents/support/support-executive-summary-generator.md +212 -0
- package/agency-agents/support/support-finance-tracker.md +442 -0
- package/agency-agents/support/support-infrastructure-maintainer.md +618 -0
- package/agency-agents/support/support-legal-compliance-checker.md +588 -0
- package/agency-agents/support/support-support-responder.md +585 -0
- package/agency-agents/testing/testing-accessibility-auditor.md +316 -0
- package/agency-agents/testing/testing-api-tester.md +306 -0
- package/agency-agents/testing/testing-evidence-collector.md +210 -0
- package/agency-agents/testing/testing-performance-benchmarker.md +268 -0
- package/agency-agents/testing/testing-reality-checker.md +236 -0
- package/agency-agents/testing/testing-test-results-analyzer.md +305 -0
- package/agency-agents/testing/testing-tool-evaluator.md +394 -0
- package/agency-agents/testing/testing-workflow-optimizer.md +450 -0
- package/dist/agents/loader.js +8 -0
- package/dist/cli/compose.d.ts +20 -2
- package/dist/cli/compose.js +168 -21
- package/dist/cli/demo.d.ts +1 -1
- package/dist/cli/demo.js +1 -0
- package/dist/cli.js +168 -24
- package/dist/connectors/claude-code.d.ts +4 -10
- package/dist/connectors/claude-code.js +136 -14
- package/dist/connectors/cli-base.d.ts +4 -0
- package/dist/connectors/cli-base.js +101 -33
- package/dist/connectors/codex-cli.js +4 -1
- package/dist/connectors/factory.js +19 -2
- package/dist/connectors/hermes-cli.d.ts +14 -0
- package/dist/connectors/hermes-cli.js +27 -0
- package/dist/connectors/openai-compatible.d.ts +8 -0
- package/dist/connectors/openai-compatible.js +145 -23
- package/dist/connectors/openclaw-cli.d.ts +6 -1
- package/dist/connectors/openclaw-cli.js +25 -3
- package/dist/core/executor.js +80 -17
- package/dist/core/parser.js +2 -2
- package/dist/index.js +97 -23
- package/dist/mcp/server.js +5 -1
- package/dist/output/reporter.d.ts +4 -4
- package/dist/output/reporter.js +127 -19
- package/dist/types.d.ts +11 -1
- package/dist/utils/version-check.d.ts +6 -0
- package/dist/utils/version-check.js +90 -0
- package/integrations/aider/README.md +1 -1
- package/integrations/antigravity/README.md +1 -1
- package/integrations/claude-code/README.md +1 -1
- package/integrations/codex/README.md +1 -1
- package/integrations/copilot/README.md +1 -1
- package/integrations/cursor/README.md +1 -1
- package/integrations/deerflow/README.md +1 -1
- package/integrations/gemini-cli/README.md +1 -1
- package/integrations/kiro/README.md +1 -1
- package/integrations/opencode/README.md +1 -1
- package/integrations/qwen/README.md +1 -1
- package/integrations/trae/README.md +1 -1
- package/integrations/windsurf/README.md +1 -1
- package/package.json +3 -2
- package/workflows/ai-startup-launch.yaml +82 -0
- package/workflows/en/business-plan.yaml +122 -0
- package/workflows/en/competitor-analysis.yaml +99 -0
- package/workflows/en/content-pipeline.yaml +83 -0
- package/workflows/en/pr-review.yaml +119 -0
- package/workflows/en/product-review.yaml +116 -0
- package/workflows/en/solo-founder-plan.yaml +194 -0
- 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
- 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
- package/workflows//345/220/210/345/220/214/345/256/241/346/237/245.yaml +106 -0
- 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
- 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
- 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
- package/workflows/test-deepseek.yaml +0 -68
- 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
|
-
> **
|
|
5
|
+
> **One sentence in, a full plan out — multiple AI roles collaborate automatically.**
|
|
6
6
|
|
|
7
7
|
[](https://github.com/jnMetaCode/agency-orchestrator/actions)
|
|
8
8
|
[](https://www.npmjs.com/package/agency-orchestrator)
|
|
9
9
|
[](./LICENSE)
|
|
10
10
|
[](./CONTRIBUTING.md)
|
|
11
11
|
|
|
12
|
-
**
|
|
12
|
+
**One sentence → full plan · 211 expert AI roles · Zero-code YAML · 10 LLM providers · 7 need no API key**
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
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
|
-
##
|
|
26
|
+
## One Sentence, Full Result
|
|
23
27
|
|
|
24
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
46
|
+
==================================================
|
|
47
|
+
Done: 5/5 steps | 182.1s | 6,493 tokens
|
|
48
|
+
==================================================
|
|
49
|
+
```
|
|
35
50
|
|
|
36
|
-
|
|
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
|
-
|
|
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
|
-
```
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
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
|
-
|
|
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
|
-
|
|
66
|
+
---
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
## Why Agency Orchestrator
|
|
69
69
|
|
|
70
|
-
|
|
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
|
-
|
|
72
|
+
**Agency Orchestrator = multiple AI experts working in parallel, then synthesized. One person vs. a whole team.**
|
|
75
73
|
|
|
76
|
-
|
|
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
|
-
|
|
79
|
-
npm install agency-orchestrator
|
|
80
|
-
npx ao init # download 186 AI roles
|
|
83
|
+
## Get Started in 3 Steps
|
|
81
84
|
|
|
82
|
-
|
|
83
|
-
npx ao run workflows/story-creation.yaml --input premise="A time travel story"
|
|
84
|
-
```
|
|
85
|
+
### Step 1: Install
|
|
85
86
|
|
|
86
|
-
|
|
87
|
+
```bash
|
|
88
|
+
npm install -g agency-orchestrator
|
|
89
|
+
```
|
|
87
90
|
|
|
88
|
-
### Step
|
|
91
|
+
### Step 2: One sentence, go
|
|
89
92
|
|
|
90
93
|
```bash
|
|
91
|
-
|
|
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
|
-
|
|
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
|
-
|
|
111
|
+
Also works inside Cursor / Claude Code — just say "run a workflow." Supports **14 AI coding tools** ([integration guides](./integrations/)).
|
|
103
112
|
|
|
104
|
-
##
|
|
113
|
+
## More Real Demos
|
|
105
114
|
|
|
106
115
|
```
|
|
107
|
-
$ ao
|
|
116
|
+
$ ao compose "Analyze startup opportunities in short-form video" --run
|
|
108
117
|
|
|
109
|
-
Workflow: Short
|
|
110
|
-
Steps:
|
|
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
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
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
|
-
|
|
131
|
+
Done: 6/6 steps | 233.0s | 65,191 tokens
|
|
127
132
|
==================================================
|
|
128
133
|
```
|
|
129
134
|
|
|
130
|
-
|
|
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"
|
|
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
|
-
##
|
|
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
|
|
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
|
|
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>
|
|
308
|
-
ao plan <workflow.yaml>
|
|
309
|
-
ao explain <workflow.yaml>
|
|
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 |
|
|
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 (
|
|
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 (
|
|
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 ──→
|
|
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
|
|
522
|
-
| [
|
|
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,
|
|
531
|
-
- [
|
|
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
|
|