agency-orchestrator 0.9.0 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +28 -16
- package/README.md +30 -16
- package/agency-agents/specialized/zk-steward.md +1 -1
- package/dist/agents/loader.d.ts +16 -1
- package/dist/agents/loader.js +59 -1
- package/dist/cli/compose.d.ts +3 -0
- package/dist/cli/compose.js +25 -3
- package/dist/cli.js +26 -5
- package/dist/connectors/api-providers.js +9 -0
- package/dist/connectors/claude.js +2 -0
- package/dist/connectors/ollama.js +2 -0
- package/dist/connectors/openai-compatible.js +3 -0
- package/dist/core/compare.d.ts +4 -3
- package/dist/core/compare.js +10 -6
- package/dist/core/executor.d.ts +18 -1
- package/dist/core/executor.js +149 -51
- package/dist/core/parser.js +15 -1
- package/dist/core/verify.d.ts +44 -0
- package/dist/core/verify.js +130 -0
- package/dist/i18n.js +4 -0
- package/dist/index.d.ts +16 -1
- package/dist/index.js +67 -3
- package/dist/mcp/server.js +1 -1
- package/dist/output/reporter.d.ts +6 -1
- package/dist/output/reporter.js +33 -3
- package/dist/types.d.ts +19 -0
- package/dist/utils/sponsor-guide.d.ts +22 -0
- package/dist/utils/sponsor-guide.js +30 -0
- package/package.json +11 -5
- package/web/server.js +403 -67
- package/website/dist/apple-touch-icon.png +0 -0
- package/website/dist/assets/{Changelog-Cd1_ta-F.js → Changelog-DUni6gcN.js} +4 -4
- package/website/dist/assets/{CreativeLibrary-Bafp2-7y.js → CreativeLibrary-BwPrpSur.js} +1 -1
- package/website/dist/assets/{Docs-DWjEFgqb.js → Docs-CoEyOiKi.js} +17 -10
- package/website/dist/assets/Experts-VqEKkF92.js +1 -0
- package/website/dist/assets/{Home-D1fuy-e9.js → Home-B1C14XmX.js} +1 -1
- package/website/dist/assets/{Markdown-DIBk11T6.js → Markdown-xUoVJ_bY.js} +1 -1
- package/website/dist/assets/{NotFound-yaONXr2c.js → NotFound-DzC2hez4.js} +1 -1
- package/website/dist/assets/PromptStudio-BZv6cgNF.js +17 -0
- package/website/dist/assets/SiteFooter-CYbe9-jI.js +1 -0
- package/website/dist/assets/Sponsors-DmVGKwhm.js +21 -0
- package/website/dist/assets/Studio-DzS19HYI.js +193 -0
- package/website/dist/assets/{TutorialDetail-C8bjE0Uh.js → TutorialDetail-CvcWD0wK.js} +1 -1
- package/website/dist/assets/{Tutorials-CscSAnuX.js → Tutorials-axySLvve.js} +1 -1
- package/website/dist/assets/{UsagePanel-CFfVmSwy.js → UsagePanel-BknMzmDO.js} +5 -5
- package/website/dist/assets/{arrow-left-CBsGQe3h.js → arrow-left-C5W_SIbJ.js} +1 -1
- package/website/dist/assets/{arrow-up-right-LSsttJsJ.js → arrow-up-right-BUEsz0L5.js} +1 -1
- package/website/dist/assets/{badge-xc3rfZGN.js → badge-enDFsMAX.js} +1 -1
- package/website/dist/assets/{clock-LLdpHBz2.js → clock-BLFCc2Nn.js} +1 -1
- package/website/dist/assets/{copy-button-CiQbKrJI.js → copy-button-DZRpgxcH.js} +1 -1
- package/website/dist/assets/{copy-nrJtFYdc.js → copy-nx-4k-PK.js} +1 -1
- package/website/dist/assets/{download-DP_pAg1E.js → download-BlDVL16V.js} +1 -1
- package/website/dist/assets/experts-GUXyGu7R.js +1 -0
- package/website/dist/assets/{external-link-CS2XMbHw.js → external-link-DEi1RAkD.js} +1 -1
- package/website/dist/assets/index-B-OgACYH.css +1 -0
- package/website/dist/assets/index-Cz48cZd3.js +97 -0
- package/website/dist/assets/{mail-Bx74VrG-.js → mail-BSb6E89Y.js} +1 -1
- package/website/dist/assets/{search-BH4oWAhq.js → search-zxgSUQkK.js} +1 -1
- package/website/dist/assets/{sparkles-jiZMT7tJ.js → sparkles-C5mMhApi.js} +1 -1
- package/website/dist/assets/sponsors-CsuIyqFx.js +11 -0
- package/website/dist/assets/useBackend-CbpFEaXL.js +30 -0
- package/website/dist/assets/{workflow-D0-wMIOl.js → workflow-Cy2D0jkl.js} +1 -1
- package/website/dist/assets/workflows-BS7rjs0g.js +1 -0
- package/website/dist/favicon.ico +0 -0
- package/website/dist/favicon.svg +15 -0
- package/website/dist/index.html +11 -2
- package/website/dist/logo/ao-app-icon.svg +15 -0
- package/website/dist/logo/ao-banner.png +0 -0
- package/website/dist/logo/ao-mark-white.svg +6 -0
- package/website/dist/logo/ao-mark.svg +13 -0
- package/website/dist/og-image.png +0 -0
- package/website/dist/prompts/ar/academic/academic-anthropologist.md +117 -0
- package/website/dist/prompts/ar/academic/academic-geographer.md +119 -0
- package/website/dist/prompts/ar/academic/academic-historian.md +115 -0
- package/website/dist/prompts/ar/academic/academic-narratologist.md +110 -0
- package/website/dist/prompts/ar/academic/academic-psychologist.md +110 -0
- package/website/dist/prompts/ar/design/design-brand-guardian.md +314 -0
- package/website/dist/prompts/ar/design/design-image-prompt-engineer.md +228 -0
- package/website/dist/prompts/ar/design/design-inclusive-visuals-specialist.md +63 -0
- package/website/dist/prompts/ar/design/design-ui-designer.md +375 -0
- package/website/dist/prompts/ar/design/design-ux-architect.md +461 -0
- package/website/dist/prompts/ar/design/design-ux-researcher.md +321 -0
- package/website/dist/prompts/ar/design/design-visual-storyteller.md +141 -0
- package/website/dist/prompts/ar/design/design-whimsy-injector.md +430 -0
- package/website/dist/prompts/ar/engineering/engineering-ai-data-remediation-engineer.md +202 -0
- package/website/dist/prompts/ar/engineering/engineering-ai-engineer.md +138 -0
- package/website/dist/prompts/ar/engineering/engineering-autonomous-optimization-architect.md +99 -0
- package/website/dist/prompts/ar/engineering/engineering-backend-architect.md +227 -0
- package/website/dist/prompts/ar/engineering/engineering-bnpl-mena-fintech-engineer.md +153 -0
- package/website/dist/prompts/ar/engineering/engineering-cms-developer.md +529 -0
- package/website/dist/prompts/ar/engineering/engineering-code-reviewer.md +68 -0
- package/website/dist/prompts/ar/engineering/engineering-codebase-onboarding-engineer.md +165 -0
- package/website/dist/prompts/ar/engineering/engineering-data-engineer.md +298 -0
- package/website/dist/prompts/ar/engineering/engineering-database-optimizer.md +168 -0
- package/website/dist/prompts/ar/engineering/engineering-devops-automator.md +368 -0
- package/website/dist/prompts/ar/engineering/engineering-email-intelligence-engineer.md +345 -0
- package/website/dist/prompts/ar/engineering/engineering-embedded-firmware-engineer.md +155 -0
- package/website/dist/prompts/ar/engineering/engineering-feishu-integration-developer.md +590 -0
- package/website/dist/prompts/ar/engineering/engineering-filament-optimization-specialist.md +275 -0
- package/website/dist/prompts/ar/engineering/engineering-frontend-developer.md +217 -0
- package/website/dist/prompts/ar/engineering/engineering-git-workflow-master.md +76 -0
- package/website/dist/prompts/ar/engineering/engineering-incident-response-commander.md +436 -0
- package/website/dist/prompts/ar/engineering/engineering-minimal-change-engineer.md +199 -0
- package/website/dist/prompts/ar/engineering/engineering-mobile-app-builder.md +485 -0
- package/website/dist/prompts/ar/engineering/engineering-rapid-prototyper.md +454 -0
- package/website/dist/prompts/ar/engineering/engineering-security-engineer.md +296 -0
- package/website/dist/prompts/ar/engineering/engineering-senior-developer.md +168 -0
- package/website/dist/prompts/ar/engineering/engineering-software-architect.md +73 -0
- package/website/dist/prompts/ar/engineering/engineering-solidity-smart-contract-engineer.md +514 -0
- package/website/dist/prompts/ar/engineering/engineering-sre.md +82 -0
- package/website/dist/prompts/ar/engineering/engineering-technical-writer.md +385 -0
- package/website/dist/prompts/ar/engineering/engineering-threat-detection-engineer.md +526 -0
- package/website/dist/prompts/ar/engineering/engineering-voice-ai-integration-engineer.md +553 -0
- package/website/dist/prompts/ar/engineering/engineering-wechat-mini-program-developer.md +342 -0
- package/website/dist/prompts/ar/finance/finance-bookkeeper-controller.md +252 -0
- package/website/dist/prompts/ar/finance/finance-financial-analyst.md +226 -0
- package/website/dist/prompts/ar/finance/finance-fpa-analyst.md +255 -0
- package/website/dist/prompts/ar/finance/finance-investment-researcher.md +264 -0
- package/website/dist/prompts/ar/finance/finance-tax-strategist.md +231 -0
- package/website/dist/prompts/ar/game-development/blender/blender-addon-engineer.md +226 -0
- package/website/dist/prompts/ar/game-development/game-audio-engineer.md +256 -0
- package/website/dist/prompts/ar/game-development/game-designer.md +159 -0
- package/website/dist/prompts/ar/game-development/godot/godot-gameplay-scripter.md +326 -0
- package/website/dist/prompts/ar/game-development/godot/godot-multiplayer-engineer.md +289 -0
- package/website/dist/prompts/ar/game-development/godot/godot-shader-developer.md +258 -0
- package/website/dist/prompts/ar/game-development/level-designer.md +200 -0
- package/website/dist/prompts/ar/game-development/narrative-designer.md +235 -0
- package/website/dist/prompts/ar/game-development/roblox-studio/roblox-avatar-creator.md +289 -0
- package/website/dist/prompts/ar/game-development/roblox-studio/roblox-experience-designer.md +297 -0
- package/website/dist/prompts/ar/game-development/roblox-studio/roblox-systems-scripter.md +317 -0
- package/website/dist/prompts/ar/game-development/technical-artist.md +221 -0
- package/website/dist/prompts/ar/game-development/unity/unity-architect.md +263 -0
- package/website/dist/prompts/ar/game-development/unity/unity-editor-tool-developer.md +302 -0
- package/website/dist/prompts/ar/game-development/unity/unity-multiplayer-engineer.md +313 -0
- package/website/dist/prompts/ar/game-development/unity/unity-shader-graph-artist.md +261 -0
- package/website/dist/prompts/ar/game-development/unreal-engine/unreal-multiplayer-architect.md +305 -0
- package/website/dist/prompts/ar/game-development/unreal-engine/unreal-systems-engineer.md +302 -0
- package/website/dist/prompts/ar/game-development/unreal-engine/unreal-technical-artist.md +248 -0
- package/website/dist/prompts/ar/game-development/unreal-engine/unreal-world-builder.md +265 -0
- package/website/dist/prompts/ar/marketing/marketing-agentic-search-optimizer.md +303 -0
- package/website/dist/prompts/ar/marketing/marketing-ai-citation-strategist.md +162 -0
- package/website/dist/prompts/ar/marketing/marketing-app-store-optimizer.md +312 -0
- package/website/dist/prompts/ar/marketing/marketing-baidu-seo-specialist.md +218 -0
- package/website/dist/prompts/ar/marketing/marketing-bilibili-content-strategist.md +191 -0
- package/website/dist/prompts/ar/marketing/marketing-book-co-author.md +102 -0
- package/website/dist/prompts/ar/marketing/marketing-carousel-growth-engine.md +184 -0
- package/website/dist/prompts/ar/marketing/marketing-china-ecommerce-operator.md +275 -0
- package/website/dist/prompts/ar/marketing/marketing-china-market-localization-strategist.md +275 -0
- package/website/dist/prompts/ar/marketing/marketing-content-creator.md +45 -0
- package/website/dist/prompts/ar/marketing/marketing-cross-border-ecommerce.md +251 -0
- package/website/dist/prompts/ar/marketing/marketing-douyin-strategist.md +141 -0
- package/website/dist/prompts/ar/marketing/marketing-growth-hacker.md +45 -0
- package/website/dist/prompts/ar/marketing/marketing-instagram-curator.md +105 -0
- package/website/dist/prompts/ar/marketing/marketing-kuaishou-strategist.md +215 -0
- package/website/dist/prompts/ar/marketing/marketing-linkedin-content-creator.md +205 -0
- package/website/dist/prompts/ar/marketing/marketing-livestream-commerce-coach.md +297 -0
- package/website/dist/prompts/ar/marketing/marketing-noon-seller.md +154 -0
- package/website/dist/prompts/ar/marketing/marketing-podcast-strategist.md +269 -0
- package/website/dist/prompts/ar/marketing/marketing-private-domain-operator.md +300 -0
- package/website/dist/prompts/ar/marketing/marketing-reddit-community-builder.md +115 -0
- package/website/dist/prompts/ar/marketing/marketing-seo-specialist.md +312 -0
- package/website/dist/prompts/ar/marketing/marketing-short-video-editing-coach.md +404 -0
- package/website/dist/prompts/ar/marketing/marketing-snapchat-mena-strategist.md +128 -0
- package/website/dist/prompts/ar/marketing/marketing-social-media-strategist.md +116 -0
- package/website/dist/prompts/ar/marketing/marketing-tiktok-strategist.md +117 -0
- package/website/dist/prompts/ar/marketing/marketing-twitter-engager.md +118 -0
- package/website/dist/prompts/ar/marketing/marketing-video-optimization-specialist.md +111 -0
- package/website/dist/prompts/ar/marketing/marketing-wechat-official-account.md +137 -0
- package/website/dist/prompts/ar/marketing/marketing-weibo-strategist.md +232 -0
- package/website/dist/prompts/ar/marketing/marketing-xiaohongshu-specialist.md +130 -0
- package/website/dist/prompts/ar/marketing/marketing-zhihu-strategist.md +154 -0
- package/website/dist/prompts/ar/paid-media/paid-media-auditor.md +61 -0
- package/website/dist/prompts/ar/paid-media/paid-media-creative-strategist.md +61 -0
- package/website/dist/prompts/ar/paid-media/paid-media-paid-social-strategist.md +61 -0
- package/website/dist/prompts/ar/paid-media/paid-media-ppc-strategist.md +61 -0
- package/website/dist/prompts/ar/paid-media/paid-media-programmatic-buyer.md +61 -0
- package/website/dist/prompts/ar/paid-media/paid-media-search-query-analyst.md +61 -0
- package/website/dist/prompts/ar/paid-media/paid-media-tracking-specialist.md +61 -0
- package/website/dist/prompts/ar/product/product-behavioral-nudge-engine.md +72 -0
- package/website/dist/prompts/ar/product/product-feedback-synthesizer.md +110 -0
- package/website/dist/prompts/ar/product/product-manager.md +460 -0
- package/website/dist/prompts/ar/product/product-sprint-prioritizer.md +145 -0
- package/website/dist/prompts/ar/product/product-trend-researcher.md +150 -0
- package/website/dist/prompts/ar/project-management/project-management-experiment-tracker.md +190 -0
- package/website/dist/prompts/ar/project-management/project-management-jira-workflow-steward.md +222 -0
- package/website/dist/prompts/ar/project-management/project-management-project-shepherd.md +186 -0
- package/website/dist/prompts/ar/project-management/project-management-studio-operations.md +192 -0
- package/website/dist/prompts/ar/project-management/project-management-studio-producer.md +195 -0
- package/website/dist/prompts/ar/project-management/project-manager-senior.md +127 -0
- package/website/dist/prompts/ar/sales/sales-account-strategist.md +219 -0
- package/website/dist/prompts/ar/sales/sales-coach.md +263 -0
- package/website/dist/prompts/ar/sales/sales-deal-strategist.md +172 -0
- package/website/dist/prompts/ar/sales/sales-discovery-coach.md +217 -0
- package/website/dist/prompts/ar/sales/sales-engineer.md +174 -0
- package/website/dist/prompts/ar/sales/sales-outbound-strategist.md +193 -0
- package/website/dist/prompts/ar/sales/sales-pipeline-analyst.md +259 -0
- package/website/dist/prompts/ar/sales/sales-proposal-strategist.md +209 -0
- package/website/dist/prompts/ar/spatial-computing/macos-spatial-metal-engineer.md +329 -0
- package/website/dist/prompts/ar/spatial-computing/terminal-integration-specialist.md +62 -0
- package/website/dist/prompts/ar/spatial-computing/visionos-spatial-engineer.md +46 -0
- package/website/dist/prompts/ar/spatial-computing/xr-cockpit-interaction-specialist.md +24 -0
- package/website/dist/prompts/ar/spatial-computing/xr-immersive-developer.md +24 -0
- package/website/dist/prompts/ar/spatial-computing/xr-interface-architect.md +24 -0
- package/website/dist/prompts/ar/specialized/accounts-payable-agent.md +177 -0
- package/website/dist/prompts/ar/specialized/agentic-identity-trust.md +379 -0
- package/website/dist/prompts/ar/specialized/agents-orchestrator.md +359 -0
- package/website/dist/prompts/ar/specialized/automation-governance-architect.md +208 -0
- package/website/dist/prompts/ar/specialized/blockchain-security-auditor.md +455 -0
- package/website/dist/prompts/ar/specialized/compliance-auditor.md +150 -0
- package/website/dist/prompts/ar/specialized/corporate-training-designer.md +184 -0
- package/website/dist/prompts/ar/specialized/customer-service.md +382 -0
- package/website/dist/prompts/ar/specialized/data-consolidation-agent.md +52 -0
- package/website/dist/prompts/ar/specialized/government-digital-presales-consultant.md +355 -0
- package/website/dist/prompts/ar/specialized/healthcare-customer-service.md +381 -0
- package/website/dist/prompts/ar/specialized/healthcare-marketing-compliance.md +387 -0
- package/website/dist/prompts/ar/specialized/hospitality-guest-services.md +595 -0
- package/website/dist/prompts/ar/specialized/hr-onboarding.md +443 -0
- package/website/dist/prompts/ar/specialized/identity-graph-operator.md +252 -0
- package/website/dist/prompts/ar/specialized/language-translator.md +256 -0
- package/website/dist/prompts/ar/specialized/legal-billing-time-tracking.md +561 -0
- package/website/dist/prompts/ar/specialized/legal-client-intake.md +484 -0
- package/website/dist/prompts/ar/specialized/legal-document-review.md +446 -0
- package/website/dist/prompts/ar/specialized/loan-officer-assistant.md +547 -0
- package/website/dist/prompts/ar/specialized/lsp-index-engineer.md +306 -0
- package/website/dist/prompts/ar/specialized/real-estate-buyer-seller.md +588 -0
- package/website/dist/prompts/ar/specialized/recruitment-specialist.md +501 -0
- package/website/dist/prompts/ar/specialized/report-distribution-agent.md +57 -0
- package/website/dist/prompts/ar/specialized/retail-customer-returns.md +558 -0
- package/website/dist/prompts/ar/specialized/sales-data-extraction-agent.md +59 -0
- package/website/dist/prompts/ar/specialized/sales-outreach.md +417 -0
- package/website/dist/prompts/ar/specialized/specialized-chief-of-staff.md +271 -0
- package/website/dist/prompts/ar/specialized/specialized-civil-engineer.md +348 -0
- package/website/dist/prompts/ar/specialized/specialized-cultural-intelligence-strategist.md +80 -0
- package/website/dist/prompts/ar/specialized/specialized-developer-advocate.md +308 -0
- package/website/dist/prompts/ar/specialized/specialized-document-generator.md +47 -0
- package/website/dist/prompts/ar/specialized/specialized-french-consulting-market.md +184 -0
- package/website/dist/prompts/ar/specialized/specialized-korean-business-navigator.md +208 -0
- package/website/dist/prompts/ar/specialized/specialized-mcp-builder.md +240 -0
- package/website/dist/prompts/ar/specialized/specialized-model-qa.md +480 -0
- package/website/dist/prompts/ar/specialized/specialized-salesforce-architect.md +172 -0
- package/website/dist/prompts/ar/specialized/specialized-workflow-architect.md +589 -0
- package/website/dist/prompts/ar/specialized/study-abroad-advisor.md +274 -0
- package/website/dist/prompts/ar/specialized/supply-chain-strategist.md +574 -0
- package/website/dist/prompts/ar/specialized/zk-steward.md +203 -0
- package/website/dist/prompts/ar/support/support-analytics-reporter.md +357 -0
- package/website/dist/prompts/ar/support/support-executive-summary-generator.md +204 -0
- package/website/dist/prompts/ar/support/support-finance-tracker.md +434 -0
- package/website/dist/prompts/ar/support/support-infrastructure-maintainer.md +610 -0
- package/website/dist/prompts/ar/support/support-legal-compliance-checker.md +580 -0
- package/website/dist/prompts/ar/support/support-support-responder.md +577 -0
- package/website/dist/prompts/ar/testing/testing-accessibility-auditor.md +308 -0
- package/website/dist/prompts/ar/testing/testing-api-tester.md +298 -0
- package/website/dist/prompts/ar/testing/testing-evidence-collector.md +202 -0
- package/website/dist/prompts/ar/testing/testing-performance-benchmarker.md +260 -0
- package/website/dist/prompts/ar/testing/testing-reality-checker.md +228 -0
- package/website/dist/prompts/ar/testing/testing-test-results-analyzer.md +297 -0
- package/website/dist/prompts/ar/testing/testing-tool-evaluator.md +386 -0
- package/website/dist/prompts/ar/testing/testing-workflow-optimizer.md +442 -0
- package/website/dist/prompts/id/academic/academic-anthropologist.md +117 -0
- package/website/dist/prompts/id/academic/academic-geographer.md +119 -0
- package/website/dist/prompts/id/academic/academic-historian.md +115 -0
- package/website/dist/prompts/id/academic/academic-narratologist.md +110 -0
- package/website/dist/prompts/id/academic/academic-psychologist.md +110 -0
- package/website/dist/prompts/id/design/design-brand-guardian.md +314 -0
- package/website/dist/prompts/id/design/design-image-prompt-engineer.md +229 -0
- package/website/dist/prompts/id/design/design-inclusive-visuals-specialist.md +63 -0
- package/website/dist/prompts/id/design/design-ui-designer.md +375 -0
- package/website/dist/prompts/id/design/design-ux-architect.md +461 -0
- package/website/dist/prompts/id/design/design-ux-researcher.md +321 -0
- package/website/dist/prompts/id/design/design-visual-storyteller.md +141 -0
- package/website/dist/prompts/id/design/design-whimsy-injector.md +430 -0
- package/website/dist/prompts/id/engineering/engineering-ai-data-remediation-engineer.md +202 -0
- package/website/dist/prompts/id/engineering/engineering-ai-engineer.md +138 -0
- package/website/dist/prompts/id/engineering/engineering-autonomous-optimization-architect.md +99 -0
- package/website/dist/prompts/id/engineering/engineering-backend-architect.md +227 -0
- package/website/dist/prompts/id/engineering/engineering-cms-developer.md +529 -0
- package/website/dist/prompts/id/engineering/engineering-code-reviewer.md +68 -0
- package/website/dist/prompts/id/engineering/engineering-codebase-onboarding-engineer.md +165 -0
- package/website/dist/prompts/id/engineering/engineering-data-engineer.md +298 -0
- package/website/dist/prompts/id/engineering/engineering-database-optimizer.md +168 -0
- package/website/dist/prompts/id/engineering/engineering-devops-automator.md +368 -0
- package/website/dist/prompts/id/engineering/engineering-email-intelligence-engineer.md +345 -0
- package/website/dist/prompts/id/engineering/engineering-embedded-firmware-engineer.md +165 -0
- package/website/dist/prompts/id/engineering/engineering-feishu-integration-developer.md +590 -0
- package/website/dist/prompts/id/engineering/engineering-filament-optimization-specialist.md +275 -0
- package/website/dist/prompts/id/engineering/engineering-frontend-developer.md +217 -0
- package/website/dist/prompts/id/engineering/engineering-git-workflow-master.md +76 -0
- package/website/dist/prompts/id/engineering/engineering-gojek-goto-integration-developer.md +165 -0
- package/website/dist/prompts/id/engineering/engineering-incident-response-commander.md +436 -0
- package/website/dist/prompts/id/engineering/engineering-minimal-change-engineer.md +199 -0
- package/website/dist/prompts/id/engineering/engineering-mobile-app-builder.md +485 -0
- package/website/dist/prompts/id/engineering/engineering-rapid-prototyper.md +454 -0
- package/website/dist/prompts/id/engineering/engineering-security-engineer.md +296 -0
- package/website/dist/prompts/id/engineering/engineering-senior-developer.md +168 -0
- package/website/dist/prompts/id/engineering/engineering-software-architect.md +73 -0
- package/website/dist/prompts/id/engineering/engineering-solidity-smart-contract-engineer.md +514 -0
- package/website/dist/prompts/id/engineering/engineering-sre.md +82 -0
- package/website/dist/prompts/id/engineering/engineering-technical-writer.md +385 -0
- package/website/dist/prompts/id/engineering/engineering-threat-detection-engineer.md +526 -0
- package/website/dist/prompts/id/engineering/engineering-voice-ai-integration-engineer.md +553 -0
- package/website/dist/prompts/id/engineering/engineering-wechat-mini-program-developer.md +342 -0
- package/website/dist/prompts/id/finance/finance-bookkeeper-controller.md +252 -0
- package/website/dist/prompts/id/finance/finance-financial-analyst.md +226 -0
- package/website/dist/prompts/id/finance/finance-fpa-analyst.md +255 -0
- package/website/dist/prompts/id/finance/finance-investment-researcher.md +264 -0
- package/website/dist/prompts/id/finance/finance-tax-strategist.md +231 -0
- package/website/dist/prompts/id/game-development/blender/blender-addon-engineer.md +226 -0
- package/website/dist/prompts/id/game-development/game-audio-engineer.md +256 -0
- package/website/dist/prompts/id/game-development/game-designer.md +159 -0
- package/website/dist/prompts/id/game-development/godot/godot-gameplay-scripter.md +326 -0
- package/website/dist/prompts/id/game-development/godot/godot-multiplayer-engineer.md +289 -0
- package/website/dist/prompts/id/game-development/godot/godot-shader-developer.md +258 -0
- package/website/dist/prompts/id/game-development/level-designer.md +200 -0
- package/website/dist/prompts/id/game-development/narrative-designer.md +235 -0
- package/website/dist/prompts/id/game-development/roblox-studio/roblox-avatar-creator.md +289 -0
- package/website/dist/prompts/id/game-development/roblox-studio/roblox-experience-designer.md +297 -0
- package/website/dist/prompts/id/game-development/roblox-studio/roblox-systems-scripter.md +317 -0
- package/website/dist/prompts/id/game-development/technical-artist.md +221 -0
- package/website/dist/prompts/id/game-development/unity/unity-architect.md +263 -0
- package/website/dist/prompts/id/game-development/unity/unity-editor-tool-developer.md +302 -0
- package/website/dist/prompts/id/game-development/unity/unity-multiplayer-engineer.md +313 -0
- package/website/dist/prompts/id/game-development/unity/unity-shader-graph-artist.md +261 -0
- package/website/dist/prompts/id/game-development/unreal-engine/unreal-multiplayer-architect.md +305 -0
- package/website/dist/prompts/id/game-development/unreal-engine/unreal-systems-engineer.md +302 -0
- package/website/dist/prompts/id/game-development/unreal-engine/unreal-technical-artist.md +248 -0
- package/website/dist/prompts/id/game-development/unreal-engine/unreal-world-builder.md +265 -0
- package/website/dist/prompts/id/marketing/marketing-agentic-search-optimizer.md +303 -0
- package/website/dist/prompts/id/marketing/marketing-ai-citation-strategist.md +162 -0
- package/website/dist/prompts/id/marketing/marketing-app-store-optimizer.md +313 -0
- package/website/dist/prompts/id/marketing/marketing-baidu-seo-specialist.md +218 -0
- package/website/dist/prompts/id/marketing/marketing-bilibili-content-strategist.md +191 -0
- package/website/dist/prompts/id/marketing/marketing-book-co-author.md +102 -0
- package/website/dist/prompts/id/marketing/marketing-carousel-growth-engine.md +184 -0
- package/website/dist/prompts/id/marketing/marketing-china-ecommerce-operator.md +275 -0
- package/website/dist/prompts/id/marketing/marketing-china-market-localization-strategist.md +275 -0
- package/website/dist/prompts/id/marketing/marketing-content-creator.md +45 -0
- package/website/dist/prompts/id/marketing/marketing-cross-border-ecommerce.md +251 -0
- package/website/dist/prompts/id/marketing/marketing-douyin-strategist.md +141 -0
- package/website/dist/prompts/id/marketing/marketing-growth-hacker.md +45 -0
- package/website/dist/prompts/id/marketing/marketing-instagram-curator.md +105 -0
- package/website/dist/prompts/id/marketing/marketing-kuaishou-strategist.md +215 -0
- package/website/dist/prompts/id/marketing/marketing-linkedin-content-creator.md +205 -0
- package/website/dist/prompts/id/marketing/marketing-livestream-commerce-coach.md +297 -0
- package/website/dist/prompts/id/marketing/marketing-podcast-strategist.md +269 -0
- package/website/dist/prompts/id/marketing/marketing-private-domain-operator.md +300 -0
- package/website/dist/prompts/id/marketing/marketing-reddit-community-builder.md +115 -0
- package/website/dist/prompts/id/marketing/marketing-seo-specialist.md +312 -0
- package/website/dist/prompts/id/marketing/marketing-short-video-editing-coach.md +404 -0
- package/website/dist/prompts/id/marketing/marketing-social-media-strategist.md +116 -0
- package/website/dist/prompts/id/marketing/marketing-tiktok-strategist.md +117 -0
- package/website/dist/prompts/id/marketing/marketing-tokopedia-seller.md +161 -0
- package/website/dist/prompts/id/marketing/marketing-twitter-engager.md +118 -0
- package/website/dist/prompts/id/marketing/marketing-video-optimization-specialist.md +111 -0
- package/website/dist/prompts/id/marketing/marketing-wechat-official-account.md +137 -0
- package/website/dist/prompts/id/marketing/marketing-weibo-strategist.md +232 -0
- package/website/dist/prompts/id/marketing/marketing-whatsapp-business-id-operator.md +150 -0
- package/website/dist/prompts/id/marketing/marketing-xiaohongshu-specialist.md +130 -0
- package/website/dist/prompts/id/marketing/marketing-zhihu-strategist.md +154 -0
- package/website/dist/prompts/id/paid-media/paid-media-auditor.md +61 -0
- package/website/dist/prompts/id/paid-media/paid-media-creative-strategist.md +61 -0
- package/website/dist/prompts/id/paid-media/paid-media-paid-social-strategist.md +61 -0
- package/website/dist/prompts/id/paid-media/paid-media-ppc-strategist.md +61 -0
- package/website/dist/prompts/id/paid-media/paid-media-programmatic-buyer.md +61 -0
- package/website/dist/prompts/id/paid-media/paid-media-search-query-analyst.md +61 -0
- package/website/dist/prompts/id/paid-media/paid-media-tracking-specialist.md +61 -0
- package/website/dist/prompts/id/product/product-behavioral-nudge-engine.md +72 -0
- package/website/dist/prompts/id/product/product-feedback-synthesizer.md +110 -0
- package/website/dist/prompts/id/product/product-manager.md +460 -0
- package/website/dist/prompts/id/product/product-sprint-prioritizer.md +145 -0
- package/website/dist/prompts/id/product/product-trend-researcher.md +150 -0
- package/website/dist/prompts/id/project-management/project-management-experiment-tracker.md +190 -0
- package/website/dist/prompts/id/project-management/project-management-jira-workflow-steward.md +222 -0
- package/website/dist/prompts/id/project-management/project-management-project-shepherd.md +186 -0
- package/website/dist/prompts/id/project-management/project-management-studio-operations.md +192 -0
- package/website/dist/prompts/id/project-management/project-management-studio-producer.md +195 -0
- package/website/dist/prompts/id/project-management/project-manager-senior.md +127 -0
- package/website/dist/prompts/id/sales/sales-account-strategist.md +219 -0
- package/website/dist/prompts/id/sales/sales-coach.md +263 -0
- package/website/dist/prompts/id/sales/sales-deal-strategist.md +172 -0
- package/website/dist/prompts/id/sales/sales-discovery-coach.md +217 -0
- package/website/dist/prompts/id/sales/sales-engineer.md +174 -0
- package/website/dist/prompts/id/sales/sales-outbound-strategist.md +193 -0
- package/website/dist/prompts/id/sales/sales-pipeline-analyst.md +259 -0
- package/website/dist/prompts/id/sales/sales-proposal-strategist.md +209 -0
- package/website/dist/prompts/id/spatial-computing/macos-spatial-metal-engineer.md +329 -0
- package/website/dist/prompts/id/spatial-computing/terminal-integration-specialist.md +62 -0
- package/website/dist/prompts/id/spatial-computing/visionos-spatial-engineer.md +46 -0
- package/website/dist/prompts/id/spatial-computing/xr-cockpit-interaction-specialist.md +24 -0
- package/website/dist/prompts/id/spatial-computing/xr-immersive-developer.md +24 -0
- package/website/dist/prompts/id/spatial-computing/xr-interface-architect.md +24 -0
- package/website/dist/prompts/id/specialized/accounts-payable-agent.md +177 -0
- package/website/dist/prompts/id/specialized/agentic-identity-trust.md +379 -0
- package/website/dist/prompts/id/specialized/agents-orchestrator.md +359 -0
- package/website/dist/prompts/id/specialized/automation-governance-architect.md +208 -0
- package/website/dist/prompts/id/specialized/blockchain-security-auditor.md +455 -0
- package/website/dist/prompts/id/specialized/compliance-auditor.md +150 -0
- package/website/dist/prompts/id/specialized/corporate-training-designer.md +184 -0
- package/website/dist/prompts/id/specialized/customer-service.md +394 -0
- package/website/dist/prompts/id/specialized/data-consolidation-agent.md +52 -0
- package/website/dist/prompts/id/specialized/government-digital-presales-consultant.md +355 -0
- package/website/dist/prompts/id/specialized/healthcare-customer-service.md +380 -0
- package/website/dist/prompts/id/specialized/healthcare-marketing-compliance.md +387 -0
- package/website/dist/prompts/id/specialized/hospitality-guest-services.md +595 -0
- package/website/dist/prompts/id/specialized/hr-onboarding.md +444 -0
- package/website/dist/prompts/id/specialized/identity-graph-operator.md +252 -0
- package/website/dist/prompts/id/specialized/language-translator.md +256 -0
- package/website/dist/prompts/id/specialized/legal-billing-time-tracking.md +561 -0
- package/website/dist/prompts/id/specialized/legal-client-intake.md +484 -0
- package/website/dist/prompts/id/specialized/legal-document-review.md +446 -0
- package/website/dist/prompts/id/specialized/loan-officer-assistant.md +547 -0
- package/website/dist/prompts/id/specialized/lsp-index-engineer.md +306 -0
- package/website/dist/prompts/id/specialized/real-estate-buyer-seller.md +588 -0
- package/website/dist/prompts/id/specialized/recruitment-specialist.md +501 -0
- package/website/dist/prompts/id/specialized/report-distribution-agent.md +57 -0
- package/website/dist/prompts/id/specialized/retail-customer-returns.md +557 -0
- package/website/dist/prompts/id/specialized/sales-data-extraction-agent.md +59 -0
- package/website/dist/prompts/id/specialized/sales-outreach.md +417 -0
- package/website/dist/prompts/id/specialized/specialized-chief-of-staff.md +271 -0
- package/website/dist/prompts/id/specialized/specialized-civil-engineer.md +348 -0
- package/website/dist/prompts/id/specialized/specialized-cultural-intelligence-strategist.md +80 -0
- package/website/dist/prompts/id/specialized/specialized-developer-advocate.md +309 -0
- package/website/dist/prompts/id/specialized/specialized-document-generator.md +47 -0
- package/website/dist/prompts/id/specialized/specialized-french-consulting-market.md +184 -0
- package/website/dist/prompts/id/specialized/specialized-korean-business-navigator.md +208 -0
- package/website/dist/prompts/id/specialized/specialized-mcp-builder.md +240 -0
- package/website/dist/prompts/id/specialized/specialized-model-qa.md +480 -0
- package/website/dist/prompts/id/specialized/specialized-salesforce-architect.md +172 -0
- package/website/dist/prompts/id/specialized/specialized-workflow-architect.md +589 -0
- package/website/dist/prompts/id/specialized/study-abroad-advisor.md +274 -0
- package/website/dist/prompts/id/specialized/supply-chain-strategist.md +574 -0
- package/website/dist/prompts/id/specialized/zk-steward.md +203 -0
- package/website/dist/prompts/id/support/support-analytics-reporter.md +357 -0
- package/website/dist/prompts/id/support/support-executive-summary-generator.md +204 -0
- package/website/dist/prompts/id/support/support-finance-tracker.md +434 -0
- package/website/dist/prompts/id/support/support-infrastructure-maintainer.md +610 -0
- package/website/dist/prompts/id/support/support-legal-compliance-checker.md +580 -0
- package/website/dist/prompts/id/support/support-support-responder.md +577 -0
- package/website/dist/prompts/id/testing/testing-accessibility-auditor.md +308 -0
- package/website/dist/prompts/id/testing/testing-api-tester.md +298 -0
- package/website/dist/prompts/id/testing/testing-evidence-collector.md +202 -0
- package/website/dist/prompts/id/testing/testing-performance-benchmarker.md +260 -0
- package/website/dist/prompts/id/testing/testing-reality-checker.md +228 -0
- package/website/dist/prompts/id/testing/testing-test-results-analyzer.md +297 -0
- package/website/dist/prompts/id/testing/testing-tool-evaluator.md +386 -0
- package/website/dist/prompts/id/testing/testing-workflow-optimizer.md +442 -0
- package/website/dist/prompts/ko/academic/academic-anthropologist.md +117 -0
- package/website/dist/prompts/ko/academic/academic-geographer.md +119 -0
- package/website/dist/prompts/ko/academic/academic-historian.md +115 -0
- package/website/dist/prompts/ko/academic/academic-narratologist.md +110 -0
- package/website/dist/prompts/ko/academic/academic-psychologist.md +110 -0
- package/website/dist/prompts/ko/design/design-brand-guardian.md +314 -0
- package/website/dist/prompts/ko/design/design-image-prompt-engineer.md +228 -0
- package/website/dist/prompts/ko/design/design-inclusive-visuals-specialist.md +63 -0
- package/website/dist/prompts/ko/design/design-ui-designer.md +375 -0
- package/website/dist/prompts/ko/design/design-ux-architect.md +461 -0
- package/website/dist/prompts/ko/design/design-ux-researcher.md +321 -0
- package/website/dist/prompts/ko/design/design-visual-storyteller.md +141 -0
- package/website/dist/prompts/ko/design/design-whimsy-injector.md +430 -0
- package/website/dist/prompts/ko/engineering/engineering-ai-data-remediation-engineer.md +202 -0
- package/website/dist/prompts/ko/engineering/engineering-ai-engineer.md +138 -0
- package/website/dist/prompts/ko/engineering/engineering-autonomous-optimization-architect.md +99 -0
- package/website/dist/prompts/ko/engineering/engineering-backend-architect.md +230 -0
- package/website/dist/prompts/ko/engineering/engineering-cms-developer.md +529 -0
- package/website/dist/prompts/ko/engineering/engineering-code-reviewer.md +68 -0
- package/website/dist/prompts/ko/engineering/engineering-codebase-onboarding-engineer.md +165 -0
- package/website/dist/prompts/ko/engineering/engineering-data-engineer.md +298 -0
- package/website/dist/prompts/ko/engineering/engineering-database-optimizer.md +168 -0
- package/website/dist/prompts/ko/engineering/engineering-devops-automator.md +368 -0
- package/website/dist/prompts/ko/engineering/engineering-email-intelligence-engineer.md +345 -0
- package/website/dist/prompts/ko/engineering/engineering-embedded-firmware-engineer.md +165 -0
- package/website/dist/prompts/ko/engineering/engineering-feishu-integration-developer.md +590 -0
- package/website/dist/prompts/ko/engineering/engineering-filament-optimization-specialist.md +275 -0
- package/website/dist/prompts/ko/engineering/engineering-frontend-developer.md +217 -0
- package/website/dist/prompts/ko/engineering/engineering-git-workflow-master.md +76 -0
- package/website/dist/prompts/ko/engineering/engineering-incident-response-commander.md +436 -0
- package/website/dist/prompts/ko/engineering/engineering-minimal-change-engineer.md +199 -0
- package/website/dist/prompts/ko/engineering/engineering-mobile-app-builder.md +485 -0
- package/website/dist/prompts/ko/engineering/engineering-rapid-prototyper.md +454 -0
- package/website/dist/prompts/ko/engineering/engineering-security-engineer.md +296 -0
- package/website/dist/prompts/ko/engineering/engineering-senior-developer.md +168 -0
- package/website/dist/prompts/ko/engineering/engineering-software-architect.md +73 -0
- package/website/dist/prompts/ko/engineering/engineering-solidity-smart-contract-engineer.md +514 -0
- package/website/dist/prompts/ko/engineering/engineering-sre.md +82 -0
- package/website/dist/prompts/ko/engineering/engineering-technical-writer.md +385 -0
- package/website/dist/prompts/ko/engineering/engineering-threat-detection-engineer.md +526 -0
- package/website/dist/prompts/ko/engineering/engineering-voice-ai-integration-engineer.md +553 -0
- package/website/dist/prompts/ko/engineering/engineering-wechat-mini-program-developer.md +342 -0
- package/website/dist/prompts/ko/finance/finance-bookkeeper-controller.md +252 -0
- package/website/dist/prompts/ko/finance/finance-financial-analyst.md +226 -0
- package/website/dist/prompts/ko/finance/finance-fpa-analyst.md +255 -0
- package/website/dist/prompts/ko/finance/finance-investment-researcher.md +264 -0
- package/website/dist/prompts/ko/finance/finance-tax-strategist.md +231 -0
- package/website/dist/prompts/ko/game-development/blender/blender-addon-engineer.md +226 -0
- package/website/dist/prompts/ko/game-development/game-audio-engineer.md +256 -0
- package/website/dist/prompts/ko/game-development/game-designer.md +159 -0
- package/website/dist/prompts/ko/game-development/godot/godot-gameplay-scripter.md +326 -0
- package/website/dist/prompts/ko/game-development/godot/godot-multiplayer-engineer.md +289 -0
- package/website/dist/prompts/ko/game-development/godot/godot-shader-developer.md +259 -0
- package/website/dist/prompts/ko/game-development/level-designer.md +200 -0
- package/website/dist/prompts/ko/game-development/narrative-designer.md +235 -0
- package/website/dist/prompts/ko/game-development/roblox-studio/roblox-avatar-creator.md +289 -0
- package/website/dist/prompts/ko/game-development/roblox-studio/roblox-experience-designer.md +297 -0
- package/website/dist/prompts/ko/game-development/roblox-studio/roblox-systems-scripter.md +317 -0
- package/website/dist/prompts/ko/game-development/technical-artist.md +221 -0
- package/website/dist/prompts/ko/game-development/unity/unity-architect.md +263 -0
- package/website/dist/prompts/ko/game-development/unity/unity-editor-tool-developer.md +302 -0
- package/website/dist/prompts/ko/game-development/unity/unity-multiplayer-engineer.md +313 -0
- package/website/dist/prompts/ko/game-development/unity/unity-shader-graph-artist.md +261 -0
- package/website/dist/prompts/ko/game-development/unreal-engine/unreal-multiplayer-architect.md +305 -0
- package/website/dist/prompts/ko/game-development/unreal-engine/unreal-systems-engineer.md +302 -0
- package/website/dist/prompts/ko/game-development/unreal-engine/unreal-technical-artist.md +248 -0
- package/website/dist/prompts/ko/game-development/unreal-engine/unreal-world-builder.md +286 -0
- package/website/dist/prompts/ko/marketing/marketing-agentic-search-optimizer.md +303 -0
- package/website/dist/prompts/ko/marketing/marketing-ai-citation-strategist.md +162 -0
- package/website/dist/prompts/ko/marketing/marketing-app-store-optimizer.md +313 -0
- package/website/dist/prompts/ko/marketing/marketing-baidu-seo-specialist.md +218 -0
- package/website/dist/prompts/ko/marketing/marketing-bilibili-content-strategist.md +191 -0
- package/website/dist/prompts/ko/marketing/marketing-book-co-author.md +102 -0
- package/website/dist/prompts/ko/marketing/marketing-carousel-growth-engine.md +186 -0
- package/website/dist/prompts/ko/marketing/marketing-china-ecommerce-operator.md +275 -0
- package/website/dist/prompts/ko/marketing/marketing-china-market-localization-strategist.md +275 -0
- package/website/dist/prompts/ko/marketing/marketing-content-creator.md +45 -0
- package/website/dist/prompts/ko/marketing/marketing-coupang-seller.md +153 -0
- package/website/dist/prompts/ko/marketing/marketing-cross-border-ecommerce.md +251 -0
- package/website/dist/prompts/ko/marketing/marketing-douyin-strategist.md +141 -0
- package/website/dist/prompts/ko/marketing/marketing-growth-hacker.md +45 -0
- package/website/dist/prompts/ko/marketing/marketing-instagram-curator.md +105 -0
- package/website/dist/prompts/ko/marketing/marketing-kakaotalk-business-operator.md +181 -0
- package/website/dist/prompts/ko/marketing/marketing-kuaishou-strategist.md +215 -0
- package/website/dist/prompts/ko/marketing/marketing-linkedin-content-creator.md +205 -0
- package/website/dist/prompts/ko/marketing/marketing-livestream-commerce-coach.md +297 -0
- package/website/dist/prompts/ko/marketing/marketing-naver-blog-cafe-seo.md +158 -0
- package/website/dist/prompts/ko/marketing/marketing-podcast-strategist.md +269 -0
- package/website/dist/prompts/ko/marketing/marketing-private-domain-operator.md +300 -0
- package/website/dist/prompts/ko/marketing/marketing-reddit-community-builder.md +115 -0
- package/website/dist/prompts/ko/marketing/marketing-seo-specialist.md +312 -0
- package/website/dist/prompts/ko/marketing/marketing-short-video-editing-coach.md +404 -0
- package/website/dist/prompts/ko/marketing/marketing-social-media-strategist.md +116 -0
- package/website/dist/prompts/ko/marketing/marketing-tiktok-strategist.md +117 -0
- package/website/dist/prompts/ko/marketing/marketing-twitter-engager.md +118 -0
- package/website/dist/prompts/ko/marketing/marketing-video-optimization-specialist.md +111 -0
- package/website/dist/prompts/ko/marketing/marketing-wechat-official-account.md +137 -0
- package/website/dist/prompts/ko/marketing/marketing-weibo-strategist.md +232 -0
- package/website/dist/prompts/ko/marketing/marketing-xiaohongshu-specialist.md +130 -0
- package/website/dist/prompts/ko/marketing/marketing-zhihu-strategist.md +154 -0
- package/website/dist/prompts/ko/paid-media/paid-media-auditor.md +61 -0
- package/website/dist/prompts/ko/paid-media/paid-media-creative-strategist.md +61 -0
- package/website/dist/prompts/ko/paid-media/paid-media-paid-social-strategist.md +61 -0
- package/website/dist/prompts/ko/paid-media/paid-media-ppc-strategist.md +61 -0
- package/website/dist/prompts/ko/paid-media/paid-media-programmatic-buyer.md +61 -0
- package/website/dist/prompts/ko/paid-media/paid-media-search-query-analyst.md +61 -0
- package/website/dist/prompts/ko/paid-media/paid-media-tracking-specialist.md +61 -0
- package/website/dist/prompts/ko/product/product-behavioral-nudge-engine.md +72 -0
- package/website/dist/prompts/ko/product/product-feedback-synthesizer.md +110 -0
- package/website/dist/prompts/ko/product/product-manager.md +460 -0
- package/website/dist/prompts/ko/product/product-sprint-prioritizer.md +145 -0
- package/website/dist/prompts/ko/product/product-trend-researcher.md +150 -0
- package/website/dist/prompts/ko/project-management/project-management-experiment-tracker.md +190 -0
- package/website/dist/prompts/ko/project-management/project-management-jira-workflow-steward.md +223 -0
- package/website/dist/prompts/ko/project-management/project-management-project-shepherd.md +202 -0
- package/website/dist/prompts/ko/project-management/project-management-studio-operations.md +192 -0
- package/website/dist/prompts/ko/project-management/project-management-studio-producer.md +195 -0
- package/website/dist/prompts/ko/project-management/project-manager-senior.md +127 -0
- package/website/dist/prompts/ko/sales/sales-account-strategist.md +236 -0
- package/website/dist/prompts/ko/sales/sales-coach.md +263 -0
- package/website/dist/prompts/ko/sales/sales-deal-strategist.md +172 -0
- package/website/dist/prompts/ko/sales/sales-discovery-coach.md +217 -0
- package/website/dist/prompts/ko/sales/sales-engineer.md +174 -0
- package/website/dist/prompts/ko/sales/sales-outbound-strategist.md +193 -0
- package/website/dist/prompts/ko/sales/sales-pipeline-analyst.md +259 -0
- package/website/dist/prompts/ko/sales/sales-proposal-strategist.md +210 -0
- package/website/dist/prompts/ko/spatial-computing/macos-spatial-metal-engineer.md +329 -0
- package/website/dist/prompts/ko/spatial-computing/terminal-integration-specialist.md +62 -0
- package/website/dist/prompts/ko/spatial-computing/visionos-spatial-engineer.md +46 -0
- package/website/dist/prompts/ko/spatial-computing/xr-cockpit-interaction-specialist.md +24 -0
- package/website/dist/prompts/ko/spatial-computing/xr-immersive-developer.md +24 -0
- package/website/dist/prompts/ko/spatial-computing/xr-interface-architect.md +24 -0
- package/website/dist/prompts/ko/specialized/accounts-payable-agent.md +177 -0
- package/website/dist/prompts/ko/specialized/agentic-identity-trust.md +379 -0
- package/website/dist/prompts/ko/specialized/agents-orchestrator.md +359 -0
- package/website/dist/prompts/ko/specialized/automation-governance-architect.md +208 -0
- package/website/dist/prompts/ko/specialized/blockchain-security-auditor.md +455 -0
- package/website/dist/prompts/ko/specialized/compliance-auditor.md +150 -0
- package/website/dist/prompts/ko/specialized/corporate-training-designer.md +184 -0
- package/website/dist/prompts/ko/specialized/customer-service.md +389 -0
- package/website/dist/prompts/ko/specialized/data-consolidation-agent.md +52 -0
- package/website/dist/prompts/ko/specialized/government-digital-presales-consultant.md +355 -0
- package/website/dist/prompts/ko/specialized/healthcare-customer-service.md +379 -0
- package/website/dist/prompts/ko/specialized/healthcare-marketing-compliance.md +387 -0
- package/website/dist/prompts/ko/specialized/hospitality-guest-services.md +591 -0
- package/website/dist/prompts/ko/specialized/hr-onboarding.md +443 -0
- package/website/dist/prompts/ko/specialized/identity-graph-operator.md +252 -0
- package/website/dist/prompts/ko/specialized/language-translator.md +256 -0
- package/website/dist/prompts/ko/specialized/legal-billing-time-tracking.md +561 -0
- package/website/dist/prompts/ko/specialized/legal-client-intake.md +485 -0
- package/website/dist/prompts/ko/specialized/legal-document-review.md +446 -0
- package/website/dist/prompts/ko/specialized/loan-officer-assistant.md +538 -0
- package/website/dist/prompts/ko/specialized/lsp-index-engineer.md +306 -0
- package/website/dist/prompts/ko/specialized/real-estate-buyer-seller.md +588 -0
- package/website/dist/prompts/ko/specialized/recruitment-specialist.md +501 -0
- package/website/dist/prompts/ko/specialized/report-distribution-agent.md +57 -0
- package/website/dist/prompts/ko/specialized/retail-customer-returns.md +558 -0
- package/website/dist/prompts/ko/specialized/sales-data-extraction-agent.md +59 -0
- package/website/dist/prompts/ko/specialized/sales-outreach.md +417 -0
- package/website/dist/prompts/ko/specialized/specialized-chief-of-staff.md +271 -0
- package/website/dist/prompts/ko/specialized/specialized-civil-engineer.md +349 -0
- package/website/dist/prompts/ko/specialized/specialized-cultural-intelligence-strategist.md +80 -0
- package/website/dist/prompts/ko/specialized/specialized-developer-advocate.md +309 -0
- package/website/dist/prompts/ko/specialized/specialized-document-generator.md +47 -0
- package/website/dist/prompts/ko/specialized/specialized-french-consulting-market.md +184 -0
- package/website/dist/prompts/ko/specialized/specialized-korean-business-navigator.md +208 -0
- package/website/dist/prompts/ko/specialized/specialized-mcp-builder.md +240 -0
- package/website/dist/prompts/ko/specialized/specialized-model-qa.md +480 -0
- package/website/dist/prompts/ko/specialized/specialized-salesforce-architect.md +172 -0
- package/website/dist/prompts/ko/specialized/specialized-workflow-architect.md +589 -0
- package/website/dist/prompts/ko/specialized/study-abroad-advisor.md +274 -0
- package/website/dist/prompts/ko/specialized/supply-chain-strategist.md +574 -0
- package/website/dist/prompts/ko/specialized/zk-steward.md +203 -0
- package/website/dist/prompts/ko/support/support-analytics-reporter.md +357 -0
- package/website/dist/prompts/ko/support/support-executive-summary-generator.md +204 -0
- package/website/dist/prompts/ko/support/support-finance-tracker.md +435 -0
- package/website/dist/prompts/ko/support/support-infrastructure-maintainer.md +610 -0
- package/website/dist/prompts/ko/support/support-legal-compliance-checker.md +580 -0
- package/website/dist/prompts/ko/support/support-support-responder.md +577 -0
- package/website/dist/prompts/ko/testing/testing-accessibility-auditor.md +308 -0
- package/website/dist/prompts/ko/testing/testing-api-tester.md +298 -0
- package/website/dist/prompts/ko/testing/testing-evidence-collector.md +202 -0
- package/website/dist/prompts/ko/testing/testing-performance-benchmarker.md +260 -0
- package/website/dist/prompts/ko/testing/testing-reality-checker.md +228 -0
- package/website/dist/prompts/ko/testing/testing-test-results-analyzer.md +297 -0
- package/website/dist/prompts/ko/testing/testing-tool-evaluator.md +386 -0
- package/website/dist/prompts/ko/testing/testing-workflow-optimizer.md +442 -0
- package/website/dist/prompts/pt-br/academic/academic-anthropologist.md +117 -0
- package/website/dist/prompts/pt-br/academic/academic-geographer.md +119 -0
- package/website/dist/prompts/pt-br/academic/academic-historian.md +115 -0
- package/website/dist/prompts/pt-br/academic/academic-narratologist.md +110 -0
- package/website/dist/prompts/pt-br/academic/academic-psychologist.md +110 -0
- package/website/dist/prompts/pt-br/design/design-brand-guardian.md +314 -0
- package/website/dist/prompts/pt-br/design/design-image-prompt-engineer.md +228 -0
- package/website/dist/prompts/pt-br/design/design-inclusive-visuals-specialist.md +63 -0
- package/website/dist/prompts/pt-br/design/design-ui-designer.md +375 -0
- package/website/dist/prompts/pt-br/design/design-ux-architect.md +461 -0
- package/website/dist/prompts/pt-br/design/design-ux-researcher.md +321 -0
- package/website/dist/prompts/pt-br/design/design-visual-storyteller.md +141 -0
- package/website/dist/prompts/pt-br/design/design-whimsy-injector.md +430 -0
- package/website/dist/prompts/pt-br/engineering/engineering-ai-data-remediation-engineer.md +202 -0
- package/website/dist/prompts/pt-br/engineering/engineering-ai-engineer.md +138 -0
- package/website/dist/prompts/pt-br/engineering/engineering-autonomous-optimization-architect.md +99 -0
- package/website/dist/prompts/pt-br/engineering/engineering-backend-architect.md +227 -0
- package/website/dist/prompts/pt-br/engineering/engineering-cms-developer.md +529 -0
- package/website/dist/prompts/pt-br/engineering/engineering-code-reviewer.md +68 -0
- package/website/dist/prompts/pt-br/engineering/engineering-codebase-onboarding-engineer.md +165 -0
- package/website/dist/prompts/pt-br/engineering/engineering-data-engineer.md +298 -0
- package/website/dist/prompts/pt-br/engineering/engineering-database-optimizer.md +168 -0
- package/website/dist/prompts/pt-br/engineering/engineering-devops-automator.md +368 -0
- package/website/dist/prompts/pt-br/engineering/engineering-email-intelligence-engineer.md +345 -0
- package/website/dist/prompts/pt-br/engineering/engineering-embedded-firmware-engineer.md +165 -0
- package/website/dist/prompts/pt-br/engineering/engineering-feishu-integration-developer.md +590 -0
- package/website/dist/prompts/pt-br/engineering/engineering-filament-optimization-specialist.md +275 -0
- package/website/dist/prompts/pt-br/engineering/engineering-frontend-developer.md +217 -0
- package/website/dist/prompts/pt-br/engineering/engineering-git-workflow-master.md +76 -0
- package/website/dist/prompts/pt-br/engineering/engineering-incident-response-commander.md +436 -0
- package/website/dist/prompts/pt-br/engineering/engineering-minimal-change-engineer.md +199 -0
- package/website/dist/prompts/pt-br/engineering/engineering-mobile-app-builder.md +485 -0
- package/website/dist/prompts/pt-br/engineering/engineering-pix-integration-engineer.md +141 -0
- package/website/dist/prompts/pt-br/engineering/engineering-rapid-prototyper.md +454 -0
- package/website/dist/prompts/pt-br/engineering/engineering-security-engineer.md +296 -0
- package/website/dist/prompts/pt-br/engineering/engineering-senior-developer.md +168 -0
- package/website/dist/prompts/pt-br/engineering/engineering-software-architect.md +73 -0
- package/website/dist/prompts/pt-br/engineering/engineering-solidity-smart-contract-engineer.md +514 -0
- package/website/dist/prompts/pt-br/engineering/engineering-sre.md +82 -0
- package/website/dist/prompts/pt-br/engineering/engineering-technical-writer.md +385 -0
- package/website/dist/prompts/pt-br/engineering/engineering-threat-detection-engineer.md +528 -0
- package/website/dist/prompts/pt-br/engineering/engineering-voice-ai-integration-engineer.md +553 -0
- package/website/dist/prompts/pt-br/engineering/engineering-wechat-mini-program-developer.md +342 -0
- package/website/dist/prompts/pt-br/finance/finance-bookkeeper-controller.md +252 -0
- package/website/dist/prompts/pt-br/finance/finance-financial-analyst.md +226 -0
- package/website/dist/prompts/pt-br/finance/finance-fpa-analyst.md +255 -0
- package/website/dist/prompts/pt-br/finance/finance-investment-researcher.md +264 -0
- package/website/dist/prompts/pt-br/finance/finance-tax-strategist.md +231 -0
- package/website/dist/prompts/pt-br/game-development/blender/blender-addon-engineer.md +226 -0
- package/website/dist/prompts/pt-br/game-development/game-audio-engineer.md +256 -0
- package/website/dist/prompts/pt-br/game-development/game-designer.md +159 -0
- package/website/dist/prompts/pt-br/game-development/godot/godot-gameplay-scripter.md +326 -0
- package/website/dist/prompts/pt-br/game-development/godot/godot-multiplayer-engineer.md +289 -0
- package/website/dist/prompts/pt-br/game-development/godot/godot-shader-developer.md +258 -0
- package/website/dist/prompts/pt-br/game-development/level-designer.md +200 -0
- package/website/dist/prompts/pt-br/game-development/narrative-designer.md +235 -0
- package/website/dist/prompts/pt-br/game-development/roblox-studio/roblox-avatar-creator.md +289 -0
- package/website/dist/prompts/pt-br/game-development/roblox-studio/roblox-experience-designer.md +297 -0
- package/website/dist/prompts/pt-br/game-development/roblox-studio/roblox-systems-scripter.md +317 -0
- package/website/dist/prompts/pt-br/game-development/technical-artist.md +221 -0
- package/website/dist/prompts/pt-br/game-development/unity/unity-architect.md +263 -0
- package/website/dist/prompts/pt-br/game-development/unity/unity-editor-tool-developer.md +302 -0
- package/website/dist/prompts/pt-br/game-development/unity/unity-multiplayer-engineer.md +313 -0
- package/website/dist/prompts/pt-br/game-development/unity/unity-shader-graph-artist.md +261 -0
- package/website/dist/prompts/pt-br/game-development/unreal-engine/unreal-multiplayer-architect.md +305 -0
- package/website/dist/prompts/pt-br/game-development/unreal-engine/unreal-systems-engineer.md +302 -0
- package/website/dist/prompts/pt-br/game-development/unreal-engine/unreal-technical-artist.md +248 -0
- package/website/dist/prompts/pt-br/game-development/unreal-engine/unreal-world-builder.md +265 -0
- package/website/dist/prompts/pt-br/marketing/marketing-agentic-search-optimizer.md +303 -0
- package/website/dist/prompts/pt-br/marketing/marketing-ai-citation-strategist.md +162 -0
- package/website/dist/prompts/pt-br/marketing/marketing-app-store-optimizer.md +313 -0
- package/website/dist/prompts/pt-br/marketing/marketing-baidu-seo-specialist.md +218 -0
- package/website/dist/prompts/pt-br/marketing/marketing-bilibili-content-strategist.md +191 -0
- package/website/dist/prompts/pt-br/marketing/marketing-book-co-author.md +102 -0
- package/website/dist/prompts/pt-br/marketing/marketing-carousel-growth-engine.md +184 -0
- package/website/dist/prompts/pt-br/marketing/marketing-china-ecommerce-operator.md +275 -0
- package/website/dist/prompts/pt-br/marketing/marketing-china-market-localization-strategist.md +275 -0
- package/website/dist/prompts/pt-br/marketing/marketing-content-creator.md +45 -0
- package/website/dist/prompts/pt-br/marketing/marketing-cross-border-ecommerce.md +251 -0
- package/website/dist/prompts/pt-br/marketing/marketing-douyin-strategist.md +141 -0
- package/website/dist/prompts/pt-br/marketing/marketing-growth-hacker.md +45 -0
- package/website/dist/prompts/pt-br/marketing/marketing-instagram-curator.md +105 -0
- package/website/dist/prompts/pt-br/marketing/marketing-kuaishou-strategist.md +215 -0
- package/website/dist/prompts/pt-br/marketing/marketing-linkedin-content-creator.md +205 -0
- package/website/dist/prompts/pt-br/marketing/marketing-livestream-commerce-coach.md +297 -0
- package/website/dist/prompts/pt-br/marketing/marketing-mercado-livre-seller.md +149 -0
- package/website/dist/prompts/pt-br/marketing/marketing-podcast-strategist.md +269 -0
- package/website/dist/prompts/pt-br/marketing/marketing-private-domain-operator.md +300 -0
- package/website/dist/prompts/pt-br/marketing/marketing-reddit-community-builder.md +115 -0
- package/website/dist/prompts/pt-br/marketing/marketing-seo-specialist.md +312 -0
- package/website/dist/prompts/pt-br/marketing/marketing-short-video-editing-coach.md +404 -0
- package/website/dist/prompts/pt-br/marketing/marketing-social-media-strategist.md +116 -0
- package/website/dist/prompts/pt-br/marketing/marketing-tiktok-strategist.md +117 -0
- package/website/dist/prompts/pt-br/marketing/marketing-twitter-engager.md +118 -0
- package/website/dist/prompts/pt-br/marketing/marketing-video-optimization-specialist.md +111 -0
- package/website/dist/prompts/pt-br/marketing/marketing-wechat-official-account.md +137 -0
- package/website/dist/prompts/pt-br/marketing/marketing-weibo-strategist.md +232 -0
- package/website/dist/prompts/pt-br/marketing/marketing-whatsapp-business-operator.md +140 -0
- package/website/dist/prompts/pt-br/marketing/marketing-xiaohongshu-specialist.md +130 -0
- package/website/dist/prompts/pt-br/marketing/marketing-zhihu-strategist.md +154 -0
- package/website/dist/prompts/pt-br/paid-media/paid-media-auditor.md +61 -0
- package/website/dist/prompts/pt-br/paid-media/paid-media-creative-strategist.md +61 -0
- package/website/dist/prompts/pt-br/paid-media/paid-media-paid-social-strategist.md +61 -0
- package/website/dist/prompts/pt-br/paid-media/paid-media-ppc-strategist.md +61 -0
- package/website/dist/prompts/pt-br/paid-media/paid-media-programmatic-buyer.md +61 -0
- package/website/dist/prompts/pt-br/paid-media/paid-media-search-query-analyst.md +61 -0
- package/website/dist/prompts/pt-br/paid-media/paid-media-tracking-specialist.md +61 -0
- package/website/dist/prompts/pt-br/product/product-behavioral-nudge-engine.md +72 -0
- package/website/dist/prompts/pt-br/product/product-feedback-synthesizer.md +110 -0
- package/website/dist/prompts/pt-br/product/product-manager.md +460 -0
- package/website/dist/prompts/pt-br/product/product-sprint-prioritizer.md +145 -0
- package/website/dist/prompts/pt-br/product/product-trend-researcher.md +150 -0
- package/website/dist/prompts/pt-br/project-management/project-management-experiment-tracker.md +190 -0
- package/website/dist/prompts/pt-br/project-management/project-management-jira-workflow-steward.md +222 -0
- package/website/dist/prompts/pt-br/project-management/project-management-project-shepherd.md +186 -0
- package/website/dist/prompts/pt-br/project-management/project-management-studio-operations.md +192 -0
- package/website/dist/prompts/pt-br/project-management/project-management-studio-producer.md +195 -0
- package/website/dist/prompts/pt-br/project-management/project-manager-senior.md +127 -0
- package/website/dist/prompts/pt-br/sales/sales-account-strategist.md +219 -0
- package/website/dist/prompts/pt-br/sales/sales-coach.md +263 -0
- package/website/dist/prompts/pt-br/sales/sales-deal-strategist.md +172 -0
- package/website/dist/prompts/pt-br/sales/sales-discovery-coach.md +217 -0
- package/website/dist/prompts/pt-br/sales/sales-engineer.md +174 -0
- package/website/dist/prompts/pt-br/sales/sales-outbound-strategist.md +193 -0
- package/website/dist/prompts/pt-br/sales/sales-pipeline-analyst.md +259 -0
- package/website/dist/prompts/pt-br/sales/sales-proposal-strategist.md +209 -0
- package/website/dist/prompts/pt-br/spatial-computing/macos-spatial-metal-engineer.md +329 -0
- package/website/dist/prompts/pt-br/spatial-computing/terminal-integration-specialist.md +62 -0
- package/website/dist/prompts/pt-br/spatial-computing/visionos-spatial-engineer.md +46 -0
- package/website/dist/prompts/pt-br/spatial-computing/xr-cockpit-interaction-specialist.md +24 -0
- package/website/dist/prompts/pt-br/spatial-computing/xr-immersive-developer.md +24 -0
- package/website/dist/prompts/pt-br/spatial-computing/xr-interface-architect.md +24 -0
- package/website/dist/prompts/pt-br/specialized/accounts-payable-agent.md +177 -0
- package/website/dist/prompts/pt-br/specialized/agentic-identity-trust.md +379 -0
- package/website/dist/prompts/pt-br/specialized/agents-orchestrator.md +359 -0
- package/website/dist/prompts/pt-br/specialized/automation-governance-architect.md +208 -0
- package/website/dist/prompts/pt-br/specialized/blockchain-security-auditor.md +456 -0
- package/website/dist/prompts/pt-br/specialized/compliance-auditor.md +150 -0
- package/website/dist/prompts/pt-br/specialized/corporate-training-designer.md +184 -0
- package/website/dist/prompts/pt-br/specialized/customer-service.md +387 -0
- package/website/dist/prompts/pt-br/specialized/data-consolidation-agent.md +52 -0
- package/website/dist/prompts/pt-br/specialized/government-digital-presales-consultant.md +355 -0
- package/website/dist/prompts/pt-br/specialized/healthcare-customer-service.md +382 -0
- package/website/dist/prompts/pt-br/specialized/healthcare-marketing-compliance.md +387 -0
- package/website/dist/prompts/pt-br/specialized/hospitality-guest-services.md +595 -0
- package/website/dist/prompts/pt-br/specialized/hr-onboarding.md +443 -0
- package/website/dist/prompts/pt-br/specialized/identity-graph-operator.md +252 -0
- package/website/dist/prompts/pt-br/specialized/language-translator.md +256 -0
- package/website/dist/prompts/pt-br/specialized/legal-billing-time-tracking.md +561 -0
- package/website/dist/prompts/pt-br/specialized/legal-client-intake.md +484 -0
- package/website/dist/prompts/pt-br/specialized/legal-document-review.md +446 -0
- package/website/dist/prompts/pt-br/specialized/loan-officer-assistant.md +546 -0
- package/website/dist/prompts/pt-br/specialized/lsp-index-engineer.md +306 -0
- package/website/dist/prompts/pt-br/specialized/real-estate-buyer-seller.md +588 -0
- package/website/dist/prompts/pt-br/specialized/recruitment-specialist.md +501 -0
- package/website/dist/prompts/pt-br/specialized/report-distribution-agent.md +57 -0
- package/website/dist/prompts/pt-br/specialized/retail-customer-returns.md +558 -0
- package/website/dist/prompts/pt-br/specialized/sales-data-extraction-agent.md +59 -0
- package/website/dist/prompts/pt-br/specialized/sales-outreach.md +417 -0
- package/website/dist/prompts/pt-br/specialized/specialized-chief-of-staff.md +271 -0
- package/website/dist/prompts/pt-br/specialized/specialized-civil-engineer.md +348 -0
- package/website/dist/prompts/pt-br/specialized/specialized-cultural-intelligence-strategist.md +80 -0
- package/website/dist/prompts/pt-br/specialized/specialized-developer-advocate.md +309 -0
- package/website/dist/prompts/pt-br/specialized/specialized-document-generator.md +47 -0
- package/website/dist/prompts/pt-br/specialized/specialized-french-consulting-market.md +184 -0
- package/website/dist/prompts/pt-br/specialized/specialized-korean-business-navigator.md +208 -0
- package/website/dist/prompts/pt-br/specialized/specialized-mcp-builder.md +240 -0
- package/website/dist/prompts/pt-br/specialized/specialized-model-qa.md +480 -0
- package/website/dist/prompts/pt-br/specialized/specialized-salesforce-architect.md +172 -0
- package/website/dist/prompts/pt-br/specialized/specialized-workflow-architect.md +589 -0
- package/website/dist/prompts/pt-br/specialized/study-abroad-advisor.md +274 -0
- package/website/dist/prompts/pt-br/specialized/supply-chain-strategist.md +574 -0
- package/website/dist/prompts/pt-br/specialized/zk-steward.md +203 -0
- package/website/dist/prompts/pt-br/support/support-analytics-reporter.md +357 -0
- package/website/dist/prompts/pt-br/support/support-executive-summary-generator.md +204 -0
- package/website/dist/prompts/pt-br/support/support-finance-tracker.md +434 -0
- package/website/dist/prompts/pt-br/support/support-infrastructure-maintainer.md +610 -0
- package/website/dist/prompts/pt-br/support/support-legal-compliance-checker.md +580 -0
- package/website/dist/prompts/pt-br/support/support-support-responder.md +577 -0
- package/website/dist/prompts/pt-br/testing/testing-accessibility-auditor.md +308 -0
- package/website/dist/prompts/pt-br/testing/testing-api-tester.md +298 -0
- package/website/dist/prompts/pt-br/testing/testing-evidence-collector.md +202 -0
- package/website/dist/prompts/pt-br/testing/testing-performance-benchmarker.md +260 -0
- package/website/dist/prompts/pt-br/testing/testing-reality-checker.md +228 -0
- package/website/dist/prompts/pt-br/testing/testing-test-results-analyzer.md +297 -0
- package/website/dist/prompts/pt-br/testing/testing-tool-evaluator.md +386 -0
- package/website/dist/prompts/pt-br/testing/testing-workflow-optimizer.md +442 -0
- package/website/dist/prompts/ru/academic/academic-anthropologist.md +117 -0
- package/website/dist/prompts/ru/academic/academic-geographer.md +120 -0
- package/website/dist/prompts/ru/academic/academic-historian.md +115 -0
- package/website/dist/prompts/ru/academic/academic-narratologist.md +110 -0
- package/website/dist/prompts/ru/academic/academic-psychologist.md +110 -0
- package/website/dist/prompts/ru/design/design-brand-guardian.md +314 -0
- package/website/dist/prompts/ru/design/design-image-prompt-engineer.md +229 -0
- package/website/dist/prompts/ru/design/design-inclusive-visuals-specialist.md +63 -0
- package/website/dist/prompts/ru/design/design-ui-designer.md +375 -0
- package/website/dist/prompts/ru/design/design-ux-architect.md +461 -0
- package/website/dist/prompts/ru/design/design-ux-researcher.md +321 -0
- package/website/dist/prompts/ru/design/design-visual-storyteller.md +141 -0
- package/website/dist/prompts/ru/design/design-whimsy-injector.md +430 -0
- package/website/dist/prompts/ru/engineering/engineering-ai-data-remediation-engineer.md +202 -0
- package/website/dist/prompts/ru/engineering/engineering-ai-engineer.md +138 -0
- package/website/dist/prompts/ru/engineering/engineering-autonomous-optimization-architect.md +99 -0
- package/website/dist/prompts/ru/engineering/engineering-backend-architect.md +227 -0
- package/website/dist/prompts/ru/engineering/engineering-cms-developer.md +529 -0
- package/website/dist/prompts/ru/engineering/engineering-code-reviewer.md +68 -0
- package/website/dist/prompts/ru/engineering/engineering-codebase-onboarding-engineer.md +165 -0
- package/website/dist/prompts/ru/engineering/engineering-data-engineer.md +298 -0
- package/website/dist/prompts/ru/engineering/engineering-database-optimizer.md +168 -0
- package/website/dist/prompts/ru/engineering/engineering-devops-automator.md +368 -0
- package/website/dist/prompts/ru/engineering/engineering-email-intelligence-engineer.md +345 -0
- package/website/dist/prompts/ru/engineering/engineering-embedded-firmware-engineer.md +165 -0
- package/website/dist/prompts/ru/engineering/engineering-feishu-integration-developer.md +590 -0
- package/website/dist/prompts/ru/engineering/engineering-filament-optimization-specialist.md +275 -0
- package/website/dist/prompts/ru/engineering/engineering-frontend-developer.md +217 -0
- package/website/dist/prompts/ru/engineering/engineering-git-workflow-master.md +76 -0
- package/website/dist/prompts/ru/engineering/engineering-incident-response-commander.md +436 -0
- package/website/dist/prompts/ru/engineering/engineering-minimal-change-engineer.md +199 -0
- package/website/dist/prompts/ru/engineering/engineering-mobile-app-builder.md +485 -0
- package/website/dist/prompts/ru/engineering/engineering-rapid-prototyper.md +454 -0
- package/website/dist/prompts/ru/engineering/engineering-security-engineer.md +296 -0
- package/website/dist/prompts/ru/engineering/engineering-senior-developer.md +168 -0
- package/website/dist/prompts/ru/engineering/engineering-software-architect.md +73 -0
- package/website/dist/prompts/ru/engineering/engineering-solidity-smart-contract-engineer.md +514 -0
- package/website/dist/prompts/ru/engineering/engineering-sre.md +82 -0
- package/website/dist/prompts/ru/engineering/engineering-technical-writer.md +384 -0
- package/website/dist/prompts/ru/engineering/engineering-threat-detection-engineer.md +526 -0
- package/website/dist/prompts/ru/engineering/engineering-voice-ai-integration-engineer.md +553 -0
- package/website/dist/prompts/ru/engineering/engineering-wechat-mini-program-developer.md +342 -0
- package/website/dist/prompts/ru/finance/finance-bookkeeper-controller.md +252 -0
- package/website/dist/prompts/ru/finance/finance-financial-analyst.md +226 -0
- package/website/dist/prompts/ru/finance/finance-fpa-analyst.md +255 -0
- package/website/dist/prompts/ru/finance/finance-investment-researcher.md +265 -0
- package/website/dist/prompts/ru/finance/finance-tax-strategist.md +231 -0
- package/website/dist/prompts/ru/game-development/blender/blender-addon-engineer.md +226 -0
- package/website/dist/prompts/ru/game-development/game-audio-engineer.md +256 -0
- package/website/dist/prompts/ru/game-development/game-designer.md +159 -0
- package/website/dist/prompts/ru/game-development/godot/godot-gameplay-scripter.md +326 -0
- package/website/dist/prompts/ru/game-development/godot/godot-multiplayer-engineer.md +289 -0
- package/website/dist/prompts/ru/game-development/godot/godot-shader-developer.md +258 -0
- package/website/dist/prompts/ru/game-development/level-designer.md +200 -0
- package/website/dist/prompts/ru/game-development/narrative-designer.md +235 -0
- package/website/dist/prompts/ru/game-development/roblox-studio/roblox-avatar-creator.md +289 -0
- package/website/dist/prompts/ru/game-development/roblox-studio/roblox-experience-designer.md +297 -0
- package/website/dist/prompts/ru/game-development/roblox-studio/roblox-systems-scripter.md +317 -0
- package/website/dist/prompts/ru/game-development/technical-artist.md +221 -0
- package/website/dist/prompts/ru/game-development/unity/unity-architect.md +263 -0
- package/website/dist/prompts/ru/game-development/unity/unity-editor-tool-developer.md +302 -0
- package/website/dist/prompts/ru/game-development/unity/unity-multiplayer-engineer.md +313 -0
- package/website/dist/prompts/ru/game-development/unity/unity-shader-graph-artist.md +261 -0
- package/website/dist/prompts/ru/game-development/unreal-engine/unreal-multiplayer-architect.md +305 -0
- package/website/dist/prompts/ru/game-development/unreal-engine/unreal-systems-engineer.md +302 -0
- package/website/dist/prompts/ru/game-development/unreal-engine/unreal-technical-artist.md +248 -0
- package/website/dist/prompts/ru/game-development/unreal-engine/unreal-world-builder.md +265 -0
- package/website/dist/prompts/ru/marketing/marketing-agentic-search-optimizer.md +303 -0
- package/website/dist/prompts/ru/marketing/marketing-ai-citation-strategist.md +162 -0
- package/website/dist/prompts/ru/marketing/marketing-app-store-optimizer.md +313 -0
- package/website/dist/prompts/ru/marketing/marketing-baidu-seo-specialist.md +218 -0
- package/website/dist/prompts/ru/marketing/marketing-bilibili-content-strategist.md +191 -0
- package/website/dist/prompts/ru/marketing/marketing-book-co-author.md +102 -0
- package/website/dist/prompts/ru/marketing/marketing-carousel-growth-engine.md +184 -0
- package/website/dist/prompts/ru/marketing/marketing-china-ecommerce-operator.md +275 -0
- package/website/dist/prompts/ru/marketing/marketing-china-market-localization-strategist.md +275 -0
- package/website/dist/prompts/ru/marketing/marketing-content-creator.md +45 -0
- package/website/dist/prompts/ru/marketing/marketing-cross-border-ecommerce.md +251 -0
- package/website/dist/prompts/ru/marketing/marketing-douyin-strategist.md +141 -0
- package/website/dist/prompts/ru/marketing/marketing-growth-hacker.md +45 -0
- package/website/dist/prompts/ru/marketing/marketing-instagram-curator.md +105 -0
- package/website/dist/prompts/ru/marketing/marketing-kuaishou-strategist.md +215 -0
- package/website/dist/prompts/ru/marketing/marketing-linkedin-content-creator.md +205 -0
- package/website/dist/prompts/ru/marketing/marketing-livestream-commerce-coach.md +297 -0
- package/website/dist/prompts/ru/marketing/marketing-podcast-strategist.md +269 -0
- package/website/dist/prompts/ru/marketing/marketing-private-domain-operator.md +300 -0
- package/website/dist/prompts/ru/marketing/marketing-reddit-community-builder.md +115 -0
- package/website/dist/prompts/ru/marketing/marketing-seo-specialist.md +312 -0
- package/website/dist/prompts/ru/marketing/marketing-short-video-editing-coach.md +404 -0
- package/website/dist/prompts/ru/marketing/marketing-social-media-strategist.md +116 -0
- package/website/dist/prompts/ru/marketing/marketing-tiktok-strategist.md +117 -0
- package/website/dist/prompts/ru/marketing/marketing-twitter-engager.md +118 -0
- package/website/dist/prompts/ru/marketing/marketing-video-optimization-specialist.md +111 -0
- package/website/dist/prompts/ru/marketing/marketing-vk-community-operator.md +148 -0
- package/website/dist/prompts/ru/marketing/marketing-wechat-official-account.md +137 -0
- package/website/dist/prompts/ru/marketing/marketing-weibo-strategist.md +232 -0
- package/website/dist/prompts/ru/marketing/marketing-wildberries-seller.md +151 -0
- package/website/dist/prompts/ru/marketing/marketing-xiaohongshu-specialist.md +130 -0
- package/website/dist/prompts/ru/marketing/marketing-yandex-seo-specialist.md +162 -0
- package/website/dist/prompts/ru/marketing/marketing-zhihu-strategist.md +154 -0
- package/website/dist/prompts/ru/paid-media/paid-media-auditor.md +61 -0
- package/website/dist/prompts/ru/paid-media/paid-media-creative-strategist.md +61 -0
- package/website/dist/prompts/ru/paid-media/paid-media-paid-social-strategist.md +61 -0
- package/website/dist/prompts/ru/paid-media/paid-media-ppc-strategist.md +61 -0
- package/website/dist/prompts/ru/paid-media/paid-media-programmatic-buyer.md +61 -0
- package/website/dist/prompts/ru/paid-media/paid-media-search-query-analyst.md +61 -0
- package/website/dist/prompts/ru/paid-media/paid-media-tracking-specialist.md +61 -0
- package/website/dist/prompts/ru/product/product-behavioral-nudge-engine.md +72 -0
- package/website/dist/prompts/ru/product/product-feedback-synthesizer.md +110 -0
- package/website/dist/prompts/ru/product/product-manager.md +460 -0
- package/website/dist/prompts/ru/product/product-sprint-prioritizer.md +145 -0
- package/website/dist/prompts/ru/product/product-trend-researcher.md +150 -0
- package/website/dist/prompts/ru/project-management/project-management-experiment-tracker.md +190 -0
- package/website/dist/prompts/ru/project-management/project-management-jira-workflow-steward.md +222 -0
- package/website/dist/prompts/ru/project-management/project-management-project-shepherd.md +187 -0
- package/website/dist/prompts/ru/project-management/project-management-studio-operations.md +192 -0
- package/website/dist/prompts/ru/project-management/project-management-studio-producer.md +195 -0
- package/website/dist/prompts/ru/project-management/project-manager-senior.md +127 -0
- package/website/dist/prompts/ru/sales/sales-account-strategist.md +219 -0
- package/website/dist/prompts/ru/sales/sales-coach.md +284 -0
- package/website/dist/prompts/ru/sales/sales-deal-strategist.md +172 -0
- package/website/dist/prompts/ru/sales/sales-discovery-coach.md +217 -0
- package/website/dist/prompts/ru/sales/sales-engineer.md +174 -0
- package/website/dist/prompts/ru/sales/sales-outbound-strategist.md +193 -0
- package/website/dist/prompts/ru/sales/sales-pipeline-analyst.md +259 -0
- package/website/dist/prompts/ru/sales/sales-proposal-strategist.md +209 -0
- package/website/dist/prompts/ru/spatial-computing/macos-spatial-metal-engineer.md +329 -0
- package/website/dist/prompts/ru/spatial-computing/terminal-integration-specialist.md +62 -0
- package/website/dist/prompts/ru/spatial-computing/visionos-spatial-engineer.md +46 -0
- package/website/dist/prompts/ru/spatial-computing/xr-cockpit-interaction-specialist.md +24 -0
- package/website/dist/prompts/ru/spatial-computing/xr-immersive-developer.md +24 -0
- package/website/dist/prompts/ru/spatial-computing/xr-interface-architect.md +24 -0
- package/website/dist/prompts/ru/specialized/accounts-payable-agent.md +177 -0
- package/website/dist/prompts/ru/specialized/agentic-identity-trust.md +379 -0
- package/website/dist/prompts/ru/specialized/agents-orchestrator.md +359 -0
- package/website/dist/prompts/ru/specialized/automation-governance-architect.md +208 -0
- package/website/dist/prompts/ru/specialized/blockchain-security-auditor.md +455 -0
- package/website/dist/prompts/ru/specialized/compliance-auditor.md +150 -0
- package/website/dist/prompts/ru/specialized/corporate-training-designer.md +184 -0
- package/website/dist/prompts/ru/specialized/customer-service.md +390 -0
- package/website/dist/prompts/ru/specialized/data-consolidation-agent.md +52 -0
- package/website/dist/prompts/ru/specialized/government-digital-presales-consultant.md +355 -0
- package/website/dist/prompts/ru/specialized/healthcare-customer-service.md +379 -0
- package/website/dist/prompts/ru/specialized/healthcare-marketing-compliance.md +387 -0
- package/website/dist/prompts/ru/specialized/hospitality-guest-services.md +595 -0
- package/website/dist/prompts/ru/specialized/hr-onboarding.md +447 -0
- package/website/dist/prompts/ru/specialized/identity-graph-operator.md +252 -0
- package/website/dist/prompts/ru/specialized/language-translator.md +257 -0
- package/website/dist/prompts/ru/specialized/legal-billing-time-tracking.md +561 -0
- package/website/dist/prompts/ru/specialized/legal-client-intake.md +484 -0
- package/website/dist/prompts/ru/specialized/legal-document-review.md +446 -0
- package/website/dist/prompts/ru/specialized/loan-officer-assistant.md +546 -0
- package/website/dist/prompts/ru/specialized/lsp-index-engineer.md +306 -0
- package/website/dist/prompts/ru/specialized/real-estate-buyer-seller.md +588 -0
- package/website/dist/prompts/ru/specialized/recruitment-specialist.md +501 -0
- package/website/dist/prompts/ru/specialized/report-distribution-agent.md +57 -0
- package/website/dist/prompts/ru/specialized/retail-customer-returns.md +558 -0
- package/website/dist/prompts/ru/specialized/sales-data-extraction-agent.md +59 -0
- package/website/dist/prompts/ru/specialized/sales-outreach.md +419 -0
- package/website/dist/prompts/ru/specialized/specialized-chief-of-staff.md +271 -0
- package/website/dist/prompts/ru/specialized/specialized-civil-engineer.md +348 -0
- package/website/dist/prompts/ru/specialized/specialized-cultural-intelligence-strategist.md +80 -0
- package/website/dist/prompts/ru/specialized/specialized-developer-advocate.md +309 -0
- package/website/dist/prompts/ru/specialized/specialized-document-generator.md +47 -0
- package/website/dist/prompts/ru/specialized/specialized-french-consulting-market.md +184 -0
- package/website/dist/prompts/ru/specialized/specialized-korean-business-navigator.md +208 -0
- package/website/dist/prompts/ru/specialized/specialized-mcp-builder.md +240 -0
- package/website/dist/prompts/ru/specialized/specialized-model-qa.md +480 -0
- package/website/dist/prompts/ru/specialized/specialized-salesforce-architect.md +172 -0
- package/website/dist/prompts/ru/specialized/specialized-workflow-architect.md +589 -0
- package/website/dist/prompts/ru/specialized/study-abroad-advisor.md +274 -0
- package/website/dist/prompts/ru/specialized/supply-chain-strategist.md +574 -0
- package/website/dist/prompts/ru/specialized/zk-steward.md +203 -0
- package/website/dist/prompts/ru/support/support-analytics-reporter.md +357 -0
- package/website/dist/prompts/ru/support/support-executive-summary-generator.md +204 -0
- package/website/dist/prompts/ru/support/support-finance-tracker.md +434 -0
- package/website/dist/prompts/ru/support/support-infrastructure-maintainer.md +611 -0
- package/website/dist/prompts/ru/support/support-legal-compliance-checker.md +580 -0
- package/website/dist/prompts/ru/support/support-support-responder.md +577 -0
- package/website/dist/prompts/ru/testing/testing-accessibility-auditor.md +308 -0
- package/website/dist/prompts/ru/testing/testing-api-tester.md +298 -0
- package/website/dist/prompts/ru/testing/testing-evidence-collector.md +202 -0
- package/website/dist/prompts/ru/testing/testing-performance-benchmarker.md +261 -0
- package/website/dist/prompts/ru/testing/testing-reality-checker.md +228 -0
- package/website/dist/prompts/ru/testing/testing-test-results-analyzer.md +298 -0
- package/website/dist/prompts/ru/testing/testing-tool-evaluator.md +386 -0
- package/website/dist/prompts/ru/testing/testing-workflow-optimizer.md +442 -0
- package/website/dist/prompts/zh/design/design-persona-walkthrough.md +264 -0
- package/website/dist/prompts/zh/engineering/engineering-drupal-shopping-cart.md +352 -0
- package/website/dist/prompts/zh/engineering/engineering-it-service-manager.md +553 -0
- package/website/dist/prompts/zh/engineering/engineering-multi-agent-systems-architect.md +592 -0
- package/website/dist/prompts/zh/engineering/engineering-network-engineer-china.md +155 -0
- package/website/dist/prompts/zh/engineering/engineering-orgscript-engineer.md +105 -0
- package/website/dist/prompts/zh/engineering/engineering-prompt-engineer.md +196 -0
- package/website/dist/prompts/zh/engineering/engineering-wordpress-shopping-cart.md +338 -0
- package/website/dist/prompts/zh/gis/gis-3d-scene-developer.md +103 -0
- package/website/dist/prompts/zh/gis/gis-analyst.md +83 -0
- package/website/dist/prompts/zh/gis/gis-bim-specialist.md +100 -0
- package/website/dist/prompts/zh/gis/gis-cartography-designer.md +142 -0
- package/website/dist/prompts/zh/gis/gis-drone-reality-mapping.md +112 -0
- package/website/dist/prompts/zh/gis/gis-geoai-ml-engineer.md +97 -0
- package/website/dist/prompts/zh/gis/gis-geoprocessing-specialist.md +89 -0
- package/website/dist/prompts/zh/gis/gis-qa-engineer.md +125 -0
- package/website/dist/prompts/zh/gis/gis-solution-engineer.md +93 -0
- package/website/dist/prompts/zh/gis/gis-spatial-data-engineer.md +89 -0
- package/website/dist/prompts/zh/gis/gis-spatial-data-scientist.md +103 -0
- package/website/dist/prompts/zh/gis/gis-technical-consultant.md +78 -0
- package/website/dist/prompts/zh/gis/gis-web-gis-developer.md +100 -0
- package/website/dist/prompts/zh/marketing/marketing-aeo-foundations.md +256 -0
- package/website/dist/prompts/zh/marketing/marketing-email-strategist.md +241 -0
- package/website/dist/prompts/zh/marketing/marketing-global-podcast-strategist.md +197 -0
- package/website/dist/prompts/zh/marketing/marketing-multi-platform-publisher.md +199 -0
- package/website/dist/prompts/zh/marketing/marketing-pr-communications-manager.md +465 -0
- package/website/dist/prompts/zh/marketing/marketing-x-twitter-intelligence-analyst.md +149 -0
- package/website/dist/prompts/zh/project-management/project-management-meeting-notes-specialist.md +86 -0
- package/website/dist/prompts/zh/sales/sales-offer-lead-gen-strategist.md +249 -0
- package/website/dist/prompts/zh/security/security-appsec-engineer.md +483 -0
- package/website/dist/prompts/zh/security/security-architect.md +296 -0
- package/website/dist/prompts/zh/security/security-blockchain-security-auditor.md +455 -0
- package/website/dist/prompts/zh/security/security-cloud-security-architect.md +515 -0
- package/website/dist/prompts/zh/security/security-compliance-auditor.md +150 -0
- package/website/dist/prompts/zh/security/security-incident-responder.md +429 -0
- package/website/dist/prompts/zh/security/security-penetration-tester.md +391 -0
- package/website/dist/prompts/zh/security/security-senior-secops.md +744 -0
- package/website/dist/prompts/zh/security/security-threat-detection-engineer.md +526 -0
- package/website/dist/prompts/zh/security/security-threat-intelligence-analyst.md +636 -0
- package/website/dist/prompts/zh/specialized/business-strategist.md +480 -0
- package/website/dist/prompts/zh/specialized/change-management-consultant.md +488 -0
- package/website/dist/prompts/zh/specialized/chief-financial-officer.md +380 -0
- package/website/dist/prompts/zh/specialized/customer-success-manager.md +451 -0
- package/website/dist/prompts/zh/specialized/data-privacy-officer.md +404 -0
- package/website/dist/prompts/zh/specialized/esg-sustainability-officer.md +388 -0
- package/website/dist/prompts/zh/specialized/grant-writer.md +503 -0
- package/website/dist/prompts/zh/specialized/ma-integration-manager.md +419 -0
- package/website/dist/prompts/zh/specialized/medical-billing-coding-specialist.md +482 -0
- package/website/dist/prompts/zh/specialized/operations-manager.md +391 -0
- package/website/dist/prompts/zh/specialized/organizational-psychologist.md +383 -0
- package/website/dist/prompts/zh/specialized/personal-growth-mentor.md +151 -0
- package/website/dist/prompts/zh/specialized/specialized-pricing-analyst.md +234 -0
- package/website/dist/prompts/zh/specialized/specialized-strategy-duel-agent.md +122 -0
- package/website/dist/sponsors/logo-byteplus-icon.png +0 -0
- package/website/dist/sponsors/logo-duoyuanx-icon.png +0 -0
- package/website/dist/sponsors/logo-volcengine-icon.png +0 -0
- package/workflows//344/270/200/344/272/272/345/205/254/345/217/270-/345/201/232/344/272/247/345/223/201.yaml +112 -0
- package/workflows//344/270/200/344/272/272/345/205/254/345/217/270-/345/201/232/345/206/205/345/256/271.yaml +101 -0
- package/workflows//344/270/200/344/272/272/345/205/254/345/217/270-/345/201/232/346/212/225/347/240/224.yaml +125 -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 +2 -0
- package/website/dist/assets/Experts-ARxT7R0z.js +0 -1
- package/website/dist/assets/PromptStudio-DdCuT1Il.js +0 -11
- package/website/dist/assets/SiteFooter-CuZFXiZH.js +0 -1
- package/website/dist/assets/Sponsors-D_4M9Xth.js +0 -21
- package/website/dist/assets/Studio-BFYs1jm4.js +0 -182
- package/website/dist/assets/experts-Dg_8n5tZ.js +0 -1
- package/website/dist/assets/index-DawHdnrM.js +0 -97
- package/website/dist/assets/index-GFHogxlv.css +0 -1
- package/website/dist/assets/sponsors-2Ed3J2D2.js +0 -11
- package/website/dist/assets/useBackend-DAjkH7qN.js +0 -30
- package/website/dist/assets/workflows-OVJ6BxVu.js +0 -1
package/README.en.md
CHANGED
|
@@ -3,24 +3,25 @@
|
|
|
3
3
|
**English** | [中文](./README.md)
|
|
4
4
|
|
|
5
5
|
> **One sentence in, a full plan out — multiple AI roles collaborate automatically.**
|
|
6
|
+
>
|
|
7
|
+
> **It's your one-person company: you're the boss, AI is the team — auto-assembled, asking your sign-off on big calls, delivering against acceptance criteria.**
|
|
6
8
|
|
|
7
9
|
[](https://github.com/jnMetaCode/agency-orchestrator/actions)
|
|
8
10
|
[](https://www.npmjs.com/package/agency-orchestrator)
|
|
9
11
|
[](./LICENSE)
|
|
10
12
|
[](./CONTRIBUTING.md)
|
|
11
13
|
|
|
12
|
-
**One sentence → full plan ·
|
|
14
|
+
**One sentence → full plan · 267 expert AI roles · Zero-code YAML · 11 LLM providers · key supported (DeepSeek recommended), plus 7 key-free options**
|
|
13
15
|
|
|
14
|
-
> **Note:** `ao compose --run` auto-detects your language. Both
|
|
16
|
+
> **Note:** `ao compose --run` auto-detects your language. Both 267 Chinese roles and 184 English roles ([agency-agents](https://github.com/msitarzewski/agency-agents), MIT) are **bundled in the npm package — no extra download needed**. **10 English workflow templates** are ready in `workflows/en/`.
|
|
15
17
|
|
|
16
|
-
> 📖 [Full Tutorial](https://dev.to/jnmetacode/agency-orchestrator-one-sentence-five-ai-agents-a-complete-plan-in-3-minutes-1ij6)
|
|
17
|
-
>
|
|
18
|
-
> 📖 **Free companion learning** → [Learn AI coding from zero](https://aiolaola.com/?utm_source=github&utm_campaign=orchestrator): 180 free hands-on lessons + AI Coding Trilogy online + community · forever free
|
|
18
|
+
> 📖 [Full Tutorial](https://dev.to/jnmetacode/agency-orchestrator-one-sentence-five-ai-agents-a-complete-plan-in-3-minutes-1ij6) (install to real-world use in 10 minutes) · 🎓 **Free companion learning**: [Learn AI coding from zero](https://aiolaola.com/?utm_source=github&utm_campaign=orchestrator) (180 hands-on lessons + AI Coding Trilogy + community, forever free)
|
|
19
19
|
|
|
20
20
|
> If you find this useful, please **Star** it — helps others discover the project.
|
|
21
21
|
|
|
22
22
|
<p align="center">
|
|
23
|
-
<img src="./demo.gif" alt="
|
|
23
|
+
<img src="./demo-studio-en.gif" alt="Web Studio: one sentence, AI builds the team" width="820"><br/>
|
|
24
|
+
<em>Web Studio: type one sentence, AI builds a team from 200+ experts and runs it</em>
|
|
24
25
|
</p>
|
|
25
26
|
|
|
26
27
|
---
|
|
@@ -30,8 +31,8 @@
|
|
|
30
31
|
Prefer not to use the command line? Run `ao web` locally and pick experts, run workflows, view outputs, and intervene live — all in a GUI, fully bilingual (EN/中文).
|
|
31
32
|
|
|
32
33
|
<p align="center">
|
|
33
|
-
<img src="./docs/screenshots/studio-
|
|
34
|
-
<em>Build a Team:
|
|
34
|
+
<img src="./docs/screenshots/studio-role-lib-ko.png" alt="Studio · Build a Team: role-library dropdown (Korean library shown)" width="800"><br/>
|
|
35
|
+
<em>Build a Team: ☆ favorites, My Roles, and a role-library dropdown — Chinese / English / Korean / Russian / pt-BR / Indonesian / Arabic</em>
|
|
35
36
|
</p>
|
|
36
37
|
|
|
37
38
|
<p align="center">
|
|
@@ -40,15 +41,23 @@ Prefer not to use the command line? Run `ao web` locally and pick experts, run w
|
|
|
40
41
|
</p>
|
|
41
42
|
|
|
42
43
|
> Launch: `ao web` (local — your API key stays on your machine, never uploaded). A [desktop client download](https://github.com/jnMetaCode/agency-orchestrator/releases/latest) (Electron · macOS / Windows / Linux) is also available.
|
|
44
|
+
>
|
|
45
|
+
> **Docker / NAS** (amd64/arm64): `docker run -d -p 8088:8088 -v ao-data:/data ghcr.io/jnmetacode/agency-orchestrator:latest`, then open `http://<host>:8088` — keys are configured in the Providers tab and persist in the mounted volume. A ready-made [docker-compose.yml](./docker-compose.yml) is in the repo root.
|
|
43
46
|
|
|
44
47
|
---
|
|
45
48
|
|
|
46
49
|
## One Sentence, Full Result
|
|
47
50
|
|
|
51
|
+
Prefer the command line? One command, one sentence, full result:
|
|
52
|
+
|
|
48
53
|
```bash
|
|
49
54
|
ao compose "I'm a programmer looking to start a side hustle with AI content, target $3K/month, give me a complete plan" --run
|
|
50
55
|
```
|
|
51
56
|
|
|
57
|
+
<p align="center">
|
|
58
|
+
<img src="./demo.gif" alt="ao compose CLI demo" width="700">
|
|
59
|
+
</p>
|
|
60
|
+
|
|
52
61
|
5 AI roles collaborate automatically:
|
|
53
62
|
|
|
54
63
|
```
|
|
@@ -68,7 +77,7 @@ ao compose "I'm a programmer looking to start a side hustle with AI content, tar
|
|
|
68
77
|
==================================================
|
|
69
78
|
```
|
|
70
79
|
|
|
71
|
-
**No code. No config. No role selection.** One sentence → AI auto-decomposes the task → matches roles from
|
|
80
|
+
**No code. No config. No role selection.** One sentence → AI auto-decomposes the task → matches roles from 267 experts → executes as DAG → outputs a complete plan.
|
|
72
81
|
|
|
73
82
|
### What Can You Build
|
|
74
83
|
|
|
@@ -93,7 +102,7 @@ Chatting with one AI gives you one perspective. But any real decision needs prod
|
|
|
93
102
|
|
|
94
103
|
| | ChatGPT / Claude | CrewAI / LangGraph | **Agency Orchestrator** |
|
|
95
104
|
|---|--------|-----------|---------------------|
|
|
96
|
-
| Roles | 1 generalist | Write your own | **
|
|
105
|
+
| Roles | 1 generalist | Write your own | **267 expert roles** |
|
|
97
106
|
| Usage | Chat | Write Python | **One sentence / YAML** |
|
|
98
107
|
| API key | — | Required | **Key supported; 7 key-free options too** |
|
|
99
108
|
| Dependencies | — | pip + dozens of packages | **npm + 2 deps** |
|
|
@@ -191,6 +200,7 @@ steps:
|
|
|
191
200
|
- id: summary
|
|
192
201
|
role: "product/product-manager"
|
|
193
202
|
task: "Synthesize feedback:\n\n{{tech_report}}\n\n{{design_report}}"
|
|
203
|
+
acceptance: "1. Clear go/no-go verdict 2. List must-fix issues" # optional: injected at prompt tail, used as review yardstick
|
|
194
204
|
depends_on: [tech_review, design_review]
|
|
195
205
|
```
|
|
196
206
|
|
|
@@ -209,7 +219,7 @@ analyze ──→ tech_review ──→ summary
|
|
|
209
219
|
(parallel)
|
|
210
220
|
```
|
|
211
221
|
|
|
212
|
-
##
|
|
222
|
+
## 11 LLM Providers — 7 Need No API Key
|
|
213
223
|
|
|
214
224
|
**Already paying for one of these? You're ready to go:**
|
|
215
225
|
|
|
@@ -230,6 +240,7 @@ analyze ──→ tech_review ──→ summary
|
|
|
230
240
|
| Provider | Config | Env Variable |
|
|
231
241
|
|----------|--------|-------------|
|
|
232
242
|
| DeepSeek | `provider: "deepseek"` | `DEEPSEEK_API_KEY` |
|
|
243
|
+
| Volcengine Ark (Doubao / Kimi / GLM · sponsor) | `provider: "volcengine"` | `ARK_API_KEY` |
|
|
233
244
|
| Claude API | `provider: "claude"` | `ANTHROPIC_API_KEY` |
|
|
234
245
|
| OpenAI | `provider: "openai"` | `OPENAI_API_KEY` |
|
|
235
246
|
|
|
@@ -256,7 +267,7 @@ OPENAI_API_KEY=your-key
|
|
|
256
267
|
|
|
257
268
|
```bash
|
|
258
269
|
ao demo # Zero-config multi-agent demo
|
|
259
|
-
ao init # (Optional) Copy
|
|
270
|
+
ao init # (Optional) Copy 267 Chinese roles locally for editing
|
|
260
271
|
ao init --lang en # (Optional) Copy 184 English roles locally for editing
|
|
261
272
|
ao init --workflow # Interactive workflow creator
|
|
262
273
|
ao compose "description" # AI-powered workflow generation
|
|
@@ -294,7 +305,7 @@ ao compose "PR code review covering security and performance"
|
|
|
294
305
|
```
|
|
295
306
|
|
|
296
307
|
The AI will:
|
|
297
|
-
1. Select matching roles from
|
|
308
|
+
1. Select matching roles from 267 available (e.g., Code Reviewer, Security Engineer, Performance Benchmarker)
|
|
298
309
|
2. Design the DAG (3-way parallel → summary)
|
|
299
310
|
3. Generate complete YAML with variable passing and task descriptions
|
|
300
311
|
4. Save to `workflows/` — ready to `ao run`
|
|
@@ -588,7 +599,7 @@ ao-output/product-review-2026-03-22/
|
|
|
588
599
|
|
|
589
600
|
```
|
|
590
601
|
Your AI subscription ──→ agency-orchestrator ──→ 400+ expert roles collaborate ──→ quality output
|
|
591
|
-
│ (
|
|
602
|
+
│ (267 Chinese + 184 English + 5 languages)
|
|
592
603
|
┌────────────────┼────────────────┐
|
|
593
604
|
▼ ▼ ▼
|
|
594
605
|
14 AI Coding Tools CLI Mode MCP Server
|
|
@@ -598,8 +609,9 @@ Your AI subscription ──→ agency-orchestrator ──→ 400+ expert roles c
|
|
|
598
609
|
|
|
599
610
|
| Project | Description |
|
|
600
611
|
|---------|-------------|
|
|
601
|
-
| [agency-agents](https://github.com/msitarzewski/agency-agents) | 184 English AI
|
|
602
|
-
| [agency-agents-zh](https://github.com/jnMetaCode/agency-agents-zh) |
|
|
612
|
+
| [agency-agents](https://github.com/msitarzewski/agency-agents) | 184 English AI roles by [@msitarzewski](https://github.com/msitarzewski) (MIT) — **bundled in the npm package**, auto-selected for English tasks by `ao compose`, no separate install needed |
|
|
613
|
+
| [agency-agents-zh](https://github.com/jnMetaCode/agency-agents-zh) | 267 Chinese AI role definitions (Chinese) — the Chinese role library for this engine |
|
|
614
|
+
| [ko](https://github.com/jnMetaCode/agency-agents-ko) · [ru](https://github.com/jnMetaCode/agency-agents-ru) · [pt-BR](https://github.com/jnMetaCode/agency-agents-pt-BR) · [id](https://github.com/jnMetaCode/agency-agents-id) · [ar](https://github.com/jnMetaCode/agency-agents-ar) | 187 roles each (184 upstream translations + 3 local-market originals) — `npm i agency-agents-<lang>`, then switch via the Studio role-library dropdown |
|
|
603
615
|
| [ai-coding-guide](https://github.com/jnMetaCode/ai-coding-guide) | AI coding tools field guide (Chinese) — 66 Claude Code tips + 9 tools best practices |
|
|
604
616
|
| [superpowers-zh](https://github.com/jnMetaCode/superpowers-zh) | AI coding superpowers (Chinese) — 20 skills for Claude Code / Cursor |
|
|
605
617
|
| [shellward](https://github.com/jnMetaCode/shellward) | AI agent security middleware — prompt injection detection, DLP, command safety |
|
package/README.md
CHANGED
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
**中文** | [English](./README.en.md)
|
|
4
4
|
|
|
5
5
|
> **一句话,让多个 AI 角色自动协作,几分钟出完整方案。**
|
|
6
|
+
>
|
|
7
|
+
> **也是你的「一人公司」:你当老板,AI 当团队——自动组队、重大决策请你签字、按验收标准交付。**
|
|
6
8
|
|
|
7
9
|
[](https://github.com/jnMetaCode/agency-orchestrator/actions)
|
|
8
10
|
[](https://www.npmjs.com/package/agency-orchestrator)
|
|
9
11
|
[](./LICENSE)
|
|
10
12
|
[](./CONTRIBUTING.md)
|
|
11
13
|
|
|
12
|
-
**一句话出结果 ·
|
|
14
|
+
**一句话出结果 · 267 个专业 AI 角色 · YAML 零代码 · 11 种大模型 · 支持 key(推荐 DeepSeek),也有 7 种免 key 方式**
|
|
13
15
|
|
|
14
|
-
> 📖 [完整上手教程](https://mp.weixin.qq.com/s/XcGbkMb6TM6NLQiL7ICwbw)
|
|
15
|
-
>
|
|
16
|
-
> 📖 **免费配套学习** → [从零学会 AI 编程](https://aiolaola.com/?utm_source=github&utm_campaign=orchestrator):180 节免费实操课 + 《AI 编程实战三卷书》在线阅读 + 实战社区 · 永久免费
|
|
16
|
+
> 📖 [完整上手教程](https://mp.weixin.qq.com/s/XcGbkMb6TM6NLQiL7ICwbw)(从安装到实战,10 分钟上手) · 🎓 **免费配套学习**:[从零学会 AI 编程](https://aiolaola.com/?utm_source=github&utm_campaign=orchestrator)(180 节实操课 + 三卷书 + 实战社区,永久免费)
|
|
17
17
|
|
|
18
18
|
> 觉得有用?请点个 **Star** — 帮助更多人发现这个项目。
|
|
19
19
|
|
|
@@ -28,16 +28,24 @@
|
|
|
28
28
|
|
|
29
29
|
不想敲命令行?本地跑一条 `ao web`,浏览器里勾选专家、运行工作流、查看产物、实时介入——全程图形界面,全中英双语。
|
|
30
30
|
|
|
31
|
+
> 🆕 **「一人公司」系列模板**:做产品 / 做内容 / 做投研 + 全员大会,关键步骤带验收标准(`acceptance`),投研含老板签字闸门——交付的是可验收的工作成果,不承诺奇迹。
|
|
31
32
|
> 🆕 **AI 自动组队**:不知道选哪些专家?角色页一句话、不选角色,AI 自动从全部专家里挑人组队并运行。
|
|
32
33
|
> 🆕 **可视化画布**:工作流可在画布上拖拽节点 / 连线(自动防环)/ 改任务·角色 / 保存,运行时节点按状态实时点亮。
|
|
33
34
|
> 🆕 **创意库**:内置图像生成提示词库(Nano Banana / Gemini,可搜索 / 分类 / 一键复制)。
|
|
34
35
|
> 🆕 **零配置首跑**:本机已登录 Claude Code / Gemini CLI 等?AO 自动探测并直接用,连 API key 都不用配。
|
|
36
|
+
> 🆕 **我的角色 + 提示生成**:「提示生成」页产出的 system prompt 一键存为自建角色(`~/.ao/roles`),组队页「我的」分类直接用;角色卡可 ☆ 收藏常用。
|
|
37
|
+
> 🆕 **多语言角色库**:`npm i agency-agents-ko`(ko / ru / pt-br / id / ar)后,Studio「角色库」下拉一键切换,工作流 `agents_dir` 写包名即可跑。
|
|
35
38
|
|
|
36
39
|
<p align="center">
|
|
37
40
|
<img src="./docs/screenshots/studio-workflows-zh.png" alt="Studio · 工作流模板:内置模板一键运行" width="800"><br/>
|
|
38
41
|
<em>工作流:内置模板一键运行,也能对比多个模板</em>
|
|
39
42
|
</p>
|
|
40
43
|
|
|
44
|
+
<p align="center">
|
|
45
|
+
<img src="./docs/screenshots/studio-role-lib-ko.png" alt="Studio · 角色组队:多语言角色库下拉(图为韩语库)" width="800"><br/>
|
|
46
|
+
<em>角色组队:☆ 收藏常用、「我的」自建角色,一键切换多语言角色库(图为韩语库)</em>
|
|
47
|
+
</p>
|
|
48
|
+
|
|
41
49
|
> 启动:`ao web`(本地,密钥只存你自己机器、绝不外传)。也有 [桌面客户端下载](https://github.com/jnMetaCode/agency-orchestrator/releases/latest)(Electron · macOS / Windows / Linux)。
|
|
42
50
|
> 英文界面同样完整 → 见 [English README](./README.en.md)。
|
|
43
51
|
|
|
@@ -74,7 +82,7 @@ ao compose "我是一个程序员,想用AI做自媒体副业,目标月入2
|
|
|
74
82
|
==================================================
|
|
75
83
|
```
|
|
76
84
|
|
|
77
|
-
**不用写代码,不用写配置,不用选角色。** 一句话 → AI 自动拆解任务 → 从
|
|
85
|
+
**不用写代码,不用写配置,不用选角色。** 一句话 → AI 自动拆解任务 → 从 267 个角色中匹配 → 按 DAG 并行执行 → 输出完整方案。
|
|
78
86
|
|
|
79
87
|
### 你能用它做什么
|
|
80
88
|
|
|
@@ -99,12 +107,12 @@ ao compose "设计一个 SaaS 产品的定价策略" --run #
|
|
|
99
107
|
|
|
100
108
|
| | ChatGPT / Claude | CrewAI / LangGraph | **Agency Orchestrator** |
|
|
101
109
|
|---|--------|-----------|---------------------|
|
|
102
|
-
| 角色数 | 1 个通用 | 自己写 | **
|
|
110
|
+
| 角色数 | 1 个通用 | 自己写 | **267 个专业角色** |
|
|
103
111
|
| 使用方式 | 对话 | 写 Python | **一句话 / YAML** |
|
|
104
112
|
| API key | — | 必须 | **支持 key,也有 7 种免 key 方式** |
|
|
105
113
|
| 依赖 | — | pip + 几十个包 | **npm + 2 个依赖** |
|
|
106
114
|
| 并行 | — | 手动建图 | **DAG 自动检测** |
|
|
107
|
-
| 中文角色 | — | 无 | **
|
|
115
|
+
| 中文角色 | — | 无 | **267 个** |
|
|
108
116
|
| 价格 | 订阅制 | 开源 + API 费 | **DeepSeek 甜区极低成本,亦可免 key 起步** |
|
|
109
117
|
|
|
110
118
|
## 3 步开始
|
|
@@ -119,6 +127,7 @@ npm install -g agency-orchestrator
|
|
|
119
127
|
> - **桌面客户端**([下载](https://github.com/jnMetaCode/agency-orchestrator/releases/latest))**自带引擎与 Node,双击即用,无需** `npm i -g agency-orchestrator`。只有想在终端用 `ao` 命令、或接进脚本 / CI 时才需要装 CLI。
|
|
120
128
|
> - 用 `--provider claude-code`(或 `gemini-cli` / `codex-cli` 等)时,需要**本机已安装并登录对应 CLI**;AO 会自动探测已装的,零配置直接用。用 API key 类(deepseek/openai…)则配好 key 即可,无需装任何 CLI。
|
|
121
129
|
> - **自定义目录**:产物 / 数据目录用 `AO_DATA_DIR`(桌面端默认指向 userData),角色库用 `AO_AGENTS_DIR`,统一工作区用 `AO_HOME`。
|
|
130
|
+
> - **Docker / NAS 部署**(amd64/arm64):`docker run -d -p 8088:8088 -v ao-data:/data ghcr.io/jnmetacode/agency-orchestrator:latest`,打开 `http://主机IP:8088`,密钥在页面「供应商」里配(存进挂载卷,重启不丢)。也可用仓库根的 [docker-compose.yml](./docker-compose.yml) 一键起。
|
|
122
131
|
|
|
123
132
|
### 第 2 步:一句话跑起来
|
|
124
133
|
|
|
@@ -203,6 +212,7 @@ steps:
|
|
|
203
212
|
- id: summary
|
|
204
213
|
role: "product/product-manager"
|
|
205
214
|
task: "综合反馈输出结论:\n\n{{tech_report}}\n\n{{design_report}}"
|
|
215
|
+
acceptance: "1. 明确给出通过/不通过结论 2. 列出必须解决的问题" # 可选:验收标准,注入 prompt 并作评审依据
|
|
206
216
|
depends_on: [tech_review, design_review]
|
|
207
217
|
```
|
|
208
218
|
|
|
@@ -221,7 +231,7 @@ analyze ──→ tech_review ──→ summary
|
|
|
221
231
|
(并行)
|
|
222
232
|
```
|
|
223
233
|
|
|
224
|
-
##
|
|
234
|
+
## 11 种 LLM — 7 种不需要 API key
|
|
225
235
|
|
|
226
236
|
**你已经有这些会员了吧?直接就能跑:**
|
|
227
237
|
|
|
@@ -242,10 +252,11 @@ analyze ──→ tech_review ──→ summary
|
|
|
242
252
|
| 提供商 | 配置 | 环境变量 |
|
|
243
253
|
|--------|------|---------|
|
|
244
254
|
| DeepSeek | `provider: "deepseek"` | `DEEPSEEK_API_KEY` |
|
|
255
|
+
| 火山引擎(豆包 / Kimi / GLM,赞助商) | `provider: "volcengine"` | `ARK_API_KEY` |
|
|
245
256
|
| Claude API | `provider: "claude"` | `ANTHROPIC_API_KEY` |
|
|
246
257
|
| OpenAI | `provider: "openai"` | `OPENAI_API_KEY` |
|
|
247
258
|
|
|
248
|
-
**自定义 API
|
|
259
|
+
**自定义 API(智谱、月之暗面、硅基流动等 OpenAI 兼容 API):**
|
|
249
260
|
|
|
250
261
|
```bash
|
|
251
262
|
ao init --provider openai --model 模型名 \
|
|
@@ -279,7 +290,7 @@ OPENAI_API_KEY=你的key
|
|
|
279
290
|
|
|
280
291
|
```bash
|
|
281
292
|
ao demo # 零配置体验多智能体协作
|
|
282
|
-
ao init # (可选)复制
|
|
293
|
+
ao init # (可选)复制 267 个中文角色到本地以便编辑
|
|
283
294
|
ao init --lang en # (可选)复制 184 个英文角色到本地以便编辑
|
|
284
295
|
ao init --workflow # 交互式创建工作流
|
|
285
296
|
ao compose "一句话描述" # AI 智能编排工作流
|
|
@@ -311,14 +322,14 @@ ao serve # 启动 MCP Server(供 Claude Code / Cur
|
|
|
311
322
|
|
|
312
323
|
### AI 智能编排(Compose)
|
|
313
324
|
|
|
314
|
-
一句话描述需求,AI 自动从
|
|
325
|
+
一句话描述需求,AI 自动从 267 个角色中选角色、设计 DAG、生成完整 workflow YAML:
|
|
315
326
|
|
|
316
327
|
```bash
|
|
317
328
|
ao compose "PR 代码审查,要覆盖安全和性能"
|
|
318
329
|
```
|
|
319
330
|
|
|
320
331
|
AI 会自动:
|
|
321
|
-
1. 从
|
|
332
|
+
1. 从 267 角色中匹配出 Code Reviewer、Security Engineer、Performance Benchmarker
|
|
322
333
|
2. 设计 DAG(三路并行 → 汇总)
|
|
323
334
|
3. 生成带 `depends_on`、变量串联的完整 YAML
|
|
324
335
|
4. 保存到 `workflows/` — 直接 `ao run` 就能跑
|
|
@@ -343,6 +354,8 @@ ao team show 技术博客组 # 查看阵容构成
|
|
|
343
354
|
`ao run --team` 的本质 = compose 时把可选角色**锁定**为团队那几个,所以既不会漏人、也不会幻觉出别的角色。团队存在 `~/.ao/teams/*.team.yaml`(纯 YAML,可直接拷贝分享),**命令行和网页 Studio 共用同一份**——Studio 里勾选角色后点「存为团队」,命令行立刻 `ao run --team` 可用,反之亦然。
|
|
344
355
|
|
|
345
356
|
> 自带私有专家:设环境变量 `AO_AGENTS_DIR=/你的角色目录`,`run / compose / roles / web` 全部改用你自己的角色库。
|
|
357
|
+
> 自建单个角色:放 `~/.ao/roles/<id>.md`(与内置库叠加),工作流里用 `my/<id>` 引用;Studio「角色组队 → 我的」可视化增删。
|
|
358
|
+
> 多语言角色库:`npm i agency-agents-ko`(另有 `pt-br` / `ar` / `id` / `ru`),工作流 `agents_dir: "agency-agents-ko"`,Studio 角色页出现「角色库」下拉。
|
|
346
359
|
>
|
|
347
360
|
> 固定全局目录:设 `AO_HOME=~/.ao`(或任意目录),运行产物 `ao-output`、`compose`/`--team` 生成的工作流都落到那里,不再随执行目录散落(#20)。也可用 `AO_OUTPUT_DIR` / `AO_WORKFLOWS_DIR` 单独指定。不设则维持原行为(写到当前目录)。
|
|
348
361
|
|
|
@@ -581,7 +594,7 @@ ao-output/产品需求评审-2026-03-22/
|
|
|
581
594
|
|
|
582
595
|
```
|
|
583
596
|
你的 AI 会员 ──→ agency-orchestrator ──→ 400+ 个 AI 角色协作 ──→ 高质量输出
|
|
584
|
-
│ (
|
|
597
|
+
│ (267 中文 + 184 英文 + 5 语种)
|
|
585
598
|
┌────────────────┼────────────────┐
|
|
586
599
|
▼ ▼ ▼
|
|
587
600
|
14 个 AI 编程工具 CLI 模式 MCP Server
|
|
@@ -591,9 +604,10 @@ ao-output/产品需求评审-2026-03-22/
|
|
|
591
604
|
|
|
592
605
|
| 项目 | 定位 | 一句话 |
|
|
593
606
|
|------|------|-------|
|
|
594
|
-
| **本项目**(agency-orchestrator) | 🚀 编排引擎 | 一句话 →
|
|
595
|
-
| [agency-agents-zh](https://github.com/jnMetaCode/agency-agents-zh)  | 🎭 中文角色库 |
|
|
596
|
-
| [agency-agents](https://github.com/msitarzewski/agency-agents) | 🎭 英文角色库 | 184 个英文 AI
|
|
607
|
+
| **本项目**(agency-orchestrator) | 🚀 编排引擎 | 一句话 → 267 专家协作,**几分钟出方案**(11 家 LLM / 7 免费) |
|
|
608
|
+
| [agency-agents-zh](https://github.com/jnMetaCode/agency-agents-zh)  | 🎭 中文角色库 | 267 个**即插即用** AI 专家,含 52 中国原创(小红书 / 抖音 / 飞书 / 钉钉) |
|
|
609
|
+
| [agency-agents](https://github.com/msitarzewski/agency-agents) | 🎭 英文角色库 | 184 个英文 AI 角色(by [@msitarzewski](https://github.com/msitarzewski),MIT)——**已随 npm 包内置**,英文任务 `ao compose` 自动启用,无需单独安装 |
|
|
610
|
+
| [ko](https://github.com/jnMetaCode/agency-agents-ko) · [ru](https://github.com/jnMetaCode/agency-agents-ru) · [pt-BR](https://github.com/jnMetaCode/agency-agents-pt-BR) · [id](https://github.com/jnMetaCode/agency-agents-id) · [ar](https://github.com/jnMetaCode/agency-agents-ar) | 🌍 多语言角色库 | 各 187 个(184 上游翻译 + 3 本地市场原创),`npm i agency-agents-<lang>` 后 Studio「角色库」下拉切换 |
|
|
597
611
|
| [superpowers-zh](https://github.com/jnMetaCode/superpowers-zh)  | 🧠 工作方法论 | 20 个 skills 教 AI 怎么干活(TDD / 调试 / 代码审查等) |
|
|
598
612
|
| [ai-coding-guide](https://github.com/jnMetaCode/ai-coding-guide) | 📖 实战教程 | 66 个 Claude Code 技巧 + 9 款工具最佳实践 + 配置模板 |
|
|
599
613
|
| [shellward](https://github.com/jnMetaCode/shellward) | 🛡️ 安全中间件 | 8 层防御 + DLP 数据流 + 注入检测,**零依赖**(含 MCP Server) |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ZK Steward
|
|
3
|
-
description: Knowledge-base steward in the spirit of Niklas Luhmann's Zettelkasten. Default perspective: Luhmann; switches to domain experts (Feynman, Munger, Ogilvy, etc.) by task. Enforces atomic notes, connectivity, and validation loops. Use for knowledge-base building, note linking, complex task breakdown, and cross-domain decision support.
|
|
3
|
+
description: "Knowledge-base steward in the spirit of Niklas Luhmann's Zettelkasten. Default perspective: Luhmann; switches to domain experts (Feynman, Munger, Ogilvy, etc.) by task. Enforces atomic notes, connectivity, and validation loops. Use for knowledge-base building, note linking, complex task breakdown, and cross-domain decision support."
|
|
4
4
|
color: teal
|
|
5
5
|
emoji: 🗃️
|
|
6
6
|
vibe: Channels Luhmann's Zettelkasten to build connected, validated knowledge bases.
|
package/dist/agents/loader.d.ts
CHANGED
|
@@ -1,14 +1,29 @@
|
|
|
1
1
|
import type { AgentDefinition } from '../types.js';
|
|
2
|
+
/**
|
|
3
|
+
* 用户自建角色的固定分类前缀:`my/<id>` 一律解析到用户角色目录。
|
|
4
|
+
* 与 AO_AGENTS_DIR(整体替换内置库)不同,用户角色目录是「叠加」——
|
|
5
|
+
* 内置 267 个角色照常可用,自己攒的专家放 ~/.ao/roles,CLI 与 Studio 共用。
|
|
6
|
+
*/
|
|
7
|
+
export declare const USER_ROLE_CATEGORY = "my";
|
|
8
|
+
/** 用户角色目录:AO_USER_ROLES_DIR 可覆盖,默认 ~/.ao/roles(与 ~/.ao/teams、~/.ao/prompts 同体系)。 */
|
|
9
|
+
export declare function userRolesDir(): string;
|
|
2
10
|
/**
|
|
3
11
|
* 加载指定角色的定义
|
|
4
12
|
* @param agentsDir agency-agents 的 agents 目录路径
|
|
5
13
|
* @param rolePath 角色路径,如 "engineering/engineering-sre"
|
|
6
14
|
*/
|
|
7
15
|
export declare function loadAgent(agentsDir: string, rolePath: string): AgentDefinition;
|
|
16
|
+
/**
|
|
17
|
+
* 列出用户角色目录(~/.ao/roles)里的自建角色,rolePath 统一为 "my/<id>"。
|
|
18
|
+
* 目录不存在返回空数组;只认带 name frontmatter 的 .md(与内置库同规则)。
|
|
19
|
+
*/
|
|
20
|
+
export declare function listUserAgents(): AgentDefinition[];
|
|
8
21
|
/**
|
|
9
22
|
* 列出所有可用角色
|
|
23
|
+
* @param includeUser true 时叠加用户角色目录(~/.ao/roles)的 my/* 角色;
|
|
24
|
+
* 默认 false 保持纯目录语义(安装计数、测试 fixture 等不受用户机器状态影响)
|
|
10
25
|
*/
|
|
11
|
-
export declare function listAgents(agentsDir: string): AgentDefinition[];
|
|
26
|
+
export declare function listAgents(agentsDir: string, includeUser?: boolean): AgentDefinition[];
|
|
12
27
|
/**
|
|
13
28
|
* 轻量列出所有角色路径(如 "engineering/engineering-sre"),不解析文件内容。
|
|
14
29
|
* 用于 validate 报错时给"你是不是想用 X"建议,避免 listAgents 全量解析的开销。
|
package/dist/agents/loader.js
CHANGED
|
@@ -12,8 +12,21 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import { readFileSync, existsSync, readdirSync } from 'node:fs';
|
|
14
14
|
import { join, resolve, relative, sep } from 'node:path';
|
|
15
|
+
import { homedir } from 'node:os';
|
|
15
16
|
// 枚举角色时跳过的非角色目录
|
|
16
17
|
const SKIP_DIRS = new Set(['node_modules', 'scripts', 'integrations', 'examples']);
|
|
18
|
+
/**
|
|
19
|
+
* 用户自建角色的固定分类前缀:`my/<id>` 一律解析到用户角色目录。
|
|
20
|
+
* 与 AO_AGENTS_DIR(整体替换内置库)不同,用户角色目录是「叠加」——
|
|
21
|
+
* 内置 267 个角色照常可用,自己攒的专家放 ~/.ao/roles,CLI 与 Studio 共用。
|
|
22
|
+
*/
|
|
23
|
+
export const USER_ROLE_CATEGORY = 'my';
|
|
24
|
+
/** 用户角色目录:AO_USER_ROLES_DIR 可覆盖,默认 ~/.ao/roles(与 ~/.ao/teams、~/.ao/prompts 同体系)。 */
|
|
25
|
+
export function userRolesDir() {
|
|
26
|
+
return process.env.AO_USER_ROLES_DIR
|
|
27
|
+
? resolve(process.env.AO_USER_ROLES_DIR)
|
|
28
|
+
: join(homedir(), '.ao', 'roles');
|
|
29
|
+
}
|
|
17
30
|
/** 一个 .md 是否是「角色」:必须有带 name 的 frontmatter(排除 README / 攻略 / 模板等文档)。 */
|
|
18
31
|
function isAgentFile(fullPath) {
|
|
19
32
|
try {
|
|
@@ -63,11 +76,46 @@ export function loadAgent(agentsDir, rolePath) {
|
|
|
63
76
|
throw new Error(`角色路径越界: ${rolePath}`);
|
|
64
77
|
}
|
|
65
78
|
if (!existsSync(fullPath)) {
|
|
79
|
+
// `my/<id>` 兜底到用户角色目录(agents_dir 里真有 my/ 子目录时以 agents_dir 优先)
|
|
80
|
+
if (rolePath.startsWith(`${USER_ROLE_CATEGORY}/`)) {
|
|
81
|
+
const userDir = userRolesDir();
|
|
82
|
+
const userPath = resolve(userDir, `${rolePath.slice(USER_ROLE_CATEGORY.length + 1)}.md`);
|
|
83
|
+
if (userPath.startsWith(userDir + sep) && existsSync(userPath)) {
|
|
84
|
+
return parseAgentFile(readFileSync(userPath, 'utf-8'), rolePath);
|
|
85
|
+
}
|
|
86
|
+
}
|
|
66
87
|
throw new Error(`角色文件不存在: ${fullPath}\n请确认 agents_dir 和 role 路径正确`);
|
|
67
88
|
}
|
|
68
89
|
const content = readFileSync(fullPath, 'utf-8');
|
|
69
90
|
return parseAgentFile(content, rolePath);
|
|
70
91
|
}
|
|
92
|
+
/**
|
|
93
|
+
* 列出用户角色目录(~/.ao/roles)里的自建角色,rolePath 统一为 "my/<id>"。
|
|
94
|
+
* 目录不存在返回空数组;只认带 name frontmatter 的 .md(与内置库同规则)。
|
|
95
|
+
*/
|
|
96
|
+
export function listUserAgents() {
|
|
97
|
+
const dir = userRolesDir();
|
|
98
|
+
if (!existsSync(dir))
|
|
99
|
+
return [];
|
|
100
|
+
const agents = [];
|
|
101
|
+
for (const f of readdirSync(dir)) {
|
|
102
|
+
if (!f.endsWith('.md'))
|
|
103
|
+
continue;
|
|
104
|
+
const full = join(dir, f);
|
|
105
|
+
if (!isAgentFile(full))
|
|
106
|
+
continue;
|
|
107
|
+
try {
|
|
108
|
+
const rolePath = `${USER_ROLE_CATEGORY}/${f.replace(/\.md$/, '')}`;
|
|
109
|
+
const agent = parseAgentFile(readFileSync(full, 'utf-8'), rolePath);
|
|
110
|
+
agent.rolePath = rolePath;
|
|
111
|
+
agents.push(agent);
|
|
112
|
+
}
|
|
113
|
+
catch {
|
|
114
|
+
// 跳过无法解析的文件
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
return agents;
|
|
118
|
+
}
|
|
71
119
|
/**
|
|
72
120
|
* 解析 agent .md 文件内容
|
|
73
121
|
*/
|
|
@@ -103,8 +151,10 @@ function parseAgentFile(content, rolePath) {
|
|
|
103
151
|
}
|
|
104
152
|
/**
|
|
105
153
|
* 列出所有可用角色
|
|
154
|
+
* @param includeUser true 时叠加用户角色目录(~/.ao/roles)的 my/* 角色;
|
|
155
|
+
* 默认 false 保持纯目录语义(安装计数、测试 fixture 等不受用户机器状态影响)
|
|
106
156
|
*/
|
|
107
|
-
export function listAgents(agentsDir) {
|
|
157
|
+
export function listAgents(agentsDir, includeUser = false) {
|
|
108
158
|
const dir = resolve(agentsDir);
|
|
109
159
|
if (!existsSync(dir)) {
|
|
110
160
|
throw new Error(`agents 目录不存在: ${dir}`);
|
|
@@ -121,6 +171,14 @@ export function listAgents(agentsDir) {
|
|
|
121
171
|
// 跳过无法解析的文件
|
|
122
172
|
}
|
|
123
173
|
}
|
|
174
|
+
if (includeUser) {
|
|
175
|
+
// agents_dir 里真有 my/ 子目录时以 agents_dir 优先(与 loadAgent 解析次序一致)
|
|
176
|
+
const seen = new Set(agents.map(a => a.rolePath));
|
|
177
|
+
for (const ua of listUserAgents()) {
|
|
178
|
+
if (!seen.has(ua.rolePath))
|
|
179
|
+
agents.push(ua);
|
|
180
|
+
}
|
|
181
|
+
}
|
|
124
182
|
return agents;
|
|
125
183
|
}
|
|
126
184
|
/**
|
package/dist/cli/compose.d.ts
CHANGED
|
@@ -36,6 +36,7 @@ export declare function buildComposeSystemPrompt(catalog: string, options?: {
|
|
|
36
36
|
model?: string;
|
|
37
37
|
lang?: 'zh' | 'en';
|
|
38
38
|
timeoutMs?: number;
|
|
39
|
+
agentsDirName?: string;
|
|
39
40
|
}): string;
|
|
40
41
|
/**
|
|
41
42
|
* 构建 user prompt
|
|
@@ -69,6 +70,8 @@ export declare function composeWorkflow(options: {
|
|
|
69
70
|
saveDir?: string;
|
|
70
71
|
/** R3.2 预算模式:把「轻活」步骤自动降到便宜档,省钱不掉关键质量(默认关,零回归) */
|
|
71
72
|
budget?: boolean;
|
|
73
|
+
/** 生成 YAML 里 agents_dir 的名字(多语言角色库如 "agency-agents-ko");缺省按 lang 用 zh/en 内置库名 */
|
|
74
|
+
agentsDirName?: string;
|
|
72
75
|
}): Promise<{
|
|
73
76
|
yaml: string;
|
|
74
77
|
savedPath: string;
|
package/dist/cli/compose.js
CHANGED
|
@@ -76,7 +76,8 @@ export function applyBudgetTiering(yamlText, provider) {
|
|
|
76
76
|
* 从 agents 目录构建精简的角色目录
|
|
77
77
|
*/
|
|
78
78
|
export function buildRoleCatalog(agentsDir) {
|
|
79
|
-
|
|
79
|
+
// 叠加用户自建角色(~/.ao/roles 的 my/*):手动组队可锁定自建专家,自动组队也能挑到
|
|
80
|
+
const agents = listAgents(agentsDir, true);
|
|
80
81
|
return agents
|
|
81
82
|
.filter(a => a.rolePath)
|
|
82
83
|
.map(a => ({
|
|
@@ -171,7 +172,7 @@ Output a complete YAML code block in this format:
|
|
|
171
172
|
name: "Workflow Name"
|
|
172
173
|
description: "One-line description"
|
|
173
174
|
|
|
174
|
-
agents_dir: "agency-agents"
|
|
175
|
+
agents_dir: "${options?.agentsDirName || 'agency-agents'}"
|
|
175
176
|
|
|
176
177
|
llm:
|
|
177
178
|
provider: ${provider}
|
|
@@ -193,12 +194,20 @@ ${autoRun ? ' Include specific information from the user\'s description' :
|
|
|
193
194
|
Use {{previous_output}} to reference upstream step outputs
|
|
194
195
|
output: output_variable_name
|
|
195
196
|
depends_on: [upstream_step_id] # Only add when there's a dependency
|
|
197
|
+
acceptance: | # Optional: verifiable conditions the output must satisfy (strongly recommended on the final step)
|
|
198
|
+
1. First checkable condition...
|
|
199
|
+
2. Second checkable condition...
|
|
196
200
|
|
|
197
201
|
# When you need to ask the user something mid-run, use a human_input step (no role, actually pauses for input):
|
|
198
202
|
- id: ask_step_id
|
|
199
203
|
type: human_input
|
|
200
204
|
prompt: "The specific question to ask the user, can reference {{variable_name}} from earlier steps"
|
|
201
205
|
output: user_answer_variable # the user's answer is injected downstream as this variable
|
|
206
|
+
|
|
207
|
+
# For high-stakes decisions (finance/medical/legal/spending real money), insert an approval gate (pauses until the user signs off):
|
|
208
|
+
- id: approve_step_id
|
|
209
|
+
type: approval
|
|
210
|
+
prompt: "State clearly what the user is approving, can reference {{variables}}"
|
|
202
211
|
\`\`\`
|
|
203
212
|
|
|
204
213
|
## Design Principles
|
|
@@ -210,6 +219,8 @@ ${autoRun ? ' Include specific information from the user\'s description' :
|
|
|
210
219
|
- **Detailed tasks**: Task descriptions should be specific — tell the role what to do and what format to output
|
|
211
220
|
${inputsDesignPrinciple}
|
|
212
221
|
- **Use human_input when the user needs to clarify something — don't have a role "ask" in its task**: if the task genuinely can't proceed without more info from the user (personal preference, choosing between options, a specific detail not in inputs — classic case: registration/enrollment-type requests where you must ask the user's specifics partway through), insert a \`type: human_input\` step to ask them, and feed the answer downstream as its output variable. Writing "ask the user X" inside a regular role step's task does NOT work — the engine won't actually pause, the model will just make up an answer
|
|
222
|
+
- **Acceptance criteria**: give key steps — at minimum the FINAL deliverable step — an \`acceptance:\` field with 2-5 verifiable conditions the output must satisfy. Concrete and checkable ("contains X/Y/Z sections", "every recommendation states its risk"), never vague ("high quality"). It is injected into the step's prompt AND actually enforced: after the step runs, the engine checks the output against each item, and any unmet item triggers one automatic rework round — so every item must be objectively machine-checkable from the output text alone
|
|
223
|
+
- **High-risk tasks need an approval gate**: for finance/investment, medical, legal, or anything spending real money / hard to reverse — insert a \`type: approval\` step before the final recommendation/execution step, so the user signs off before proceeding
|
|
213
224
|
- **Final deliverable**: The last step must output the final deliverable the user wants (e.g., complete article, complete report), not review comments or suggestions. If there's a review step, it should output the revised final version, not a "list of suggestions"
|
|
214
225
|
- **Clean final output (IMPORTANT)**: The LAST step's \`task\` MUST end with an explicit instruction to output ONLY the deliverable itself — no preamble/greeting, no "what I changed"/change-log, no formatting notes, no questions to the user, no suggestions to run \`ao\`/other commands, no "shall I continue?" closers. Append a line like: "⚠️ Output only the final deliverable itself — no preamble, no change-log, no meta-commentary, no questions, no tool/command suggestions." (If you genuinely need to ask the user something, use the human_input step above instead — not in the final step)
|
|
215
226
|
|
|
@@ -275,7 +286,7 @@ ${autoRun ? inputsSection : ''}
|
|
|
275
286
|
name: "工作流名称"
|
|
276
287
|
description: "一句话描述"
|
|
277
288
|
|
|
278
|
-
agents_dir: "agency-agents-zh"
|
|
289
|
+
agents_dir: "${options?.agentsDirName || 'agency-agents-zh'}"
|
|
279
290
|
|
|
280
291
|
llm:
|
|
281
292
|
provider: ${provider}
|
|
@@ -297,12 +308,20 @@ ${autoRun ? ' 直接包含用户需求中的具体信息' : ' 使用 {
|
|
|
297
308
|
使用 {{previous_output}} 引用上游步骤的输出
|
|
298
309
|
output: output_variable_name
|
|
299
310
|
depends_on: [upstream_step_id] # 仅在有依赖时添加
|
|
311
|
+
acceptance: | # 可选:产出必须满足的可核对验收条件(最终交付步强烈建议写)
|
|
312
|
+
1. 第一条可核对的条件…
|
|
313
|
+
2. 第二条可核对的条件…
|
|
300
314
|
|
|
301
315
|
# 需要向用户询问/确认信息时,用 human_input 类型的步骤(无 role,运行到这一步会真的暂停等用户输入):
|
|
302
316
|
- id: ask_step_id
|
|
303
317
|
type: human_input
|
|
304
318
|
prompt: "向用户提的具体问题,可用 {{variable_name}} 引用之前的变量"
|
|
305
319
|
output: user_answer_variable # 用户的回答会作为这个变量注入下游 task
|
|
320
|
+
|
|
321
|
+
# 高风险决策(金融/医疗/法律/花真金白银)前插入 approval 闸门(暂停等用户签字放行):
|
|
322
|
+
- id: approve_step_id
|
|
323
|
+
type: approval
|
|
324
|
+
prompt: "写清楚用户在批准什么,可引用 {{变量}}"
|
|
306
325
|
\`\`\`
|
|
307
326
|
|
|
308
327
|
## 设计原则
|
|
@@ -314,6 +333,8 @@ ${autoRun ? ' 直接包含用户需求中的具体信息' : ' 使用 {
|
|
|
314
333
|
- **任务详细**:task 描述要具体,告诉角色要做什么、输出什么格式
|
|
315
334
|
${inputsDesignPrinciple}
|
|
316
335
|
- **需要用户澄清时用 human_input,不要指望角色在 task 里"提问"**:如果任务本质上需要用户提供额外信息才能继续(如个人偏好、多个方案里选一个、inputs 里没给的具体细节——典型例子是报名/选课/选方案类需求,中途必须问用户具体情况),插入一个 \`type: human_input\` 的步骤向用户提问,把回答作为 output 变量给下游用。普通 role 步骤的 task 里写"请问用户 XXX"是无效的——引擎不会暂停等回答,模型只会自己编一个答案
|
|
336
|
+
- **验收标准**:给关键步骤——至少是最终交付步——写 \`acceptance:\` 字段,列 2-5 条产出必须满足的可核对条件。要具体可查("包含 X/Y/Z 三节""每条建议都标注风险"),不要空话("高质量")。它不只注入该步 prompt——步骤跑完后引擎会**逐条真核验**,未过自动返工一轮。所以每一条都必须是仅凭产出文本就能客观判定的
|
|
337
|
+
- **高风险任务要加签字闸门**:涉及金融/投资、医疗、法律,或花真金白银、难以撤销的操作——在最终建议/执行步骤之前插入 \`type: approval\` 节点,让用户签字放行后才继续(重大决策必须老板拍板)
|
|
317
338
|
- **最终成品**:最后一个步骤必须输出用户想要的最终成品(如完整文章、完整报告),而不是审查意见或修改建议。如果有审校步骤,审校步骤应该直接输出修改后的定稿,而不是"修改建议列表"
|
|
318
339
|
- **干净的最终产出(重要)**:最后一个步骤的 \`task\` 结尾必须显式要求"只输出成品本身"——不要开场白/寒暄、不要"我改了什么/复盘/修改说明"、不要排版备注小节、不要向用户提问或请其拍板、不要建议运行 \`ao\` 或其它命令、不要"要我继续吗"之类收尾。请在该 step 的 task 末尾追加一行类似:「⚠️ 只输出最终成品本身:不要开场白、不要复盘或说明、不要向用户提问、不要建议任何命令或后续动作。」(需要问用户时用上面的 human_input 步骤,不要在最终步骤里问)
|
|
319
340
|
|
|
@@ -414,6 +435,7 @@ export async function composeWorkflow(options) {
|
|
|
414
435
|
model: options.llmConfig.model,
|
|
415
436
|
lang,
|
|
416
437
|
timeoutMs: options.timeoutMs,
|
|
438
|
+
agentsDirName: options.agentsDirName,
|
|
417
439
|
});
|
|
418
440
|
let userPrompt = buildComposeUserPrompt(description, lang);
|
|
419
441
|
if (options.pinnedRoles?.length) {
|