@monoes/monomindcli 1.6.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/.claude/agents/academic/academic-anthropologist.md +126 -0
- package/.claude/agents/academic/academic-geographer.md +128 -0
- package/.claude/agents/academic/academic-historian.md +124 -0
- package/.claude/agents/academic/academic-narratologist.md +119 -0
- package/.claude/agents/academic/academic-psychologist.md +119 -0
- package/.claude/agents/analysis/analyze-code-quality.md +58 -0
- package/.claude/agents/analysis/code-analyzer.md +189 -0
- package/.claude/agents/analysis/code-review/analyze-code-quality.md +58 -0
- package/.claude/agents/architecture/system-design/arch-system-design.md +54 -0
- package/.claude/agents/consensus/crdt-synchronizer.md +977 -0
- package/.claude/agents/consensus/performance-benchmarker.md +831 -0
- package/.claude/agents/consensus/quorum-manager.md +803 -0
- package/.claude/agents/consensus/security-manager.md +602 -0
- package/.claude/agents/core/coder.md +262 -0
- package/.claude/agents/core/planner.md +170 -0
- package/.claude/agents/core/researcher.md +192 -0
- package/.claude/agents/core/reviewer.md +327 -0
- package/.claude/agents/core/tester.md +318 -0
- package/.claude/agents/data/ml/data-ml-model.md +76 -0
- package/.claude/agents/design/design-brand-guardian.md +323 -0
- package/.claude/agents/design/design-image-prompt-engineer.md +237 -0
- package/.claude/agents/design/design-inclusive-visuals-specialist.md +72 -0
- package/.claude/agents/design/design-ui-designer.md +384 -0
- package/.claude/agents/design/design-ux-architect.md +470 -0
- package/.claude/agents/design/design-ux-researcher.md +330 -0
- package/.claude/agents/design/design-visual-storyteller.md +150 -0
- package/.claude/agents/design/design-whimsy-injector.md +439 -0
- package/.claude/agents/development/dev-backend-api.md +178 -0
- package/.claude/agents/devops/ci-cd/ops-cicd-github.md +52 -0
- package/.claude/agents/documentation/api-docs/docs-api-openapi.md +63 -0
- package/.claude/agents/engineering/engineering-ai-data-remediation-engineer.md +212 -0
- package/.claude/agents/engineering/engineering-ai-engineer.md +165 -0
- package/.claude/agents/engineering/engineering-autonomous-optimization-architect.md +108 -0
- package/.claude/agents/engineering/engineering-backend-architect.md +254 -0
- package/.claude/agents/engineering/engineering-code-reviewer.md +95 -0
- package/.claude/agents/engineering/engineering-data-engineer.md +307 -0
- package/.claude/agents/engineering/engineering-database-optimizer.md +200 -0
- package/.claude/agents/engineering/engineering-devops-automator.md +430 -0
- package/.claude/agents/engineering/engineering-embedded-firmware-engineer.md +174 -0
- package/.claude/agents/engineering/engineering-feishu-integration-developer.md +607 -0
- package/.claude/agents/engineering/engineering-frontend-developer.md +249 -0
- package/.claude/agents/engineering/engineering-git-workflow-master.md +108 -0
- package/.claude/agents/engineering/engineering-incident-response-commander.md +482 -0
- package/.claude/agents/engineering/engineering-mobile-app-builder.md +499 -0
- package/.claude/agents/engineering/engineering-rapid-prototyper.md +463 -0
- package/.claude/agents/engineering/engineering-security-engineer.md +303 -0
- package/.claude/agents/engineering/engineering-senior-developer.md +195 -0
- package/.claude/agents/engineering/engineering-software-architect.md +100 -0
- package/.claude/agents/engineering/engineering-solidity-smart-contract-engineer.md +528 -0
- package/.claude/agents/engineering/engineering-sre.md +114 -0
- package/.claude/agents/engineering/engineering-technical-writer.md +412 -0
- package/.claude/agents/engineering/engineering-threat-detection-engineer.md +540 -0
- package/.claude/agents/engineering/engineering-wechat-mini-program-developer.md +351 -0
- package/.claude/agents/game-development/blender/blender-addon-engineer.md +235 -0
- package/.claude/agents/game-development/game-audio-engineer.md +265 -0
- package/.claude/agents/game-development/game-designer.md +168 -0
- package/.claude/agents/game-development/godot/godot-gameplay-scripter.md +335 -0
- package/.claude/agents/game-development/godot/godot-multiplayer-engineer.md +298 -0
- package/.claude/agents/game-development/godot/godot-shader-developer.md +267 -0
- package/.claude/agents/game-development/level-designer.md +209 -0
- package/.claude/agents/game-development/narrative-designer.md +244 -0
- package/.claude/agents/game-development/roblox-studio/roblox-avatar-creator.md +298 -0
- package/.claude/agents/game-development/roblox-studio/roblox-experience-designer.md +306 -0
- package/.claude/agents/game-development/roblox-studio/roblox-systems-scripter.md +326 -0
- package/.claude/agents/game-development/technical-artist.md +230 -0
- package/.claude/agents/game-development/unity/unity-architect.md +272 -0
- package/.claude/agents/game-development/unity/unity-editor-tool-developer.md +311 -0
- package/.claude/agents/game-development/unity/unity-multiplayer-engineer.md +322 -0
- package/.claude/agents/game-development/unity/unity-shader-graph-artist.md +270 -0
- package/.claude/agents/game-development/unreal-engine/unreal-multiplayer-architect.md +314 -0
- package/.claude/agents/game-development/unreal-engine/unreal-systems-engineer.md +311 -0
- package/.claude/agents/game-development/unreal-engine/unreal-technical-artist.md +257 -0
- package/.claude/agents/game-development/unreal-engine/unreal-world-builder.md +274 -0
- package/.claude/agents/github/code-review-swarm.md +557 -0
- package/.claude/agents/github/github-modes.md +154 -0
- package/.claude/agents/github/issue-tracker.md +299 -0
- package/.claude/agents/github/multi-repo-swarm.md +525 -0
- package/.claude/agents/github/pr-manager.md +163 -0
- package/.claude/agents/github/project-board-sync.md +478 -0
- package/.claude/agents/github/release-manager.md +352 -0
- package/.claude/agents/github/release-swarm.md +597 -0
- package/.claude/agents/github/repo-architect.md +378 -0
- package/.claude/agents/github/swarm-issue.md +548 -0
- package/.claude/agents/github/swarm-pr.md +427 -0
- package/.claude/agents/github/sync-coordinator.md +423 -0
- package/.claude/agents/github/workflow-automation.md +640 -0
- package/.claude/agents/goal/agent.md +804 -0
- package/.claude/agents/goal/code-goal-planner.md +445 -0
- package/.claude/agents/goal/goal-planner.md +168 -0
- package/.claude/agents/hive-mind/collective-intelligence-coordinator.md +129 -0
- package/.claude/agents/hive-mind/queen-coordinator.md +202 -0
- package/.claude/agents/hive-mind/scout-explorer.md +241 -0
- package/.claude/agents/hive-mind/swarm-memory-manager.md +192 -0
- package/.claude/agents/hive-mind/worker-specialist.md +216 -0
- package/.claude/agents/marketing/marketing-ai-citation-strategist.md +171 -0
- package/.claude/agents/marketing/marketing-app-store-optimizer.md +322 -0
- package/.claude/agents/marketing/marketing-baidu-seo-specialist.md +227 -0
- package/.claude/agents/marketing/marketing-bilibili-content-strategist.md +200 -0
- package/.claude/agents/marketing/marketing-book-co-author.md +111 -0
- package/.claude/agents/marketing/marketing-carousel-growth-engine.md +200 -0
- package/.claude/agents/marketing/marketing-china-ecommerce-operator.md +284 -0
- package/.claude/agents/marketing/marketing-content-creator.md +54 -0
- package/.claude/agents/marketing/marketing-cross-border-ecommerce.md +260 -0
- package/.claude/agents/marketing/marketing-douyin-strategist.md +150 -0
- package/.claude/agents/marketing/marketing-growth-hacker.md +54 -0
- package/.claude/agents/marketing/marketing-instagram-curator.md +114 -0
- package/.claude/agents/marketing/marketing-kuaishou-strategist.md +224 -0
- package/.claude/agents/marketing/marketing-linkedin-content-creator.md +215 -0
- package/.claude/agents/marketing/marketing-livestream-commerce-coach.md +306 -0
- package/.claude/agents/marketing/marketing-podcast-strategist.md +278 -0
- package/.claude/agents/marketing/marketing-private-domain-operator.md +309 -0
- package/.claude/agents/marketing/marketing-reddit-community-builder.md +124 -0
- package/.claude/agents/marketing/marketing-seo-specialist.md +279 -0
- package/.claude/agents/marketing/marketing-short-video-editing-coach.md +413 -0
- package/.claude/agents/marketing/marketing-social-media-strategist.md +125 -0
- package/.claude/agents/marketing/marketing-tiktok-strategist.md +126 -0
- package/.claude/agents/marketing/marketing-twitter-engager.md +127 -0
- package/.claude/agents/marketing/marketing-wechat-official-account.md +146 -0
- package/.claude/agents/marketing/marketing-weibo-strategist.md +241 -0
- package/.claude/agents/marketing/marketing-xiaohongshu-specialist.md +139 -0
- package/.claude/agents/marketing/marketing-zhihu-strategist.md +163 -0
- package/.claude/agents/neural/safla-neural.md +74 -0
- package/.claude/agents/optimization/benchmark-suite.md +663 -0
- package/.claude/agents/optimization/load-balancer.md +429 -0
- package/.claude/agents/optimization/performance-monitor.md +670 -0
- package/.claude/agents/optimization/resource-allocator.md +672 -0
- package/.claude/agents/optimization/topology-optimizer.md +806 -0
- package/.claude/agents/paid-media/paid-media-auditor.md +71 -0
- package/.claude/agents/paid-media/paid-media-creative-strategist.md +71 -0
- package/.claude/agents/paid-media/paid-media-paid-social-strategist.md +71 -0
- package/.claude/agents/paid-media/paid-media-ppc-strategist.md +71 -0
- package/.claude/agents/paid-media/paid-media-programmatic-buyer.md +71 -0
- package/.claude/agents/paid-media/paid-media-search-query-analyst.md +71 -0
- package/.claude/agents/paid-media/paid-media-tracking-specialist.md +71 -0
- package/.claude/agents/payments/agentic-payments.md +126 -0
- package/.claude/agents/product/product-behavioral-nudge-engine.md +81 -0
- package/.claude/agents/product/product-feedback-synthesizer.md +119 -0
- package/.claude/agents/product/product-manager.md +469 -0
- package/.claude/agents/product/product-sprint-prioritizer.md +154 -0
- package/.claude/agents/product/product-trend-researcher.md +159 -0
- package/.claude/agents/project-management/project-management-experiment-tracker.md +199 -0
- package/.claude/agents/project-management/project-management-jira-workflow-steward.md +231 -0
- package/.claude/agents/project-management/project-management-project-shepherd.md +195 -0
- package/.claude/agents/project-management/project-management-studio-operations.md +201 -0
- package/.claude/agents/project-management/project-management-studio-producer.md +204 -0
- package/.claude/agents/project-management/project-manager-senior.md +136 -0
- package/.claude/agents/reasoning/agent.md +804 -0
- package/.claude/agents/reasoning/goal-planner.md +73 -0
- package/.claude/agents/sales/sales-account-strategist.md +228 -0
- package/.claude/agents/sales/sales-coach.md +272 -0
- package/.claude/agents/sales/sales-deal-strategist.md +181 -0
- package/.claude/agents/sales/sales-discovery-coach.md +226 -0
- package/.claude/agents/sales/sales-engineer.md +183 -0
- package/.claude/agents/sales/sales-outbound-strategist.md +202 -0
- package/.claude/agents/sales/sales-pipeline-analyst.md +268 -0
- package/.claude/agents/sales/sales-proposal-strategist.md +218 -0
- package/.claude/agents/schemas/architecture-output.json +43 -0
- package/.claude/agents/schemas/code-review-output.json +28 -0
- package/.claude/agents/schemas/generic-task-input.json +12 -0
- package/.claude/agents/schemas/implementation-output.json +18 -0
- package/.claude/agents/schemas/research-output.json +31 -0
- package/.claude/agents/schemas/security-audit-output.json +29 -0
- package/.claude/agents/schemas/test-report-output.json +29 -0
- package/.claude/agents/sona/sona-learning-optimizer.md +65 -0
- package/.claude/agents/sparc/architecture.md +453 -0
- package/.claude/agents/sparc/pseudocode.md +299 -0
- package/.claude/agents/sparc/refinement.md +504 -0
- package/.claude/agents/sparc/specification.md +258 -0
- package/.claude/agents/spatial-computing/macos-spatial-metal-engineer.md +338 -0
- package/.claude/agents/spatial-computing/terminal-integration-specialist.md +71 -0
- package/.claude/agents/spatial-computing/visionos-spatial-engineer.md +55 -0
- package/.claude/agents/specialized/accounts-payable-agent.md +186 -0
- package/.claude/agents/specialized/agentic-identity-trust.md +388 -0
- package/.claude/agents/specialized/agents-orchestrator.md +368 -0
- package/.claude/agents/specialized/automation-governance-architect.md +217 -0
- package/.claude/agents/specialized/blockchain-security-auditor.md +497 -0
- package/.claude/agents/specialized/compliance-auditor.md +159 -0
- package/.claude/agents/specialized/corporate-training-designer.md +193 -0
- package/.claude/agents/specialized/data-consolidation-agent.md +61 -0
- package/.claude/agents/specialized/government-digital-presales-consultant.md +364 -0
- package/.claude/agents/specialized/healthcare-marketing-compliance.md +396 -0
- package/.claude/agents/specialized/identity-graph-operator.md +261 -0
- package/.claude/agents/specialized/lsp-index-engineer.md +315 -0
- package/.claude/agents/specialized/mobile/spec-mobile-react-native.md +89 -0
- package/.claude/agents/specialized/recruitment-specialist.md +510 -0
- package/.claude/agents/specialized/report-distribution-agent.md +66 -0
- package/.claude/agents/specialized/sales-data-extraction-agent.md +68 -0
- package/.claude/agents/specialized/specialized-cultural-intelligence-strategist.md +89 -0
- package/.claude/agents/specialized/specialized-developer-advocate.md +318 -0
- package/.claude/agents/specialized/specialized-document-generator.md +56 -0
- package/.claude/agents/specialized/specialized-french-consulting-market.md +193 -0
- package/.claude/agents/specialized/specialized-korean-business-navigator.md +217 -0
- package/.claude/agents/specialized/specialized-mcp-builder.md +64 -0
- package/.claude/agents/specialized/specialized-model-qa.md +489 -0
- package/.claude/agents/specialized/specialized-salesforce-architect.md +181 -0
- package/.claude/agents/specialized/specialized-workflow-architect.md +598 -0
- package/.claude/agents/specialized/study-abroad-advisor.md +283 -0
- package/.claude/agents/specialized/supply-chain-strategist.md +583 -0
- package/.claude/agents/specialized/zk-steward.md +212 -0
- package/.claude/agents/sublinear/consensus-coordinator.md +333 -0
- package/.claude/agents/sublinear/matrix-optimizer.md +180 -0
- package/.claude/agents/sublinear/pagerank-analyzer.md +295 -0
- package/.claude/agents/sublinear/performance-optimizer.md +363 -0
- package/.claude/agents/sublinear/trading-predictor.md +242 -0
- package/.claude/agents/support/support-analytics-reporter.md +366 -0
- package/.claude/agents/support/support-executive-summary-generator.md +213 -0
- package/.claude/agents/support/support-finance-tracker.md +443 -0
- package/.claude/agents/support/support-infrastructure-maintainer.md +619 -0
- package/.claude/agents/support/support-legal-compliance-checker.md +589 -0
- package/.claude/agents/support/support-support-responder.md +586 -0
- package/.claude/agents/swarm/adaptive-coordinator.md +364 -0
- package/.claude/agents/swarm/hierarchical-coordinator.md +318 -0
- package/.claude/agents/swarm/mesh-coordinator.md +363 -0
- package/.claude/agents/templates/automation-smart-agent.md +185 -0
- package/.claude/agents/templates/coordinator-swarm-init.md +83 -0
- package/.claude/agents/templates/github-pr-manager.md +155 -0
- package/.claude/agents/templates/implementer-sparc-coder.md +231 -0
- package/.claude/agents/templates/memory-coordinator.md +163 -0
- package/.claude/agents/templates/migration-plan.md +724 -0
- package/.claude/agents/templates/orchestrator-task.md +120 -0
- package/.claude/agents/templates/performance-analyzer.md +179 -0
- package/.claude/agents/templates/sparc-coordinator.md +163 -0
- package/.claude/agents/testing/production-validator.md +374 -0
- package/.claude/agents/testing/tdd-london-swarm.md +241 -0
- package/.claude/agents/testing/testing-accessibility-auditor.md +322 -0
- package/.claude/agents/testing/testing-api-tester.md +307 -0
- package/.claude/agents/testing/testing-evidence-collector.md +211 -0
- package/.claude/agents/testing/testing-performance-benchmarker.md +269 -0
- package/.claude/agents/testing/testing-reality-checker.md +237 -0
- package/.claude/agents/testing/testing-test-results-analyzer.md +306 -0
- package/.claude/agents/testing/testing-tool-evaluator.md +395 -0
- package/.claude/agents/testing/testing-workflow-optimizer.md +451 -0
- package/.claude/agents/v3/integration-architect.md +338 -0
- package/.claude/agents/v3/memory-specialist.md +298 -0
- package/.claude/agents/v3/performance-engineer.md +387 -0
- package/.claude/agents/v3/queen-coordinator.md +67 -0
- package/.claude/agents/v3/security-architect.md +154 -0
- package/.claude/commands/agents/README.md +10 -0
- package/.claude/commands/agents/agent-capabilities.md +21 -0
- package/.claude/commands/agents/agent-coordination.md +28 -0
- package/.claude/commands/agents/agent-spawning.md +28 -0
- package/.claude/commands/agents/agent-types.md +26 -0
- package/.claude/commands/analysis/COMMAND_COMPLIANCE_REPORT.md +54 -0
- package/.claude/commands/analysis/README.md +9 -0
- package/.claude/commands/analysis/bottleneck-detect.md +162 -0
- package/.claude/commands/analysis/performance-bottlenecks.md +59 -0
- package/.claude/commands/analysis/performance-report.md +25 -0
- package/.claude/commands/analysis/token-efficiency.md +45 -0
- package/.claude/commands/analysis/token-usage.md +25 -0
- package/.claude/commands/automation/README.md +9 -0
- package/.claude/commands/automation/auto-agent.md +122 -0
- package/.claude/commands/automation/self-healing.md +106 -0
- package/.claude/commands/automation/session-memory.md +90 -0
- package/.claude/commands/automation/smart-agents.md +73 -0
- package/.claude/commands/automation/smart-spawn.md +25 -0
- package/.claude/commands/automation/workflow-select.md +25 -0
- package/.claude/commands/browse.md +27 -0
- package/.claude/commands/coordination/README.md +9 -0
- package/.claude/commands/coordination/agent-spawn.md +25 -0
- package/.claude/commands/coordination/init.md +44 -0
- package/.claude/commands/coordination/orchestrate.md +43 -0
- package/.claude/commands/coordination/spawn.md +45 -0
- package/.claude/commands/coordination/swarm-init.md +85 -0
- package/.claude/commands/coordination/task-orchestrate.md +25 -0
- package/.claude/commands/github/README.md +11 -0
- package/.claude/commands/github/code-review-swarm.md +550 -0
- package/.claude/commands/github/code-review.md +25 -0
- package/.claude/commands/github/github-modes.md +147 -0
- package/.claude/commands/github/github-swarm.md +121 -0
- package/.claude/commands/github/issue-tracker.md +292 -0
- package/.claude/commands/github/issue-triage.md +25 -0
- package/.claude/commands/github/multi-repo-swarm.md +519 -0
- package/.claude/commands/github/pr-enhance.md +26 -0
- package/.claude/commands/github/pr-manager.md +170 -0
- package/.claude/commands/github/project-board-sync.md +471 -0
- package/.claude/commands/github/release-manager.md +355 -0
- package/.claude/commands/github/release-swarm.md +590 -0
- package/.claude/commands/github/repo-analyze.md +25 -0
- package/.claude/commands/github/repo-architect.md +381 -0
- package/.claude/commands/github/swarm-issue.md +482 -0
- package/.claude/commands/github/swarm-pr.md +310 -0
- package/.claude/commands/github/sync-coordinator.md +301 -0
- package/.claude/commands/github/workflow-automation.md +468 -0
- package/.claude/commands/hive-mind/README.md +17 -0
- package/.claude/commands/hive-mind/hive-mind-consensus.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-init.md +18 -0
- package/.claude/commands/hive-mind/hive-mind-memory.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-metrics.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-resume.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-sessions.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-spawn.md +21 -0
- package/.claude/commands/hive-mind/hive-mind-status.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-stop.md +8 -0
- package/.claude/commands/hive-mind/hive-mind-wizard.md +8 -0
- package/.claude/commands/hive-mind/hive-mind.md +27 -0
- package/.claude/commands/hooks/README.md +11 -0
- package/.claude/commands/hooks/overview.md +58 -0
- package/.claude/commands/hooks/post-edit.md +117 -0
- package/.claude/commands/hooks/post-task.md +112 -0
- package/.claude/commands/hooks/pre-edit.md +113 -0
- package/.claude/commands/hooks/pre-task.md +111 -0
- package/.claude/commands/hooks/session-end.md +118 -0
- package/.claude/commands/hooks/setup.md +103 -0
- package/.claude/commands/list-agents.md +17 -0
- package/.claude/commands/mastermind.md +121 -0
- package/.claude/commands/memory/README.md +9 -0
- package/.claude/commands/memory/memory-persist.md +25 -0
- package/.claude/commands/memory/memory-search.md +25 -0
- package/.claude/commands/memory/memory-usage.md +25 -0
- package/.claude/commands/memory/neural.md +47 -0
- package/.claude/commands/metrics.md +11 -0
- package/.claude/commands/monitoring/README.md +9 -0
- package/.claude/commands/monitoring/agent-metrics.md +25 -0
- package/.claude/commands/monitoring/agents.md +44 -0
- package/.claude/commands/monitoring/real-time-view.md +25 -0
- package/.claude/commands/monitoring/status.md +46 -0
- package/.claude/commands/monitoring/swarm-monitor.md +25 -0
- package/.claude/commands/monobrain-help.md +103 -0
- package/.claude/commands/monobrain-memory.md +107 -0
- package/.claude/commands/monobrain-swarm.md +205 -0
- package/.claude/commands/monomind-do.md +276 -0
- package/.claude/commands/monomind-idea.md +269 -0
- package/.claude/commands/monomind-repeat.md +95 -0
- package/.claude/commands/optimization/README.md +9 -0
- package/.claude/commands/optimization/auto-topology.md +62 -0
- package/.claude/commands/optimization/cache-manage.md +25 -0
- package/.claude/commands/optimization/parallel-execution.md +50 -0
- package/.claude/commands/optimization/topology-optimize.md +25 -0
- package/.claude/commands/pair/README.md +261 -0
- package/.claude/commands/pair/commands.md +546 -0
- package/.claude/commands/pair/config.md +510 -0
- package/.claude/commands/pair/examples.md +512 -0
- package/.claude/commands/pair/modes.md +348 -0
- package/.claude/commands/pair/session.md +407 -0
- package/.claude/commands/pair/start.md +209 -0
- package/.claude/commands/sparc/analyzer.md +52 -0
- package/.claude/commands/sparc/architect.md +53 -0
- package/.claude/commands/sparc/ask.md +97 -0
- package/.claude/commands/sparc/batch-executor.md +54 -0
- package/.claude/commands/sparc/code.md +89 -0
- package/.claude/commands/sparc/coder.md +54 -0
- package/.claude/commands/sparc/debug.md +83 -0
- package/.claude/commands/sparc/debugger.md +54 -0
- package/.claude/commands/sparc/designer.md +53 -0
- package/.claude/commands/sparc/devops.md +109 -0
- package/.claude/commands/sparc/docs-writer.md +80 -0
- package/.claude/commands/sparc/documenter.md +54 -0
- package/.claude/commands/sparc/innovator.md +54 -0
- package/.claude/commands/sparc/integration.md +83 -0
- package/.claude/commands/sparc/mcp.md +117 -0
- package/.claude/commands/sparc/memory-manager.md +54 -0
- package/.claude/commands/sparc/optimizer.md +54 -0
- package/.claude/commands/sparc/orchestrator.md +132 -0
- package/.claude/commands/sparc/post-deployment-monitoring-mode.md +83 -0
- package/.claude/commands/sparc/refinement-optimization-mode.md +83 -0
- package/.claude/commands/sparc/researcher.md +54 -0
- package/.claude/commands/sparc/reviewer.md +54 -0
- package/.claude/commands/sparc/security-review.md +80 -0
- package/.claude/commands/sparc/sparc-modes.md +174 -0
- package/.claude/commands/sparc/sparc.md +111 -0
- package/.claude/commands/sparc/spec-pseudocode.md +80 -0
- package/.claude/commands/sparc/supabase-admin.md +348 -0
- package/.claude/commands/sparc/swarm-coordinator.md +54 -0
- package/.claude/commands/sparc/tdd.md +54 -0
- package/.claude/commands/sparc/tester.md +54 -0
- package/.claude/commands/sparc/tutorial.md +79 -0
- package/.claude/commands/sparc/workflow-manager.md +54 -0
- package/.claude/commands/sparc.md +166 -0
- package/.claude/commands/stream-chain/pipeline.md +121 -0
- package/.claude/commands/stream-chain/run.md +70 -0
- package/.claude/commands/swarm/README.md +15 -0
- package/.claude/commands/swarm/analysis.md +95 -0
- package/.claude/commands/swarm/development.md +96 -0
- package/.claude/commands/swarm/examples.md +168 -0
- package/.claude/commands/swarm/maintenance.md +102 -0
- package/.claude/commands/swarm/optimization.md +117 -0
- package/.claude/commands/swarm/research.md +136 -0
- package/.claude/commands/swarm/swarm-analysis.md +8 -0
- package/.claude/commands/swarm/swarm-background.md +8 -0
- package/.claude/commands/swarm/swarm-modes.md +8 -0
- package/.claude/commands/swarm/swarm-monitor.md +8 -0
- package/.claude/commands/swarm/swarm-status.md +8 -0
- package/.claude/commands/swarm/swarm-strategies.md +8 -0
- package/.claude/commands/swarm/swarm.md +27 -0
- package/.claude/commands/swarm/testing.md +131 -0
- package/.claude/commands/tokens.md +13 -0
- package/.claude/commands/training/README.md +9 -0
- package/.claude/commands/training/model-update.md +25 -0
- package/.claude/commands/training/neural-patterns.md +74 -0
- package/.claude/commands/training/neural-train.md +25 -0
- package/.claude/commands/training/pattern-learn.md +25 -0
- package/.claude/commands/training/specialization.md +63 -0
- package/.claude/commands/truth/start.md +143 -0
- package/.claude/commands/ts.md +9 -0
- package/.claude/commands/use-agent.md +67 -0
- package/.claude/commands/verify/check.md +50 -0
- package/.claude/commands/verify/start.md +128 -0
- package/.claude/commands/workflows/README.md +9 -0
- package/.claude/commands/workflows/development.md +78 -0
- package/.claude/commands/workflows/research.md +63 -0
- package/.claude/commands/workflows/workflow-create.md +25 -0
- package/.claude/commands/workflows/workflow-execute.md +25 -0
- package/.claude/commands/workflows/workflow-export.md +25 -0
- package/.claude/helpers/README.md +105 -0
- package/.claude/helpers/auto-memory-hook.mjs +369 -0
- package/.claude/helpers/context-persistence-hook.mjs +1988 -0
- package/.claude/helpers/extras-registry.json +3028 -0
- package/.claude/helpers/graphify-freshen.cjs +109 -0
- package/.claude/helpers/hook-handler.cjs +1446 -0
- package/.claude/helpers/intelligence.cjs +227 -0
- package/.claude/helpers/learning-service.mjs +1144 -0
- package/.claude/helpers/memory-palace.cjs +401 -0
- package/.claude/helpers/memory.cjs +84 -0
- package/.claude/helpers/metrics-db.mjs +488 -0
- package/.claude/helpers/router.cjs +306 -0
- package/.claude/helpers/session.cjs +125 -0
- package/.claude/helpers/skill-registry.json +961 -0
- package/.claude/helpers/statusline.cjs +1276 -0
- package/.claude/helpers/swarm-hooks.sh +761 -0
- package/.claude/helpers/toggle-statusline.cjs +58 -0
- package/.claude/helpers/token-tracker.cjs +934 -0
- package/.claude/skills/agent-browser-testing/SKILL.md +312 -0
- package/.claude/skills/agentdb-advanced/SKILL.md +550 -0
- package/.claude/skills/agentdb-learning/SKILL.md +545 -0
- package/.claude/skills/agentdb-memory-patterns/SKILL.md +339 -0
- package/.claude/skills/agentdb-optimization/SKILL.md +509 -0
- package/.claude/skills/agentdb-vector-search/SKILL.md +339 -0
- package/.claude/skills/agentic-jujutsu/SKILL.md +645 -0
- package/.claude/skills/github-code-review/SKILL.md +1148 -0
- package/.claude/skills/github-multi-repo/SKILL.md +916 -0
- package/.claude/skills/github-project-management/SKILL.md +1250 -0
- package/.claude/skills/github-release-management/SKILL.md +1124 -0
- package/.claude/skills/github-workflow-automation/SKILL.md +1111 -0
- package/.claude/skills/hive-mind-advanced/SKILL.md +709 -0
- package/.claude/skills/hooks-automation/SKILL.md +1200 -0
- package/.claude/skills/pair-programming/SKILL.md +1202 -0
- package/.claude/skills/performance-analysis/SKILL.md +560 -0
- package/.claude/skills/reasoningbank-agentdb/SKILL.md +446 -0
- package/.claude/skills/reasoningbank-intelligence/SKILL.md +201 -0
- package/.claude/skills/skill-builder/SKILL.md +910 -0
- package/.claude/skills/sparc-methodology/SKILL.md +1106 -0
- package/.claude/skills/specialagent/SKILL.md +208 -0
- package/.claude/skills/stream-chain/SKILL.md +560 -0
- package/.claude/skills/swarm-advanced/SKILL.md +970 -0
- package/.claude/skills/swarm-orchestration/SKILL.md +179 -0
- package/.claude/skills/v3-cli-modernization/SKILL.md +941 -0
- package/.claude/skills/v3-core-implementation/SKILL.md +867 -0
- package/.claude/skills/v3-ddd-architecture/SKILL.md +451 -0
- package/.claude/skills/v3-integration-deep/SKILL.md +258 -0
- package/.claude/skills/v3-mcp-optimization/SKILL.md +816 -0
- package/.claude/skills/v3-memory-unification/SKILL.md +180 -0
- package/.claude/skills/v3-performance-optimization/SKILL.md +408 -0
- package/.claude/skills/v3-security-overhaul/SKILL.md +91 -0
- package/.claude/skills/v3-swarm-coordination/SKILL.md +433 -0
- package/.claude/skills/verification-quality/SKILL.md +674 -0
- package/README.md +687 -0
- package/bin/cli.js +156 -0
- package/bin/mcp-server.js +189 -0
- package/bin/preinstall.cjs +2 -0
- package/dist/src/agents/halt-signal.d.ts +25 -0
- package/dist/src/agents/halt-signal.d.ts.map +1 -0
- package/dist/src/agents/halt-signal.js +50 -0
- package/dist/src/agents/halt-signal.js.map +1 -0
- package/dist/src/agents/index.d.ts +18 -0
- package/dist/src/agents/index.d.ts.map +1 -0
- package/dist/src/agents/index.js +13 -0
- package/dist/src/agents/index.js.map +1 -0
- package/dist/src/agents/managed-agent.d.ts +41 -0
- package/dist/src/agents/managed-agent.d.ts.map +1 -0
- package/dist/src/agents/managed-agent.js +66 -0
- package/dist/src/agents/managed-agent.js.map +1 -0
- package/dist/src/agents/prompt-experiment.d.ts +22 -0
- package/dist/src/agents/prompt-experiment.d.ts.map +1 -0
- package/dist/src/agents/prompt-experiment.js +49 -0
- package/dist/src/agents/prompt-experiment.js.map +1 -0
- package/dist/src/agents/prompt-version-manager.d.ts +19 -0
- package/dist/src/agents/prompt-version-manager.d.ts.map +1 -0
- package/dist/src/agents/prompt-version-manager.js +58 -0
- package/dist/src/agents/prompt-version-manager.js.map +1 -0
- package/dist/src/agents/registry-builder.d.ts +36 -0
- package/dist/src/agents/registry-builder.d.ts.map +1 -0
- package/dist/src/agents/registry-builder.js +200 -0
- package/dist/src/agents/registry-builder.js.map +1 -0
- package/dist/src/agents/registry-query.d.ts +71 -0
- package/dist/src/agents/registry-query.d.ts.map +1 -0
- package/dist/src/agents/registry-query.js +125 -0
- package/dist/src/agents/registry-query.js.map +1 -0
- package/dist/src/agents/score-decay.d.ts +19 -0
- package/dist/src/agents/score-decay.d.ts.map +1 -0
- package/dist/src/agents/score-decay.js +22 -0
- package/dist/src/agents/score-decay.js.map +1 -0
- package/dist/src/agents/shared-instructions-loader.d.ts +13 -0
- package/dist/src/agents/shared-instructions-loader.d.ts.map +1 -0
- package/dist/src/agents/shared-instructions-loader.js +40 -0
- package/dist/src/agents/shared-instructions-loader.js.map +1 -0
- package/dist/src/agents/specialization-scorer.d.ts +54 -0
- package/dist/src/agents/specialization-scorer.d.ts.map +1 -0
- package/dist/src/agents/specialization-scorer.js +204 -0
- package/dist/src/agents/specialization-scorer.js.map +1 -0
- package/dist/src/agents/termination-watcher.d.ts +30 -0
- package/dist/src/agents/termination-watcher.d.ts.map +1 -0
- package/dist/src/agents/termination-watcher.js +84 -0
- package/dist/src/agents/termination-watcher.js.map +1 -0
- package/dist/src/agents/trigger-index.d.ts +20 -0
- package/dist/src/agents/trigger-index.d.ts.map +1 -0
- package/dist/src/agents/trigger-index.js +38 -0
- package/dist/src/agents/trigger-index.js.map +1 -0
- package/dist/src/agents/trigger-scanner.d.ts +62 -0
- package/dist/src/agents/trigger-scanner.d.ts.map +1 -0
- package/dist/src/agents/trigger-scanner.js +260 -0
- package/dist/src/agents/trigger-scanner.js.map +1 -0
- package/dist/src/agents/version-diff.d.ts +18 -0
- package/dist/src/agents/version-diff.d.ts.map +1 -0
- package/dist/src/agents/version-diff.js +64 -0
- package/dist/src/agents/version-diff.js.map +1 -0
- package/dist/src/agents/version-store.d.ts +61 -0
- package/dist/src/agents/version-store.d.ts.map +1 -0
- package/dist/src/agents/version-store.js +212 -0
- package/dist/src/agents/version-store.js.map +1 -0
- package/dist/src/autopilot-state.d.ts +77 -0
- package/dist/src/autopilot-state.d.ts.map +1 -0
- package/dist/src/autopilot-state.js +279 -0
- package/dist/src/autopilot-state.js.map +1 -0
- package/dist/src/benchmarks/benchmark-runner.d.ts +82 -0
- package/dist/src/benchmarks/benchmark-runner.d.ts.map +1 -0
- package/dist/src/benchmarks/benchmark-runner.js +261 -0
- package/dist/src/benchmarks/benchmark-runner.js.map +1 -0
- package/dist/src/benchmarks/metric-evaluators.d.ts +35 -0
- package/dist/src/benchmarks/metric-evaluators.d.ts.map +1 -0
- package/dist/src/benchmarks/metric-evaluators.js +91 -0
- package/dist/src/benchmarks/metric-evaluators.js.map +1 -0
- package/dist/src/benchmarks/pretrain/index.d.ts +58 -0
- package/dist/src/benchmarks/pretrain/index.d.ts.map +1 -0
- package/dist/src/benchmarks/pretrain/index.js +404 -0
- package/dist/src/benchmarks/pretrain/index.js.map +1 -0
- package/dist/src/commands/agent-wasm.d.ts +14 -0
- package/dist/src/commands/agent-wasm.d.ts.map +1 -0
- package/dist/src/commands/agent-wasm.js +333 -0
- package/dist/src/commands/agent-wasm.js.map +1 -0
- package/dist/src/commands/agent.d.ts +8 -0
- package/dist/src/commands/agent.d.ts.map +1 -0
- package/dist/src/commands/agent.js +941 -0
- package/dist/src/commands/agent.js.map +1 -0
- package/dist/src/commands/analyze.d.ts +19 -0
- package/dist/src/commands/analyze.d.ts.map +1 -0
- package/dist/src/commands/analyze.js +2048 -0
- package/dist/src/commands/analyze.js.map +1 -0
- package/dist/src/commands/appliance-advanced.d.ts +9 -0
- package/dist/src/commands/appliance-advanced.d.ts.map +1 -0
- package/dist/src/commands/appliance-advanced.js +215 -0
- package/dist/src/commands/appliance-advanced.js.map +1 -0
- package/dist/src/commands/appliance.d.ts +8 -0
- package/dist/src/commands/appliance.d.ts.map +1 -0
- package/dist/src/commands/appliance.js +406 -0
- package/dist/src/commands/appliance.js.map +1 -0
- package/dist/src/commands/autopilot.d.ts +15 -0
- package/dist/src/commands/autopilot.d.ts.map +1 -0
- package/dist/src/commands/autopilot.js +362 -0
- package/dist/src/commands/autopilot.js.map +1 -0
- package/dist/src/commands/benchmark.d.ts +10 -0
- package/dist/src/commands/benchmark.d.ts.map +1 -0
- package/dist/src/commands/benchmark.js +460 -0
- package/dist/src/commands/benchmark.js.map +1 -0
- package/dist/src/commands/claims.d.ts +10 -0
- package/dist/src/commands/claims.d.ts.map +1 -0
- package/dist/src/commands/claims.js +624 -0
- package/dist/src/commands/claims.js.map +1 -0
- package/dist/src/commands/cleanup.d.ts +13 -0
- package/dist/src/commands/cleanup.d.ts.map +1 -0
- package/dist/src/commands/cleanup.js +218 -0
- package/dist/src/commands/cleanup.js.map +1 -0
- package/dist/src/commands/completions.d.ts +10 -0
- package/dist/src/commands/completions.d.ts.map +1 -0
- package/dist/src/commands/completions.js +539 -0
- package/dist/src/commands/completions.js.map +1 -0
- package/dist/src/commands/config.d.ts +8 -0
- package/dist/src/commands/config.d.ts.map +1 -0
- package/dist/src/commands/config.js +428 -0
- package/dist/src/commands/config.js.map +1 -0
- package/dist/src/commands/daemon.d.ts +8 -0
- package/dist/src/commands/daemon.d.ts.map +1 -0
- package/dist/src/commands/daemon.js +669 -0
- package/dist/src/commands/daemon.js.map +1 -0
- package/dist/src/commands/deployment.d.ts +10 -0
- package/dist/src/commands/deployment.d.ts.map +1 -0
- package/dist/src/commands/deployment.js +672 -0
- package/dist/src/commands/deployment.js.map +1 -0
- package/dist/src/commands/doctor.d.ts +10 -0
- package/dist/src/commands/doctor.d.ts.map +1 -0
- package/dist/src/commands/doctor.js +619 -0
- package/dist/src/commands/doctor.js.map +1 -0
- package/dist/src/commands/embeddings.d.ts +18 -0
- package/dist/src/commands/embeddings.d.ts.map +1 -0
- package/dist/src/commands/embeddings.js +1576 -0
- package/dist/src/commands/embeddings.js.map +1 -0
- package/dist/src/commands/guidance.d.ts +8 -0
- package/dist/src/commands/guidance.d.ts.map +1 -0
- package/dist/src/commands/guidance.js +560 -0
- package/dist/src/commands/guidance.js.map +1 -0
- package/dist/src/commands/hive-mind.d.ts +11 -0
- package/dist/src/commands/hive-mind.d.ts.map +1 -0
- package/dist/src/commands/hive-mind.js +1237 -0
- package/dist/src/commands/hive-mind.js.map +1 -0
- package/dist/src/commands/hooks.d.ts +8 -0
- package/dist/src/commands/hooks.d.ts.map +1 -0
- package/dist/src/commands/hooks.js +4442 -0
- package/dist/src/commands/hooks.js.map +1 -0
- package/dist/src/commands/index.d.ts +117 -0
- package/dist/src/commands/index.d.ts.map +1 -0
- package/dist/src/commands/index.js +391 -0
- package/dist/src/commands/index.js.map +1 -0
- package/dist/src/commands/init.d.ts +8 -0
- package/dist/src/commands/init.d.ts.map +1 -0
- package/dist/src/commands/init.js +817 -0
- package/dist/src/commands/init.js.map +1 -0
- package/dist/src/commands/issues.d.ts +21 -0
- package/dist/src/commands/issues.d.ts.map +1 -0
- package/dist/src/commands/issues.js +567 -0
- package/dist/src/commands/issues.js.map +1 -0
- package/dist/src/commands/mcp.d.ts +11 -0
- package/dist/src/commands/mcp.d.ts.map +1 -0
- package/dist/src/commands/mcp.js +718 -0
- package/dist/src/commands/mcp.js.map +1 -0
- package/dist/src/commands/memory.d.ts +8 -0
- package/dist/src/commands/memory.d.ts.map +1 -0
- package/dist/src/commands/memory.js +1565 -0
- package/dist/src/commands/memory.js.map +1 -0
- package/dist/src/commands/migrate.d.ts +8 -0
- package/dist/src/commands/migrate.d.ts.map +1 -0
- package/dist/src/commands/migrate.js +742 -0
- package/dist/src/commands/migrate.js.map +1 -0
- package/dist/src/commands/neural.d.ts +10 -0
- package/dist/src/commands/neural.d.ts.map +1 -0
- package/dist/src/commands/neural.js +1454 -0
- package/dist/src/commands/neural.js.map +1 -0
- package/dist/src/commands/performance.d.ts +10 -0
- package/dist/src/commands/performance.d.ts.map +1 -0
- package/dist/src/commands/performance.js +579 -0
- package/dist/src/commands/performance.js.map +1 -0
- package/dist/src/commands/plugins.d.ts +11 -0
- package/dist/src/commands/plugins.d.ts.map +1 -0
- package/dist/src/commands/plugins.js +820 -0
- package/dist/src/commands/plugins.js.map +1 -0
- package/dist/src/commands/process.d.ts +10 -0
- package/dist/src/commands/process.d.ts.map +1 -0
- package/dist/src/commands/process.js +695 -0
- package/dist/src/commands/process.js.map +1 -0
- package/dist/src/commands/progress.d.ts +11 -0
- package/dist/src/commands/progress.d.ts.map +1 -0
- package/dist/src/commands/progress.js +259 -0
- package/dist/src/commands/progress.js.map +1 -0
- package/dist/src/commands/providers.d.ts +10 -0
- package/dist/src/commands/providers.d.ts.map +1 -0
- package/dist/src/commands/providers.js +359 -0
- package/dist/src/commands/providers.js.map +1 -0
- package/dist/src/commands/replay.d.ts +8 -0
- package/dist/src/commands/replay.d.ts.map +1 -0
- package/dist/src/commands/replay.js +60 -0
- package/dist/src/commands/replay.js.map +1 -0
- package/dist/src/commands/route.d.ts +16 -0
- package/dist/src/commands/route.d.ts.map +1 -0
- package/dist/src/commands/route.js +907 -0
- package/dist/src/commands/route.js.map +1 -0
- package/dist/src/commands/ruvector/backup.d.ts +11 -0
- package/dist/src/commands/ruvector/backup.d.ts.map +1 -0
- package/dist/src/commands/ruvector/backup.js +746 -0
- package/dist/src/commands/ruvector/backup.js.map +1 -0
- package/dist/src/commands/ruvector/benchmark.d.ts +11 -0
- package/dist/src/commands/ruvector/benchmark.d.ts.map +1 -0
- package/dist/src/commands/ruvector/benchmark.js +489 -0
- package/dist/src/commands/ruvector/benchmark.js.map +1 -0
- package/dist/src/commands/ruvector/import.d.ts +18 -0
- package/dist/src/commands/ruvector/import.d.ts.map +1 -0
- package/dist/src/commands/ruvector/import.js +349 -0
- package/dist/src/commands/ruvector/import.js.map +1 -0
- package/dist/src/commands/ruvector/index.d.ts +29 -0
- package/dist/src/commands/ruvector/index.d.ts.map +1 -0
- package/dist/src/commands/ruvector/index.js +129 -0
- package/dist/src/commands/ruvector/index.js.map +1 -0
- package/dist/src/commands/ruvector/init.d.ts +11 -0
- package/dist/src/commands/ruvector/init.d.ts.map +1 -0
- package/dist/src/commands/ruvector/init.js +466 -0
- package/dist/src/commands/ruvector/init.js.map +1 -0
- package/dist/src/commands/ruvector/migrate.d.ts +11 -0
- package/dist/src/commands/ruvector/migrate.d.ts.map +1 -0
- package/dist/src/commands/ruvector/migrate.js +497 -0
- package/dist/src/commands/ruvector/migrate.js.map +1 -0
- package/dist/src/commands/ruvector/optimize.d.ts +11 -0
- package/dist/src/commands/ruvector/optimize.d.ts.map +1 -0
- package/dist/src/commands/ruvector/optimize.js +504 -0
- package/dist/src/commands/ruvector/optimize.js.map +1 -0
- package/dist/src/commands/ruvector/setup.d.ts +18 -0
- package/dist/src/commands/ruvector/setup.d.ts.map +1 -0
- package/dist/src/commands/ruvector/setup.js +765 -0
- package/dist/src/commands/ruvector/setup.js.map +1 -0
- package/dist/src/commands/ruvector/status.d.ts +11 -0
- package/dist/src/commands/ruvector/status.d.ts.map +1 -0
- package/dist/src/commands/ruvector/status.js +478 -0
- package/dist/src/commands/ruvector/status.js.map +1 -0
- package/dist/src/commands/security.d.ts +10 -0
- package/dist/src/commands/security.d.ts.map +1 -0
- package/dist/src/commands/security.js +794 -0
- package/dist/src/commands/security.js.map +1 -0
- package/dist/src/commands/session.d.ts +8 -0
- package/dist/src/commands/session.d.ts.map +1 -0
- package/dist/src/commands/session.js +750 -0
- package/dist/src/commands/session.js.map +1 -0
- package/dist/src/commands/start.d.ts +8 -0
- package/dist/src/commands/start.d.ts.map +1 -0
- package/dist/src/commands/start.js +418 -0
- package/dist/src/commands/start.js.map +1 -0
- package/dist/src/commands/status.d.ts +8 -0
- package/dist/src/commands/status.d.ts.map +1 -0
- package/dist/src/commands/status.js +591 -0
- package/dist/src/commands/status.js.map +1 -0
- package/dist/src/commands/swarm.d.ts +8 -0
- package/dist/src/commands/swarm.d.ts.map +1 -0
- package/dist/src/commands/swarm.js +801 -0
- package/dist/src/commands/swarm.js.map +1 -0
- package/dist/src/commands/task.d.ts +8 -0
- package/dist/src/commands/task.d.ts.map +1 -0
- package/dist/src/commands/task.js +671 -0
- package/dist/src/commands/task.js.map +1 -0
- package/dist/src/commands/tokens.d.ts +8 -0
- package/dist/src/commands/tokens.d.ts.map +1 -0
- package/dist/src/commands/tokens.js +107 -0
- package/dist/src/commands/tokens.js.map +1 -0
- package/dist/src/commands/transfer-store.d.ts +13 -0
- package/dist/src/commands/transfer-store.d.ts.map +1 -0
- package/dist/src/commands/transfer-store.js +428 -0
- package/dist/src/commands/transfer-store.js.map +1 -0
- package/dist/src/commands/ui.js +68 -0
- package/dist/src/commands/update.d.ts +8 -0
- package/dist/src/commands/update.d.ts.map +1 -0
- package/dist/src/commands/update.js +276 -0
- package/dist/src/commands/update.js.map +1 -0
- package/dist/src/commands/workflow.d.ts +8 -0
- package/dist/src/commands/workflow.d.ts.map +1 -0
- package/dist/src/commands/workflow.js +617 -0
- package/dist/src/commands/workflow.js.map +1 -0
- package/dist/src/config-adapter.d.ts +15 -0
- package/dist/src/config-adapter.d.ts.map +1 -0
- package/dist/src/config-adapter.js +186 -0
- package/dist/src/config-adapter.js.map +1 -0
- package/dist/src/consensus/audit-writer.d.ts +50 -0
- package/dist/src/consensus/audit-writer.d.ts.map +1 -0
- package/dist/src/consensus/audit-writer.js +109 -0
- package/dist/src/consensus/audit-writer.js.map +1 -0
- package/dist/src/consensus/index.d.ts +7 -0
- package/dist/src/consensus/index.d.ts.map +1 -0
- package/dist/src/consensus/index.js +6 -0
- package/dist/src/consensus/index.js.map +1 -0
- package/dist/src/consensus/vote-signer.d.ts +39 -0
- package/dist/src/consensus/vote-signer.d.ts.map +1 -0
- package/dist/src/consensus/vote-signer.js +63 -0
- package/dist/src/consensus/vote-signer.js.map +1 -0
- package/dist/src/context/context-provider.d.ts +44 -0
- package/dist/src/context/context-provider.d.ts.map +1 -0
- package/dist/src/context/context-provider.js +25 -0
- package/dist/src/context/context-provider.js.map +1 -0
- package/dist/src/context/git-state-provider.d.ts +12 -0
- package/dist/src/context/git-state-provider.d.ts.map +1 -0
- package/dist/src/context/git-state-provider.js +34 -0
- package/dist/src/context/git-state-provider.js.map +1 -0
- package/dist/src/context/index.d.ts +12 -0
- package/dist/src/context/index.d.ts.map +1 -0
- package/dist/src/context/index.js +12 -0
- package/dist/src/context/index.js.map +1 -0
- package/dist/src/context/project-conventions-provider.d.ts +15 -0
- package/dist/src/context/project-conventions-provider.d.ts.map +1 -0
- package/dist/src/context/project-conventions-provider.js +19 -0
- package/dist/src/context/project-conventions-provider.js.map +1 -0
- package/dist/src/context/prompt-assembler.d.ts +26 -0
- package/dist/src/context/prompt-assembler.d.ts.map +1 -0
- package/dist/src/context/prompt-assembler.js +93 -0
- package/dist/src/context/prompt-assembler.js.map +1 -0
- package/dist/src/context/task-history-provider.d.ts +24 -0
- package/dist/src/context/task-history-provider.d.ts.map +1 -0
- package/dist/src/context/task-history-provider.js +32 -0
- package/dist/src/context/task-history-provider.js.map +1 -0
- package/dist/src/context/user-preferences-provider.d.ts +14 -0
- package/dist/src/context/user-preferences-provider.d.ts.map +1 -0
- package/dist/src/context/user-preferences-provider.js +27 -0
- package/dist/src/context/user-preferences-provider.js.map +1 -0
- package/dist/src/dlq/dlq-reader.d.ts +29 -0
- package/dist/src/dlq/dlq-reader.d.ts.map +1 -0
- package/dist/src/dlq/dlq-reader.js +64 -0
- package/dist/src/dlq/dlq-reader.js.map +1 -0
- package/dist/src/dlq/dlq-replayer.d.ts +20 -0
- package/dist/src/dlq/dlq-replayer.d.ts.map +1 -0
- package/dist/src/dlq/dlq-replayer.js +56 -0
- package/dist/src/dlq/dlq-replayer.js.map +1 -0
- package/dist/src/dlq/dlq-writer.d.ts +24 -0
- package/dist/src/dlq/dlq-writer.d.ts.map +1 -0
- package/dist/src/dlq/dlq-writer.js +43 -0
- package/dist/src/dlq/dlq-writer.js.map +1 -0
- package/dist/src/dlq/index.d.ts +10 -0
- package/dist/src/dlq/index.d.ts.map +1 -0
- package/dist/src/dlq/index.js +7 -0
- package/dist/src/dlq/index.js.map +1 -0
- package/dist/src/eval/dataset-manager.d.ts +33 -0
- package/dist/src/eval/dataset-manager.d.ts.map +1 -0
- package/dist/src/eval/dataset-manager.js +97 -0
- package/dist/src/eval/dataset-manager.js.map +1 -0
- package/dist/src/eval/dataset-runner.d.ts +23 -0
- package/dist/src/eval/dataset-runner.d.ts.map +1 -0
- package/dist/src/eval/dataset-runner.js +59 -0
- package/dist/src/eval/dataset-runner.js.map +1 -0
- package/dist/src/eval/index.d.ts +10 -0
- package/dist/src/eval/index.d.ts.map +1 -0
- package/dist/src/eval/index.js +7 -0
- package/dist/src/eval/index.js.map +1 -0
- package/dist/src/eval/trace-collector.d.ts +40 -0
- package/dist/src/eval/trace-collector.d.ts.map +1 -0
- package/dist/src/eval/trace-collector.js +82 -0
- package/dist/src/eval/trace-collector.js.map +1 -0
- package/dist/src/graph/enrich.mjs +362 -0
- package/dist/src/index.d.ts +82 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +578 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/infrastructure/in-memory-repositories.d.ts +68 -0
- package/dist/src/infrastructure/in-memory-repositories.d.ts.map +1 -0
- package/dist/src/infrastructure/in-memory-repositories.js +264 -0
- package/dist/src/infrastructure/in-memory-repositories.js.map +1 -0
- package/dist/src/init/claudemd-generator.d.ts +25 -0
- package/dist/src/init/claudemd-generator.d.ts.map +1 -0
- package/dist/src/init/claudemd-generator.js +522 -0
- package/dist/src/init/claudemd-generator.js.map +1 -0
- package/dist/src/init/executor.d.ts +38 -0
- package/dist/src/init/executor.d.ts.map +1 -0
- package/dist/src/init/executor.js +1919 -0
- package/dist/src/init/executor.js.map +1 -0
- package/dist/src/init/helpers-generator.d.ts +60 -0
- package/dist/src/init/helpers-generator.d.ts.map +1 -0
- package/dist/src/init/helpers-generator.js +1222 -0
- package/dist/src/init/helpers-generator.js.map +1 -0
- package/dist/src/init/index.d.ts +13 -0
- package/dist/src/init/index.d.ts.map +1 -0
- package/dist/src/init/index.js +15 -0
- package/dist/src/init/index.js.map +1 -0
- package/dist/src/init/mcp-generator.d.ts +26 -0
- package/dist/src/init/mcp-generator.d.ts.map +1 -0
- package/dist/src/init/mcp-generator.js +99 -0
- package/dist/src/init/mcp-generator.js.map +1 -0
- package/dist/src/init/settings-generator.d.ts +14 -0
- package/dist/src/init/settings-generator.d.ts.map +1 -0
- package/dist/src/init/settings-generator.js +392 -0
- package/dist/src/init/settings-generator.js.map +1 -0
- package/dist/src/init/statusline-generator.d.ts +25 -0
- package/dist/src/init/statusline-generator.d.ts.map +1 -0
- package/dist/src/init/statusline-generator.js +1157 -0
- package/dist/src/init/statusline-generator.js.map +1 -0
- package/dist/src/init/types.d.ts +291 -0
- package/dist/src/init/types.d.ts.map +1 -0
- package/dist/src/init/types.js +258 -0
- package/dist/src/init/types.js.map +1 -0
- package/dist/src/interactive/interrupt.d.ts +22 -0
- package/dist/src/interactive/interrupt.d.ts.map +1 -0
- package/dist/src/interactive/interrupt.js +66 -0
- package/dist/src/interactive/interrupt.js.map +1 -0
- package/dist/src/mcp/deprecation-injector.d.ts +25 -0
- package/dist/src/mcp/deprecation-injector.d.ts.map +1 -0
- package/dist/src/mcp/deprecation-injector.js +48 -0
- package/dist/src/mcp/deprecation-injector.js.map +1 -0
- package/dist/src/mcp/tool-registry.d.ts +61 -0
- package/dist/src/mcp/tool-registry.d.ts.map +1 -0
- package/dist/src/mcp/tool-registry.js +212 -0
- package/dist/src/mcp/tool-registry.js.map +1 -0
- package/dist/src/mcp-client.d.ts +92 -0
- package/dist/src/mcp-client.d.ts.map +1 -0
- package/dist/src/mcp-client.js +261 -0
- package/dist/src/mcp-client.js.map +1 -0
- package/dist/src/mcp-server.d.ts +163 -0
- package/dist/src/mcp-server.d.ts.map +1 -0
- package/dist/src/mcp-server.js +682 -0
- package/dist/src/mcp-server.js.map +1 -0
- package/dist/src/mcp-tools/a2a-tools.d.ts +14 -0
- package/dist/src/mcp-tools/a2a-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/a2a-tools.js +244 -0
- package/dist/src/mcp-tools/a2a-tools.js.map +1 -0
- package/dist/src/mcp-tools/agent-tools.d.ts +9 -0
- package/dist/src/mcp-tools/agent-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/agent-tools.js +564 -0
- package/dist/src/mcp-tools/agent-tools.js.map +1 -0
- package/dist/src/mcp-tools/agentdb-tools.d.ts +30 -0
- package/dist/src/mcp-tools/agentdb-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/agentdb-tools.js +569 -0
- package/dist/src/mcp-tools/agentdb-tools.js.map +1 -0
- package/dist/src/mcp-tools/analyze-tools.d.ts +38 -0
- package/dist/src/mcp-tools/analyze-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/analyze-tools.js +317 -0
- package/dist/src/mcp-tools/analyze-tools.js.map +1 -0
- package/dist/src/mcp-tools/auto-install.d.ts +83 -0
- package/dist/src/mcp-tools/auto-install.d.ts.map +1 -0
- package/dist/src/mcp-tools/auto-install.js +131 -0
- package/dist/src/mcp-tools/auto-install.js.map +1 -0
- package/dist/src/mcp-tools/autopilot-tools.d.ts +12 -0
- package/dist/src/mcp-tools/autopilot-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/autopilot-tools.js +227 -0
- package/dist/src/mcp-tools/autopilot-tools.js.map +1 -0
- package/dist/src/mcp-tools/browser-tools.d.ts +13 -0
- package/dist/src/mcp-tools/browser-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/browser-tools.js +550 -0
- package/dist/src/mcp-tools/browser-tools.js.map +1 -0
- package/dist/src/mcp-tools/claims-tools.d.ts +12 -0
- package/dist/src/mcp-tools/claims-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/claims-tools.js +747 -0
- package/dist/src/mcp-tools/claims-tools.js.map +1 -0
- package/dist/src/mcp-tools/config-tools.d.ts +8 -0
- package/dist/src/mcp-tools/config-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/config-tools.js +353 -0
- package/dist/src/mcp-tools/config-tools.js.map +1 -0
- package/dist/src/mcp-tools/coordination-tools.d.ts +13 -0
- package/dist/src/mcp-tools/coordination-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/coordination-tools.js +673 -0
- package/dist/src/mcp-tools/coordination-tools.js.map +1 -0
- package/dist/src/mcp-tools/daa-tools.d.ts +13 -0
- package/dist/src/mcp-tools/daa-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/daa-tools.js +473 -0
- package/dist/src/mcp-tools/daa-tools.js.map +1 -0
- package/dist/src/mcp-tools/embeddings-tools.d.ts +9 -0
- package/dist/src/mcp-tools/embeddings-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/embeddings-tools.js +782 -0
- package/dist/src/mcp-tools/embeddings-tools.js.map +1 -0
- package/dist/src/mcp-tools/github-tools.d.ts +9 -0
- package/dist/src/mcp-tools/github-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/github-tools.js +472 -0
- package/dist/src/mcp-tools/github-tools.js.map +1 -0
- package/dist/src/mcp-tools/graphify-tools.d.ts +73 -0
- package/dist/src/mcp-tools/graphify-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/graphify-tools.js +1235 -0
- package/dist/src/mcp-tools/graphify-tools.js.map +1 -0
- package/dist/src/mcp-tools/guidance-tools.d.ts +15 -0
- package/dist/src/mcp-tools/guidance-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/guidance-tools.js +618 -0
- package/dist/src/mcp-tools/guidance-tools.js.map +1 -0
- package/dist/src/mcp-tools/hive-mind-tools.d.ts +8 -0
- package/dist/src/mcp-tools/hive-mind-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/hive-mind-tools.js +877 -0
- package/dist/src/mcp-tools/hive-mind-tools.js.map +1 -0
- package/dist/src/mcp-tools/hooks-tools.d.ts +44 -0
- package/dist/src/mcp-tools/hooks-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/hooks-tools.js +3397 -0
- package/dist/src/mcp-tools/hooks-tools.js.map +1 -0
- package/dist/src/mcp-tools/index.d.ts +38 -0
- package/dist/src/mcp-tools/index.d.ts.map +1 -0
- package/dist/src/mcp-tools/index.js +40 -0
- package/dist/src/mcp-tools/index.js.map +1 -0
- package/dist/src/mcp-tools/memory-tools.d.ts +14 -0
- package/dist/src/mcp-tools/memory-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/memory-tools.js +514 -0
- package/dist/src/mcp-tools/memory-tools.js.map +1 -0
- package/dist/src/mcp-tools/neural-tools.d.ts +16 -0
- package/dist/src/mcp-tools/neural-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/neural-tools.js +634 -0
- package/dist/src/mcp-tools/neural-tools.js.map +1 -0
- package/dist/src/mcp-tools/performance-tools.d.ts +16 -0
- package/dist/src/mcp-tools/performance-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/performance-tools.js +643 -0
- package/dist/src/mcp-tools/performance-tools.js.map +1 -0
- package/dist/src/mcp-tools/progress-tools.d.ts +14 -0
- package/dist/src/mcp-tools/progress-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/progress-tools.js +348 -0
- package/dist/src/mcp-tools/progress-tools.js.map +1 -0
- package/dist/src/mcp-tools/request-tracker.d.ts +17 -0
- package/dist/src/mcp-tools/request-tracker.d.ts.map +1 -0
- package/dist/src/mcp-tools/request-tracker.js +27 -0
- package/dist/src/mcp-tools/request-tracker.js.map +1 -0
- package/dist/src/mcp-tools/ruvllm-tools.d.ts +9 -0
- package/dist/src/mcp-tools/ruvllm-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/ruvllm-tools.js +284 -0
- package/dist/src/mcp-tools/ruvllm-tools.js.map +1 -0
- package/dist/src/mcp-tools/security-tools.d.ts +18 -0
- package/dist/src/mcp-tools/security-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/security-tools.js +434 -0
- package/dist/src/mcp-tools/security-tools.js.map +1 -0
- package/dist/src/mcp-tools/session-tools.d.ts +8 -0
- package/dist/src/mcp-tools/session-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/session-tools.js +338 -0
- package/dist/src/mcp-tools/session-tools.js.map +1 -0
- package/dist/src/mcp-tools/swarm-tools.d.ts +9 -0
- package/dist/src/mcp-tools/swarm-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/swarm-tools.js +289 -0
- package/dist/src/mcp-tools/swarm-tools.js.map +1 -0
- package/dist/src/mcp-tools/system-tools.d.ts +13 -0
- package/dist/src/mcp-tools/system-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/system-tools.js +551 -0
- package/dist/src/mcp-tools/system-tools.js.map +1 -0
- package/dist/src/mcp-tools/task-tools.d.ts +8 -0
- package/dist/src/mcp-tools/task-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/task-tools.js +406 -0
- package/dist/src/mcp-tools/task-tools.js.map +1 -0
- package/dist/src/mcp-tools/terminal-tools.d.ts +8 -0
- package/dist/src/mcp-tools/terminal-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/terminal-tools.js +260 -0
- package/dist/src/mcp-tools/terminal-tools.js.map +1 -0
- package/dist/src/mcp-tools/transfer-tools.d.ts +14 -0
- package/dist/src/mcp-tools/transfer-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/transfer-tools.js +396 -0
- package/dist/src/mcp-tools/transfer-tools.js.map +1 -0
- package/dist/src/mcp-tools/types.d.ts +37 -0
- package/dist/src/mcp-tools/types.d.ts.map +1 -0
- package/dist/src/mcp-tools/types.js +14 -0
- package/dist/src/mcp-tools/types.js.map +1 -0
- package/dist/src/mcp-tools/wasm-agent-tools.d.ts +9 -0
- package/dist/src/mcp-tools/wasm-agent-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/wasm-agent-tools.js +230 -0
- package/dist/src/mcp-tools/wasm-agent-tools.js.map +1 -0
- package/dist/src/mcp-tools/workflow-tools.d.ts +8 -0
- package/dist/src/mcp-tools/workflow-tools.d.ts.map +1 -0
- package/dist/src/mcp-tools/workflow-tools.js +562 -0
- package/dist/src/mcp-tools/workflow-tools.js.map +1 -0
- package/dist/src/memory/ewc-consolidation.d.ts +295 -0
- package/dist/src/memory/ewc-consolidation.d.ts.map +1 -0
- package/dist/src/memory/ewc-consolidation.js +601 -0
- package/dist/src/memory/ewc-consolidation.js.map +1 -0
- package/dist/src/memory/intelligence.d.ts +338 -0
- package/dist/src/memory/intelligence.d.ts.map +1 -0
- package/dist/src/memory/intelligence.js +1023 -0
- package/dist/src/memory/intelligence.js.map +1 -0
- package/dist/src/memory/memory-bridge.d.ts +409 -0
- package/dist/src/memory/memory-bridge.d.ts.map +1 -0
- package/dist/src/memory/memory-bridge.js +1561 -0
- package/dist/src/memory/memory-bridge.js.map +1 -0
- package/dist/src/memory/memory-initializer.d.ts +414 -0
- package/dist/src/memory/memory-initializer.d.ts.map +1 -0
- package/dist/src/memory/memory-initializer.js +2222 -0
- package/dist/src/memory/memory-initializer.js.map +1 -0
- package/dist/src/memory/sona-optimizer.d.ts +227 -0
- package/dist/src/memory/sona-optimizer.d.ts.map +1 -0
- package/dist/src/memory/sona-optimizer.js +633 -0
- package/dist/src/memory/sona-optimizer.js.map +1 -0
- package/dist/src/model/complexity-scorer.d.ts +21 -0
- package/dist/src/model/complexity-scorer.d.ts.map +1 -0
- package/dist/src/model/complexity-scorer.js +106 -0
- package/dist/src/model/complexity-scorer.js.map +1 -0
- package/dist/src/model/index.d.ts +4 -0
- package/dist/src/model/index.d.ts.map +1 -0
- package/dist/src/model/index.js +4 -0
- package/dist/src/model/index.js.map +1 -0
- package/dist/src/model/model-settings.d.ts +22 -0
- package/dist/src/model/model-settings.d.ts.map +1 -0
- package/dist/src/model/model-settings.js +33 -0
- package/dist/src/model/model-settings.js.map +1 -0
- package/dist/src/model/model-tier-resolver.d.ts +24 -0
- package/dist/src/model/model-tier-resolver.d.ts.map +1 -0
- package/dist/src/model/model-tier-resolver.js +65 -0
- package/dist/src/model/model-tier-resolver.js.map +1 -0
- package/dist/src/orchestration/index.d.ts +7 -0
- package/dist/src/orchestration/index.d.ts.map +1 -0
- package/dist/src/orchestration/index.js +6 -0
- package/dist/src/orchestration/index.js.map +1 -0
- package/dist/src/orchestration/mode-dispatcher.d.ts +11 -0
- package/dist/src/orchestration/mode-dispatcher.d.ts.map +1 -0
- package/dist/src/orchestration/mode-dispatcher.js +31 -0
- package/dist/src/orchestration/mode-dispatcher.js.map +1 -0
- package/dist/src/orchestration/routing-modes.d.ts +68 -0
- package/dist/src/orchestration/routing-modes.d.ts.map +1 -0
- package/dist/src/orchestration/routing-modes.js +150 -0
- package/dist/src/orchestration/routing-modes.js.map +1 -0
- package/dist/src/output.d.ts +133 -0
- package/dist/src/output.d.ts.map +1 -0
- package/dist/src/output.js +514 -0
- package/dist/src/output.js.map +1 -0
- package/dist/src/parser.d.ts +51 -0
- package/dist/src/parser.d.ts.map +1 -0
- package/dist/src/parser.js +425 -0
- package/dist/src/parser.js.map +1 -0
- package/dist/src/plugins/manager.d.ts +133 -0
- package/dist/src/plugins/manager.d.ts.map +1 -0
- package/dist/src/plugins/manager.js +400 -0
- package/dist/src/plugins/manager.js.map +1 -0
- package/dist/src/plugins/store/discovery.d.ts +88 -0
- package/dist/src/plugins/store/discovery.d.ts.map +1 -0
- package/dist/src/plugins/store/discovery.js +841 -0
- package/dist/src/plugins/store/discovery.js.map +1 -0
- package/dist/src/plugins/store/index.d.ts +76 -0
- package/dist/src/plugins/store/index.d.ts.map +1 -0
- package/dist/src/plugins/store/index.js +141 -0
- package/dist/src/plugins/store/index.js.map +1 -0
- package/dist/src/plugins/store/search.d.ts +46 -0
- package/dist/src/plugins/store/search.d.ts.map +1 -0
- package/dist/src/plugins/store/search.js +230 -0
- package/dist/src/plugins/store/search.js.map +1 -0
- package/dist/src/plugins/store/types.d.ts +274 -0
- package/dist/src/plugins/store/types.d.ts.map +1 -0
- package/dist/src/plugins/store/types.js +7 -0
- package/dist/src/plugins/store/types.js.map +1 -0
- package/dist/src/plugins/tests/demo-plugin-store.d.ts +7 -0
- package/dist/src/plugins/tests/demo-plugin-store.d.ts.map +1 -0
- package/dist/src/plugins/tests/demo-plugin-store.js +126 -0
- package/dist/src/plugins/tests/demo-plugin-store.js.map +1 -0
- package/dist/src/plugins/tests/standalone-test.d.ts +12 -0
- package/dist/src/plugins/tests/standalone-test.d.ts.map +1 -0
- package/dist/src/plugins/tests/standalone-test.js +188 -0
- package/dist/src/plugins/tests/standalone-test.js.map +1 -0
- package/dist/src/plugins/tests/test-plugin-store.d.ts +7 -0
- package/dist/src/plugins/tests/test-plugin-store.d.ts.map +1 -0
- package/dist/src/plugins/tests/test-plugin-store.js +206 -0
- package/dist/src/plugins/tests/test-plugin-store.js.map +1 -0
- package/dist/src/production/circuit-breaker.d.ts +101 -0
- package/dist/src/production/circuit-breaker.d.ts.map +1 -0
- package/dist/src/production/circuit-breaker.js +241 -0
- package/dist/src/production/circuit-breaker.js.map +1 -0
- package/dist/src/production/error-handler.d.ts +92 -0
- package/dist/src/production/error-handler.d.ts.map +1 -0
- package/dist/src/production/error-handler.js +299 -0
- package/dist/src/production/error-handler.js.map +1 -0
- package/dist/src/production/index.d.ts +23 -0
- package/dist/src/production/index.d.ts.map +1 -0
- package/dist/src/production/index.js +18 -0
- package/dist/src/production/index.js.map +1 -0
- package/dist/src/production/monitoring.d.ts +161 -0
- package/dist/src/production/monitoring.d.ts.map +1 -0
- package/dist/src/production/monitoring.js +356 -0
- package/dist/src/production/monitoring.js.map +1 -0
- package/dist/src/production/rate-limiter.d.ts +80 -0
- package/dist/src/production/rate-limiter.d.ts.map +1 -0
- package/dist/src/production/rate-limiter.js +201 -0
- package/dist/src/production/rate-limiter.js.map +1 -0
- package/dist/src/production/retry.d.ts +48 -0
- package/dist/src/production/retry.d.ts.map +1 -0
- package/dist/src/production/retry.js +179 -0
- package/dist/src/production/retry.js.map +1 -0
- package/dist/src/prompt.d.ts +44 -0
- package/dist/src/prompt.d.ts.map +1 -0
- package/dist/src/prompt.js +501 -0
- package/dist/src/prompt.js.map +1 -0
- package/dist/src/runtime/headless.d.ts +60 -0
- package/dist/src/runtime/headless.d.ts.map +1 -0
- package/dist/src/runtime/headless.js +284 -0
- package/dist/src/runtime/headless.js.map +1 -0
- package/dist/src/ruvector/agent-wasm.d.ts +182 -0
- package/dist/src/ruvector/agent-wasm.d.ts.map +1 -0
- package/dist/src/ruvector/agent-wasm.js +316 -0
- package/dist/src/ruvector/agent-wasm.js.map +1 -0
- package/dist/src/ruvector/ast-analyzer.d.ts +67 -0
- package/dist/src/ruvector/ast-analyzer.d.ts.map +1 -0
- package/dist/src/ruvector/ast-analyzer.js +277 -0
- package/dist/src/ruvector/ast-analyzer.js.map +1 -0
- package/dist/src/ruvector/coverage-router.d.ts +160 -0
- package/dist/src/ruvector/coverage-router.d.ts.map +1 -0
- package/dist/src/ruvector/coverage-router.js +529 -0
- package/dist/src/ruvector/coverage-router.js.map +1 -0
- package/dist/src/ruvector/coverage-tools.d.ts +33 -0
- package/dist/src/ruvector/coverage-tools.d.ts.map +1 -0
- package/dist/src/ruvector/coverage-tools.js +157 -0
- package/dist/src/ruvector/coverage-tools.js.map +1 -0
- package/dist/src/ruvector/diff-classifier.d.ts +175 -0
- package/dist/src/ruvector/diff-classifier.d.ts.map +1 -0
- package/dist/src/ruvector/diff-classifier.js +698 -0
- package/dist/src/ruvector/diff-classifier.js.map +1 -0
- package/dist/src/ruvector/enhanced-model-router.d.ts +146 -0
- package/dist/src/ruvector/enhanced-model-router.d.ts.map +1 -0
- package/dist/src/ruvector/enhanced-model-router.js +529 -0
- package/dist/src/ruvector/enhanced-model-router.js.map +1 -0
- package/dist/src/ruvector/flash-attention.d.ts +195 -0
- package/dist/src/ruvector/flash-attention.d.ts.map +1 -0
- package/dist/src/ruvector/flash-attention.js +643 -0
- package/dist/src/ruvector/flash-attention.js.map +1 -0
- package/dist/src/ruvector/graph-analyzer.d.ts +187 -0
- package/dist/src/ruvector/graph-analyzer.d.ts.map +1 -0
- package/dist/src/ruvector/graph-analyzer.js +929 -0
- package/dist/src/ruvector/graph-analyzer.js.map +1 -0
- package/dist/src/ruvector/index.d.ts +40 -0
- package/dist/src/ruvector/index.d.ts.map +1 -0
- package/dist/src/ruvector/index.js +76 -0
- package/dist/src/ruvector/index.js.map +1 -0
- package/dist/src/ruvector/lora-adapter.d.ts +218 -0
- package/dist/src/ruvector/lora-adapter.d.ts.map +1 -0
- package/dist/src/ruvector/lora-adapter.js +455 -0
- package/dist/src/ruvector/lora-adapter.js.map +1 -0
- package/dist/src/ruvector/model-router.d.ts +220 -0
- package/dist/src/ruvector/model-router.d.ts.map +1 -0
- package/dist/src/ruvector/model-router.js +488 -0
- package/dist/src/ruvector/model-router.js.map +1 -0
- package/dist/src/ruvector/moe-router.d.ts +206 -0
- package/dist/src/ruvector/moe-router.d.ts.map +1 -0
- package/dist/src/ruvector/moe-router.js +626 -0
- package/dist/src/ruvector/moe-router.js.map +1 -0
- package/dist/src/ruvector/q-learning-router.d.ts +211 -0
- package/dist/src/ruvector/q-learning-router.d.ts.map +1 -0
- package/dist/src/ruvector/q-learning-router.js +681 -0
- package/dist/src/ruvector/q-learning-router.js.map +1 -0
- package/dist/src/ruvector/ruvllm-wasm.d.ts +179 -0
- package/dist/src/ruvector/ruvllm-wasm.d.ts.map +1 -0
- package/dist/src/ruvector/ruvllm-wasm.js +363 -0
- package/dist/src/ruvector/ruvllm-wasm.js.map +1 -0
- package/dist/src/ruvector/semantic-router.d.ts +77 -0
- package/dist/src/ruvector/semantic-router.d.ts.map +1 -0
- package/dist/src/ruvector/semantic-router.js +178 -0
- package/dist/src/ruvector/semantic-router.js.map +1 -0
- package/dist/src/ruvector/vector-db.d.ts +69 -0
- package/dist/src/ruvector/vector-db.d.ts.map +1 -0
- package/dist/src/ruvector/vector-db.js +243 -0
- package/dist/src/ruvector/vector-db.js.map +1 -0
- package/dist/src/services/agentic-flow-bridge.d.ts +50 -0
- package/dist/src/services/agentic-flow-bridge.d.ts.map +1 -0
- package/dist/src/services/agentic-flow-bridge.js +95 -0
- package/dist/src/services/agentic-flow-bridge.js.map +1 -0
- package/dist/src/services/claim-service.d.ts +204 -0
- package/dist/src/services/claim-service.d.ts.map +1 -0
- package/dist/src/services/claim-service.js +818 -0
- package/dist/src/services/claim-service.js.map +1 -0
- package/dist/src/services/config-file-manager.d.ts +37 -0
- package/dist/src/services/config-file-manager.d.ts.map +1 -0
- package/dist/src/services/config-file-manager.js +224 -0
- package/dist/src/services/config-file-manager.js.map +1 -0
- package/dist/src/services/container-worker-pool.d.ts +197 -0
- package/dist/src/services/container-worker-pool.d.ts.map +1 -0
- package/dist/src/services/container-worker-pool.js +583 -0
- package/dist/src/services/container-worker-pool.js.map +1 -0
- package/dist/src/services/headless-worker-executor.d.ts +304 -0
- package/dist/src/services/headless-worker-executor.d.ts.map +1 -0
- package/dist/src/services/headless-worker-executor.js +1024 -0
- package/dist/src/services/headless-worker-executor.js.map +1 -0
- package/dist/src/services/index.d.ts +13 -0
- package/dist/src/services/index.d.ts.map +1 -0
- package/dist/src/services/index.js +11 -0
- package/dist/src/services/index.js.map +1 -0
- package/dist/src/services/registry-api.d.ts +58 -0
- package/dist/src/services/registry-api.d.ts.map +1 -0
- package/dist/src/services/registry-api.js +146 -0
- package/dist/src/services/registry-api.js.map +1 -0
- package/dist/src/services/ruvector-training.d.ts +222 -0
- package/dist/src/services/ruvector-training.d.ts.map +1 -0
- package/dist/src/services/ruvector-training.js +688 -0
- package/dist/src/services/ruvector-training.js.map +1 -0
- package/dist/src/services/worker-daemon.d.ts +245 -0
- package/dist/src/services/worker-daemon.d.ts.map +1 -0
- package/dist/src/services/worker-daemon.js +999 -0
- package/dist/src/services/worker-daemon.js.map +1 -0
- package/dist/src/services/worker-queue.d.ts +194 -0
- package/dist/src/services/worker-queue.d.ts.map +1 -0
- package/dist/src/services/worker-queue.js +513 -0
- package/dist/src/services/worker-queue.js.map +1 -0
- package/dist/src/suggest.d.ts +53 -0
- package/dist/src/suggest.d.ts.map +1 -0
- package/dist/src/suggest.js +200 -0
- package/dist/src/suggest.js.map +1 -0
- package/dist/src/swarm/communication-graph.d.ts +25 -0
- package/dist/src/swarm/communication-graph.d.ts.map +1 -0
- package/dist/src/swarm/communication-graph.js +77 -0
- package/dist/src/swarm/communication-graph.js.map +1 -0
- package/dist/src/swarm/flow-enforcer.d.ts +29 -0
- package/dist/src/swarm/flow-enforcer.d.ts.map +1 -0
- package/dist/src/swarm/flow-enforcer.js +49 -0
- package/dist/src/swarm/flow-enforcer.js.map +1 -0
- package/dist/src/swarm/flow-visualizer.d.ts +16 -0
- package/dist/src/swarm/flow-visualizer.d.ts.map +1 -0
- package/dist/src/swarm/flow-visualizer.js +44 -0
- package/dist/src/swarm/flow-visualizer.js.map +1 -0
- package/dist/src/transfer/anonymization/index.d.ts +25 -0
- package/dist/src/transfer/anonymization/index.d.ts.map +1 -0
- package/dist/src/transfer/anonymization/index.js +175 -0
- package/dist/src/transfer/anonymization/index.js.map +1 -0
- package/dist/src/transfer/deploy-seraphine.d.ts +13 -0
- package/dist/src/transfer/deploy-seraphine.d.ts.map +1 -0
- package/dist/src/transfer/deploy-seraphine.js +205 -0
- package/dist/src/transfer/deploy-seraphine.js.map +1 -0
- package/dist/src/transfer/export.d.ts +25 -0
- package/dist/src/transfer/export.d.ts.map +1 -0
- package/dist/src/transfer/export.js +113 -0
- package/dist/src/transfer/export.js.map +1 -0
- package/dist/src/transfer/index.d.ts +12 -0
- package/dist/src/transfer/index.d.ts.map +1 -0
- package/dist/src/transfer/index.js +31 -0
- package/dist/src/transfer/index.js.map +1 -0
- package/dist/src/transfer/ipfs/client.d.ts +109 -0
- package/dist/src/transfer/ipfs/client.d.ts.map +1 -0
- package/dist/src/transfer/ipfs/client.js +307 -0
- package/dist/src/transfer/ipfs/client.js.map +1 -0
- package/dist/src/transfer/ipfs/upload.d.ts +95 -0
- package/dist/src/transfer/ipfs/upload.d.ts.map +1 -0
- package/dist/src/transfer/ipfs/upload.js +411 -0
- package/dist/src/transfer/ipfs/upload.js.map +1 -0
- package/dist/src/transfer/models/seraphine.d.ts +72 -0
- package/dist/src/transfer/models/seraphine.d.ts.map +1 -0
- package/dist/src/transfer/models/seraphine.js +373 -0
- package/dist/src/transfer/models/seraphine.js.map +1 -0
- package/dist/src/transfer/serialization/cfp.d.ts +49 -0
- package/dist/src/transfer/serialization/cfp.d.ts.map +1 -0
- package/dist/src/transfer/serialization/cfp.js +183 -0
- package/dist/src/transfer/serialization/cfp.js.map +1 -0
- package/dist/src/transfer/storage/gcs.d.ts +82 -0
- package/dist/src/transfer/storage/gcs.d.ts.map +1 -0
- package/dist/src/transfer/storage/gcs.js +272 -0
- package/dist/src/transfer/storage/gcs.js.map +1 -0
- package/dist/src/transfer/storage/index.d.ts +6 -0
- package/dist/src/transfer/storage/index.d.ts.map +1 -0
- package/dist/src/transfer/storage/index.js +6 -0
- package/dist/src/transfer/storage/index.js.map +1 -0
- package/dist/src/transfer/store/discovery.d.ts +84 -0
- package/dist/src/transfer/store/discovery.d.ts.map +1 -0
- package/dist/src/transfer/store/discovery.js +382 -0
- package/dist/src/transfer/store/discovery.js.map +1 -0
- package/dist/src/transfer/store/download.d.ts +70 -0
- package/dist/src/transfer/store/download.d.ts.map +1 -0
- package/dist/src/transfer/store/download.js +334 -0
- package/dist/src/transfer/store/download.js.map +1 -0
- package/dist/src/transfer/store/index.d.ts +84 -0
- package/dist/src/transfer/store/index.d.ts.map +1 -0
- package/dist/src/transfer/store/index.js +153 -0
- package/dist/src/transfer/store/index.js.map +1 -0
- package/dist/src/transfer/store/publish.d.ts +76 -0
- package/dist/src/transfer/store/publish.d.ts.map +1 -0
- package/dist/src/transfer/store/publish.js +294 -0
- package/dist/src/transfer/store/publish.js.map +1 -0
- package/dist/src/transfer/store/registry.d.ts +58 -0
- package/dist/src/transfer/store/registry.d.ts.map +1 -0
- package/dist/src/transfer/store/registry.js +285 -0
- package/dist/src/transfer/store/registry.js.map +1 -0
- package/dist/src/transfer/store/search.d.ts +54 -0
- package/dist/src/transfer/store/search.d.ts.map +1 -0
- package/dist/src/transfer/store/search.js +232 -0
- package/dist/src/transfer/store/search.js.map +1 -0
- package/dist/src/transfer/store/tests/standalone-test.d.ts +12 -0
- package/dist/src/transfer/store/tests/standalone-test.d.ts.map +1 -0
- package/dist/src/transfer/store/tests/standalone-test.js +190 -0
- package/dist/src/transfer/store/tests/standalone-test.js.map +1 -0
- package/dist/src/transfer/store/types.d.ts +193 -0
- package/dist/src/transfer/store/types.d.ts.map +1 -0
- package/dist/src/transfer/store/types.js +6 -0
- package/dist/src/transfer/store/types.js.map +1 -0
- package/dist/src/transfer/test-seraphine.d.ts +6 -0
- package/dist/src/transfer/test-seraphine.d.ts.map +1 -0
- package/dist/src/transfer/test-seraphine.js +105 -0
- package/dist/src/transfer/test-seraphine.js.map +1 -0
- package/dist/src/transfer/tests/test-store.d.ts +7 -0
- package/dist/src/transfer/tests/test-store.d.ts.map +1 -0
- package/dist/src/transfer/tests/test-store.js +214 -0
- package/dist/src/transfer/tests/test-store.js.map +1 -0
- package/dist/src/transfer/types.d.ts +245 -0
- package/dist/src/transfer/types.d.ts.map +1 -0
- package/dist/src/transfer/types.js +6 -0
- package/dist/src/transfer/types.js.map +1 -0
- package/dist/src/types.d.ts +198 -0
- package/dist/src/types.d.ts.map +1 -0
- package/dist/src/types.js +38 -0
- package/dist/src/types.js.map +1 -0
- package/dist/src/ui/.monomind/data/pending-insights.jsonl +0 -0
- package/dist/src/ui/.monomind/data/ranked-context.json +5 -0
- package/dist/src/ui/.monomind/sessions/current.json +13 -0
- package/dist/src/ui/collector.mjs +517 -0
- package/dist/src/ui/dashboard.html +4409 -0
- package/dist/src/ui/server.mjs +909 -0
- package/dist/src/update/checker.d.ts +34 -0
- package/dist/src/update/checker.d.ts.map +1 -0
- package/dist/src/update/checker.js +185 -0
- package/dist/src/update/checker.js.map +1 -0
- package/dist/src/update/executor.d.ts +32 -0
- package/dist/src/update/executor.d.ts.map +1 -0
- package/dist/src/update/executor.js +181 -0
- package/dist/src/update/executor.js.map +1 -0
- package/dist/src/update/index.d.ts +33 -0
- package/dist/src/update/index.d.ts.map +1 -0
- package/dist/src/update/index.js +64 -0
- package/dist/src/update/index.js.map +1 -0
- package/dist/src/update/rate-limiter.d.ts +20 -0
- package/dist/src/update/rate-limiter.d.ts.map +1 -0
- package/dist/src/update/rate-limiter.js +96 -0
- package/dist/src/update/rate-limiter.js.map +1 -0
- package/dist/src/update/validator.d.ts +17 -0
- package/dist/src/update/validator.d.ts.map +1 -0
- package/dist/src/update/validator.js +118 -0
- package/dist/src/update/validator.js.map +1 -0
- package/dist/src/workflow/condition-evaluator.d.ts +10 -0
- package/dist/src/workflow/condition-evaluator.d.ts.map +1 -0
- package/dist/src/workflow/condition-evaluator.js +48 -0
- package/dist/src/workflow/condition-evaluator.js.map +1 -0
- package/dist/src/workflow/context-resolver.d.ts +12 -0
- package/dist/src/workflow/context-resolver.d.ts.map +1 -0
- package/dist/src/workflow/context-resolver.js +23 -0
- package/dist/src/workflow/context-resolver.js.map +1 -0
- package/dist/src/workflow/dag-builder.d.ts +17 -0
- package/dist/src/workflow/dag-builder.d.ts.map +1 -0
- package/dist/src/workflow/dag-builder.js +113 -0
- package/dist/src/workflow/dag-builder.js.map +1 -0
- package/dist/src/workflow/dag-executor.d.ts +9 -0
- package/dist/src/workflow/dag-executor.d.ts.map +1 -0
- package/dist/src/workflow/dag-executor.js +78 -0
- package/dist/src/workflow/dag-executor.js.map +1 -0
- package/dist/src/workflow/dag-types.d.ts +41 -0
- package/dist/src/workflow/dag-types.d.ts.map +1 -0
- package/dist/src/workflow/dag-types.js +8 -0
- package/dist/src/workflow/dag-types.js.map +1 -0
- package/dist/src/workflow/dsl-parser.d.ts +12 -0
- package/dist/src/workflow/dsl-parser.d.ts.map +1 -0
- package/dist/src/workflow/dsl-parser.js +20 -0
- package/dist/src/workflow/dsl-parser.js.map +1 -0
- package/dist/src/workflow/dsl-schema.d.ts +162 -0
- package/dist/src/workflow/dsl-schema.d.ts.map +1 -0
- package/dist/src/workflow/dsl-schema.js +78 -0
- package/dist/src/workflow/dsl-schema.js.map +1 -0
- package/dist/src/workflow/index.d.ts +13 -0
- package/dist/src/workflow/index.d.ts.map +1 -0
- package/dist/src/workflow/index.js +11 -0
- package/dist/src/workflow/index.js.map +1 -0
- package/dist/src/workflow/template-engine.d.ts +11 -0
- package/dist/src/workflow/template-engine.d.ts.map +1 -0
- package/dist/src/workflow/template-engine.js +33 -0
- package/dist/src/workflow/template-engine.js.map +1 -0
- package/dist/src/workflow/workflow-executor.d.ts +29 -0
- package/dist/src/workflow/workflow-executor.d.ts.map +1 -0
- package/dist/src/workflow/workflow-executor.js +146 -0
- package/dist/src/workflow/workflow-executor.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +105 -0
|
@@ -0,0 +1,3028 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_meta": {
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Non-development extras agent registry"
|
|
5
|
+
},
|
|
6
|
+
"extras": [
|
|
7
|
+
{
|
|
8
|
+
"slug": "academic-anthropologist",
|
|
9
|
+
"name": "Anthropologist",
|
|
10
|
+
"description": "Expert in cultural systems, rituals, kinship, belief systems, and ethnographic method — builds culturally coherent societies that feel lived-in rather than invented",
|
|
11
|
+
"category": "academic",
|
|
12
|
+
"filePath": "../agency-agents/academic/academic-anthropologist.md",
|
|
13
|
+
"keywords": [
|
|
14
|
+
"academic",
|
|
15
|
+
"research paper",
|
|
16
|
+
"thesis",
|
|
17
|
+
"history",
|
|
18
|
+
"culture",
|
|
19
|
+
"anthropology",
|
|
20
|
+
"geography",
|
|
21
|
+
"narrative",
|
|
22
|
+
"psychology",
|
|
23
|
+
"social science",
|
|
24
|
+
"anthropologist",
|
|
25
|
+
"expert",
|
|
26
|
+
"cultural",
|
|
27
|
+
"systems",
|
|
28
|
+
"rituals",
|
|
29
|
+
"kinship",
|
|
30
|
+
"belief"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"slug": "academic-geographer",
|
|
35
|
+
"name": "Geographer",
|
|
36
|
+
"description": "Expert in physical and human geography, climate systems, cartography, and spatial analysis — builds geographically coherent worlds where terrain, climate, resources, and settlement patterns make scientific sense",
|
|
37
|
+
"category": "academic",
|
|
38
|
+
"filePath": "../agency-agents/academic/academic-geographer.md",
|
|
39
|
+
"keywords": [
|
|
40
|
+
"academic",
|
|
41
|
+
"research paper",
|
|
42
|
+
"thesis",
|
|
43
|
+
"history",
|
|
44
|
+
"culture",
|
|
45
|
+
"anthropology",
|
|
46
|
+
"geography",
|
|
47
|
+
"narrative",
|
|
48
|
+
"psychology",
|
|
49
|
+
"social science",
|
|
50
|
+
"geographer",
|
|
51
|
+
"expert",
|
|
52
|
+
"physical",
|
|
53
|
+
"human",
|
|
54
|
+
"climate",
|
|
55
|
+
"systems",
|
|
56
|
+
"cartography"
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"slug": "academic-historian",
|
|
61
|
+
"name": "Historian",
|
|
62
|
+
"description": "Expert in historical analysis, periodization, material culture, and historiography — validates historical coherence and enriches settings with authentic period detail grounded in primary and secondary sources",
|
|
63
|
+
"category": "academic",
|
|
64
|
+
"filePath": "../agency-agents/academic/academic-historian.md",
|
|
65
|
+
"keywords": [
|
|
66
|
+
"academic",
|
|
67
|
+
"research paper",
|
|
68
|
+
"thesis",
|
|
69
|
+
"history",
|
|
70
|
+
"culture",
|
|
71
|
+
"anthropology",
|
|
72
|
+
"geography",
|
|
73
|
+
"narrative",
|
|
74
|
+
"psychology",
|
|
75
|
+
"social science",
|
|
76
|
+
"historian",
|
|
77
|
+
"expert",
|
|
78
|
+
"historical",
|
|
79
|
+
"analysis",
|
|
80
|
+
"periodization",
|
|
81
|
+
"material",
|
|
82
|
+
"historiography"
|
|
83
|
+
]
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"slug": "academic-narratologist",
|
|
87
|
+
"name": "Narratologist",
|
|
88
|
+
"description": "Expert in narrative theory, story structure, character arcs, and literary analysis — grounds advice in established frameworks from Propp to Campbell to modern narratology",
|
|
89
|
+
"category": "academic",
|
|
90
|
+
"filePath": "../agency-agents/academic/academic-narratologist.md",
|
|
91
|
+
"keywords": [
|
|
92
|
+
"academic",
|
|
93
|
+
"research paper",
|
|
94
|
+
"thesis",
|
|
95
|
+
"history",
|
|
96
|
+
"culture",
|
|
97
|
+
"anthropology",
|
|
98
|
+
"geography",
|
|
99
|
+
"narrative",
|
|
100
|
+
"psychology",
|
|
101
|
+
"social science",
|
|
102
|
+
"narratologist",
|
|
103
|
+
"expert",
|
|
104
|
+
"theory",
|
|
105
|
+
"story",
|
|
106
|
+
"structure",
|
|
107
|
+
"character",
|
|
108
|
+
"literary"
|
|
109
|
+
]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"slug": "academic-psychologist",
|
|
113
|
+
"name": "Psychologist",
|
|
114
|
+
"description": "Expert in human behavior, personality theory, motivation, and cognitive patterns — builds psychologically credible characters and interactions grounded in clinical and research frameworks",
|
|
115
|
+
"category": "academic",
|
|
116
|
+
"filePath": "../agency-agents/academic/academic-psychologist.md",
|
|
117
|
+
"keywords": [
|
|
118
|
+
"academic",
|
|
119
|
+
"research paper",
|
|
120
|
+
"thesis",
|
|
121
|
+
"history",
|
|
122
|
+
"culture",
|
|
123
|
+
"anthropology",
|
|
124
|
+
"geography",
|
|
125
|
+
"narrative",
|
|
126
|
+
"psychology",
|
|
127
|
+
"social science",
|
|
128
|
+
"psychologist",
|
|
129
|
+
"expert",
|
|
130
|
+
"human",
|
|
131
|
+
"behavior",
|
|
132
|
+
"personality",
|
|
133
|
+
"theory",
|
|
134
|
+
"motivation",
|
|
135
|
+
"cognitive"
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"slug": "design-brand-guardian",
|
|
140
|
+
"name": "Brand Guardian",
|
|
141
|
+
"description": "Expert brand strategist and guardian specializing in brand identity development, consistency maintenance, and strategic brand positioning",
|
|
142
|
+
"category": "design",
|
|
143
|
+
"filePath": "../agency-agents/design/design-brand-guardian.md",
|
|
144
|
+
"keywords": [
|
|
145
|
+
"design",
|
|
146
|
+
"ux",
|
|
147
|
+
"ui",
|
|
148
|
+
"visual",
|
|
149
|
+
"brand",
|
|
150
|
+
"wireframe",
|
|
151
|
+
"prototype",
|
|
152
|
+
"figma",
|
|
153
|
+
"aesthetic",
|
|
154
|
+
"typography",
|
|
155
|
+
"imagery",
|
|
156
|
+
"illustration",
|
|
157
|
+
"guardian",
|
|
158
|
+
"expert",
|
|
159
|
+
"strategist",
|
|
160
|
+
"specializing"
|
|
161
|
+
]
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"slug": "design-image-prompt-engineer",
|
|
165
|
+
"name": "Image Prompt Engineer",
|
|
166
|
+
"description": "Expert photography prompt engineer specializing in crafting detailed, evocative prompts for AI image generation. Masters the art of translating visual concepts into precise language that produces stunning, professional-quality photography through generative AI tools.",
|
|
167
|
+
"category": "design",
|
|
168
|
+
"filePath": "../agency-agents/design/design-image-prompt-engineer.md",
|
|
169
|
+
"keywords": [
|
|
170
|
+
"design",
|
|
171
|
+
"ux",
|
|
172
|
+
"ui",
|
|
173
|
+
"visual",
|
|
174
|
+
"brand",
|
|
175
|
+
"wireframe",
|
|
176
|
+
"prototype",
|
|
177
|
+
"figma",
|
|
178
|
+
"aesthetic",
|
|
179
|
+
"typography",
|
|
180
|
+
"imagery",
|
|
181
|
+
"illustration",
|
|
182
|
+
"image",
|
|
183
|
+
"prompt",
|
|
184
|
+
"engineer",
|
|
185
|
+
"expert",
|
|
186
|
+
"photography",
|
|
187
|
+
"specializing"
|
|
188
|
+
]
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"slug": "design-inclusive-visuals-specialist",
|
|
192
|
+
"name": "Inclusive Visuals Specialist",
|
|
193
|
+
"description": "Representation expert who defeats systemic AI biases to generate culturally accurate, affirming, and non-stereotypical images and video.",
|
|
194
|
+
"category": "design",
|
|
195
|
+
"filePath": "../agency-agents/design/design-inclusive-visuals-specialist.md",
|
|
196
|
+
"keywords": [
|
|
197
|
+
"design",
|
|
198
|
+
"ux",
|
|
199
|
+
"ui",
|
|
200
|
+
"visual",
|
|
201
|
+
"brand",
|
|
202
|
+
"wireframe",
|
|
203
|
+
"prototype",
|
|
204
|
+
"figma",
|
|
205
|
+
"aesthetic",
|
|
206
|
+
"typography",
|
|
207
|
+
"imagery",
|
|
208
|
+
"illustration",
|
|
209
|
+
"inclusive",
|
|
210
|
+
"visuals",
|
|
211
|
+
"specialist",
|
|
212
|
+
"representation",
|
|
213
|
+
"expert",
|
|
214
|
+
"defeats",
|
|
215
|
+
"systemic",
|
|
216
|
+
"biases"
|
|
217
|
+
]
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"slug": "design-ui-designer",
|
|
221
|
+
"name": "UI Designer",
|
|
222
|
+
"description": "Expert UI designer specializing in visual design systems, component libraries, and pixel-perfect interface creation. Creates beautiful, consistent, accessible user interfaces that enhance UX and reflect brand identity",
|
|
223
|
+
"category": "design",
|
|
224
|
+
"filePath": "../agency-agents/design/design-ui-designer.md",
|
|
225
|
+
"keywords": [
|
|
226
|
+
"design",
|
|
227
|
+
"ux",
|
|
228
|
+
"ui",
|
|
229
|
+
"visual",
|
|
230
|
+
"brand",
|
|
231
|
+
"wireframe",
|
|
232
|
+
"prototype",
|
|
233
|
+
"figma",
|
|
234
|
+
"aesthetic",
|
|
235
|
+
"typography",
|
|
236
|
+
"imagery",
|
|
237
|
+
"illustration",
|
|
238
|
+
"designer",
|
|
239
|
+
"expert",
|
|
240
|
+
"specializing",
|
|
241
|
+
"systems",
|
|
242
|
+
"component"
|
|
243
|
+
]
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"slug": "design-ux-architect",
|
|
247
|
+
"name": "UX Architect",
|
|
248
|
+
"description": "Technical architecture and UX specialist who provides developers with solid foundations, CSS systems, and clear implementation guidance",
|
|
249
|
+
"category": "design",
|
|
250
|
+
"filePath": "../agency-agents/design/design-ux-architect.md",
|
|
251
|
+
"keywords": [
|
|
252
|
+
"design",
|
|
253
|
+
"ux",
|
|
254
|
+
"ui",
|
|
255
|
+
"visual",
|
|
256
|
+
"brand",
|
|
257
|
+
"wireframe",
|
|
258
|
+
"prototype",
|
|
259
|
+
"figma",
|
|
260
|
+
"aesthetic",
|
|
261
|
+
"typography",
|
|
262
|
+
"imagery",
|
|
263
|
+
"illustration",
|
|
264
|
+
"architect",
|
|
265
|
+
"technical",
|
|
266
|
+
"architecture",
|
|
267
|
+
"specialist",
|
|
268
|
+
"provides",
|
|
269
|
+
"developers",
|
|
270
|
+
"solid",
|
|
271
|
+
"foundations"
|
|
272
|
+
]
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"slug": "design-ux-researcher",
|
|
276
|
+
"name": "UX Researcher",
|
|
277
|
+
"description": "Expert user experience researcher specializing in user behavior analysis, usability testing, and data-driven design insights. Provides actionable research findings that improve product usability and user satisfaction",
|
|
278
|
+
"category": "design",
|
|
279
|
+
"filePath": "../agency-agents/design/design-ux-researcher.md",
|
|
280
|
+
"keywords": [
|
|
281
|
+
"design",
|
|
282
|
+
"ux",
|
|
283
|
+
"ui",
|
|
284
|
+
"visual",
|
|
285
|
+
"brand",
|
|
286
|
+
"wireframe",
|
|
287
|
+
"prototype",
|
|
288
|
+
"figma",
|
|
289
|
+
"aesthetic",
|
|
290
|
+
"typography",
|
|
291
|
+
"imagery",
|
|
292
|
+
"illustration",
|
|
293
|
+
"researcher",
|
|
294
|
+
"expert",
|
|
295
|
+
"experience",
|
|
296
|
+
"specializing",
|
|
297
|
+
"behavior",
|
|
298
|
+
"analysis",
|
|
299
|
+
"usability"
|
|
300
|
+
]
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"slug": "design-visual-storyteller",
|
|
304
|
+
"name": "Visual Storyteller",
|
|
305
|
+
"description": "Expert visual communication specialist focused on creating compelling visual narratives, multimedia content, and brand storytelling through design. Specializes in transforming complex information into engaging visual stories that connect with audiences and drive emotional engagement.",
|
|
306
|
+
"category": "design",
|
|
307
|
+
"filePath": "../agency-agents/design/design-visual-storyteller.md",
|
|
308
|
+
"keywords": [
|
|
309
|
+
"design",
|
|
310
|
+
"ux",
|
|
311
|
+
"ui",
|
|
312
|
+
"visual",
|
|
313
|
+
"brand",
|
|
314
|
+
"wireframe",
|
|
315
|
+
"prototype",
|
|
316
|
+
"figma",
|
|
317
|
+
"aesthetic",
|
|
318
|
+
"typography",
|
|
319
|
+
"imagery",
|
|
320
|
+
"illustration",
|
|
321
|
+
"storyteller",
|
|
322
|
+
"expert",
|
|
323
|
+
"communication",
|
|
324
|
+
"specialist",
|
|
325
|
+
"focused",
|
|
326
|
+
"creating"
|
|
327
|
+
]
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"slug": "design-whimsy-injector",
|
|
331
|
+
"name": "Whimsy Injector",
|
|
332
|
+
"description": "Expert creative specialist focused on adding personality, delight, and playful elements to brand experiences. Creates memorable, joyful interactions that differentiate brands through unexpected moments of whimsy",
|
|
333
|
+
"category": "design",
|
|
334
|
+
"filePath": "../agency-agents/design/design-whimsy-injector.md",
|
|
335
|
+
"keywords": [
|
|
336
|
+
"design",
|
|
337
|
+
"ux",
|
|
338
|
+
"ui",
|
|
339
|
+
"visual",
|
|
340
|
+
"brand",
|
|
341
|
+
"wireframe",
|
|
342
|
+
"prototype",
|
|
343
|
+
"figma",
|
|
344
|
+
"aesthetic",
|
|
345
|
+
"typography",
|
|
346
|
+
"imagery",
|
|
347
|
+
"illustration",
|
|
348
|
+
"whimsy",
|
|
349
|
+
"injector",
|
|
350
|
+
"expert",
|
|
351
|
+
"creative",
|
|
352
|
+
"specialist",
|
|
353
|
+
"focused",
|
|
354
|
+
"adding",
|
|
355
|
+
"personality"
|
|
356
|
+
]
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"slug": "marketing-ai-citation-strategist",
|
|
360
|
+
"name": "AI Citation Strategist",
|
|
361
|
+
"description": "Expert in AI recommendation engine optimization (AEO/GEO) — audits brand visibility across ChatGPT, Claude, Gemini, and Perplexity, identifies why competitors get cited instead, and delivers content fixes that improve AI citations",
|
|
362
|
+
"category": "marketing",
|
|
363
|
+
"filePath": "../agency-agents/marketing/marketing-ai-citation-strategist.md",
|
|
364
|
+
"keywords": [
|
|
365
|
+
"marketing",
|
|
366
|
+
"content",
|
|
367
|
+
"social media",
|
|
368
|
+
"seo",
|
|
369
|
+
"tiktok",
|
|
370
|
+
"instagram",
|
|
371
|
+
"twitter",
|
|
372
|
+
"linkedin",
|
|
373
|
+
"campaign",
|
|
374
|
+
"growth",
|
|
375
|
+
"ads",
|
|
376
|
+
"email",
|
|
377
|
+
"brand awareness",
|
|
378
|
+
"viral",
|
|
379
|
+
"audience",
|
|
380
|
+
"engagement",
|
|
381
|
+
"influencer",
|
|
382
|
+
"ecommerce",
|
|
383
|
+
"podcast",
|
|
384
|
+
"video",
|
|
385
|
+
"citation",
|
|
386
|
+
"strategist",
|
|
387
|
+
"expert",
|
|
388
|
+
"recommendation",
|
|
389
|
+
"engine",
|
|
390
|
+
"optimization",
|
|
391
|
+
"(aeo/geo)",
|
|
392
|
+
"audits"
|
|
393
|
+
]
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
"slug": "marketing-app-store-optimizer",
|
|
397
|
+
"name": "App Store Optimizer",
|
|
398
|
+
"description": "Expert app store marketing specialist focused on App Store Optimization (ASO), conversion rate optimization, and app discoverability",
|
|
399
|
+
"category": "marketing",
|
|
400
|
+
"filePath": "../agency-agents/marketing/marketing-app-store-optimizer.md",
|
|
401
|
+
"keywords": [
|
|
402
|
+
"marketing",
|
|
403
|
+
"content",
|
|
404
|
+
"social media",
|
|
405
|
+
"seo",
|
|
406
|
+
"tiktok",
|
|
407
|
+
"instagram",
|
|
408
|
+
"twitter",
|
|
409
|
+
"linkedin",
|
|
410
|
+
"campaign",
|
|
411
|
+
"growth",
|
|
412
|
+
"ads",
|
|
413
|
+
"email",
|
|
414
|
+
"brand awareness",
|
|
415
|
+
"viral",
|
|
416
|
+
"audience",
|
|
417
|
+
"engagement",
|
|
418
|
+
"influencer",
|
|
419
|
+
"ecommerce",
|
|
420
|
+
"podcast",
|
|
421
|
+
"video",
|
|
422
|
+
"store",
|
|
423
|
+
"optimizer",
|
|
424
|
+
"expert",
|
|
425
|
+
"specialist",
|
|
426
|
+
"focused"
|
|
427
|
+
]
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"slug": "marketing-baidu-seo-specialist",
|
|
431
|
+
"name": "Baidu SEO Specialist",
|
|
432
|
+
"description": "Expert Baidu search optimization specialist focused on Chinese search engine ranking, Baidu ecosystem integration, ICP compliance, Chinese keyword research, and mobile-first indexing for the China market.",
|
|
433
|
+
"category": "marketing",
|
|
434
|
+
"filePath": "../agency-agents/marketing/marketing-baidu-seo-specialist.md",
|
|
435
|
+
"keywords": [
|
|
436
|
+
"marketing",
|
|
437
|
+
"content",
|
|
438
|
+
"social media",
|
|
439
|
+
"seo",
|
|
440
|
+
"tiktok",
|
|
441
|
+
"instagram",
|
|
442
|
+
"twitter",
|
|
443
|
+
"linkedin",
|
|
444
|
+
"campaign",
|
|
445
|
+
"growth",
|
|
446
|
+
"ads",
|
|
447
|
+
"email",
|
|
448
|
+
"brand awareness",
|
|
449
|
+
"viral",
|
|
450
|
+
"audience",
|
|
451
|
+
"engagement",
|
|
452
|
+
"influencer",
|
|
453
|
+
"ecommerce",
|
|
454
|
+
"podcast",
|
|
455
|
+
"video",
|
|
456
|
+
"baidu",
|
|
457
|
+
"specialist",
|
|
458
|
+
"expert",
|
|
459
|
+
"search",
|
|
460
|
+
"optimization",
|
|
461
|
+
"focused"
|
|
462
|
+
]
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"slug": "marketing-bilibili-content-strategist",
|
|
466
|
+
"name": "Bilibili Content Strategist",
|
|
467
|
+
"description": "Expert Bilibili marketing specialist focused on UP主 growth, danmaku culture mastery, B站 algorithm optimization, community building, and branded content strategy for China's leading video community platform.",
|
|
468
|
+
"category": "marketing",
|
|
469
|
+
"filePath": "../agency-agents/marketing/marketing-bilibili-content-strategist.md",
|
|
470
|
+
"keywords": [
|
|
471
|
+
"marketing",
|
|
472
|
+
"content",
|
|
473
|
+
"social media",
|
|
474
|
+
"seo",
|
|
475
|
+
"tiktok",
|
|
476
|
+
"instagram",
|
|
477
|
+
"twitter",
|
|
478
|
+
"linkedin",
|
|
479
|
+
"campaign",
|
|
480
|
+
"growth",
|
|
481
|
+
"ads",
|
|
482
|
+
"email",
|
|
483
|
+
"brand awareness",
|
|
484
|
+
"viral",
|
|
485
|
+
"audience",
|
|
486
|
+
"engagement",
|
|
487
|
+
"influencer",
|
|
488
|
+
"ecommerce",
|
|
489
|
+
"podcast",
|
|
490
|
+
"video",
|
|
491
|
+
"bilibili",
|
|
492
|
+
"strategist",
|
|
493
|
+
"expert",
|
|
494
|
+
"specialist",
|
|
495
|
+
"focused"
|
|
496
|
+
]
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"slug": "marketing-book-co-author",
|
|
500
|
+
"name": "Book Co-Author",
|
|
501
|
+
"description": "Strategic thought-leadership book collaborator for founders, experts, and operators turning voice notes, fragments, and positioning into structured first-person chapters.",
|
|
502
|
+
"category": "marketing",
|
|
503
|
+
"filePath": "../agency-agents/marketing/marketing-book-co-author.md",
|
|
504
|
+
"keywords": [
|
|
505
|
+
"marketing",
|
|
506
|
+
"content",
|
|
507
|
+
"social media",
|
|
508
|
+
"seo",
|
|
509
|
+
"tiktok",
|
|
510
|
+
"instagram",
|
|
511
|
+
"twitter",
|
|
512
|
+
"linkedin",
|
|
513
|
+
"campaign",
|
|
514
|
+
"growth",
|
|
515
|
+
"ads",
|
|
516
|
+
"email",
|
|
517
|
+
"brand awareness",
|
|
518
|
+
"viral",
|
|
519
|
+
"audience",
|
|
520
|
+
"engagement",
|
|
521
|
+
"influencer",
|
|
522
|
+
"ecommerce",
|
|
523
|
+
"podcast",
|
|
524
|
+
"video",
|
|
525
|
+
"author",
|
|
526
|
+
"strategic",
|
|
527
|
+
"thought",
|
|
528
|
+
"leadership",
|
|
529
|
+
"collaborator",
|
|
530
|
+
"founders",
|
|
531
|
+
"experts",
|
|
532
|
+
"operators"
|
|
533
|
+
]
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
"slug": "marketing-carousel-growth-engine",
|
|
537
|
+
"name": "Carousel Growth Engine",
|
|
538
|
+
"description": "Autonomous TikTok and Instagram carousel generation specialist. Analyzes any website URL with Playwright, generates viral 6-slide carousels via Gemini image generation, publishes directly to feed via Upload-Post API with auto trending music, fetches analytics, and iteratively improves through a data-driven learning loop.",
|
|
539
|
+
"category": "marketing",
|
|
540
|
+
"filePath": "../agency-agents/marketing/marketing-carousel-growth-engine.md",
|
|
541
|
+
"keywords": [
|
|
542
|
+
"marketing",
|
|
543
|
+
"content",
|
|
544
|
+
"social media",
|
|
545
|
+
"seo",
|
|
546
|
+
"tiktok",
|
|
547
|
+
"instagram",
|
|
548
|
+
"twitter",
|
|
549
|
+
"linkedin",
|
|
550
|
+
"campaign",
|
|
551
|
+
"growth",
|
|
552
|
+
"ads",
|
|
553
|
+
"email",
|
|
554
|
+
"brand awareness",
|
|
555
|
+
"viral",
|
|
556
|
+
"audience",
|
|
557
|
+
"engagement",
|
|
558
|
+
"influencer",
|
|
559
|
+
"ecommerce",
|
|
560
|
+
"podcast",
|
|
561
|
+
"video",
|
|
562
|
+
"carousel",
|
|
563
|
+
"engine",
|
|
564
|
+
"autonomous",
|
|
565
|
+
"generation"
|
|
566
|
+
]
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"slug": "marketing-china-ecommerce-operator",
|
|
570
|
+
"name": "China E-Commerce Operator",
|
|
571
|
+
"description": "Expert China e-commerce operations specialist covering Taobao, Tmall, Pinduoduo, and JD ecosystems with deep expertise in product listing optimization, live commerce, store operations, 618/Double 11 campaigns, and cross-platform strategy.",
|
|
572
|
+
"category": "marketing",
|
|
573
|
+
"filePath": "../agency-agents/marketing/marketing-china-ecommerce-operator.md",
|
|
574
|
+
"keywords": [
|
|
575
|
+
"marketing",
|
|
576
|
+
"content",
|
|
577
|
+
"social media",
|
|
578
|
+
"seo",
|
|
579
|
+
"tiktok",
|
|
580
|
+
"instagram",
|
|
581
|
+
"twitter",
|
|
582
|
+
"linkedin",
|
|
583
|
+
"campaign",
|
|
584
|
+
"growth",
|
|
585
|
+
"ads",
|
|
586
|
+
"email",
|
|
587
|
+
"brand awareness",
|
|
588
|
+
"viral",
|
|
589
|
+
"audience",
|
|
590
|
+
"engagement",
|
|
591
|
+
"influencer",
|
|
592
|
+
"ecommerce",
|
|
593
|
+
"podcast",
|
|
594
|
+
"video",
|
|
595
|
+
"china",
|
|
596
|
+
"commerce",
|
|
597
|
+
"operator",
|
|
598
|
+
"expert",
|
|
599
|
+
"operations",
|
|
600
|
+
"specialist"
|
|
601
|
+
]
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"slug": "marketing-content-creator",
|
|
605
|
+
"name": "Content Creator",
|
|
606
|
+
"description": "Expert content strategist and creator for multi-platform campaigns. Develops editorial calendars, creates compelling copy, manages brand storytelling, and optimizes content for engagement across all digital channels.",
|
|
607
|
+
"category": "marketing",
|
|
608
|
+
"filePath": "../agency-agents/marketing/marketing-content-creator.md",
|
|
609
|
+
"keywords": [
|
|
610
|
+
"marketing",
|
|
611
|
+
"content",
|
|
612
|
+
"social media",
|
|
613
|
+
"seo",
|
|
614
|
+
"tiktok",
|
|
615
|
+
"instagram",
|
|
616
|
+
"twitter",
|
|
617
|
+
"linkedin",
|
|
618
|
+
"campaign",
|
|
619
|
+
"growth",
|
|
620
|
+
"ads",
|
|
621
|
+
"email",
|
|
622
|
+
"brand awareness",
|
|
623
|
+
"viral",
|
|
624
|
+
"audience",
|
|
625
|
+
"engagement",
|
|
626
|
+
"influencer",
|
|
627
|
+
"ecommerce",
|
|
628
|
+
"podcast",
|
|
629
|
+
"video",
|
|
630
|
+
"creator",
|
|
631
|
+
"expert",
|
|
632
|
+
"strategist",
|
|
633
|
+
"multi",
|
|
634
|
+
"platform"
|
|
635
|
+
]
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"slug": "marketing-cross-border-ecommerce",
|
|
639
|
+
"name": "Cross-Border E-Commerce Specialist",
|
|
640
|
+
"description": "Full-funnel cross-border e-commerce strategist covering Amazon, Shopee, Lazada, AliExpress, Temu, and TikTok Shop operations, international logistics and overseas warehousing, compliance and taxation, multilingual listing optimization, brand globalization, and DTC independent site development.",
|
|
641
|
+
"category": "marketing",
|
|
642
|
+
"filePath": "../agency-agents/marketing/marketing-cross-border-ecommerce.md",
|
|
643
|
+
"keywords": [
|
|
644
|
+
"marketing",
|
|
645
|
+
"content",
|
|
646
|
+
"social media",
|
|
647
|
+
"seo",
|
|
648
|
+
"tiktok",
|
|
649
|
+
"instagram",
|
|
650
|
+
"twitter",
|
|
651
|
+
"linkedin",
|
|
652
|
+
"campaign",
|
|
653
|
+
"growth",
|
|
654
|
+
"ads",
|
|
655
|
+
"email",
|
|
656
|
+
"brand awareness",
|
|
657
|
+
"viral",
|
|
658
|
+
"audience",
|
|
659
|
+
"engagement",
|
|
660
|
+
"influencer",
|
|
661
|
+
"ecommerce",
|
|
662
|
+
"podcast",
|
|
663
|
+
"video",
|
|
664
|
+
"cross",
|
|
665
|
+
"border",
|
|
666
|
+
"commerce",
|
|
667
|
+
"specialist",
|
|
668
|
+
"funnel"
|
|
669
|
+
]
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
"slug": "marketing-douyin-strategist",
|
|
673
|
+
"name": "Douyin Strategist",
|
|
674
|
+
"description": "Short-video marketing expert specializing in the Douyin platform, with deep expertise in recommendation algorithm mechanics, viral video planning, livestream commerce workflows, and full-funnel brand growth through content matrix strategies.",
|
|
675
|
+
"category": "marketing",
|
|
676
|
+
"filePath": "../agency-agents/marketing/marketing-douyin-strategist.md",
|
|
677
|
+
"keywords": [
|
|
678
|
+
"marketing",
|
|
679
|
+
"content",
|
|
680
|
+
"social media",
|
|
681
|
+
"seo",
|
|
682
|
+
"tiktok",
|
|
683
|
+
"instagram",
|
|
684
|
+
"twitter",
|
|
685
|
+
"linkedin",
|
|
686
|
+
"campaign",
|
|
687
|
+
"growth",
|
|
688
|
+
"ads",
|
|
689
|
+
"email",
|
|
690
|
+
"brand awareness",
|
|
691
|
+
"viral",
|
|
692
|
+
"audience",
|
|
693
|
+
"engagement",
|
|
694
|
+
"influencer",
|
|
695
|
+
"ecommerce",
|
|
696
|
+
"podcast",
|
|
697
|
+
"video",
|
|
698
|
+
"douyin",
|
|
699
|
+
"strategist",
|
|
700
|
+
"short",
|
|
701
|
+
"expert",
|
|
702
|
+
"specializing"
|
|
703
|
+
]
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"slug": "marketing-growth-hacker",
|
|
707
|
+
"name": "Growth Hacker",
|
|
708
|
+
"description": "Expert growth strategist specializing in rapid user acquisition through data-driven experimentation. Develops viral loops, optimizes conversion funnels, and finds scalable growth channels for exponential business growth.",
|
|
709
|
+
"category": "marketing",
|
|
710
|
+
"filePath": "../agency-agents/marketing/marketing-growth-hacker.md",
|
|
711
|
+
"keywords": [
|
|
712
|
+
"marketing",
|
|
713
|
+
"content",
|
|
714
|
+
"social media",
|
|
715
|
+
"seo",
|
|
716
|
+
"tiktok",
|
|
717
|
+
"instagram",
|
|
718
|
+
"twitter",
|
|
719
|
+
"linkedin",
|
|
720
|
+
"campaign",
|
|
721
|
+
"growth",
|
|
722
|
+
"ads",
|
|
723
|
+
"email",
|
|
724
|
+
"brand awareness",
|
|
725
|
+
"viral",
|
|
726
|
+
"audience",
|
|
727
|
+
"engagement",
|
|
728
|
+
"influencer",
|
|
729
|
+
"ecommerce",
|
|
730
|
+
"podcast",
|
|
731
|
+
"video",
|
|
732
|
+
"hacker",
|
|
733
|
+
"expert",
|
|
734
|
+
"strategist",
|
|
735
|
+
"specializing",
|
|
736
|
+
"rapid",
|
|
737
|
+
"acquisition"
|
|
738
|
+
]
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"slug": "marketing-instagram-curator",
|
|
742
|
+
"name": "Instagram Curator",
|
|
743
|
+
"description": "Expert Instagram marketing specialist focused on visual storytelling, community building, and multi-format content optimization. Masters aesthetic development and drives meaningful engagement.",
|
|
744
|
+
"category": "marketing",
|
|
745
|
+
"filePath": "../agency-agents/marketing/marketing-instagram-curator.md",
|
|
746
|
+
"keywords": [
|
|
747
|
+
"marketing",
|
|
748
|
+
"content",
|
|
749
|
+
"social media",
|
|
750
|
+
"seo",
|
|
751
|
+
"tiktok",
|
|
752
|
+
"instagram",
|
|
753
|
+
"twitter",
|
|
754
|
+
"linkedin",
|
|
755
|
+
"campaign",
|
|
756
|
+
"growth",
|
|
757
|
+
"ads",
|
|
758
|
+
"email",
|
|
759
|
+
"brand awareness",
|
|
760
|
+
"viral",
|
|
761
|
+
"audience",
|
|
762
|
+
"engagement",
|
|
763
|
+
"influencer",
|
|
764
|
+
"ecommerce",
|
|
765
|
+
"podcast",
|
|
766
|
+
"video",
|
|
767
|
+
"curator",
|
|
768
|
+
"expert",
|
|
769
|
+
"specialist",
|
|
770
|
+
"focused",
|
|
771
|
+
"visual"
|
|
772
|
+
]
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
"slug": "marketing-kuaishou-strategist",
|
|
776
|
+
"name": "Kuaishou Strategist",
|
|
777
|
+
"description": "Expert Kuaishou marketing strategist specializing in short-video content for China's lower-tier city markets, live commerce operations, community trust building, and grassroots audience growth on 快手.",
|
|
778
|
+
"category": "marketing",
|
|
779
|
+
"filePath": "../agency-agents/marketing/marketing-kuaishou-strategist.md",
|
|
780
|
+
"keywords": [
|
|
781
|
+
"marketing",
|
|
782
|
+
"content",
|
|
783
|
+
"social media",
|
|
784
|
+
"seo",
|
|
785
|
+
"tiktok",
|
|
786
|
+
"instagram",
|
|
787
|
+
"twitter",
|
|
788
|
+
"linkedin",
|
|
789
|
+
"campaign",
|
|
790
|
+
"growth",
|
|
791
|
+
"ads",
|
|
792
|
+
"email",
|
|
793
|
+
"brand awareness",
|
|
794
|
+
"viral",
|
|
795
|
+
"audience",
|
|
796
|
+
"engagement",
|
|
797
|
+
"influencer",
|
|
798
|
+
"ecommerce",
|
|
799
|
+
"podcast",
|
|
800
|
+
"video",
|
|
801
|
+
"kuaishou",
|
|
802
|
+
"strategist",
|
|
803
|
+
"expert",
|
|
804
|
+
"specializing",
|
|
805
|
+
"short"
|
|
806
|
+
]
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"slug": "marketing-linkedin-content-creator",
|
|
810
|
+
"name": "LinkedIn Content Creator",
|
|
811
|
+
"description": "Expert LinkedIn content strategist focused on thought leadership, personal brand building, and high-engagement professional content. Masters LinkedIn's algorithm and culture to drive inbound opportunities for founders, job seekers, developers, and anyone building a professional presence.",
|
|
812
|
+
"category": "marketing",
|
|
813
|
+
"filePath": "../agency-agents/marketing/marketing-linkedin-content-creator.md",
|
|
814
|
+
"keywords": [
|
|
815
|
+
"marketing",
|
|
816
|
+
"content",
|
|
817
|
+
"social media",
|
|
818
|
+
"seo",
|
|
819
|
+
"tiktok",
|
|
820
|
+
"instagram",
|
|
821
|
+
"twitter",
|
|
822
|
+
"linkedin",
|
|
823
|
+
"campaign",
|
|
824
|
+
"growth",
|
|
825
|
+
"ads",
|
|
826
|
+
"email",
|
|
827
|
+
"brand awareness",
|
|
828
|
+
"viral",
|
|
829
|
+
"audience",
|
|
830
|
+
"engagement",
|
|
831
|
+
"influencer",
|
|
832
|
+
"ecommerce",
|
|
833
|
+
"podcast",
|
|
834
|
+
"video",
|
|
835
|
+
"creator",
|
|
836
|
+
"expert",
|
|
837
|
+
"strategist",
|
|
838
|
+
"focused"
|
|
839
|
+
]
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
"slug": "marketing-livestream-commerce-coach",
|
|
843
|
+
"name": "Livestream Commerce Coach",
|
|
844
|
+
"description": "Veteran livestream e-commerce coach specializing in host training and live room operations across Douyin, Kuaishou, Taobao Live, and Channels, covering script design, product sequencing, paid-vs-organic traffic balancing, conversion closing techniques, and real-time data-driven optimization.",
|
|
845
|
+
"category": "marketing",
|
|
846
|
+
"filePath": "../agency-agents/marketing/marketing-livestream-commerce-coach.md",
|
|
847
|
+
"keywords": [
|
|
848
|
+
"marketing",
|
|
849
|
+
"content",
|
|
850
|
+
"social media",
|
|
851
|
+
"seo",
|
|
852
|
+
"tiktok",
|
|
853
|
+
"instagram",
|
|
854
|
+
"twitter",
|
|
855
|
+
"linkedin",
|
|
856
|
+
"campaign",
|
|
857
|
+
"growth",
|
|
858
|
+
"ads",
|
|
859
|
+
"email",
|
|
860
|
+
"brand awareness",
|
|
861
|
+
"viral",
|
|
862
|
+
"audience",
|
|
863
|
+
"engagement",
|
|
864
|
+
"influencer",
|
|
865
|
+
"ecommerce",
|
|
866
|
+
"podcast",
|
|
867
|
+
"video",
|
|
868
|
+
"livestream",
|
|
869
|
+
"commerce",
|
|
870
|
+
"coach",
|
|
871
|
+
"veteran",
|
|
872
|
+
"specializing"
|
|
873
|
+
]
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"slug": "marketing-podcast-strategist",
|
|
877
|
+
"name": "Podcast Strategist",
|
|
878
|
+
"description": "Content strategy and operations expert for the Chinese podcast market, with deep expertise in Xiaoyuzhou, Ximalaya, and other major audio platforms, covering show positioning, audio production, audience growth, multi-platform distribution, and monetization to help podcast creators build sticky audio content brands.",
|
|
879
|
+
"category": "marketing",
|
|
880
|
+
"filePath": "../agency-agents/marketing/marketing-podcast-strategist.md",
|
|
881
|
+
"keywords": [
|
|
882
|
+
"marketing",
|
|
883
|
+
"content",
|
|
884
|
+
"social media",
|
|
885
|
+
"seo",
|
|
886
|
+
"tiktok",
|
|
887
|
+
"instagram",
|
|
888
|
+
"twitter",
|
|
889
|
+
"linkedin",
|
|
890
|
+
"campaign",
|
|
891
|
+
"growth",
|
|
892
|
+
"ads",
|
|
893
|
+
"email",
|
|
894
|
+
"brand awareness",
|
|
895
|
+
"viral",
|
|
896
|
+
"audience",
|
|
897
|
+
"engagement",
|
|
898
|
+
"influencer",
|
|
899
|
+
"ecommerce",
|
|
900
|
+
"podcast",
|
|
901
|
+
"video",
|
|
902
|
+
"strategist",
|
|
903
|
+
"strategy",
|
|
904
|
+
"operations",
|
|
905
|
+
"expert",
|
|
906
|
+
"chinese"
|
|
907
|
+
]
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
"slug": "marketing-private-domain-operator",
|
|
911
|
+
"name": "Private Domain Operator",
|
|
912
|
+
"description": "Expert in building enterprise WeChat (WeCom) private domain ecosystems, with deep expertise in SCRM systems, segmented community operations, Mini Program commerce integration, user lifecycle management, and full-funnel conversion optimization.",
|
|
913
|
+
"category": "marketing",
|
|
914
|
+
"filePath": "../agency-agents/marketing/marketing-private-domain-operator.md",
|
|
915
|
+
"keywords": [
|
|
916
|
+
"marketing",
|
|
917
|
+
"content",
|
|
918
|
+
"social media",
|
|
919
|
+
"seo",
|
|
920
|
+
"tiktok",
|
|
921
|
+
"instagram",
|
|
922
|
+
"twitter",
|
|
923
|
+
"linkedin",
|
|
924
|
+
"campaign",
|
|
925
|
+
"growth",
|
|
926
|
+
"ads",
|
|
927
|
+
"email",
|
|
928
|
+
"brand awareness",
|
|
929
|
+
"viral",
|
|
930
|
+
"audience",
|
|
931
|
+
"engagement",
|
|
932
|
+
"influencer",
|
|
933
|
+
"ecommerce",
|
|
934
|
+
"podcast",
|
|
935
|
+
"video",
|
|
936
|
+
"private",
|
|
937
|
+
"domain",
|
|
938
|
+
"operator",
|
|
939
|
+
"expert",
|
|
940
|
+
"building",
|
|
941
|
+
"enterprise",
|
|
942
|
+
"wechat",
|
|
943
|
+
"(wecom)"
|
|
944
|
+
]
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"slug": "marketing-reddit-community-builder",
|
|
948
|
+
"name": "Reddit Community Builder",
|
|
949
|
+
"description": "Expert Reddit marketing specialist focused on authentic community engagement, value-driven content creation, and long-term relationship building. Masters Reddit culture navigation.",
|
|
950
|
+
"category": "marketing",
|
|
951
|
+
"filePath": "../agency-agents/marketing/marketing-reddit-community-builder.md",
|
|
952
|
+
"keywords": [
|
|
953
|
+
"marketing",
|
|
954
|
+
"content",
|
|
955
|
+
"social media",
|
|
956
|
+
"seo",
|
|
957
|
+
"tiktok",
|
|
958
|
+
"instagram",
|
|
959
|
+
"twitter",
|
|
960
|
+
"linkedin",
|
|
961
|
+
"campaign",
|
|
962
|
+
"growth",
|
|
963
|
+
"ads",
|
|
964
|
+
"email",
|
|
965
|
+
"brand awareness",
|
|
966
|
+
"viral",
|
|
967
|
+
"audience",
|
|
968
|
+
"engagement",
|
|
969
|
+
"influencer",
|
|
970
|
+
"ecommerce",
|
|
971
|
+
"podcast",
|
|
972
|
+
"video",
|
|
973
|
+
"reddit",
|
|
974
|
+
"community",
|
|
975
|
+
"builder",
|
|
976
|
+
"expert",
|
|
977
|
+
"specialist",
|
|
978
|
+
"focused"
|
|
979
|
+
]
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
"slug": "marketing-seo-specialist",
|
|
983
|
+
"name": "SEO Specialist",
|
|
984
|
+
"description": "Expert search engine optimization strategist specializing in technical SEO, content optimization, link authority building, and organic search growth. Drives sustainable traffic through data-driven search strategies.",
|
|
985
|
+
"category": "marketing",
|
|
986
|
+
"filePath": "../agency-agents/marketing/marketing-seo-specialist.md",
|
|
987
|
+
"keywords": [
|
|
988
|
+
"marketing",
|
|
989
|
+
"content",
|
|
990
|
+
"social media",
|
|
991
|
+
"seo",
|
|
992
|
+
"tiktok",
|
|
993
|
+
"instagram",
|
|
994
|
+
"twitter",
|
|
995
|
+
"linkedin",
|
|
996
|
+
"campaign",
|
|
997
|
+
"growth",
|
|
998
|
+
"ads",
|
|
999
|
+
"email",
|
|
1000
|
+
"brand awareness",
|
|
1001
|
+
"viral",
|
|
1002
|
+
"audience",
|
|
1003
|
+
"engagement",
|
|
1004
|
+
"influencer",
|
|
1005
|
+
"ecommerce",
|
|
1006
|
+
"podcast",
|
|
1007
|
+
"video",
|
|
1008
|
+
"specialist",
|
|
1009
|
+
"expert",
|
|
1010
|
+
"search",
|
|
1011
|
+
"engine",
|
|
1012
|
+
"optimization",
|
|
1013
|
+
"strategist",
|
|
1014
|
+
"specializing",
|
|
1015
|
+
"technical"
|
|
1016
|
+
]
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"slug": "marketing-short-video-editing-coach",
|
|
1020
|
+
"name": "Short-Video Editing Coach",
|
|
1021
|
+
"description": "Hands-on short-video editing coach covering the full post-production pipeline, with mastery of CapCut Pro, Premiere Pro, DaVinci Resolve, and Final Cut Pro across composition and camera language, color grading, audio engineering, motion graphics and VFX, subtitle design, multi-platform export optimization, editing workflow efficiency, and AI-assisted editing.",
|
|
1022
|
+
"category": "marketing",
|
|
1023
|
+
"filePath": "../agency-agents/marketing/marketing-short-video-editing-coach.md",
|
|
1024
|
+
"keywords": [
|
|
1025
|
+
"marketing",
|
|
1026
|
+
"content",
|
|
1027
|
+
"social media",
|
|
1028
|
+
"seo",
|
|
1029
|
+
"tiktok",
|
|
1030
|
+
"instagram",
|
|
1031
|
+
"twitter",
|
|
1032
|
+
"linkedin",
|
|
1033
|
+
"campaign",
|
|
1034
|
+
"growth",
|
|
1035
|
+
"ads",
|
|
1036
|
+
"email",
|
|
1037
|
+
"brand awareness",
|
|
1038
|
+
"viral",
|
|
1039
|
+
"audience",
|
|
1040
|
+
"engagement",
|
|
1041
|
+
"influencer",
|
|
1042
|
+
"ecommerce",
|
|
1043
|
+
"podcast",
|
|
1044
|
+
"video",
|
|
1045
|
+
"short",
|
|
1046
|
+
"editing",
|
|
1047
|
+
"coach",
|
|
1048
|
+
"hands"
|
|
1049
|
+
]
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
"slug": "marketing-social-media-strategist",
|
|
1053
|
+
"name": "Social Media Strategist",
|
|
1054
|
+
"description": "Expert social media strategist for LinkedIn, Twitter, and professional platforms. Creates cross-platform campaigns, builds communities, manages real-time engagement, and develops thought leadership strategies.",
|
|
1055
|
+
"category": "marketing",
|
|
1056
|
+
"filePath": "../agency-agents/marketing/marketing-social-media-strategist.md",
|
|
1057
|
+
"keywords": [
|
|
1058
|
+
"marketing",
|
|
1059
|
+
"content",
|
|
1060
|
+
"social media",
|
|
1061
|
+
"seo",
|
|
1062
|
+
"tiktok",
|
|
1063
|
+
"instagram",
|
|
1064
|
+
"twitter",
|
|
1065
|
+
"linkedin",
|
|
1066
|
+
"campaign",
|
|
1067
|
+
"growth",
|
|
1068
|
+
"ads",
|
|
1069
|
+
"email",
|
|
1070
|
+
"brand awareness",
|
|
1071
|
+
"viral",
|
|
1072
|
+
"audience",
|
|
1073
|
+
"engagement",
|
|
1074
|
+
"influencer",
|
|
1075
|
+
"ecommerce",
|
|
1076
|
+
"podcast",
|
|
1077
|
+
"video",
|
|
1078
|
+
"social",
|
|
1079
|
+
"media",
|
|
1080
|
+
"strategist",
|
|
1081
|
+
"expert"
|
|
1082
|
+
]
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
"slug": "marketing-tiktok-strategist",
|
|
1086
|
+
"name": "TikTok Strategist",
|
|
1087
|
+
"description": "Expert TikTok marketing specialist focused on viral content creation, algorithm optimization, and community building. Masters TikTok's unique culture and features for brand growth.",
|
|
1088
|
+
"category": "marketing",
|
|
1089
|
+
"filePath": "../agency-agents/marketing/marketing-tiktok-strategist.md",
|
|
1090
|
+
"keywords": [
|
|
1091
|
+
"marketing",
|
|
1092
|
+
"content",
|
|
1093
|
+
"social media",
|
|
1094
|
+
"seo",
|
|
1095
|
+
"tiktok",
|
|
1096
|
+
"instagram",
|
|
1097
|
+
"twitter",
|
|
1098
|
+
"linkedin",
|
|
1099
|
+
"campaign",
|
|
1100
|
+
"growth",
|
|
1101
|
+
"ads",
|
|
1102
|
+
"email",
|
|
1103
|
+
"brand awareness",
|
|
1104
|
+
"viral",
|
|
1105
|
+
"audience",
|
|
1106
|
+
"engagement",
|
|
1107
|
+
"influencer",
|
|
1108
|
+
"ecommerce",
|
|
1109
|
+
"podcast",
|
|
1110
|
+
"video",
|
|
1111
|
+
"strategist",
|
|
1112
|
+
"expert",
|
|
1113
|
+
"specialist",
|
|
1114
|
+
"focused"
|
|
1115
|
+
]
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"slug": "marketing-twitter-engager",
|
|
1119
|
+
"name": "Twitter Engager",
|
|
1120
|
+
"description": "Expert Twitter marketing specialist focused on real-time engagement, thought leadership building, and community-driven growth. Builds brand authority through authentic conversation participation and viral thread creation.",
|
|
1121
|
+
"category": "marketing",
|
|
1122
|
+
"filePath": "../agency-agents/marketing/marketing-twitter-engager.md",
|
|
1123
|
+
"keywords": [
|
|
1124
|
+
"marketing",
|
|
1125
|
+
"content",
|
|
1126
|
+
"social media",
|
|
1127
|
+
"seo",
|
|
1128
|
+
"tiktok",
|
|
1129
|
+
"instagram",
|
|
1130
|
+
"twitter",
|
|
1131
|
+
"linkedin",
|
|
1132
|
+
"campaign",
|
|
1133
|
+
"growth",
|
|
1134
|
+
"ads",
|
|
1135
|
+
"email",
|
|
1136
|
+
"brand awareness",
|
|
1137
|
+
"viral",
|
|
1138
|
+
"audience",
|
|
1139
|
+
"engagement",
|
|
1140
|
+
"influencer",
|
|
1141
|
+
"ecommerce",
|
|
1142
|
+
"podcast",
|
|
1143
|
+
"video",
|
|
1144
|
+
"engager",
|
|
1145
|
+
"expert",
|
|
1146
|
+
"specialist",
|
|
1147
|
+
"focused"
|
|
1148
|
+
]
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"slug": "marketing-wechat-official-account",
|
|
1152
|
+
"name": "WeChat Official Account Manager",
|
|
1153
|
+
"description": "Expert WeChat Official Account (OA) strategist specializing in content marketing, subscriber engagement, and conversion optimization. Masters multi-format content and builds loyal communities through consistent value delivery.",
|
|
1154
|
+
"category": "marketing",
|
|
1155
|
+
"filePath": "../agency-agents/marketing/marketing-wechat-official-account.md",
|
|
1156
|
+
"keywords": [
|
|
1157
|
+
"marketing",
|
|
1158
|
+
"content",
|
|
1159
|
+
"social media",
|
|
1160
|
+
"seo",
|
|
1161
|
+
"tiktok",
|
|
1162
|
+
"instagram",
|
|
1163
|
+
"twitter",
|
|
1164
|
+
"linkedin",
|
|
1165
|
+
"campaign",
|
|
1166
|
+
"growth",
|
|
1167
|
+
"ads",
|
|
1168
|
+
"email",
|
|
1169
|
+
"brand awareness",
|
|
1170
|
+
"viral",
|
|
1171
|
+
"audience",
|
|
1172
|
+
"engagement",
|
|
1173
|
+
"influencer",
|
|
1174
|
+
"ecommerce",
|
|
1175
|
+
"podcast",
|
|
1176
|
+
"video",
|
|
1177
|
+
"wechat",
|
|
1178
|
+
"official",
|
|
1179
|
+
"account",
|
|
1180
|
+
"manager",
|
|
1181
|
+
"expert"
|
|
1182
|
+
]
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"slug": "marketing-weibo-strategist",
|
|
1186
|
+
"name": "Weibo Strategist",
|
|
1187
|
+
"description": "Full-spectrum operations expert for Sina Weibo, with deep expertise in trending topic mechanics, Super Topic community management, public sentiment monitoring, fan economy strategies, and Weibo advertising, helping brands achieve viral reach and sustained growth on China's leading public discourse platform.",
|
|
1188
|
+
"category": "marketing",
|
|
1189
|
+
"filePath": "../agency-agents/marketing/marketing-weibo-strategist.md",
|
|
1190
|
+
"keywords": [
|
|
1191
|
+
"marketing",
|
|
1192
|
+
"content",
|
|
1193
|
+
"social media",
|
|
1194
|
+
"seo",
|
|
1195
|
+
"tiktok",
|
|
1196
|
+
"instagram",
|
|
1197
|
+
"twitter",
|
|
1198
|
+
"linkedin",
|
|
1199
|
+
"campaign",
|
|
1200
|
+
"growth",
|
|
1201
|
+
"ads",
|
|
1202
|
+
"email",
|
|
1203
|
+
"brand awareness",
|
|
1204
|
+
"viral",
|
|
1205
|
+
"audience",
|
|
1206
|
+
"engagement",
|
|
1207
|
+
"influencer",
|
|
1208
|
+
"ecommerce",
|
|
1209
|
+
"podcast",
|
|
1210
|
+
"video",
|
|
1211
|
+
"weibo",
|
|
1212
|
+
"strategist",
|
|
1213
|
+
"spectrum",
|
|
1214
|
+
"operations",
|
|
1215
|
+
"expert",
|
|
1216
|
+
"expertise",
|
|
1217
|
+
"trending"
|
|
1218
|
+
]
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"slug": "marketing-xiaohongshu-specialist",
|
|
1222
|
+
"name": "Xiaohongshu Specialist",
|
|
1223
|
+
"description": "Expert Xiaohongshu marketing specialist focused on lifestyle content, trend-driven strategies, and authentic community engagement. Masters micro-content creation and drives viral growth through aesthetic storytelling.",
|
|
1224
|
+
"category": "marketing",
|
|
1225
|
+
"filePath": "../agency-agents/marketing/marketing-xiaohongshu-specialist.md",
|
|
1226
|
+
"keywords": [
|
|
1227
|
+
"marketing",
|
|
1228
|
+
"content",
|
|
1229
|
+
"social media",
|
|
1230
|
+
"seo",
|
|
1231
|
+
"tiktok",
|
|
1232
|
+
"instagram",
|
|
1233
|
+
"twitter",
|
|
1234
|
+
"linkedin",
|
|
1235
|
+
"campaign",
|
|
1236
|
+
"growth",
|
|
1237
|
+
"ads",
|
|
1238
|
+
"email",
|
|
1239
|
+
"brand awareness",
|
|
1240
|
+
"viral",
|
|
1241
|
+
"audience",
|
|
1242
|
+
"engagement",
|
|
1243
|
+
"influencer",
|
|
1244
|
+
"ecommerce",
|
|
1245
|
+
"podcast",
|
|
1246
|
+
"video",
|
|
1247
|
+
"xiaohongshu",
|
|
1248
|
+
"specialist",
|
|
1249
|
+
"expert",
|
|
1250
|
+
"focused",
|
|
1251
|
+
"lifestyle"
|
|
1252
|
+
]
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
"slug": "marketing-zhihu-strategist",
|
|
1256
|
+
"name": "Zhihu Strategist",
|
|
1257
|
+
"description": "Expert Zhihu marketing specialist focused on thought leadership, community credibility, and knowledge-driven engagement. Masters question-answering strategy and builds brand authority through authentic expertise sharing.",
|
|
1258
|
+
"category": "marketing",
|
|
1259
|
+
"filePath": "../agency-agents/marketing/marketing-zhihu-strategist.md",
|
|
1260
|
+
"keywords": [
|
|
1261
|
+
"marketing",
|
|
1262
|
+
"content",
|
|
1263
|
+
"social media",
|
|
1264
|
+
"seo",
|
|
1265
|
+
"tiktok",
|
|
1266
|
+
"instagram",
|
|
1267
|
+
"twitter",
|
|
1268
|
+
"linkedin",
|
|
1269
|
+
"campaign",
|
|
1270
|
+
"growth",
|
|
1271
|
+
"ads",
|
|
1272
|
+
"email",
|
|
1273
|
+
"brand awareness",
|
|
1274
|
+
"viral",
|
|
1275
|
+
"audience",
|
|
1276
|
+
"engagement",
|
|
1277
|
+
"influencer",
|
|
1278
|
+
"ecommerce",
|
|
1279
|
+
"podcast",
|
|
1280
|
+
"video",
|
|
1281
|
+
"zhihu",
|
|
1282
|
+
"strategist",
|
|
1283
|
+
"expert",
|
|
1284
|
+
"specialist",
|
|
1285
|
+
"focused",
|
|
1286
|
+
"thought"
|
|
1287
|
+
]
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"slug": "paid-media-auditor",
|
|
1291
|
+
"name": "Paid Media Auditor",
|
|
1292
|
+
"description": "Comprehensive paid media auditor who systematically evaluates Google Ads, Microsoft Ads, and Meta accounts across 200+ checkpoints spanning account structure, tracking, bidding, creative, audiences, and competitive positioning. Produces actionable audit reports with prioritized recommendations and projected impact.",
|
|
1293
|
+
"category": "paid-media",
|
|
1294
|
+
"filePath": "../agency-agents/paid-media/paid-media-auditor.md",
|
|
1295
|
+
"keywords": [
|
|
1296
|
+
"paid media",
|
|
1297
|
+
"ppc",
|
|
1298
|
+
"google ads",
|
|
1299
|
+
"facebook ads",
|
|
1300
|
+
"programmatic",
|
|
1301
|
+
"display",
|
|
1302
|
+
"search ads",
|
|
1303
|
+
"conversion tracking",
|
|
1304
|
+
"roas",
|
|
1305
|
+
"cpc",
|
|
1306
|
+
"cpm",
|
|
1307
|
+
"attribution",
|
|
1308
|
+
"media",
|
|
1309
|
+
"auditor",
|
|
1310
|
+
"comprehensive",
|
|
1311
|
+
"systematically",
|
|
1312
|
+
"evaluates",
|
|
1313
|
+
"google"
|
|
1314
|
+
]
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
"slug": "paid-media-creative-strategist",
|
|
1318
|
+
"name": "Ad Creative Strategist",
|
|
1319
|
+
"description": "Paid media creative specialist focused on ad copywriting, RSA optimization, asset group design, and creative testing frameworks across Google, Meta, Microsoft, and programmatic platforms. Bridges the gap between performance data and persuasive messaging.",
|
|
1320
|
+
"category": "paid-media",
|
|
1321
|
+
"filePath": "../agency-agents/paid-media/paid-media-creative-strategist.md",
|
|
1322
|
+
"keywords": [
|
|
1323
|
+
"paid media",
|
|
1324
|
+
"ppc",
|
|
1325
|
+
"google ads",
|
|
1326
|
+
"facebook ads",
|
|
1327
|
+
"programmatic",
|
|
1328
|
+
"display",
|
|
1329
|
+
"search ads",
|
|
1330
|
+
"conversion tracking",
|
|
1331
|
+
"roas",
|
|
1332
|
+
"cpc",
|
|
1333
|
+
"cpm",
|
|
1334
|
+
"attribution",
|
|
1335
|
+
"creative",
|
|
1336
|
+
"strategist",
|
|
1337
|
+
"media",
|
|
1338
|
+
"specialist",
|
|
1339
|
+
"focused",
|
|
1340
|
+
"copywriting",
|
|
1341
|
+
"optimization"
|
|
1342
|
+
]
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"slug": "paid-media-paid-social-strategist",
|
|
1346
|
+
"name": "Paid Social Strategist",
|
|
1347
|
+
"description": "Cross-platform paid social advertising specialist covering Meta (Facebook/Instagram), LinkedIn, TikTok, Pinterest, X, and Snapchat. Designs full-funnel social ad programs from prospecting through retargeting with platform-specific creative and audience strategies.",
|
|
1348
|
+
"category": "paid-media",
|
|
1349
|
+
"filePath": "../agency-agents/paid-media/paid-media-paid-social-strategist.md",
|
|
1350
|
+
"keywords": [
|
|
1351
|
+
"paid media",
|
|
1352
|
+
"ppc",
|
|
1353
|
+
"google ads",
|
|
1354
|
+
"facebook ads",
|
|
1355
|
+
"programmatic",
|
|
1356
|
+
"display",
|
|
1357
|
+
"search ads",
|
|
1358
|
+
"conversion tracking",
|
|
1359
|
+
"roas",
|
|
1360
|
+
"cpc",
|
|
1361
|
+
"cpm",
|
|
1362
|
+
"attribution",
|
|
1363
|
+
"social",
|
|
1364
|
+
"strategist",
|
|
1365
|
+
"cross",
|
|
1366
|
+
"platform",
|
|
1367
|
+
"advertising",
|
|
1368
|
+
"specialist",
|
|
1369
|
+
"covering"
|
|
1370
|
+
]
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"slug": "paid-media-ppc-strategist",
|
|
1374
|
+
"name": "PPC Campaign Strategist",
|
|
1375
|
+
"description": "Senior paid media strategist specializing in large-scale search, shopping, and performance max campaign architecture across Google, Microsoft, and Amazon ad platforms. Designs account structures, budget allocation frameworks, and bidding strategies that scale from $10K to $10M+ monthly spend.",
|
|
1376
|
+
"category": "paid-media",
|
|
1377
|
+
"filePath": "../agency-agents/paid-media/paid-media-ppc-strategist.md",
|
|
1378
|
+
"keywords": [
|
|
1379
|
+
"paid media",
|
|
1380
|
+
"ppc",
|
|
1381
|
+
"google ads",
|
|
1382
|
+
"facebook ads",
|
|
1383
|
+
"programmatic",
|
|
1384
|
+
"display",
|
|
1385
|
+
"search ads",
|
|
1386
|
+
"conversion tracking",
|
|
1387
|
+
"roas",
|
|
1388
|
+
"cpc",
|
|
1389
|
+
"cpm",
|
|
1390
|
+
"attribution",
|
|
1391
|
+
"campaign",
|
|
1392
|
+
"strategist",
|
|
1393
|
+
"senior",
|
|
1394
|
+
"media",
|
|
1395
|
+
"specializing",
|
|
1396
|
+
"large",
|
|
1397
|
+
"scale"
|
|
1398
|
+
]
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
"slug": "paid-media-programmatic-buyer",
|
|
1402
|
+
"name": "Programmatic & Display Buyer",
|
|
1403
|
+
"description": "Display advertising and programmatic media buying specialist covering managed placements, Google Display Network, Dv160, trade desk platforms, partner media (newsletters, sponsored content), and ABM display strategies via platforms like Demandbase and 6Sense.",
|
|
1404
|
+
"category": "paid-media",
|
|
1405
|
+
"filePath": "../agency-agents/paid-media/paid-media-programmatic-buyer.md",
|
|
1406
|
+
"keywords": [
|
|
1407
|
+
"paid media",
|
|
1408
|
+
"ppc",
|
|
1409
|
+
"google ads",
|
|
1410
|
+
"facebook ads",
|
|
1411
|
+
"programmatic",
|
|
1412
|
+
"display",
|
|
1413
|
+
"search ads",
|
|
1414
|
+
"conversion tracking",
|
|
1415
|
+
"roas",
|
|
1416
|
+
"cpc",
|
|
1417
|
+
"cpm",
|
|
1418
|
+
"attribution",
|
|
1419
|
+
"buyer",
|
|
1420
|
+
"advertising",
|
|
1421
|
+
"media",
|
|
1422
|
+
"buying"
|
|
1423
|
+
]
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
"slug": "paid-media-search-query-analyst",
|
|
1427
|
+
"name": "Search Query Analyst",
|
|
1428
|
+
"description": "Specialist in search term analysis, negative keyword architecture, and query-to-intent mapping. Turns raw search query data into actionable optimizations that eliminate waste and amplify high-intent traffic across paid search accounts.",
|
|
1429
|
+
"category": "paid-media",
|
|
1430
|
+
"filePath": "../agency-agents/paid-media/paid-media-search-query-analyst.md",
|
|
1431
|
+
"keywords": [
|
|
1432
|
+
"paid media",
|
|
1433
|
+
"ppc",
|
|
1434
|
+
"google ads",
|
|
1435
|
+
"facebook ads",
|
|
1436
|
+
"programmatic",
|
|
1437
|
+
"display",
|
|
1438
|
+
"search ads",
|
|
1439
|
+
"conversion tracking",
|
|
1440
|
+
"roas",
|
|
1441
|
+
"cpc",
|
|
1442
|
+
"cpm",
|
|
1443
|
+
"attribution",
|
|
1444
|
+
"search",
|
|
1445
|
+
"query",
|
|
1446
|
+
"analyst",
|
|
1447
|
+
"specialist",
|
|
1448
|
+
"analysis",
|
|
1449
|
+
"negative",
|
|
1450
|
+
"keyword"
|
|
1451
|
+
]
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"slug": "paid-media-tracking-specialist",
|
|
1455
|
+
"name": "Tracking & Measurement Specialist",
|
|
1456
|
+
"description": "Expert in conversion tracking architecture, tag management, and attribution modeling across Google Tag Manager, GA4, Google Ads, Meta CAPI, LinkedIn Insight Tag, and server-side implementations. Ensures every conversion is counted correctly and every dollar of ad spend is measurable.",
|
|
1457
|
+
"category": "paid-media",
|
|
1458
|
+
"filePath": "../agency-agents/paid-media/paid-media-tracking-specialist.md",
|
|
1459
|
+
"keywords": [
|
|
1460
|
+
"paid media",
|
|
1461
|
+
"ppc",
|
|
1462
|
+
"google ads",
|
|
1463
|
+
"facebook ads",
|
|
1464
|
+
"programmatic",
|
|
1465
|
+
"display",
|
|
1466
|
+
"search ads",
|
|
1467
|
+
"conversion tracking",
|
|
1468
|
+
"roas",
|
|
1469
|
+
"cpc",
|
|
1470
|
+
"cpm",
|
|
1471
|
+
"attribution",
|
|
1472
|
+
"tracking",
|
|
1473
|
+
"measurement",
|
|
1474
|
+
"specialist",
|
|
1475
|
+
"expert",
|
|
1476
|
+
"conversion",
|
|
1477
|
+
"architecture",
|
|
1478
|
+
"management"
|
|
1479
|
+
]
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"slug": "product-behavioral-nudge-engine",
|
|
1483
|
+
"name": "Behavioral Nudge Engine",
|
|
1484
|
+
"description": "Behavioral psychology specialist that adapts software interaction cadences and styles to maximize user motivation and success.",
|
|
1485
|
+
"category": "product",
|
|
1486
|
+
"filePath": "../agency-agents/product/product-behavioral-nudge-engine.md",
|
|
1487
|
+
"keywords": [
|
|
1488
|
+
"product",
|
|
1489
|
+
"roadmap",
|
|
1490
|
+
"sprint",
|
|
1491
|
+
"backlog",
|
|
1492
|
+
"user story",
|
|
1493
|
+
"prioritization",
|
|
1494
|
+
"customer feedback",
|
|
1495
|
+
"product strategy",
|
|
1496
|
+
"retention",
|
|
1497
|
+
"activation",
|
|
1498
|
+
"behavioral",
|
|
1499
|
+
"nudge",
|
|
1500
|
+
"engine",
|
|
1501
|
+
"psychology",
|
|
1502
|
+
"specialist",
|
|
1503
|
+
"adapts",
|
|
1504
|
+
"software"
|
|
1505
|
+
]
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"slug": "product-feedback-synthesizer",
|
|
1509
|
+
"name": "Feedback Synthesizer",
|
|
1510
|
+
"description": "Expert in collecting, analyzing, and synthesizing user feedback from multiple channels to extract actionable product insights. Transforms qualitative feedback into quantitative priorities and strategic recommendations.",
|
|
1511
|
+
"category": "product",
|
|
1512
|
+
"filePath": "../agency-agents/product/product-feedback-synthesizer.md",
|
|
1513
|
+
"keywords": [
|
|
1514
|
+
"product",
|
|
1515
|
+
"roadmap",
|
|
1516
|
+
"sprint",
|
|
1517
|
+
"backlog",
|
|
1518
|
+
"user story",
|
|
1519
|
+
"prioritization",
|
|
1520
|
+
"customer feedback",
|
|
1521
|
+
"product strategy",
|
|
1522
|
+
"retention",
|
|
1523
|
+
"activation",
|
|
1524
|
+
"feedback",
|
|
1525
|
+
"synthesizer",
|
|
1526
|
+
"expert",
|
|
1527
|
+
"collecting",
|
|
1528
|
+
"analyzing",
|
|
1529
|
+
"synthesizing",
|
|
1530
|
+
"multiple"
|
|
1531
|
+
]
|
|
1532
|
+
},
|
|
1533
|
+
{
|
|
1534
|
+
"slug": "product-manager",
|
|
1535
|
+
"name": "Product Manager",
|
|
1536
|
+
"description": "Holistic product leader who owns the full product lifecycle — from discovery and strategy through roadmap, stakeholder alignment, go-to-market, and outcome measurement. Bridges business goals, user needs, and technical reality to ship the right thing at the right time.",
|
|
1537
|
+
"category": "product",
|
|
1538
|
+
"filePath": "../agency-agents/product/product-manager.md",
|
|
1539
|
+
"keywords": [
|
|
1540
|
+
"product",
|
|
1541
|
+
"roadmap",
|
|
1542
|
+
"sprint",
|
|
1543
|
+
"backlog",
|
|
1544
|
+
"user story",
|
|
1545
|
+
"prioritization",
|
|
1546
|
+
"customer feedback",
|
|
1547
|
+
"product strategy",
|
|
1548
|
+
"retention",
|
|
1549
|
+
"activation",
|
|
1550
|
+
"manager",
|
|
1551
|
+
"holistic",
|
|
1552
|
+
"leader",
|
|
1553
|
+
"lifecycle",
|
|
1554
|
+
"discovery"
|
|
1555
|
+
]
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
"slug": "product-sprint-prioritizer",
|
|
1559
|
+
"name": "Sprint Prioritizer",
|
|
1560
|
+
"description": "Expert product manager specializing in agile sprint planning, feature prioritization, and resource allocation. Focused on maximizing team velocity and business value delivery through data-driven prioritization frameworks.",
|
|
1561
|
+
"category": "product",
|
|
1562
|
+
"filePath": "../agency-agents/product/product-sprint-prioritizer.md",
|
|
1563
|
+
"keywords": [
|
|
1564
|
+
"product",
|
|
1565
|
+
"roadmap",
|
|
1566
|
+
"sprint",
|
|
1567
|
+
"backlog",
|
|
1568
|
+
"user story",
|
|
1569
|
+
"prioritization",
|
|
1570
|
+
"customer feedback",
|
|
1571
|
+
"product strategy",
|
|
1572
|
+
"retention",
|
|
1573
|
+
"activation",
|
|
1574
|
+
"prioritizer",
|
|
1575
|
+
"expert",
|
|
1576
|
+
"manager",
|
|
1577
|
+
"specializing",
|
|
1578
|
+
"agile"
|
|
1579
|
+
]
|
|
1580
|
+
},
|
|
1581
|
+
{
|
|
1582
|
+
"slug": "product-trend-researcher",
|
|
1583
|
+
"name": "Trend Researcher",
|
|
1584
|
+
"description": "Expert market intelligence analyst specializing in identifying emerging trends, competitive analysis, and opportunity assessment. Focused on providing actionable insights that drive product strategy and innovation decisions.",
|
|
1585
|
+
"category": "product",
|
|
1586
|
+
"filePath": "../agency-agents/product/product-trend-researcher.md",
|
|
1587
|
+
"keywords": [
|
|
1588
|
+
"product",
|
|
1589
|
+
"roadmap",
|
|
1590
|
+
"sprint",
|
|
1591
|
+
"backlog",
|
|
1592
|
+
"user story",
|
|
1593
|
+
"prioritization",
|
|
1594
|
+
"customer feedback",
|
|
1595
|
+
"product strategy",
|
|
1596
|
+
"retention",
|
|
1597
|
+
"activation",
|
|
1598
|
+
"trend",
|
|
1599
|
+
"researcher",
|
|
1600
|
+
"expert",
|
|
1601
|
+
"market",
|
|
1602
|
+
"intelligence",
|
|
1603
|
+
"analyst",
|
|
1604
|
+
"specializing",
|
|
1605
|
+
"identifying"
|
|
1606
|
+
]
|
|
1607
|
+
},
|
|
1608
|
+
{
|
|
1609
|
+
"slug": "project-management-experiment-tracker",
|
|
1610
|
+
"name": "Experiment Tracker",
|
|
1611
|
+
"description": "Expert project manager specializing in experiment design, execution tracking, and data-driven decision making. Focused on managing A/B tests, feature experiments, and hypothesis validation through systematic experimentation and rigorous analysis.",
|
|
1612
|
+
"category": "project-management",
|
|
1613
|
+
"filePath": "../agency-agents/project-management/project-management-experiment-tracker.md",
|
|
1614
|
+
"keywords": [
|
|
1615
|
+
"project management",
|
|
1616
|
+
"timeline",
|
|
1617
|
+
"milestone",
|
|
1618
|
+
"stakeholder",
|
|
1619
|
+
"jira",
|
|
1620
|
+
"kanban",
|
|
1621
|
+
"agile",
|
|
1622
|
+
"scrum",
|
|
1623
|
+
"project plan",
|
|
1624
|
+
"delivery",
|
|
1625
|
+
"resource allocation",
|
|
1626
|
+
"experiment",
|
|
1627
|
+
"tracker",
|
|
1628
|
+
"expert",
|
|
1629
|
+
"project",
|
|
1630
|
+
"manager",
|
|
1631
|
+
"specializing",
|
|
1632
|
+
"design"
|
|
1633
|
+
]
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"slug": "project-management-jira-workflow-steward",
|
|
1637
|
+
"name": "Jira Workflow Steward",
|
|
1638
|
+
"description": "Expert delivery operations specialist who enforces Jira-linked Git workflows, traceable commits, structured pull requests, and release-safe branch strategy across software teams.",
|
|
1639
|
+
"category": "project-management",
|
|
1640
|
+
"filePath": "../agency-agents/project-management/project-management-jira-workflow-steward.md",
|
|
1641
|
+
"keywords": [
|
|
1642
|
+
"project management",
|
|
1643
|
+
"timeline",
|
|
1644
|
+
"milestone",
|
|
1645
|
+
"stakeholder",
|
|
1646
|
+
"jira",
|
|
1647
|
+
"kanban",
|
|
1648
|
+
"agile",
|
|
1649
|
+
"scrum",
|
|
1650
|
+
"project plan",
|
|
1651
|
+
"delivery",
|
|
1652
|
+
"resource allocation",
|
|
1653
|
+
"workflow",
|
|
1654
|
+
"steward",
|
|
1655
|
+
"expert",
|
|
1656
|
+
"operations",
|
|
1657
|
+
"specialist",
|
|
1658
|
+
"enforces",
|
|
1659
|
+
"linked"
|
|
1660
|
+
]
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"slug": "project-management-project-shepherd",
|
|
1664
|
+
"name": "Project Shepherd",
|
|
1665
|
+
"description": "Expert project manager specializing in cross-functional project coordination, timeline management, and stakeholder alignment. Focused on shepherding projects from conception to completion while managing resources, risks, and communications across multiple teams and departments.",
|
|
1666
|
+
"category": "project-management",
|
|
1667
|
+
"filePath": "../agency-agents/project-management/project-management-project-shepherd.md",
|
|
1668
|
+
"keywords": [
|
|
1669
|
+
"project management",
|
|
1670
|
+
"timeline",
|
|
1671
|
+
"milestone",
|
|
1672
|
+
"stakeholder",
|
|
1673
|
+
"jira",
|
|
1674
|
+
"kanban",
|
|
1675
|
+
"agile",
|
|
1676
|
+
"scrum",
|
|
1677
|
+
"project plan",
|
|
1678
|
+
"delivery",
|
|
1679
|
+
"resource allocation",
|
|
1680
|
+
"project",
|
|
1681
|
+
"shepherd",
|
|
1682
|
+
"expert",
|
|
1683
|
+
"manager",
|
|
1684
|
+
"specializing",
|
|
1685
|
+
"cross",
|
|
1686
|
+
"functional"
|
|
1687
|
+
]
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"slug": "project-management-studio-operations",
|
|
1691
|
+
"name": "Studio Operations",
|
|
1692
|
+
"description": "Expert operations manager specializing in day-to-day studio efficiency, process optimization, and resource coordination. Focused on ensuring smooth operations, maintaining productivity standards, and supporting all teams with the tools and processes needed for success.",
|
|
1693
|
+
"category": "project-management",
|
|
1694
|
+
"filePath": "../agency-agents/project-management/project-management-studio-operations.md",
|
|
1695
|
+
"keywords": [
|
|
1696
|
+
"project management",
|
|
1697
|
+
"timeline",
|
|
1698
|
+
"milestone",
|
|
1699
|
+
"stakeholder",
|
|
1700
|
+
"jira",
|
|
1701
|
+
"kanban",
|
|
1702
|
+
"agile",
|
|
1703
|
+
"scrum",
|
|
1704
|
+
"project plan",
|
|
1705
|
+
"delivery",
|
|
1706
|
+
"resource allocation",
|
|
1707
|
+
"studio",
|
|
1708
|
+
"operations",
|
|
1709
|
+
"expert",
|
|
1710
|
+
"manager",
|
|
1711
|
+
"specializing",
|
|
1712
|
+
"efficiency"
|
|
1713
|
+
]
|
|
1714
|
+
},
|
|
1715
|
+
{
|
|
1716
|
+
"slug": "project-management-studio-producer",
|
|
1717
|
+
"name": "Studio Producer",
|
|
1718
|
+
"description": "Senior strategic leader specializing in high-level creative and technical project orchestration, resource allocation, and multi-project portfolio management. Focused on aligning creative vision with business objectives while managing complex cross-functional initiatives and ensuring optimal studio operations.",
|
|
1719
|
+
"category": "project-management",
|
|
1720
|
+
"filePath": "../agency-agents/project-management/project-management-studio-producer.md",
|
|
1721
|
+
"keywords": [
|
|
1722
|
+
"project management",
|
|
1723
|
+
"timeline",
|
|
1724
|
+
"milestone",
|
|
1725
|
+
"stakeholder",
|
|
1726
|
+
"jira",
|
|
1727
|
+
"kanban",
|
|
1728
|
+
"agile",
|
|
1729
|
+
"scrum",
|
|
1730
|
+
"project plan",
|
|
1731
|
+
"delivery",
|
|
1732
|
+
"resource allocation",
|
|
1733
|
+
"studio",
|
|
1734
|
+
"producer",
|
|
1735
|
+
"senior",
|
|
1736
|
+
"strategic",
|
|
1737
|
+
"leader",
|
|
1738
|
+
"specializing",
|
|
1739
|
+
"level",
|
|
1740
|
+
"creative"
|
|
1741
|
+
]
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"slug": "project-manager-senior",
|
|
1745
|
+
"name": "Senior Project Manager",
|
|
1746
|
+
"description": "Converts specs to tasks and remembers previous projects. Focused on realistic scope, no background processes, exact spec requirements",
|
|
1747
|
+
"category": "project-management",
|
|
1748
|
+
"filePath": "../agency-agents/project-management/project-manager-senior.md",
|
|
1749
|
+
"keywords": [
|
|
1750
|
+
"project management",
|
|
1751
|
+
"timeline",
|
|
1752
|
+
"milestone",
|
|
1753
|
+
"stakeholder",
|
|
1754
|
+
"jira",
|
|
1755
|
+
"kanban",
|
|
1756
|
+
"agile",
|
|
1757
|
+
"scrum",
|
|
1758
|
+
"project plan",
|
|
1759
|
+
"delivery",
|
|
1760
|
+
"resource allocation",
|
|
1761
|
+
"senior",
|
|
1762
|
+
"project",
|
|
1763
|
+
"manager",
|
|
1764
|
+
"converts",
|
|
1765
|
+
"specs",
|
|
1766
|
+
"tasks",
|
|
1767
|
+
"remembers",
|
|
1768
|
+
"previous"
|
|
1769
|
+
]
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"slug": "sales-account-strategist",
|
|
1773
|
+
"name": "Account Strategist",
|
|
1774
|
+
"description": "Expert post-sale account strategist specializing in land-and-expand execution, stakeholder mapping, QBR facilitation, and net revenue retention. Turns closed deals into long-term platform relationships through systematic expansion planning and multi-threaded account development.",
|
|
1775
|
+
"category": "sales",
|
|
1776
|
+
"filePath": "../agency-agents/sales/sales-account-strategist.md",
|
|
1777
|
+
"keywords": [
|
|
1778
|
+
"sales",
|
|
1779
|
+
"crm",
|
|
1780
|
+
"pipeline",
|
|
1781
|
+
"leads",
|
|
1782
|
+
"prospects",
|
|
1783
|
+
"revenue",
|
|
1784
|
+
"quota",
|
|
1785
|
+
"deal",
|
|
1786
|
+
"closing",
|
|
1787
|
+
"outbound",
|
|
1788
|
+
"discovery",
|
|
1789
|
+
"proposal",
|
|
1790
|
+
"account",
|
|
1791
|
+
"strategist",
|
|
1792
|
+
"expert",
|
|
1793
|
+
"specializing",
|
|
1794
|
+
"expand",
|
|
1795
|
+
"execution"
|
|
1796
|
+
]
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
"slug": "sales-coach",
|
|
1800
|
+
"name": "Sales Coach",
|
|
1801
|
+
"description": "Expert sales coaching specialist focused on rep development, pipeline review facilitation, call coaching, deal strategy, and forecast accuracy. Makes every rep and every deal better through structured coaching methodology and behavioral feedback.",
|
|
1802
|
+
"category": "sales",
|
|
1803
|
+
"filePath": "../agency-agents/sales/sales-coach.md",
|
|
1804
|
+
"keywords": [
|
|
1805
|
+
"sales",
|
|
1806
|
+
"crm",
|
|
1807
|
+
"pipeline",
|
|
1808
|
+
"leads",
|
|
1809
|
+
"prospects",
|
|
1810
|
+
"revenue",
|
|
1811
|
+
"quota",
|
|
1812
|
+
"deal",
|
|
1813
|
+
"closing",
|
|
1814
|
+
"outbound",
|
|
1815
|
+
"discovery",
|
|
1816
|
+
"proposal",
|
|
1817
|
+
"account",
|
|
1818
|
+
"coach",
|
|
1819
|
+
"expert",
|
|
1820
|
+
"coaching",
|
|
1821
|
+
"specialist",
|
|
1822
|
+
"focused",
|
|
1823
|
+
"development"
|
|
1824
|
+
]
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"slug": "sales-deal-strategist",
|
|
1828
|
+
"name": "Deal Strategist",
|
|
1829
|
+
"description": "Senior deal strategist specializing in MEDDPICC qualification, competitive positioning, and win planning for complex B2B sales cycles. Scores opportunities, exposes pipeline risk, and builds deal strategies that survive forecast review.",
|
|
1830
|
+
"category": "sales",
|
|
1831
|
+
"filePath": "../agency-agents/sales/sales-deal-strategist.md",
|
|
1832
|
+
"keywords": [
|
|
1833
|
+
"sales",
|
|
1834
|
+
"crm",
|
|
1835
|
+
"pipeline",
|
|
1836
|
+
"leads",
|
|
1837
|
+
"prospects",
|
|
1838
|
+
"revenue",
|
|
1839
|
+
"quota",
|
|
1840
|
+
"deal",
|
|
1841
|
+
"closing",
|
|
1842
|
+
"outbound",
|
|
1843
|
+
"discovery",
|
|
1844
|
+
"proposal",
|
|
1845
|
+
"account",
|
|
1846
|
+
"strategist",
|
|
1847
|
+
"senior",
|
|
1848
|
+
"specializing",
|
|
1849
|
+
"meddpicc",
|
|
1850
|
+
"qualification",
|
|
1851
|
+
"competitive",
|
|
1852
|
+
"positioning"
|
|
1853
|
+
]
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"slug": "sales-discovery-coach",
|
|
1857
|
+
"name": "Discovery Coach",
|
|
1858
|
+
"description": "Coaches sales teams on elite discovery methodology — question design, current-state mapping, gap quantification, and call structure that surfaces real buying motivation.",
|
|
1859
|
+
"category": "sales",
|
|
1860
|
+
"filePath": "../agency-agents/sales/sales-discovery-coach.md",
|
|
1861
|
+
"keywords": [
|
|
1862
|
+
"sales",
|
|
1863
|
+
"crm",
|
|
1864
|
+
"pipeline",
|
|
1865
|
+
"leads",
|
|
1866
|
+
"prospects",
|
|
1867
|
+
"revenue",
|
|
1868
|
+
"quota",
|
|
1869
|
+
"deal",
|
|
1870
|
+
"closing",
|
|
1871
|
+
"outbound",
|
|
1872
|
+
"discovery",
|
|
1873
|
+
"proposal",
|
|
1874
|
+
"account",
|
|
1875
|
+
"coach",
|
|
1876
|
+
"coaches",
|
|
1877
|
+
"teams",
|
|
1878
|
+
"elite",
|
|
1879
|
+
"methodology"
|
|
1880
|
+
]
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"slug": "sales-engineer",
|
|
1884
|
+
"name": "Sales Engineer",
|
|
1885
|
+
"description": "Senior pre-sales engineer specializing in technical discovery, demo engineering, POC scoping, competitive battlecards, and bridging product capabilities to business outcomes. Wins the technical decision so the deal can close.",
|
|
1886
|
+
"category": "sales",
|
|
1887
|
+
"filePath": "../agency-agents/sales/sales-engineer.md",
|
|
1888
|
+
"keywords": [
|
|
1889
|
+
"sales",
|
|
1890
|
+
"crm",
|
|
1891
|
+
"pipeline",
|
|
1892
|
+
"leads",
|
|
1893
|
+
"prospects",
|
|
1894
|
+
"revenue",
|
|
1895
|
+
"quota",
|
|
1896
|
+
"deal",
|
|
1897
|
+
"closing",
|
|
1898
|
+
"outbound",
|
|
1899
|
+
"discovery",
|
|
1900
|
+
"proposal",
|
|
1901
|
+
"account",
|
|
1902
|
+
"engineer",
|
|
1903
|
+
"senior",
|
|
1904
|
+
"specializing",
|
|
1905
|
+
"technical"
|
|
1906
|
+
]
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
"slug": "sales-outbound-strategist",
|
|
1910
|
+
"name": "Outbound Strategist",
|
|
1911
|
+
"description": "Signal-based outbound specialist who designs multi-channel prospecting sequences, defines ICPs, and builds pipeline through research-driven personalization — not volume.",
|
|
1912
|
+
"category": "sales",
|
|
1913
|
+
"filePath": "../agency-agents/sales/sales-outbound-strategist.md",
|
|
1914
|
+
"keywords": [
|
|
1915
|
+
"sales",
|
|
1916
|
+
"crm",
|
|
1917
|
+
"pipeline",
|
|
1918
|
+
"leads",
|
|
1919
|
+
"prospects",
|
|
1920
|
+
"revenue",
|
|
1921
|
+
"quota",
|
|
1922
|
+
"deal",
|
|
1923
|
+
"closing",
|
|
1924
|
+
"outbound",
|
|
1925
|
+
"discovery",
|
|
1926
|
+
"proposal",
|
|
1927
|
+
"account",
|
|
1928
|
+
"strategist",
|
|
1929
|
+
"signal",
|
|
1930
|
+
"based",
|
|
1931
|
+
"specialist",
|
|
1932
|
+
"designs",
|
|
1933
|
+
"multi"
|
|
1934
|
+
]
|
|
1935
|
+
},
|
|
1936
|
+
{
|
|
1937
|
+
"slug": "sales-pipeline-analyst",
|
|
1938
|
+
"name": "Pipeline Analyst",
|
|
1939
|
+
"description": "Revenue operations analyst specializing in pipeline health diagnostics, deal velocity analysis, forecast accuracy, and data-driven sales coaching. Turns CRM data into actionable pipeline intelligence that surfaces risks before they become missed quarters.",
|
|
1940
|
+
"category": "sales",
|
|
1941
|
+
"filePath": "../agency-agents/sales/sales-pipeline-analyst.md",
|
|
1942
|
+
"keywords": [
|
|
1943
|
+
"sales",
|
|
1944
|
+
"crm",
|
|
1945
|
+
"pipeline",
|
|
1946
|
+
"leads",
|
|
1947
|
+
"prospects",
|
|
1948
|
+
"revenue",
|
|
1949
|
+
"quota",
|
|
1950
|
+
"deal",
|
|
1951
|
+
"closing",
|
|
1952
|
+
"outbound",
|
|
1953
|
+
"discovery",
|
|
1954
|
+
"proposal",
|
|
1955
|
+
"account",
|
|
1956
|
+
"analyst",
|
|
1957
|
+
"operations",
|
|
1958
|
+
"specializing",
|
|
1959
|
+
"health"
|
|
1960
|
+
]
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"slug": "sales-proposal-strategist",
|
|
1964
|
+
"name": "Proposal Strategist",
|
|
1965
|
+
"description": "Strategic proposal architect who transforms RFPs and sales opportunities into compelling win narratives. Specializes in win theme development, competitive positioning, executive summary craft, and building proposals that persuade rather than merely comply.",
|
|
1966
|
+
"category": "sales",
|
|
1967
|
+
"filePath": "../agency-agents/sales/sales-proposal-strategist.md",
|
|
1968
|
+
"keywords": [
|
|
1969
|
+
"sales",
|
|
1970
|
+
"crm",
|
|
1971
|
+
"pipeline",
|
|
1972
|
+
"leads",
|
|
1973
|
+
"prospects",
|
|
1974
|
+
"revenue",
|
|
1975
|
+
"quota",
|
|
1976
|
+
"deal",
|
|
1977
|
+
"closing",
|
|
1978
|
+
"outbound",
|
|
1979
|
+
"discovery",
|
|
1980
|
+
"proposal",
|
|
1981
|
+
"account",
|
|
1982
|
+
"strategist",
|
|
1983
|
+
"strategic",
|
|
1984
|
+
"architect",
|
|
1985
|
+
"transforms",
|
|
1986
|
+
"opportunities"
|
|
1987
|
+
]
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
"slug": "accounts-payable-agent",
|
|
1991
|
+
"name": "Accounts Payable Agent",
|
|
1992
|
+
"description": "Autonomous payment processing specialist that executes vendor payments, contractor invoices, and recurring bills across any payment rail — crypto, fiat, stablecoins. Integrates with AI agent workflows via tool calls.",
|
|
1993
|
+
"category": "specialized",
|
|
1994
|
+
"filePath": "../agency-agents/specialized/accounts-payable-agent.md",
|
|
1995
|
+
"keywords": [
|
|
1996
|
+
"blockchain",
|
|
1997
|
+
"salesforce",
|
|
1998
|
+
"healthcare",
|
|
1999
|
+
"government",
|
|
2000
|
+
"compliance",
|
|
2001
|
+
"legal",
|
|
2002
|
+
"supply chain",
|
|
2003
|
+
"recruitment",
|
|
2004
|
+
"hr",
|
|
2005
|
+
"finance",
|
|
2006
|
+
"invoice",
|
|
2007
|
+
"identity",
|
|
2008
|
+
"workflow",
|
|
2009
|
+
"training",
|
|
2010
|
+
"model qa",
|
|
2011
|
+
"knowledge base",
|
|
2012
|
+
"mcp",
|
|
2013
|
+
"document generation",
|
|
2014
|
+
"accounts",
|
|
2015
|
+
"payable",
|
|
2016
|
+
"agent",
|
|
2017
|
+
"autonomous",
|
|
2018
|
+
"payment",
|
|
2019
|
+
"processing",
|
|
2020
|
+
"specialist",
|
|
2021
|
+
"executes"
|
|
2022
|
+
]
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"slug": "agentic-identity-trust",
|
|
2026
|
+
"name": "Agentic Identity & Trust Architect",
|
|
2027
|
+
"description": "Designs identity, authentication, and trust verification systems for autonomous AI agents operating in multi-agent environments. Ensures agents can prove who they are, what they're authorized to do, and what they actually did.",
|
|
2028
|
+
"category": "specialized",
|
|
2029
|
+
"filePath": "../agency-agents/specialized/agentic-identity-trust.md",
|
|
2030
|
+
"keywords": [
|
|
2031
|
+
"blockchain",
|
|
2032
|
+
"salesforce",
|
|
2033
|
+
"healthcare",
|
|
2034
|
+
"government",
|
|
2035
|
+
"compliance",
|
|
2036
|
+
"legal",
|
|
2037
|
+
"supply chain",
|
|
2038
|
+
"recruitment",
|
|
2039
|
+
"hr",
|
|
2040
|
+
"finance",
|
|
2041
|
+
"invoice",
|
|
2042
|
+
"identity",
|
|
2043
|
+
"workflow",
|
|
2044
|
+
"training",
|
|
2045
|
+
"model qa",
|
|
2046
|
+
"knowledge base",
|
|
2047
|
+
"mcp",
|
|
2048
|
+
"document generation",
|
|
2049
|
+
"agentic",
|
|
2050
|
+
"trust",
|
|
2051
|
+
"architect",
|
|
2052
|
+
"designs",
|
|
2053
|
+
"authentication"
|
|
2054
|
+
]
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
"slug": "agents-orchestrator",
|
|
2058
|
+
"name": "Agents Orchestrator",
|
|
2059
|
+
"description": "Autonomous pipeline manager that orchestrates the entire development workflow. You are the leader of this process.",
|
|
2060
|
+
"category": "specialized",
|
|
2061
|
+
"filePath": "../agency-agents/specialized/agents-orchestrator.md",
|
|
2062
|
+
"keywords": [
|
|
2063
|
+
"blockchain",
|
|
2064
|
+
"salesforce",
|
|
2065
|
+
"healthcare",
|
|
2066
|
+
"government",
|
|
2067
|
+
"compliance",
|
|
2068
|
+
"legal",
|
|
2069
|
+
"supply chain",
|
|
2070
|
+
"recruitment",
|
|
2071
|
+
"hr",
|
|
2072
|
+
"finance",
|
|
2073
|
+
"invoice",
|
|
2074
|
+
"identity",
|
|
2075
|
+
"workflow",
|
|
2076
|
+
"training",
|
|
2077
|
+
"model qa",
|
|
2078
|
+
"knowledge base",
|
|
2079
|
+
"mcp",
|
|
2080
|
+
"document generation",
|
|
2081
|
+
"agents",
|
|
2082
|
+
"orchestrator",
|
|
2083
|
+
"autonomous",
|
|
2084
|
+
"pipeline",
|
|
2085
|
+
"manager",
|
|
2086
|
+
"orchestrates",
|
|
2087
|
+
"entire",
|
|
2088
|
+
"development"
|
|
2089
|
+
]
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"slug": "automation-governance-architect",
|
|
2093
|
+
"name": "Automation Governance Architect",
|
|
2094
|
+
"description": "Governance-first architect for business automations (n8n-first) who audits value, risk, and maintainability before implementation.",
|
|
2095
|
+
"category": "specialized",
|
|
2096
|
+
"filePath": "../agency-agents/specialized/automation-governance-architect.md",
|
|
2097
|
+
"keywords": [
|
|
2098
|
+
"blockchain",
|
|
2099
|
+
"salesforce",
|
|
2100
|
+
"healthcare",
|
|
2101
|
+
"government",
|
|
2102
|
+
"compliance",
|
|
2103
|
+
"legal",
|
|
2104
|
+
"supply chain",
|
|
2105
|
+
"recruitment",
|
|
2106
|
+
"hr",
|
|
2107
|
+
"finance",
|
|
2108
|
+
"invoice",
|
|
2109
|
+
"identity",
|
|
2110
|
+
"workflow",
|
|
2111
|
+
"training",
|
|
2112
|
+
"model qa",
|
|
2113
|
+
"knowledge base",
|
|
2114
|
+
"mcp",
|
|
2115
|
+
"document generation",
|
|
2116
|
+
"automation",
|
|
2117
|
+
"governance",
|
|
2118
|
+
"architect",
|
|
2119
|
+
"first",
|
|
2120
|
+
"business",
|
|
2121
|
+
"automations"
|
|
2122
|
+
]
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
"slug": "blockchain-security-auditor",
|
|
2126
|
+
"name": "Blockchain Security Auditor",
|
|
2127
|
+
"description": "Expert smart contract security auditor specializing in vulnerability detection, formal verification, exploit analysis, and comprehensive audit report writing for DeFi protocols and blockchain applications.",
|
|
2128
|
+
"category": "specialized",
|
|
2129
|
+
"filePath": "../agency-agents/specialized/blockchain-security-auditor.md",
|
|
2130
|
+
"keywords": [
|
|
2131
|
+
"blockchain",
|
|
2132
|
+
"salesforce",
|
|
2133
|
+
"healthcare",
|
|
2134
|
+
"government",
|
|
2135
|
+
"compliance",
|
|
2136
|
+
"legal",
|
|
2137
|
+
"supply chain",
|
|
2138
|
+
"recruitment",
|
|
2139
|
+
"hr",
|
|
2140
|
+
"finance",
|
|
2141
|
+
"invoice",
|
|
2142
|
+
"identity",
|
|
2143
|
+
"workflow",
|
|
2144
|
+
"training",
|
|
2145
|
+
"model qa",
|
|
2146
|
+
"knowledge base",
|
|
2147
|
+
"mcp",
|
|
2148
|
+
"document generation",
|
|
2149
|
+
"security",
|
|
2150
|
+
"auditor",
|
|
2151
|
+
"expert",
|
|
2152
|
+
"smart",
|
|
2153
|
+
"contract"
|
|
2154
|
+
]
|
|
2155
|
+
},
|
|
2156
|
+
{
|
|
2157
|
+
"slug": "compliance-auditor",
|
|
2158
|
+
"name": "Compliance Auditor",
|
|
2159
|
+
"description": "Expert technical compliance auditor specializing in SOC 2, ISO 27001, HIPAA, and PCI-DSS audits — from readiness assessment through evidence collection to certification.",
|
|
2160
|
+
"category": "specialized",
|
|
2161
|
+
"filePath": "../agency-agents/specialized/compliance-auditor.md",
|
|
2162
|
+
"keywords": [
|
|
2163
|
+
"blockchain",
|
|
2164
|
+
"salesforce",
|
|
2165
|
+
"healthcare",
|
|
2166
|
+
"government",
|
|
2167
|
+
"compliance",
|
|
2168
|
+
"legal",
|
|
2169
|
+
"supply chain",
|
|
2170
|
+
"recruitment",
|
|
2171
|
+
"hr",
|
|
2172
|
+
"finance",
|
|
2173
|
+
"invoice",
|
|
2174
|
+
"identity",
|
|
2175
|
+
"workflow",
|
|
2176
|
+
"training",
|
|
2177
|
+
"model qa",
|
|
2178
|
+
"knowledge base",
|
|
2179
|
+
"mcp",
|
|
2180
|
+
"document generation",
|
|
2181
|
+
"auditor",
|
|
2182
|
+
"expert",
|
|
2183
|
+
"technical",
|
|
2184
|
+
"specializing",
|
|
2185
|
+
"27001"
|
|
2186
|
+
]
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"slug": "corporate-training-designer",
|
|
2190
|
+
"name": "Corporate Training Designer",
|
|
2191
|
+
"description": "Expert in enterprise training system design and curriculum development — proficient in training needs analysis, instructional design methodology, blended learning program design, internal trainer development, leadership programs, and training effectiveness evaluation and continuous optimization.",
|
|
2192
|
+
"category": "specialized",
|
|
2193
|
+
"filePath": "../agency-agents/specialized/corporate-training-designer.md",
|
|
2194
|
+
"keywords": [
|
|
2195
|
+
"blockchain",
|
|
2196
|
+
"salesforce",
|
|
2197
|
+
"healthcare",
|
|
2198
|
+
"government",
|
|
2199
|
+
"compliance",
|
|
2200
|
+
"legal",
|
|
2201
|
+
"supply chain",
|
|
2202
|
+
"recruitment",
|
|
2203
|
+
"hr",
|
|
2204
|
+
"finance",
|
|
2205
|
+
"invoice",
|
|
2206
|
+
"identity",
|
|
2207
|
+
"workflow",
|
|
2208
|
+
"training",
|
|
2209
|
+
"model qa",
|
|
2210
|
+
"knowledge base",
|
|
2211
|
+
"mcp",
|
|
2212
|
+
"document generation",
|
|
2213
|
+
"corporate",
|
|
2214
|
+
"designer",
|
|
2215
|
+
"expert",
|
|
2216
|
+
"enterprise",
|
|
2217
|
+
"system",
|
|
2218
|
+
"design"
|
|
2219
|
+
]
|
|
2220
|
+
},
|
|
2221
|
+
{
|
|
2222
|
+
"slug": "data-consolidation-agent",
|
|
2223
|
+
"name": "Data Consolidation Agent",
|
|
2224
|
+
"description": "AI agent that consolidates extracted sales data into live reporting dashboards with territory, rep, and pipeline summaries",
|
|
2225
|
+
"category": "specialized",
|
|
2226
|
+
"filePath": "../agency-agents/specialized/data-consolidation-agent.md",
|
|
2227
|
+
"keywords": [
|
|
2228
|
+
"blockchain",
|
|
2229
|
+
"salesforce",
|
|
2230
|
+
"healthcare",
|
|
2231
|
+
"government",
|
|
2232
|
+
"compliance",
|
|
2233
|
+
"legal",
|
|
2234
|
+
"supply chain",
|
|
2235
|
+
"recruitment",
|
|
2236
|
+
"hr",
|
|
2237
|
+
"finance",
|
|
2238
|
+
"invoice",
|
|
2239
|
+
"identity",
|
|
2240
|
+
"workflow",
|
|
2241
|
+
"training",
|
|
2242
|
+
"model qa",
|
|
2243
|
+
"knowledge base",
|
|
2244
|
+
"mcp",
|
|
2245
|
+
"document generation",
|
|
2246
|
+
"consolidation",
|
|
2247
|
+
"agent",
|
|
2248
|
+
"consolidates",
|
|
2249
|
+
"extracted",
|
|
2250
|
+
"sales",
|
|
2251
|
+
"reporting",
|
|
2252
|
+
"dashboards"
|
|
2253
|
+
]
|
|
2254
|
+
},
|
|
2255
|
+
{
|
|
2256
|
+
"slug": "government-digital-presales-consultant",
|
|
2257
|
+
"name": "Government Digital Presales Consultant",
|
|
2258
|
+
"description": "Presales expert for China's government digital transformation market (ToG), proficient in policy interpretation, solution design, bid document preparation, POC validation, compliance requirements (classified protection/cryptographic assessment/Xinchuang domestic IT), and stakeholder management — helping technical teams efficiently win government IT projects.",
|
|
2259
|
+
"category": "specialized",
|
|
2260
|
+
"filePath": "../agency-agents/specialized/government-digital-presales-consultant.md",
|
|
2261
|
+
"keywords": [
|
|
2262
|
+
"blockchain",
|
|
2263
|
+
"salesforce",
|
|
2264
|
+
"healthcare",
|
|
2265
|
+
"government",
|
|
2266
|
+
"compliance",
|
|
2267
|
+
"legal",
|
|
2268
|
+
"supply chain",
|
|
2269
|
+
"recruitment",
|
|
2270
|
+
"hr",
|
|
2271
|
+
"finance",
|
|
2272
|
+
"invoice",
|
|
2273
|
+
"identity",
|
|
2274
|
+
"workflow",
|
|
2275
|
+
"training",
|
|
2276
|
+
"model qa",
|
|
2277
|
+
"knowledge base",
|
|
2278
|
+
"mcp",
|
|
2279
|
+
"document generation",
|
|
2280
|
+
"digital",
|
|
2281
|
+
"presales",
|
|
2282
|
+
"consultant",
|
|
2283
|
+
"expert",
|
|
2284
|
+
"china's"
|
|
2285
|
+
]
|
|
2286
|
+
},
|
|
2287
|
+
{
|
|
2288
|
+
"slug": "healthcare-marketing-compliance",
|
|
2289
|
+
"name": "Healthcare Marketing Compliance Specialist",
|
|
2290
|
+
"description": "Expert in healthcare marketing compliance in China, proficient in the Advertising Law, Medical Advertisement Management Measures, Drug Administration Law, and related regulations — covering pharmaceuticals, medical devices, medical aesthetics, health supplements, and internet healthcare across content review, risk control, platform rule interpretation, and patient privacy protection, helping enterprises conduct effective health marketing within legal boundaries.",
|
|
2291
|
+
"category": "specialized",
|
|
2292
|
+
"filePath": "../agency-agents/specialized/healthcare-marketing-compliance.md",
|
|
2293
|
+
"keywords": [
|
|
2294
|
+
"blockchain",
|
|
2295
|
+
"salesforce",
|
|
2296
|
+
"healthcare",
|
|
2297
|
+
"government",
|
|
2298
|
+
"compliance",
|
|
2299
|
+
"legal",
|
|
2300
|
+
"supply chain",
|
|
2301
|
+
"recruitment",
|
|
2302
|
+
"hr",
|
|
2303
|
+
"finance",
|
|
2304
|
+
"invoice",
|
|
2305
|
+
"identity",
|
|
2306
|
+
"workflow",
|
|
2307
|
+
"training",
|
|
2308
|
+
"model qa",
|
|
2309
|
+
"knowledge base",
|
|
2310
|
+
"mcp",
|
|
2311
|
+
"document generation",
|
|
2312
|
+
"marketing",
|
|
2313
|
+
"specialist",
|
|
2314
|
+
"expert"
|
|
2315
|
+
]
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
"slug": "identity-graph-operator",
|
|
2319
|
+
"name": "Identity Graph Operator",
|
|
2320
|
+
"description": "Operates a shared identity graph that multiple AI agents resolve against. Ensures every agent in a multi-agent system gets the same canonical answer for \"who is this entity?\" - deterministically, even under concurrent writes.",
|
|
2321
|
+
"category": "specialized",
|
|
2322
|
+
"filePath": "../agency-agents/specialized/identity-graph-operator.md",
|
|
2323
|
+
"keywords": [
|
|
2324
|
+
"blockchain",
|
|
2325
|
+
"salesforce",
|
|
2326
|
+
"healthcare",
|
|
2327
|
+
"government",
|
|
2328
|
+
"compliance",
|
|
2329
|
+
"legal",
|
|
2330
|
+
"supply chain",
|
|
2331
|
+
"recruitment",
|
|
2332
|
+
"hr",
|
|
2333
|
+
"finance",
|
|
2334
|
+
"invoice",
|
|
2335
|
+
"identity",
|
|
2336
|
+
"workflow",
|
|
2337
|
+
"training",
|
|
2338
|
+
"model qa",
|
|
2339
|
+
"knowledge base",
|
|
2340
|
+
"mcp",
|
|
2341
|
+
"document generation",
|
|
2342
|
+
"graph",
|
|
2343
|
+
"operator",
|
|
2344
|
+
"operates",
|
|
2345
|
+
"shared",
|
|
2346
|
+
"multiple"
|
|
2347
|
+
]
|
|
2348
|
+
},
|
|
2349
|
+
{
|
|
2350
|
+
"slug": "lsp-index-engineer",
|
|
2351
|
+
"name": "LSP/Index Engineer",
|
|
2352
|
+
"description": "Language Server Protocol specialist building unified code intelligence systems through LSP client orchestration and semantic indexing",
|
|
2353
|
+
"category": "specialized",
|
|
2354
|
+
"filePath": "../agency-agents/specialized/lsp-index-engineer.md",
|
|
2355
|
+
"keywords": [
|
|
2356
|
+
"blockchain",
|
|
2357
|
+
"salesforce",
|
|
2358
|
+
"healthcare",
|
|
2359
|
+
"government",
|
|
2360
|
+
"compliance",
|
|
2361
|
+
"legal",
|
|
2362
|
+
"supply chain",
|
|
2363
|
+
"recruitment",
|
|
2364
|
+
"hr",
|
|
2365
|
+
"finance",
|
|
2366
|
+
"invoice",
|
|
2367
|
+
"identity",
|
|
2368
|
+
"workflow",
|
|
2369
|
+
"training",
|
|
2370
|
+
"model qa",
|
|
2371
|
+
"knowledge base",
|
|
2372
|
+
"mcp",
|
|
2373
|
+
"document generation",
|
|
2374
|
+
"lsp/index",
|
|
2375
|
+
"engineer",
|
|
2376
|
+
"language",
|
|
2377
|
+
"server",
|
|
2378
|
+
"protocol",
|
|
2379
|
+
"specialist",
|
|
2380
|
+
"building",
|
|
2381
|
+
"unified"
|
|
2382
|
+
]
|
|
2383
|
+
},
|
|
2384
|
+
{
|
|
2385
|
+
"slug": "recruitment-specialist",
|
|
2386
|
+
"name": "Recruitment Specialist",
|
|
2387
|
+
"description": "Expert recruitment operations and talent acquisition specialist — skilled in China's major hiring platforms, talent assessment frameworks, and labor law compliance. Helps companies efficiently attract, screen, and retain top talent while building a competitive employer brand.",
|
|
2388
|
+
"category": "specialized",
|
|
2389
|
+
"filePath": "../agency-agents/specialized/recruitment-specialist.md",
|
|
2390
|
+
"keywords": [
|
|
2391
|
+
"blockchain",
|
|
2392
|
+
"salesforce",
|
|
2393
|
+
"healthcare",
|
|
2394
|
+
"government",
|
|
2395
|
+
"compliance",
|
|
2396
|
+
"legal",
|
|
2397
|
+
"supply chain",
|
|
2398
|
+
"recruitment",
|
|
2399
|
+
"hr",
|
|
2400
|
+
"finance",
|
|
2401
|
+
"invoice",
|
|
2402
|
+
"identity",
|
|
2403
|
+
"workflow",
|
|
2404
|
+
"training",
|
|
2405
|
+
"model qa",
|
|
2406
|
+
"knowledge base",
|
|
2407
|
+
"mcp",
|
|
2408
|
+
"document generation",
|
|
2409
|
+
"specialist",
|
|
2410
|
+
"expert",
|
|
2411
|
+
"operations",
|
|
2412
|
+
"talent",
|
|
2413
|
+
"acquisition"
|
|
2414
|
+
]
|
|
2415
|
+
},
|
|
2416
|
+
{
|
|
2417
|
+
"slug": "report-distribution-agent",
|
|
2418
|
+
"name": "Report Distribution Agent",
|
|
2419
|
+
"description": "AI agent that automates distribution of consolidated sales reports to representatives based on territorial parameters",
|
|
2420
|
+
"category": "specialized",
|
|
2421
|
+
"filePath": "../agency-agents/specialized/report-distribution-agent.md",
|
|
2422
|
+
"keywords": [
|
|
2423
|
+
"blockchain",
|
|
2424
|
+
"salesforce",
|
|
2425
|
+
"healthcare",
|
|
2426
|
+
"government",
|
|
2427
|
+
"compliance",
|
|
2428
|
+
"legal",
|
|
2429
|
+
"supply chain",
|
|
2430
|
+
"recruitment",
|
|
2431
|
+
"hr",
|
|
2432
|
+
"finance",
|
|
2433
|
+
"invoice",
|
|
2434
|
+
"identity",
|
|
2435
|
+
"workflow",
|
|
2436
|
+
"training",
|
|
2437
|
+
"model qa",
|
|
2438
|
+
"knowledge base",
|
|
2439
|
+
"mcp",
|
|
2440
|
+
"document generation",
|
|
2441
|
+
"report",
|
|
2442
|
+
"distribution",
|
|
2443
|
+
"agent",
|
|
2444
|
+
"automates",
|
|
2445
|
+
"consolidated",
|
|
2446
|
+
"sales"
|
|
2447
|
+
]
|
|
2448
|
+
},
|
|
2449
|
+
{
|
|
2450
|
+
"slug": "sales-data-extraction-agent",
|
|
2451
|
+
"name": "Sales Data Extraction Agent",
|
|
2452
|
+
"description": "AI agent specialized in monitoring Excel files and extracting key sales metrics (MTD, YTD, Year End) for internal live reporting",
|
|
2453
|
+
"category": "specialized",
|
|
2454
|
+
"filePath": "../agency-agents/specialized/sales-data-extraction-agent.md",
|
|
2455
|
+
"keywords": [
|
|
2456
|
+
"blockchain",
|
|
2457
|
+
"salesforce",
|
|
2458
|
+
"healthcare",
|
|
2459
|
+
"government",
|
|
2460
|
+
"compliance",
|
|
2461
|
+
"legal",
|
|
2462
|
+
"supply chain",
|
|
2463
|
+
"recruitment",
|
|
2464
|
+
"hr",
|
|
2465
|
+
"finance",
|
|
2466
|
+
"invoice",
|
|
2467
|
+
"identity",
|
|
2468
|
+
"workflow",
|
|
2469
|
+
"training",
|
|
2470
|
+
"model qa",
|
|
2471
|
+
"knowledge base",
|
|
2472
|
+
"mcp",
|
|
2473
|
+
"document generation",
|
|
2474
|
+
"sales",
|
|
2475
|
+
"extraction",
|
|
2476
|
+
"agent",
|
|
2477
|
+
"specialized",
|
|
2478
|
+
"monitoring",
|
|
2479
|
+
"excel",
|
|
2480
|
+
"files"
|
|
2481
|
+
]
|
|
2482
|
+
},
|
|
2483
|
+
{
|
|
2484
|
+
"slug": "specialized-cultural-intelligence-strategist",
|
|
2485
|
+
"name": "Cultural Intelligence Strategist",
|
|
2486
|
+
"description": "CQ specialist that detects invisible exclusion, researches global context, and ensures software resonates authentically across intersectional identities.",
|
|
2487
|
+
"category": "specialized",
|
|
2488
|
+
"filePath": "../agency-agents/specialized/specialized-cultural-intelligence-strategist.md",
|
|
2489
|
+
"keywords": [
|
|
2490
|
+
"blockchain",
|
|
2491
|
+
"salesforce",
|
|
2492
|
+
"healthcare",
|
|
2493
|
+
"government",
|
|
2494
|
+
"compliance",
|
|
2495
|
+
"legal",
|
|
2496
|
+
"supply chain",
|
|
2497
|
+
"recruitment",
|
|
2498
|
+
"hr",
|
|
2499
|
+
"finance",
|
|
2500
|
+
"invoice",
|
|
2501
|
+
"identity",
|
|
2502
|
+
"workflow",
|
|
2503
|
+
"training",
|
|
2504
|
+
"model qa",
|
|
2505
|
+
"knowledge base",
|
|
2506
|
+
"mcp",
|
|
2507
|
+
"document generation",
|
|
2508
|
+
"cultural",
|
|
2509
|
+
"intelligence",
|
|
2510
|
+
"strategist",
|
|
2511
|
+
"specialist",
|
|
2512
|
+
"detects",
|
|
2513
|
+
"invisible",
|
|
2514
|
+
"exclusion",
|
|
2515
|
+
"researches"
|
|
2516
|
+
]
|
|
2517
|
+
},
|
|
2518
|
+
{
|
|
2519
|
+
"slug": "specialized-developer-advocate",
|
|
2520
|
+
"name": "Developer Advocate",
|
|
2521
|
+
"description": "Expert developer advocate specializing in building developer communities, creating compelling technical content, optimizing developer experience (DX), and driving platform adoption through authentic engineering engagement. Bridges product and engineering teams with external developers.",
|
|
2522
|
+
"category": "specialized",
|
|
2523
|
+
"filePath": "../agency-agents/specialized/specialized-developer-advocate.md",
|
|
2524
|
+
"keywords": [
|
|
2525
|
+
"blockchain",
|
|
2526
|
+
"salesforce",
|
|
2527
|
+
"healthcare",
|
|
2528
|
+
"government",
|
|
2529
|
+
"compliance",
|
|
2530
|
+
"legal",
|
|
2531
|
+
"supply chain",
|
|
2532
|
+
"recruitment",
|
|
2533
|
+
"hr",
|
|
2534
|
+
"finance",
|
|
2535
|
+
"invoice",
|
|
2536
|
+
"identity",
|
|
2537
|
+
"workflow",
|
|
2538
|
+
"training",
|
|
2539
|
+
"model qa",
|
|
2540
|
+
"knowledge base",
|
|
2541
|
+
"mcp",
|
|
2542
|
+
"document generation",
|
|
2543
|
+
"developer",
|
|
2544
|
+
"advocate",
|
|
2545
|
+
"expert",
|
|
2546
|
+
"specializing",
|
|
2547
|
+
"building"
|
|
2548
|
+
]
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"slug": "specialized-document-generator",
|
|
2552
|
+
"name": "Document Generator",
|
|
2553
|
+
"description": "Expert document creation specialist who generates professional PDF, PPTX, DOCX, and XLSX files using code-based approaches with proper formatting, charts, and data visualization.",
|
|
2554
|
+
"category": "specialized",
|
|
2555
|
+
"filePath": "../agency-agents/specialized/specialized-document-generator.md",
|
|
2556
|
+
"keywords": [
|
|
2557
|
+
"blockchain",
|
|
2558
|
+
"salesforce",
|
|
2559
|
+
"healthcare",
|
|
2560
|
+
"government",
|
|
2561
|
+
"compliance",
|
|
2562
|
+
"legal",
|
|
2563
|
+
"supply chain",
|
|
2564
|
+
"recruitment",
|
|
2565
|
+
"hr",
|
|
2566
|
+
"finance",
|
|
2567
|
+
"invoice",
|
|
2568
|
+
"identity",
|
|
2569
|
+
"workflow",
|
|
2570
|
+
"training",
|
|
2571
|
+
"model qa",
|
|
2572
|
+
"knowledge base",
|
|
2573
|
+
"mcp",
|
|
2574
|
+
"document generation",
|
|
2575
|
+
"document",
|
|
2576
|
+
"generator",
|
|
2577
|
+
"expert",
|
|
2578
|
+
"creation",
|
|
2579
|
+
"specialist",
|
|
2580
|
+
"generates",
|
|
2581
|
+
"professional"
|
|
2582
|
+
]
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
"slug": "specialized-french-consulting-market",
|
|
2586
|
+
"name": "French Consulting Market Navigator",
|
|
2587
|
+
"description": "Navigate the French ESN/SI freelance ecosystem — margin models, platform mechanics (Malt, collective.work), portage salarial, rate positioning, and payment cycle realities",
|
|
2588
|
+
"category": "specialized",
|
|
2589
|
+
"filePath": "../agency-agents/specialized/specialized-french-consulting-market.md",
|
|
2590
|
+
"keywords": [
|
|
2591
|
+
"blockchain",
|
|
2592
|
+
"salesforce",
|
|
2593
|
+
"healthcare",
|
|
2594
|
+
"government",
|
|
2595
|
+
"compliance",
|
|
2596
|
+
"legal",
|
|
2597
|
+
"supply chain",
|
|
2598
|
+
"recruitment",
|
|
2599
|
+
"hr",
|
|
2600
|
+
"finance",
|
|
2601
|
+
"invoice",
|
|
2602
|
+
"identity",
|
|
2603
|
+
"workflow",
|
|
2604
|
+
"training",
|
|
2605
|
+
"model qa",
|
|
2606
|
+
"knowledge base",
|
|
2607
|
+
"mcp",
|
|
2608
|
+
"document generation",
|
|
2609
|
+
"french",
|
|
2610
|
+
"consulting",
|
|
2611
|
+
"market",
|
|
2612
|
+
"navigator",
|
|
2613
|
+
"navigate",
|
|
2614
|
+
"esn/si",
|
|
2615
|
+
"freelance"
|
|
2616
|
+
]
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"slug": "specialized-korean-business-navigator",
|
|
2620
|
+
"name": "Korean Business Navigator",
|
|
2621
|
+
"description": "Korean business culture for foreign professionals — 품의 decision process, nunchi reading, KakaoTalk business etiquette, hierarchy navigation, and relationship-first deal mechanics",
|
|
2622
|
+
"category": "specialized",
|
|
2623
|
+
"filePath": "../agency-agents/specialized/specialized-korean-business-navigator.md",
|
|
2624
|
+
"keywords": [
|
|
2625
|
+
"blockchain",
|
|
2626
|
+
"salesforce",
|
|
2627
|
+
"healthcare",
|
|
2628
|
+
"government",
|
|
2629
|
+
"compliance",
|
|
2630
|
+
"legal",
|
|
2631
|
+
"supply chain",
|
|
2632
|
+
"recruitment",
|
|
2633
|
+
"hr",
|
|
2634
|
+
"finance",
|
|
2635
|
+
"invoice",
|
|
2636
|
+
"identity",
|
|
2637
|
+
"workflow",
|
|
2638
|
+
"training",
|
|
2639
|
+
"model qa",
|
|
2640
|
+
"knowledge base",
|
|
2641
|
+
"mcp",
|
|
2642
|
+
"document generation",
|
|
2643
|
+
"korean",
|
|
2644
|
+
"business",
|
|
2645
|
+
"navigator",
|
|
2646
|
+
"culture",
|
|
2647
|
+
"foreign",
|
|
2648
|
+
"professionals"
|
|
2649
|
+
]
|
|
2650
|
+
},
|
|
2651
|
+
{
|
|
2652
|
+
"slug": "specialized-mcp-builder",
|
|
2653
|
+
"name": "MCP Builder",
|
|
2654
|
+
"description": "Expert Model Context Protocol developer who designs, builds, and tests MCP servers that extend AI agent capabilities with custom tools, resources, and prompts.",
|
|
2655
|
+
"category": "specialized",
|
|
2656
|
+
"filePath": "../agency-agents/specialized/specialized-mcp-builder.md",
|
|
2657
|
+
"keywords": [
|
|
2658
|
+
"blockchain",
|
|
2659
|
+
"salesforce",
|
|
2660
|
+
"healthcare",
|
|
2661
|
+
"government",
|
|
2662
|
+
"compliance",
|
|
2663
|
+
"legal",
|
|
2664
|
+
"supply chain",
|
|
2665
|
+
"recruitment",
|
|
2666
|
+
"hr",
|
|
2667
|
+
"finance",
|
|
2668
|
+
"invoice",
|
|
2669
|
+
"identity",
|
|
2670
|
+
"workflow",
|
|
2671
|
+
"training",
|
|
2672
|
+
"model qa",
|
|
2673
|
+
"knowledge base",
|
|
2674
|
+
"mcp",
|
|
2675
|
+
"document generation",
|
|
2676
|
+
"builder",
|
|
2677
|
+
"expert",
|
|
2678
|
+
"model",
|
|
2679
|
+
"context",
|
|
2680
|
+
"protocol",
|
|
2681
|
+
"developer",
|
|
2682
|
+
"designs",
|
|
2683
|
+
"builds"
|
|
2684
|
+
]
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2687
|
+
"slug": "specialized-model-qa",
|
|
2688
|
+
"name": "Model QA Specialist",
|
|
2689
|
+
"description": "Independent model QA expert who audits ML and statistical models end-to-end - from documentation review and data reconstruction to replication, calibration testing, interpretability analysis, performance monitoring, and audit-grade reporting.",
|
|
2690
|
+
"category": "specialized",
|
|
2691
|
+
"filePath": "../agency-agents/specialized/specialized-model-qa.md",
|
|
2692
|
+
"keywords": [
|
|
2693
|
+
"blockchain",
|
|
2694
|
+
"salesforce",
|
|
2695
|
+
"healthcare",
|
|
2696
|
+
"government",
|
|
2697
|
+
"compliance",
|
|
2698
|
+
"legal",
|
|
2699
|
+
"supply chain",
|
|
2700
|
+
"recruitment",
|
|
2701
|
+
"hr",
|
|
2702
|
+
"finance",
|
|
2703
|
+
"invoice",
|
|
2704
|
+
"identity",
|
|
2705
|
+
"workflow",
|
|
2706
|
+
"training",
|
|
2707
|
+
"model qa",
|
|
2708
|
+
"knowledge base",
|
|
2709
|
+
"mcp",
|
|
2710
|
+
"document generation",
|
|
2711
|
+
"model",
|
|
2712
|
+
"specialist",
|
|
2713
|
+
"independent",
|
|
2714
|
+
"expert",
|
|
2715
|
+
"audits",
|
|
2716
|
+
"statistical",
|
|
2717
|
+
"models"
|
|
2718
|
+
]
|
|
2719
|
+
},
|
|
2720
|
+
{
|
|
2721
|
+
"slug": "specialized-salesforce-architect",
|
|
2722
|
+
"name": "Salesforce Architect",
|
|
2723
|
+
"description": "Solution architecture for Salesforce platform — multi-cloud design, integration patterns, governor limits, deployment strategy, and data model governance for enterprise-scale orgs",
|
|
2724
|
+
"category": "specialized",
|
|
2725
|
+
"filePath": "../agency-agents/specialized/specialized-salesforce-architect.md",
|
|
2726
|
+
"keywords": [
|
|
2727
|
+
"blockchain",
|
|
2728
|
+
"salesforce",
|
|
2729
|
+
"healthcare",
|
|
2730
|
+
"government",
|
|
2731
|
+
"compliance",
|
|
2732
|
+
"legal",
|
|
2733
|
+
"supply chain",
|
|
2734
|
+
"recruitment",
|
|
2735
|
+
"hr",
|
|
2736
|
+
"finance",
|
|
2737
|
+
"invoice",
|
|
2738
|
+
"identity",
|
|
2739
|
+
"workflow",
|
|
2740
|
+
"training",
|
|
2741
|
+
"model qa",
|
|
2742
|
+
"knowledge base",
|
|
2743
|
+
"mcp",
|
|
2744
|
+
"document generation",
|
|
2745
|
+
"architect",
|
|
2746
|
+
"solution",
|
|
2747
|
+
"architecture",
|
|
2748
|
+
"platform",
|
|
2749
|
+
"multi",
|
|
2750
|
+
"cloud"
|
|
2751
|
+
]
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"slug": "specialized-workflow-architect",
|
|
2755
|
+
"name": "Workflow Architect",
|
|
2756
|
+
"description": "Workflow design specialist who maps complete workflow trees for every system, user journey, and agent interaction — covering happy paths, all branch conditions, failure modes, recovery paths, handoff contracts, and observable states to produce build-ready specs that agents can implement against and QA can test against.",
|
|
2757
|
+
"category": "specialized",
|
|
2758
|
+
"filePath": "../agency-agents/specialized/specialized-workflow-architect.md",
|
|
2759
|
+
"keywords": [
|
|
2760
|
+
"blockchain",
|
|
2761
|
+
"salesforce",
|
|
2762
|
+
"healthcare",
|
|
2763
|
+
"government",
|
|
2764
|
+
"compliance",
|
|
2765
|
+
"legal",
|
|
2766
|
+
"supply chain",
|
|
2767
|
+
"recruitment",
|
|
2768
|
+
"hr",
|
|
2769
|
+
"finance",
|
|
2770
|
+
"invoice",
|
|
2771
|
+
"identity",
|
|
2772
|
+
"workflow",
|
|
2773
|
+
"training",
|
|
2774
|
+
"model qa",
|
|
2775
|
+
"knowledge base",
|
|
2776
|
+
"mcp",
|
|
2777
|
+
"document generation",
|
|
2778
|
+
"architect",
|
|
2779
|
+
"design",
|
|
2780
|
+
"specialist",
|
|
2781
|
+
"complete",
|
|
2782
|
+
"trees"
|
|
2783
|
+
]
|
|
2784
|
+
},
|
|
2785
|
+
{
|
|
2786
|
+
"slug": "study-abroad-advisor",
|
|
2787
|
+
"name": "Study Abroad Advisor",
|
|
2788
|
+
"description": "Full-spectrum study abroad planning expert covering the US, UK, Canada, Australia, Europe, Hong Kong, and Singapore — proficient in undergraduate, master's, and PhD application strategy, school selection, essay coaching, profile enhancement, standardized test planning, visa preparation, and overseas life adaptation, helping Chinese students craft personalized end-to-end study abroad plans.",
|
|
2789
|
+
"category": "specialized",
|
|
2790
|
+
"filePath": "../agency-agents/specialized/study-abroad-advisor.md",
|
|
2791
|
+
"keywords": [
|
|
2792
|
+
"blockchain",
|
|
2793
|
+
"salesforce",
|
|
2794
|
+
"healthcare",
|
|
2795
|
+
"government",
|
|
2796
|
+
"compliance",
|
|
2797
|
+
"legal",
|
|
2798
|
+
"supply chain",
|
|
2799
|
+
"recruitment",
|
|
2800
|
+
"hr",
|
|
2801
|
+
"finance",
|
|
2802
|
+
"invoice",
|
|
2803
|
+
"identity",
|
|
2804
|
+
"workflow",
|
|
2805
|
+
"training",
|
|
2806
|
+
"model qa",
|
|
2807
|
+
"knowledge base",
|
|
2808
|
+
"mcp",
|
|
2809
|
+
"document generation",
|
|
2810
|
+
"study",
|
|
2811
|
+
"abroad",
|
|
2812
|
+
"advisor",
|
|
2813
|
+
"spectrum",
|
|
2814
|
+
"planning",
|
|
2815
|
+
"expert"
|
|
2816
|
+
]
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"slug": "supply-chain-strategist",
|
|
2820
|
+
"name": "Supply Chain Strategist",
|
|
2821
|
+
"description": "Expert supply chain management and procurement strategy specialist — skilled in supplier development, strategic sourcing, quality control, and supply chain digitalization. Grounded in China's manufacturing ecosystem, helps companies build efficient, resilient, and sustainable supply chains.",
|
|
2822
|
+
"category": "specialized",
|
|
2823
|
+
"filePath": "../agency-agents/specialized/supply-chain-strategist.md",
|
|
2824
|
+
"keywords": [
|
|
2825
|
+
"blockchain",
|
|
2826
|
+
"salesforce",
|
|
2827
|
+
"healthcare",
|
|
2828
|
+
"government",
|
|
2829
|
+
"compliance",
|
|
2830
|
+
"legal",
|
|
2831
|
+
"supply chain",
|
|
2832
|
+
"recruitment",
|
|
2833
|
+
"hr",
|
|
2834
|
+
"finance",
|
|
2835
|
+
"invoice",
|
|
2836
|
+
"identity",
|
|
2837
|
+
"workflow",
|
|
2838
|
+
"training",
|
|
2839
|
+
"model qa",
|
|
2840
|
+
"knowledge base",
|
|
2841
|
+
"mcp",
|
|
2842
|
+
"document generation",
|
|
2843
|
+
"supply",
|
|
2844
|
+
"chain",
|
|
2845
|
+
"strategist",
|
|
2846
|
+
"expert",
|
|
2847
|
+
"management",
|
|
2848
|
+
"procurement"
|
|
2849
|
+
]
|
|
2850
|
+
},
|
|
2851
|
+
{
|
|
2852
|
+
"slug": "zk-steward",
|
|
2853
|
+
"name": "ZK Steward",
|
|
2854
|
+
"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.",
|
|
2855
|
+
"category": "specialized",
|
|
2856
|
+
"filePath": "../agency-agents/specialized/zk-steward.md",
|
|
2857
|
+
"keywords": [
|
|
2858
|
+
"blockchain",
|
|
2859
|
+
"salesforce",
|
|
2860
|
+
"healthcare",
|
|
2861
|
+
"government",
|
|
2862
|
+
"compliance",
|
|
2863
|
+
"legal",
|
|
2864
|
+
"supply chain",
|
|
2865
|
+
"recruitment",
|
|
2866
|
+
"hr",
|
|
2867
|
+
"finance",
|
|
2868
|
+
"invoice",
|
|
2869
|
+
"identity",
|
|
2870
|
+
"workflow",
|
|
2871
|
+
"training",
|
|
2872
|
+
"model qa",
|
|
2873
|
+
"knowledge base",
|
|
2874
|
+
"mcp",
|
|
2875
|
+
"document generation",
|
|
2876
|
+
"steward",
|
|
2877
|
+
"knowledge",
|
|
2878
|
+
"spirit",
|
|
2879
|
+
"niklas",
|
|
2880
|
+
"luhmann's",
|
|
2881
|
+
"zettelkasten.",
|
|
2882
|
+
"default"
|
|
2883
|
+
]
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
"slug": "support-analytics-reporter",
|
|
2887
|
+
"name": "Analytics Reporter",
|
|
2888
|
+
"description": "Expert data analyst transforming raw data into actionable business insights. Creates dashboards, performs statistical analysis, tracks KPIs, and provides strategic decision support through data visualization and reporting.",
|
|
2889
|
+
"category": "support",
|
|
2890
|
+
"filePath": "../agency-agents/support/support-analytics-reporter.md",
|
|
2891
|
+
"keywords": [
|
|
2892
|
+
"customer support",
|
|
2893
|
+
"analytics",
|
|
2894
|
+
"reporting",
|
|
2895
|
+
"infrastructure",
|
|
2896
|
+
"legal compliance",
|
|
2897
|
+
"finance",
|
|
2898
|
+
"executive summary",
|
|
2899
|
+
"helpdesk",
|
|
2900
|
+
"reporter",
|
|
2901
|
+
"expert",
|
|
2902
|
+
"analyst",
|
|
2903
|
+
"transforming",
|
|
2904
|
+
"actionable",
|
|
2905
|
+
"business",
|
|
2906
|
+
"insights."
|
|
2907
|
+
]
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"slug": "support-executive-summary-generator",
|
|
2911
|
+
"name": "Executive Summary Generator",
|
|
2912
|
+
"description": "Consultant-grade AI specialist trained to think and communicate like a senior strategy consultant. Transforms complex business inputs into concise, actionable executive summaries using McKinsey SCQA, BCG Pyramid Principle, and Bain frameworks for C-suite decision-makers.",
|
|
2913
|
+
"category": "support",
|
|
2914
|
+
"filePath": "../agency-agents/support/support-executive-summary-generator.md",
|
|
2915
|
+
"keywords": [
|
|
2916
|
+
"customer support",
|
|
2917
|
+
"analytics",
|
|
2918
|
+
"reporting",
|
|
2919
|
+
"infrastructure",
|
|
2920
|
+
"legal compliance",
|
|
2921
|
+
"finance",
|
|
2922
|
+
"executive summary",
|
|
2923
|
+
"helpdesk",
|
|
2924
|
+
"executive",
|
|
2925
|
+
"summary",
|
|
2926
|
+
"generator",
|
|
2927
|
+
"consultant",
|
|
2928
|
+
"grade",
|
|
2929
|
+
"specialist",
|
|
2930
|
+
"trained",
|
|
2931
|
+
"think"
|
|
2932
|
+
]
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"slug": "support-finance-tracker",
|
|
2936
|
+
"name": "Finance Tracker",
|
|
2937
|
+
"description": "Expert financial analyst and controller specializing in financial planning, budget management, and business performance analysis. Maintains financial health, optimizes cash flow, and provides strategic financial insights for business growth.",
|
|
2938
|
+
"category": "support",
|
|
2939
|
+
"filePath": "../agency-agents/support/support-finance-tracker.md",
|
|
2940
|
+
"keywords": [
|
|
2941
|
+
"customer support",
|
|
2942
|
+
"analytics",
|
|
2943
|
+
"reporting",
|
|
2944
|
+
"infrastructure",
|
|
2945
|
+
"legal compliance",
|
|
2946
|
+
"finance",
|
|
2947
|
+
"executive summary",
|
|
2948
|
+
"helpdesk",
|
|
2949
|
+
"tracker",
|
|
2950
|
+
"expert",
|
|
2951
|
+
"financial",
|
|
2952
|
+
"analyst",
|
|
2953
|
+
"controller",
|
|
2954
|
+
"specializing"
|
|
2955
|
+
]
|
|
2956
|
+
},
|
|
2957
|
+
{
|
|
2958
|
+
"slug": "support-infrastructure-maintainer",
|
|
2959
|
+
"name": "Infrastructure Maintainer",
|
|
2960
|
+
"description": "Expert infrastructure specialist focused on system reliability, performance optimization, and technical operations management. Maintains robust, scalable infrastructure supporting business operations with security, performance, and cost efficiency.",
|
|
2961
|
+
"category": "support",
|
|
2962
|
+
"filePath": "../agency-agents/support/support-infrastructure-maintainer.md",
|
|
2963
|
+
"keywords": [
|
|
2964
|
+
"customer support",
|
|
2965
|
+
"analytics",
|
|
2966
|
+
"reporting",
|
|
2967
|
+
"infrastructure",
|
|
2968
|
+
"legal compliance",
|
|
2969
|
+
"finance",
|
|
2970
|
+
"executive summary",
|
|
2971
|
+
"helpdesk",
|
|
2972
|
+
"maintainer",
|
|
2973
|
+
"expert",
|
|
2974
|
+
"specialist",
|
|
2975
|
+
"focused",
|
|
2976
|
+
"system",
|
|
2977
|
+
"reliability"
|
|
2978
|
+
]
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
"slug": "support-legal-compliance-checker",
|
|
2982
|
+
"name": "Legal Compliance Checker",
|
|
2983
|
+
"description": "Expert legal and compliance specialist ensuring business operations, data handling, and content creation comply with relevant laws, regulations, and industry standards across multiple jurisdictions.",
|
|
2984
|
+
"category": "support",
|
|
2985
|
+
"filePath": "../agency-agents/support/support-legal-compliance-checker.md",
|
|
2986
|
+
"keywords": [
|
|
2987
|
+
"customer support",
|
|
2988
|
+
"analytics",
|
|
2989
|
+
"reporting",
|
|
2990
|
+
"infrastructure",
|
|
2991
|
+
"legal compliance",
|
|
2992
|
+
"finance",
|
|
2993
|
+
"executive summary",
|
|
2994
|
+
"helpdesk",
|
|
2995
|
+
"legal",
|
|
2996
|
+
"compliance",
|
|
2997
|
+
"checker",
|
|
2998
|
+
"expert",
|
|
2999
|
+
"specialist",
|
|
3000
|
+
"ensuring"
|
|
3001
|
+
]
|
|
3002
|
+
},
|
|
3003
|
+
{
|
|
3004
|
+
"slug": "support-support-responder",
|
|
3005
|
+
"name": "Support Responder",
|
|
3006
|
+
"description": "Expert customer support specialist delivering exceptional customer service, issue resolution, and user experience optimization. Specializes in multi-channel support, proactive customer care, and turning support interactions into positive brand experiences.",
|
|
3007
|
+
"category": "support",
|
|
3008
|
+
"filePath": "../agency-agents/support/support-support-responder.md",
|
|
3009
|
+
"keywords": [
|
|
3010
|
+
"customer support",
|
|
3011
|
+
"analytics",
|
|
3012
|
+
"reporting",
|
|
3013
|
+
"infrastructure",
|
|
3014
|
+
"legal compliance",
|
|
3015
|
+
"finance",
|
|
3016
|
+
"executive summary",
|
|
3017
|
+
"helpdesk",
|
|
3018
|
+
"support",
|
|
3019
|
+
"responder",
|
|
3020
|
+
"expert",
|
|
3021
|
+
"customer",
|
|
3022
|
+
"specialist",
|
|
3023
|
+
"delivering",
|
|
3024
|
+
"exceptional"
|
|
3025
|
+
]
|
|
3026
|
+
}
|
|
3027
|
+
]
|
|
3028
|
+
}
|