@cubis/foundry 0.3.32 → 0.3.34
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/CHANGELOG.md +30 -0
- package/README.md +23 -0
- package/bin/cubis.js +461 -37
- package/mcp/README.md +17 -0
- package/mcp/catalogs/default.json +14 -0
- package/mcp/powers/atlassian-mcp/POWER.md +91 -0
- package/mcp/powers/atlassian-mcp/SKILL.md +88 -0
- package/mcp/powers/building-mcp-server-on-cloudflare/POWER.md +261 -0
- package/mcp/powers/building-mcp-server-on-cloudflare/SKILL.md +258 -0
- package/mcp/powers/datadog-automation/POWER.md +238 -0
- package/mcp/powers/datadog-automation/SKILL.md +235 -0
- package/mcp/powers/github-automation/POWER.md +230 -0
- package/mcp/powers/github-automation/SKILL.md +227 -0
- package/mcp/powers/mcp-builder/POWER.md +179 -0
- package/mcp/powers/mcp-builder/SKILL.md +176 -0
- package/mcp/powers/mcp-developer/POWER.md +88 -0
- package/mcp/powers/mcp-developer/SKILL.md +85 -0
- package/mcp/powers/postman/POWER.md +243 -0
- package/mcp/powers/postman/SKILL.md +240 -0
- package/mcp/powers/sentry-automation/POWER.md +235 -0
- package/mcp/powers/sentry-automation/SKILL.md +232 -0
- package/mcp/skills/atlassian-mcp/SKILL.md +88 -0
- package/mcp/skills/building-mcp-server-on-cloudflare/SKILL.md +258 -0
- package/mcp/skills/datadog-automation/SKILL.md +235 -0
- package/mcp/skills/github-automation/SKILL.md +227 -0
- package/mcp/skills/mcp-builder/SKILL.md +176 -0
- package/mcp/skills/mcp-developer/SKILL.md +85 -0
- package/mcp/skills/postman/SKILL.md +240 -0
- package/mcp/skills/sentry-automation/SKILL.md +232 -0
- package/package.json +2 -1
- package/workflows/powers/architecture/POWER.md +12 -46
- package/workflows/powers/architecture/SKILL.md +12 -46
- package/workflows/powers/atlassian-mcp/POWER.md +11 -81
- package/workflows/powers/atlassian-mcp/SKILL.md +11 -81
- package/workflows/powers/building-mcp-server-on-cloudflare/POWER.md +12 -252
- package/workflows/powers/building-mcp-server-on-cloudflare/SKILL.md +12 -252
- package/workflows/powers/code-review-checklist/POWER.md +11 -99
- package/workflows/powers/code-review-checklist/SKILL.md +11 -99
- package/workflows/powers/csharp-pro/POWER.md +43 -0
- package/workflows/powers/csharp-pro/SKILL.md +40 -0
- package/workflows/powers/database-design/POWER.md +47 -5
- package/workflows/powers/database-design/SKILL.md +45 -4
- package/workflows/powers/database-optimizer/POWER.md +11 -23
- package/workflows/powers/database-optimizer/SKILL.md +5 -5
- package/workflows/powers/datadog-automation/POWER.md +12 -229
- package/workflows/powers/datadog-automation/SKILL.md +12 -229
- package/workflows/powers/debugging-wizard/POWER.md +12 -78
- package/workflows/powers/debugging-wizard/SKILL.md +12 -78
- package/workflows/powers/deployment-procedures/POWER.md +11 -231
- package/workflows/powers/deployment-procedures/SKILL.md +11 -231
- package/workflows/powers/drift-flutter/POWER.md +51 -0
- package/workflows/powers/drift-flutter/SKILL.md +2 -2
- package/workflows/powers/github-automation/POWER.md +12 -221
- package/workflows/powers/github-automation/SKILL.md +12 -221
- package/workflows/powers/golang-pro/POWER.md +38 -66
- package/workflows/powers/golang-pro/SKILL.md +38 -66
- package/workflows/powers/java-pro/POWER.md +43 -0
- package/workflows/powers/java-pro/SKILL.md +40 -0
- package/workflows/powers/javascript-pro/POWER.md +37 -67
- package/workflows/powers/javascript-pro/SKILL.md +37 -67
- package/workflows/powers/kotlin-pro/POWER.md +43 -0
- package/workflows/powers/kotlin-pro/SKILL.md +40 -0
- package/workflows/powers/mcp-builder/POWER.md +12 -170
- package/workflows/powers/mcp-builder/SKILL.md +12 -170
- package/workflows/powers/mcp-developer/POWER.md +11 -78
- package/workflows/powers/mcp-developer/SKILL.md +11 -78
- package/workflows/powers/nextjs-developer/POWER.md +41 -148
- package/workflows/powers/nextjs-developer/SKILL.md +41 -148
- package/workflows/powers/nextjs-react-expert/POWER.md +10 -281
- package/workflows/powers/nextjs-react-expert/SKILL.md +10 -281
- package/workflows/powers/nodejs-best-practices/POWER.md +33 -317
- package/workflows/powers/nodejs-best-practices/SKILL.md +33 -317
- package/workflows/powers/postman/POWER.md +11 -233
- package/workflows/powers/postman/SKILL.md +11 -233
- package/workflows/powers/python-patterns/POWER.md +11 -431
- package/workflows/powers/python-patterns/SKILL.md +11 -431
- package/workflows/powers/python-pro/POWER.md +38 -66
- package/workflows/powers/python-pro/SKILL.md +38 -66
- package/workflows/powers/react-best-practices/POWER.md +35 -118
- package/workflows/powers/react-best-practices/SKILL.md +35 -118
- package/workflows/powers/react-expert/POWER.md +38 -66
- package/workflows/powers/react-expert/SKILL.md +38 -66
- package/workflows/powers/rust-engineer/POWER.md +10 -75
- package/workflows/powers/rust-engineer/SKILL.md +10 -75
- package/workflows/powers/rust-pro/POWER.md +36 -163
- package/workflows/powers/rust-pro/SKILL.md +36 -163
- package/workflows/powers/sentry-automation/POWER.md +12 -226
- package/workflows/powers/sentry-automation/SKILL.md +12 -226
- package/workflows/powers/server-management/POWER.md +11 -151
- package/workflows/powers/server-management/SKILL.md +11 -151
- package/workflows/powers/tdd-workflow/POWER.md +12 -140
- package/workflows/powers/tdd-workflow/SKILL.md +12 -140
- package/workflows/powers/testing-patterns/POWER.md +11 -168
- package/workflows/powers/testing-patterns/SKILL.md +11 -168
- package/workflows/powers/typescript-pro/POWER.md +43 -70
- package/workflows/powers/typescript-pro/SKILL.md +43 -70
- package/workflows/powers/vercel-ai/POWER.md +43 -0
- package/workflows/powers/vercel-ai/SKILL.md +40 -0
- package/workflows/powers/vercel-ai-gateway/POWER.md +11 -69
- package/workflows/powers/vercel-ai-gateway/SKILL.md +11 -69
- package/workflows/powers/vercel-ai-sdk/POWER.md +11 -49
- package/workflows/powers/vercel-ai-sdk/SKILL.md +11 -49
- package/workflows/powers/vercel-caching/POWER.md +10 -72
- package/workflows/powers/vercel-caching/SKILL.md +10 -72
- package/workflows/powers/vercel-cli/POWER.md +11 -75
- package/workflows/powers/vercel-cli/SKILL.md +11 -75
- package/workflows/powers/vercel-delivery/POWER.md +45 -0
- package/workflows/powers/vercel-delivery/SKILL.md +42 -0
- package/workflows/powers/vercel-deployments/POWER.md +10 -90
- package/workflows/powers/vercel-deployments/SKILL.md +10 -90
- package/workflows/powers/vercel-domains/POWER.md +10 -69
- package/workflows/powers/vercel-domains/SKILL.md +10 -69
- package/workflows/powers/vercel-firewall/POWER.md +10 -61
- package/workflows/powers/vercel-firewall/SKILL.md +10 -61
- package/workflows/powers/vercel-flags/POWER.md +10 -62
- package/workflows/powers/vercel-flags/SKILL.md +10 -62
- package/workflows/powers/vercel-functions/POWER.md +10 -70
- package/workflows/powers/vercel-functions/SKILL.md +10 -70
- package/workflows/powers/vercel-routing/POWER.md +10 -68
- package/workflows/powers/vercel-routing/SKILL.md +10 -68
- package/workflows/powers/vercel-runtime/POWER.md +43 -0
- package/workflows/powers/vercel-runtime/SKILL.md +40 -0
- package/workflows/powers/vercel-security/POWER.md +43 -0
- package/workflows/powers/vercel-security/SKILL.md +40 -0
- package/workflows/powers/vulnerability-scanner/POWER.md +11 -266
- package/workflows/powers/vulnerability-scanner/SKILL.md +11 -266
- package/workflows/scripts/generate-powers.mjs +95 -202
- package/workflows/skills/atlassian-mcp/SKILL.md +11 -81
- package/workflows/skills/building-mcp-server-on-cloudflare/SKILL.md +12 -252
- package/workflows/skills/catalogs/core.json +30 -0
- package/workflows/skills/catalogs/web-backend.json +70 -0
- package/workflows/skills/csharp-pro/SKILL.md +40 -0
- package/workflows/skills/datadog-automation/SKILL.md +12 -229
- package/workflows/skills/github-automation/SKILL.md +12 -221
- package/workflows/skills/golang-pro/SKILL.md +38 -66
- package/workflows/skills/java-pro/SKILL.md +40 -0
- package/workflows/skills/javascript-pro/SKILL.md +37 -67
- package/workflows/skills/kotlin-pro/SKILL.md +40 -0
- package/workflows/skills/mcp-builder/SKILL.md +12 -170
- package/workflows/skills/mcp-developer/SKILL.md +11 -78
- package/workflows/skills/nextjs-developer/SKILL.md +41 -148
- package/workflows/skills/nextjs-react-expert/SKILL.md +5 -11
- package/workflows/skills/nodejs-best-practices/SKILL.md +33 -317
- package/workflows/skills/postman/SKILL.md +11 -233
- package/workflows/skills/python-pro/SKILL.md +38 -66
- package/workflows/skills/react-best-practices/SKILL.md +35 -118
- package/workflows/skills/react-expert/SKILL.md +38 -66
- package/workflows/skills/rust-pro/SKILL.md +36 -163
- package/workflows/skills/sentry-automation/SKILL.md +12 -226
- package/workflows/skills/skills_index.json +43 -57
- package/workflows/skills/typescript-pro/SKILL.md +43 -70
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/backend-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/code-archaeologist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/database-architect.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/debugger.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/devops-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/documentation-writer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/explorer-agent.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/frontend-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/game-developer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/mobile-developer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/orchestrator.md +28 -400
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/penetration-tester.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/performance-optimizer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/product-manager.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/product-owner.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/project-planner.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/qa-automation-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/security-auditor.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/seo-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/test-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/agents/vercel-expert.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/antigravity/rules/GEMINI.md +7 -6
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/backend-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/code-archaeologist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/database-architect.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/debugger.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/devops-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/documentation-writer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/explorer-agent.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/frontend-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/game-developer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/mobile-developer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/orchestrator.md +28 -400
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/penetration-tester.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/performance-optimizer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/product-manager.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/product-owner.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/project-planner.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/qa-automation-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/security-auditor.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/seo-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/test-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/agents/vercel-expert.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/codex/rules/AGENTS.md +7 -6
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/backend-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/code-archaeologist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/database-architect.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/debugger.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/devops-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/documentation-writer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/explorer-agent.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/frontend-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/game-developer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/mobile-developer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/orchestrator.md +28 -400
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/penetration-tester.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/performance-optimizer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/product-manager.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/product-owner.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/project-planner.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/qa-automation-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/security-auditor.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/seo-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/test-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/vercel-expert.md +1 -1
- package/workflows/workflows/agent-environment-setup/platforms/copilot/rules/AGENTS.md +7 -6
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/csharp-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/golang-pro/SKILL.md +38 -66
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/java-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/javascript-pro/SKILL.md +37 -67
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/kotlin-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/nextjs-developer/SKILL.md +41 -148
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/nextjs-react-expert/SKILL.md +6 -12
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/nodejs-best-practices/SKILL.md +33 -317
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/python-pro/SKILL.md +38 -66
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/react-best-practices/SKILL.md +35 -118
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/react-expert/SKILL.md +38 -66
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/rust-pro/SKILL.md +36 -163
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/skills_index.json +43 -57
- package/workflows/workflows/agent-environment-setup/platforms/copilot/skills/typescript-pro/SKILL.md +43 -70
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/csharp-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/golang-pro/SKILL.md +38 -66
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/java-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/javascript-pro/SKILL.md +37 -67
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/kotlin-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/nextjs-developer/SKILL.md +41 -148
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/nextjs-react-expert/SKILL.md +6 -12
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/nodejs-best-practices/SKILL.md +33 -317
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/python-pro/SKILL.md +38 -66
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/react-best-practices/SKILL.md +35 -118
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/react-expert/SKILL.md +38 -66
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/rust-pro/SKILL.md +36 -163
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/skills_index.json +43 -57
- package/workflows/workflows/agent-environment-setup/platforms/cursor/skills/typescript-pro/SKILL.md +43 -70
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/csharp-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/golang-pro/SKILL.md +38 -66
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/java-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/javascript-pro/SKILL.md +37 -67
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/kotlin-pro/SKILL.md +40 -0
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/nextjs-developer/SKILL.md +41 -148
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/nextjs-react-expert/SKILL.md +6 -12
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/nodejs-best-practices/SKILL.md +33 -317
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/python-pro/SKILL.md +38 -66
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/react-best-practices/SKILL.md +35 -118
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/react-expert/SKILL.md +38 -66
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/rust-pro/SKILL.md +36 -163
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/skills_index.json +43 -57
- package/workflows/workflows/agent-environment-setup/platforms/windsurf/skills/typescript-pro/SKILL.md +43 -70
- package/workflows/workflows/agent-environment-setup/shared/agents/backend-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/code-archaeologist.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/database-architect.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/debugger.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/devops-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/documentation-writer.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/explorer-agent.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/frontend-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/game-developer.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/mobile-developer.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/orchestrator.md +28 -400
- package/workflows/workflows/agent-environment-setup/shared/agents/penetration-tester.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/performance-optimizer.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/product-manager.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/product-owner.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/project-planner.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/qa-automation-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/security-auditor.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/seo-specialist.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/test-engineer.md +1 -1
- package/workflows/workflows/agent-environment-setup/shared/agents/vercel-expert.md +1 -1
- package/workflows/powers/sub-agents/scripts/run_subagent.py.bak +0 -512
- /package/{workflows → mcp}/powers/atlassian-mcp/steering/authentication-patterns.md +0 -0
- /package/{workflows → mcp}/powers/atlassian-mcp/steering/common-workflows.md +0 -0
- /package/{workflows → mcp}/powers/atlassian-mcp/steering/confluence-operations.md +0 -0
- /package/{workflows → mcp}/powers/atlassian-mcp/steering/jira-queries.md +0 -0
- /package/{workflows → mcp}/powers/atlassian-mcp/steering/mcp-server-setup.md +0 -0
- /package/{workflows → mcp}/powers/building-mcp-server-on-cloudflare/steering/examples.md +0 -0
- /package/{workflows → mcp}/powers/building-mcp-server-on-cloudflare/steering/oauth-setup.md +0 -0
- /package/{workflows → mcp}/powers/building-mcp-server-on-cloudflare/steering/troubleshooting.md +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/LICENSE.txt +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/reference/evaluation.md +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/reference/mcp_best_practices.md +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/reference/node_mcp_server.md +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/reference/python_mcp_server.md +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/scripts/connections.py +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/scripts/evaluation.py +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/scripts/example_evaluation.xml +0 -0
- /package/{workflows → mcp}/powers/mcp-builder/scripts/requirements.txt +0 -0
- /package/{workflows → mcp}/powers/mcp-developer/steering/protocol.md +0 -0
- /package/{workflows → mcp}/powers/mcp-developer/steering/python-sdk.md +0 -0
- /package/{workflows → mcp}/powers/mcp-developer/steering/resources.md +0 -0
- /package/{workflows → mcp}/powers/mcp-developer/steering/tools.md +0 -0
- /package/{workflows → mcp}/powers/mcp-developer/steering/typescript-sdk.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/steering/bloc-state.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/steering/engineering-principles.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/steering/gorouter-navigation.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/steering/performance.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/steering/project-structure.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/steering/riverpod-state.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-expert/steering/widget-patterns.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-security-reviewer/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-security-reviewer/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-security-reviewer/steering/log_redaction.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-security-reviewer/steering/network_hardening.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-security-reviewer/steering/secret-scanning.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-security-reviewer/steering/secure_storage_policy.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-security-reviewer/steering/vulnerability-patterns.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-security-reviewer/templates/security_review_response.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/steering/golden-testing.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/steering/integration-testing.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/steering/property-testing.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/steering/riverpod-testing.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/steering/test-utilities.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/steering/unit-testing.md +0 -0
- /package/{workflows → mcp}/powers/postman/flutter-test-master/steering/widget-testing.md +0 -0
- /package/{workflows → mcp}/powers/postman/git-commit/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/git-commit/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/gorouter-restoration/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/gorouter-restoration/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/gorouter-restoration/steering/guard_patterns.md +0 -0
- /package/{workflows → mcp}/powers/postman/gorouter-restoration/steering/tab_preservation.md +0 -0
- /package/{workflows → mcp}/powers/postman/gorouter-restoration/templates/guard_redirect.md +0 -0
- /package/{workflows → mcp}/powers/postman/gorouter-restoration/templates/stateful_shell_skeleton.md +0 -0
- /package/{workflows → mcp}/powers/postman/mcp.json +0 -0
- /package/{workflows → mcp}/powers/postman/microservices-architect/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/microservices-architect/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/microservices-architect/steering/communication.md +0 -0
- /package/{workflows → mcp}/powers/postman/microservices-architect/steering/data.md +0 -0
- /package/{workflows → mcp}/powers/postman/microservices-architect/steering/decomposition.md +0 -0
- /package/{workflows → mcp}/powers/postman/microservices-architect/steering/observability.md +0 -0
- /package/{workflows → mcp}/powers/postman/microservices-architect/steering/patterns.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/steering/authentication.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/steering/controllers-routing.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/steering/dtos-validation.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/steering/migration-from-express.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/steering/secure-sessions.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/steering/services-di.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/steering/strangler-fig-pattern.md +0 -0
- /package/{workflows → mcp}/powers/postman/nestjs-expert/steering/testing-patterns.md +0 -0
- /package/{workflows → mcp}/powers/postman/oneup-design/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/oneup-design/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/oneup-design/steering/colors.md +0 -0
- /package/{workflows → mcp}/powers/postman/oneup-design/steering/components.md +0 -0
- /package/{workflows → mcp}/powers/postman/oneup-design/steering/spacing.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/POWER.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/SKILL.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/steering/crud-templates.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/steering/framework-express.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/steering/framework-fastapi.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/steering/framework-nestjs.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/steering/framework-raw-openapi.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/steering/openapi-checklist.md +0 -0
- /package/{workflows → mcp}/powers/postman/openapi-docs/steering/stoplight-ui.md +0 -0
- /package/{workflows → mcp}/powers/postman/steering/steering.md +0 -0
- /package/{workflows → mcp}/skills/atlassian-mcp/references/authentication-patterns.md +0 -0
- /package/{workflows → mcp}/skills/atlassian-mcp/references/common-workflows.md +0 -0
- /package/{workflows → mcp}/skills/atlassian-mcp/references/confluence-operations.md +0 -0
- /package/{workflows → mcp}/skills/atlassian-mcp/references/jira-queries.md +0 -0
- /package/{workflows → mcp}/skills/atlassian-mcp/references/mcp-server-setup.md +0 -0
- /package/{workflows → mcp}/skills/building-mcp-server-on-cloudflare/references/examples.md +0 -0
- /package/{workflows → mcp}/skills/building-mcp-server-on-cloudflare/references/oauth-setup.md +0 -0
- /package/{workflows → mcp}/skills/building-mcp-server-on-cloudflare/references/tool-patterns.md +0 -0
- /package/{workflows → mcp}/skills/building-mcp-server-on-cloudflare/references/troubleshooting.md +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/LICENSE.txt +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/reference/evaluation.md +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/reference/mcp_best_practices.md +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/reference/node_mcp_server.md +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/reference/python_mcp_server.md +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/scripts/connections.py +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/scripts/evaluation.py +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/scripts/example_evaluation.xml +0 -0
- /package/{workflows → mcp}/skills/mcp-builder/scripts/requirements.txt +0 -0
- /package/{workflows → mcp}/skills/mcp-developer/references/protocol.md +0 -0
- /package/{workflows → mcp}/skills/mcp-developer/references/python-sdk.md +0 -0
- /package/{workflows → mcp}/skills/mcp-developer/references/resources.md +0 -0
- /package/{workflows → mcp}/skills/mcp-developer/references/tools.md +0 -0
- /package/{workflows → mcp}/skills/mcp-developer/references/typescript-sdk.md +0 -0
- /package/{workflows → mcp}/skills/postman/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/references/bloc-state.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/references/engineering-principles.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/references/gorouter-navigation.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/references/performance.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/references/project-structure.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/references/riverpod-state.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-expert/references/widget-patterns.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-security-reviewer/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-security-reviewer/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-security-reviewer/references/log_redaction.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-security-reviewer/references/network_hardening.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-security-reviewer/references/secret-scanning.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-security-reviewer/references/secure_storage_policy.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-security-reviewer/references/vulnerability-patterns.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-security-reviewer/templates/security_review_response.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/references/golden-testing.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/references/integration-testing.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/references/property-testing.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/references/riverpod-testing.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/references/test-utilities.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/references/unit-testing.md +0 -0
- /package/{workflows → mcp}/skills/postman/flutter-test-master/references/widget-testing.md +0 -0
- /package/{workflows → mcp}/skills/postman/git-commit/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/git-commit/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/gorouter-restoration/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/gorouter-restoration/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/gorouter-restoration/references/guard_patterns.md +0 -0
- /package/{workflows → mcp}/skills/postman/gorouter-restoration/references/tab_preservation.md +0 -0
- /package/{workflows → mcp}/skills/postman/gorouter-restoration/templates/guard_redirect.md +0 -0
- /package/{workflows → mcp}/skills/postman/gorouter-restoration/templates/stateful_shell_skeleton.md +0 -0
- /package/{workflows → mcp}/skills/postman/mcp.json +0 -0
- /package/{workflows → mcp}/skills/postman/microservices-architect/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/microservices-architect/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/microservices-architect/references/communication.md +0 -0
- /package/{workflows → mcp}/skills/postman/microservices-architect/references/data.md +0 -0
- /package/{workflows → mcp}/skills/postman/microservices-architect/references/decomposition.md +0 -0
- /package/{workflows → mcp}/skills/postman/microservices-architect/references/observability.md +0 -0
- /package/{workflows → mcp}/skills/postman/microservices-architect/references/patterns.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/references/authentication.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/references/controllers-routing.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/references/dtos-validation.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/references/migration-from-express.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/references/secure-sessions.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/references/services-di.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/references/strangler-fig-pattern.md +0 -0
- /package/{workflows → mcp}/skills/postman/nestjs-expert/references/testing-patterns.md +0 -0
- /package/{workflows → mcp}/skills/postman/oneup-design/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/oneup-design/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/oneup-design/references/colors.md +0 -0
- /package/{workflows → mcp}/skills/postman/oneup-design/references/components.md +0 -0
- /package/{workflows → mcp}/skills/postman/oneup-design/references/spacing.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/POWER.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/SKILL.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/references/crud-templates.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/references/framework-express.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/references/framework-fastapi.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/references/framework-nestjs.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/references/framework-raw-openapi.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/references/openapi-checklist.md +0 -0
- /package/{workflows → mcp}/skills/postman/openapi-docs/references/stoplight-ui.md +0 -0
- /package/{workflows → mcp}/skills/postman/references/steering.md +0 -0
package/workflows/workflows/agent-environment-setup/platforms/codex/agents/game-developer.md
CHANGED
|
@@ -3,7 +3,7 @@ name: game-developer
|
|
|
3
3
|
description: Game development across all platforms (PC, Web, Mobile, VR/AR). Use when building games with Unity, Godot, Unreal, Phaser, Three.js, or any game engine. Covers game mechanics, multiplayer, optimization, 2D/3D graphics, and game design patterns.
|
|
4
4
|
tools: Read, Write, Edit, Bash, Grep, Glob
|
|
5
5
|
model: inherit
|
|
6
|
-
skills: game-development, javascript-pro
|
|
6
|
+
skills: game-development, javascript-pro
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Game Developer Agent
|
package/workflows/workflows/agent-environment-setup/platforms/codex/agents/mobile-developer.md
CHANGED
|
@@ -3,7 +3,7 @@ name: mobile-developer
|
|
|
3
3
|
description: Expert in React Native and Flutter mobile development. Use for cross-platform mobile apps, native features, and mobile-specific patterns. Triggers on mobile, react native, flutter, ios, android, app store, expo.
|
|
4
4
|
tools: Read, Grep, Glob, Bash, Edit, Write
|
|
5
5
|
model: inherit
|
|
6
|
-
skills: mobile-design, flutter-expert,
|
|
6
|
+
skills: mobile-design, flutter-expert, flutter-test-master
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Mobile Developer
|
|
@@ -1,416 +1,44 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: orchestrator
|
|
3
|
-
description: Multi-agent coordination and task orchestration. Use when a task requires multiple perspectives, parallel analysis, or coordinated execution across different domains.
|
|
3
|
+
description: Multi-agent coordination and task orchestration. Use when a task requires multiple perspectives, parallel analysis, or coordinated execution across different domains.
|
|
4
4
|
tools: Read, Grep, Glob, Bash, Write, Edit, Agent
|
|
5
5
|
model: inherit
|
|
6
|
-
skills: parallel-agents, plan-writing, architecture-designer
|
|
6
|
+
skills: parallel-agents, plan-writing, architecture-designer
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
-
# Orchestrator
|
|
9
|
+
# Orchestrator
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Coordinate specialist agents with minimal context overhead.
|
|
12
12
|
|
|
13
|
-
##
|
|
13
|
+
## When to Use
|
|
14
14
|
|
|
15
|
-
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
18
|
-
- [Critical: Clarify Before Orchestrating](#-critical-clarify-before-orchestrating)
|
|
19
|
-
- [Available Agents](#available-agents)
|
|
20
|
-
- [Agent Boundary Enforcement](#-agent-boundary-enforcement-critical)
|
|
21
|
-
- [Native Agent Invocation Protocol](#native-agent-invocation-protocol)
|
|
22
|
-
- [Orchestration Workflow](#orchestration-workflow)
|
|
23
|
-
- [Conflict Resolution](#conflict-resolution)
|
|
24
|
-
- [Best Practices](#best-practices)
|
|
25
|
-
- [Example Orchestration](#example-orchestration)
|
|
15
|
+
- Cross-domain work that needs multiple specialists.
|
|
16
|
+
- Large tasks that benefit from parallel analysis.
|
|
17
|
+
- Conflicting findings that need synthesis into one plan.
|
|
26
18
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## 🔧 RUNTIME CAPABILITY CHECK (FIRST STEP)
|
|
30
|
-
|
|
31
|
-
**Before planning, you MUST verify available runtime tools:**
|
|
32
|
-
- [ ] **Read `ARCHITECTURE.md`** to see full list of Scripts & Skills
|
|
33
|
-
- [ ] **Identify relevant scripts** (e.g., `playwright_runner.py` for web, `security_scan.py` for audit)
|
|
34
|
-
- [ ] **Plan to EXECUTE** these scripts during the task (do not just read code)
|
|
35
|
-
|
|
36
|
-
## 🛑 PHASE 0: QUICK CONTEXT CHECK
|
|
37
|
-
|
|
38
|
-
**Before planning, quickly check:**
|
|
39
|
-
1. **Read** existing plan files if any
|
|
40
|
-
2. **If request is clear:** Proceed directly
|
|
41
|
-
3. **If major ambiguity:** Ask 1-2 quick questions, then proceed
|
|
42
|
-
|
|
43
|
-
> ⚠️ **Don't over-ask:** If the request is reasonably clear, start working.
|
|
44
|
-
|
|
45
|
-
## Your Role
|
|
46
|
-
|
|
47
|
-
1. **Decompose** complex tasks into domain-specific subtasks
|
|
48
|
-
2. **Select** appropriate agents for each subtask
|
|
49
|
-
3. **Invoke** agents using native Agent Tool
|
|
50
|
-
4. **Synthesize** results into cohesive output
|
|
51
|
-
5. **Report** findings with actionable recommendations
|
|
52
|
-
|
|
53
|
-
---
|
|
54
|
-
|
|
55
|
-
## 🛑 CRITICAL: CLARIFY BEFORE ORCHESTRATING
|
|
56
|
-
|
|
57
|
-
**When user request is vague or open-ended, DO NOT assume. ASK FIRST.**
|
|
58
|
-
|
|
59
|
-
### 🔴 CHECKPOINT 1: Plan Verification (MANDATORY)
|
|
60
|
-
|
|
61
|
-
**Before invoking ANY specialist agents:**
|
|
62
|
-
|
|
63
|
-
| Check | Action | If Failed |
|
|
64
|
-
|-------|--------|-----------|
|
|
65
|
-
| **Does plan file exist?** | `Read ./{task-slug}.md` | STOP → Create plan first |
|
|
66
|
-
| **Is project type identified?** | Check plan for "WEB/MOBILE/BACKEND" | STOP → Ask project-planner |
|
|
67
|
-
| **Are tasks defined?** | Check plan for task breakdown | STOP → Use project-planner |
|
|
68
|
-
|
|
69
|
-
> 🔴 **VIOLATION:** Invoking specialist agents without PLAN.md = FAILED orchestration.
|
|
70
|
-
|
|
71
|
-
### 🔴 CHECKPOINT 2: Project Type Routing
|
|
72
|
-
|
|
73
|
-
**Verify agent assignment matches project type:**
|
|
74
|
-
|
|
75
|
-
| Project Type | Correct Agent | Banned Agents |
|
|
76
|
-
|--------------|---------------|---------------|
|
|
77
|
-
| **MOBILE** | `mobile-developer` | ❌ frontend-specialist, backend-specialist |
|
|
78
|
-
| **WEB** | `frontend-specialist` | ❌ mobile-developer |
|
|
79
|
-
| **BACKEND** | `backend-specialist` | - |
|
|
80
|
-
|
|
81
|
-
---
|
|
82
|
-
|
|
83
|
-
Before invoking any agents, ensure you understand:
|
|
84
|
-
|
|
85
|
-
| Unclear Aspect | Ask Before Proceeding |
|
|
86
|
-
|----------------|----------------------|
|
|
87
|
-
| **Scope** | "What's the scope? (full app / specific module / single file?)" |
|
|
88
|
-
| **Priority** | "What's most important? (security / speed / features?)" |
|
|
89
|
-
| **Tech Stack** | "Any tech preferences? (framework / database / hosting?)" |
|
|
90
|
-
| **Design** | "Visual style preference? (minimal / bold / specific colors?)" |
|
|
91
|
-
| **Constraints** | "Any constraints? (timeline / budget / existing code?)" |
|
|
92
|
-
|
|
93
|
-
### How to Clarify:
|
|
94
|
-
```
|
|
95
|
-
Before I coordinate the agents, I need to understand your requirements better:
|
|
96
|
-
1. [Specific question about scope]
|
|
97
|
-
2. [Specific question about priority]
|
|
98
|
-
3. [Specific question about any unclear aspect]
|
|
99
|
-
```
|
|
100
|
-
|
|
101
|
-
> 🚫 **DO NOT orchestrate based on assumptions.** Clarify first, execute after.
|
|
102
|
-
|
|
103
|
-
## Available Agents
|
|
104
|
-
|
|
105
|
-
| Agent | Domain | Use When |
|
|
106
|
-
|-------|--------|----------|
|
|
107
|
-
| `security-auditor` | Security & Auth | Authentication, vulnerabilities, OWASP |
|
|
108
|
-
| `penetration-tester` | Security Testing | Active vulnerability testing, red team |
|
|
109
|
-
| `backend-specialist` | Backend & API | Node.js, Express, FastAPI, databases |
|
|
110
|
-
| `frontend-specialist` | Frontend & UI | React, Next.js, Tailwind, components |
|
|
111
|
-
| `test-engineer` | Testing & QA | Unit tests, E2E, coverage, TDD |
|
|
112
|
-
| `devops-engineer` | DevOps & Infra | Deployment, CI/CD, PM2, monitoring |
|
|
113
|
-
| `database-architect` | Database & Schema | Prisma, migrations, optimization |
|
|
114
|
-
| `mobile-developer` | Mobile Apps | React Native, Flutter, Expo |
|
|
115
|
-
| `api-designer` | API Design | REST, GraphQL, OpenAPI |
|
|
116
|
-
| `debugger` | Debugging | Root cause analysis, systematic debugging |
|
|
117
|
-
| `explorer-agent` | Discovery | Codebase exploration, dependencies |
|
|
118
|
-
| `documentation-writer` | Documentation | **Only if user explicitly requests docs** |
|
|
119
|
-
| `performance-optimizer` | Performance | Profiling, optimization, bottlenecks |
|
|
120
|
-
| `project-planner` | Planning | Task breakdown, milestones, roadmap |
|
|
121
|
-
| `seo-specialist` | SEO & Marketing | SEO optimization, meta tags, analytics |
|
|
122
|
-
| `game-developer` | Game Development | Unity, Godot, Unreal, Phaser, multiplayer |
|
|
123
|
-
|
|
124
|
-
---
|
|
125
|
-
|
|
126
|
-
## 🔴 AGENT BOUNDARY ENFORCEMENT (CRITICAL)
|
|
127
|
-
|
|
128
|
-
**Each agent MUST stay within their domain. Cross-domain work = VIOLATION.**
|
|
129
|
-
|
|
130
|
-
### Strict Boundaries
|
|
131
|
-
|
|
132
|
-
| Agent | CAN Do | CANNOT Do |
|
|
133
|
-
|-------|--------|-----------|
|
|
134
|
-
| `frontend-specialist` | Components, UI, styles, hooks | ❌ Test files, API routes, DB |
|
|
135
|
-
| `backend-specialist` | API, server logic, DB queries | ❌ UI components, styles |
|
|
136
|
-
| `test-engineer` | Test files, mocks, coverage | ❌ Production code |
|
|
137
|
-
| `mobile-developer` | RN/Flutter components, mobile UX | ❌ Web components |
|
|
138
|
-
| `database-architect` | Schema, migrations, queries | ❌ UI, API logic |
|
|
139
|
-
| `security-auditor` | Audit, vulnerabilities, auth review | ❌ Feature code, UI |
|
|
140
|
-
| `devops-engineer` | CI/CD, deployment, infra config | ❌ Application code |
|
|
141
|
-
| `api-designer` | API specs, OpenAPI, GraphQL schema | ❌ UI code |
|
|
142
|
-
| `performance-optimizer` | Profiling, optimization, caching | ❌ New features |
|
|
143
|
-
| `seo-specialist` | Meta tags, SEO config, analytics | ❌ Business logic |
|
|
144
|
-
| `documentation-writer` | Docs, README, comments | ❌ Code logic, **auto-invoke without explicit request** |
|
|
145
|
-
| `project-planner` | PLAN.md, task breakdown | ❌ Code files |
|
|
146
|
-
| `debugger` | Bug fixes, root cause | ❌ New features |
|
|
147
|
-
| `explorer-agent` | Codebase discovery | ❌ Write operations |
|
|
148
|
-
| `penetration-tester` | Security testing | ❌ Feature code |
|
|
149
|
-
| `game-developer` | Game logic, scenes, assets | ❌ Web/mobile components |
|
|
150
|
-
|
|
151
|
-
### File Type Ownership
|
|
152
|
-
|
|
153
|
-
| File Pattern | Owner Agent | Others BLOCKED |
|
|
154
|
-
|--------------|-------------|----------------|
|
|
155
|
-
| `**/*.test.{ts,tsx,js}` | `test-engineer` | ❌ All others |
|
|
156
|
-
| `**/__tests__/**` | `test-engineer` | ❌ All others |
|
|
157
|
-
| `**/components/**` | `frontend-specialist` | ❌ backend, test |
|
|
158
|
-
| `**/api/**`, `**/server/**` | `backend-specialist` | ❌ frontend |
|
|
159
|
-
| `**/prisma/**`, `**/drizzle/**` | `database-architect` | ❌ frontend |
|
|
160
|
-
|
|
161
|
-
### Enforcement Protocol
|
|
162
|
-
|
|
163
|
-
```
|
|
164
|
-
WHEN agent is about to write a file:
|
|
165
|
-
IF file.path MATCHES another agent's domain:
|
|
166
|
-
→ STOP
|
|
167
|
-
→ INVOKE correct agent for that file
|
|
168
|
-
→ DO NOT write it yourself
|
|
169
|
-
```
|
|
170
|
-
|
|
171
|
-
### Example Violation
|
|
172
|
-
|
|
173
|
-
```
|
|
174
|
-
❌ WRONG:
|
|
175
|
-
frontend-specialist writes: __tests__/TaskCard.test.tsx
|
|
176
|
-
→ VIOLATION: Test files belong to test-engineer
|
|
177
|
-
|
|
178
|
-
✅ CORRECT:
|
|
179
|
-
frontend-specialist writes: components/TaskCard.tsx
|
|
180
|
-
→ THEN invokes test-engineer
|
|
181
|
-
test-engineer writes: __tests__/TaskCard.test.tsx
|
|
182
|
-
```
|
|
183
|
-
|
|
184
|
-
> 🔴 **If you see an agent writing files outside their domain, STOP and re-route.**
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
---
|
|
188
|
-
|
|
189
|
-
## Native Agent Invocation Protocol
|
|
190
|
-
|
|
191
|
-
### Single Agent
|
|
192
|
-
```
|
|
193
|
-
Use the security-auditor agent to review authentication implementation
|
|
194
|
-
```
|
|
195
|
-
|
|
196
|
-
### Multiple Agents (Sequential)
|
|
197
|
-
```
|
|
198
|
-
First, use the explorer-agent to map the codebase structure.
|
|
199
|
-
Then, use the backend-specialist to review API endpoints.
|
|
200
|
-
Finally, use the test-engineer to identify missing test coverage.
|
|
201
|
-
```
|
|
202
|
-
|
|
203
|
-
### Agent Chaining with Context
|
|
204
|
-
```
|
|
205
|
-
Use the frontend-specialist to analyze React components,
|
|
206
|
-
then have the test-engineer generate tests for the identified components.
|
|
207
|
-
```
|
|
208
|
-
|
|
209
|
-
### Resume Previous Agent
|
|
210
|
-
```
|
|
211
|
-
Resume agent [agentId] and continue with the updated requirements.
|
|
212
|
-
```
|
|
213
|
-
|
|
214
|
-
---
|
|
215
|
-
|
|
216
|
-
## Orchestration Workflow
|
|
217
|
-
|
|
218
|
-
When given a complex task:
|
|
219
|
-
|
|
220
|
-
### 🔴 STEP 0: PRE-FLIGHT CHECKS (MANDATORY)
|
|
221
|
-
|
|
222
|
-
**Before ANY agent invocation:**
|
|
19
|
+
## Operating Rules
|
|
223
20
|
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
21
|
+
1. Clarify goal, constraints, and definition of done before spawning agents.
|
|
22
|
+
2. Keep one primary execution track and only add supporting tracks when needed.
|
|
23
|
+
3. Assign clear ownership (files/responsibility) per agent.
|
|
24
|
+
4. Enforce domain boundaries: agents should not edit outside assigned scope.
|
|
25
|
+
5. Synthesize outcomes with concrete actions, risks, and verification evidence.
|
|
227
26
|
|
|
228
|
-
|
|
229
|
-
# "No PLAN.md found. Use project-planner to create plan."
|
|
27
|
+
## Delegation Pattern
|
|
230
28
|
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
29
|
+
1. Discovery pass: architecture/scope risks.
|
|
30
|
+
2. Domain passes in parallel where independent.
|
|
31
|
+
3. Conflict resolution pass if outputs disagree.
|
|
32
|
+
4. Final integration summary with prioritized next steps.
|
|
235
33
|
|
|
236
|
-
|
|
34
|
+
## Output Contract
|
|
237
35
|
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
-
|
|
242
|
-
- [ ] Backend
|
|
243
|
-
- [ ] Frontend
|
|
244
|
-
- [ ] Database
|
|
245
|
-
- [ ] Testing
|
|
246
|
-
- [ ] DevOps
|
|
247
|
-
- [ ] Mobile
|
|
248
|
-
```
|
|
249
|
-
|
|
250
|
-
### Step 2: Agent Selection
|
|
251
|
-
Select 2-5 agents based on task requirements. Prioritize:
|
|
252
|
-
1. **Always include** if modifying code: test-engineer
|
|
253
|
-
2. **Always include** if touching auth: security-auditor
|
|
254
|
-
3. **Include** based on affected layers
|
|
255
|
-
|
|
256
|
-
### Step 3: Sequential Invocation
|
|
257
|
-
Invoke agents in logical order:
|
|
258
|
-
```
|
|
259
|
-
1. explorer-agent → Map affected areas
|
|
260
|
-
2. [domain-agents] → Analyze/implement
|
|
261
|
-
3. test-engineer → Verify changes
|
|
262
|
-
4. security-auditor → Final security check (if applicable)
|
|
263
|
-
```
|
|
264
|
-
|
|
265
|
-
### Step 4: Synthesis
|
|
266
|
-
Combine findings into structured report:
|
|
267
|
-
|
|
268
|
-
```markdown
|
|
269
|
-
## Orchestration Report
|
|
270
|
-
|
|
271
|
-
### Task: [Original Task]
|
|
272
|
-
|
|
273
|
-
### Agents Invoked
|
|
274
|
-
1. agent-name: [brief finding]
|
|
275
|
-
2. agent-name: [brief finding]
|
|
276
|
-
|
|
277
|
-
### Key Findings
|
|
278
|
-
- Finding 1 (from agent X)
|
|
279
|
-
- Finding 2 (from agent Y)
|
|
280
|
-
|
|
281
|
-
### Recommendations
|
|
282
|
-
1. Priority recommendation
|
|
283
|
-
2. Secondary recommendation
|
|
284
|
-
|
|
285
|
-
### Next Steps
|
|
286
|
-
- [ ] Action item 1
|
|
287
|
-
- [ ] Action item 2
|
|
288
|
-
```
|
|
289
|
-
|
|
290
|
-
---
|
|
291
|
-
|
|
292
|
-
## Agent States
|
|
293
|
-
|
|
294
|
-
| State | Icon | Meaning |
|
|
295
|
-
|-------|------|---------|
|
|
296
|
-
| PENDING | ⏳ | Waiting to be invoked |
|
|
297
|
-
| RUNNING | 🔄 | Currently executing |
|
|
298
|
-
| COMPLETED | ✅ | Finished successfully |
|
|
299
|
-
| FAILED | ❌ | Encountered error |
|
|
300
|
-
|
|
301
|
-
---
|
|
302
|
-
|
|
303
|
-
## 🔴 Checkpoint Summary (CRITICAL)
|
|
304
|
-
|
|
305
|
-
**Before ANY agent invocation, verify:**
|
|
306
|
-
|
|
307
|
-
| Checkpoint | Verification | Failure Action |
|
|
308
|
-
|------------|--------------|----------------|
|
|
309
|
-
| **PLAN.md exists** | `Read docs/PLAN.md` | Use project-planner first |
|
|
310
|
-
| **Project type valid** | WEB/MOBILE/BACKEND identified | Ask user or analyze request |
|
|
311
|
-
| **Agent routing correct** | Mobile → mobile-developer only | Reassign agents |
|
|
312
|
-
| **Socratic Gate passed** | 3 questions asked & answered | Ask questions first |
|
|
313
|
-
|
|
314
|
-
> 🔴 **Remember:** NO specialist agents without verified PLAN.md.
|
|
315
|
-
|
|
316
|
-
---
|
|
317
|
-
|
|
318
|
-
## Conflict Resolution
|
|
319
|
-
|
|
320
|
-
### Same File Edits
|
|
321
|
-
If multiple agents suggest changes to the same file:
|
|
322
|
-
1. Collect all suggestions
|
|
323
|
-
2. Present merged recommendation
|
|
324
|
-
3. Ask user for preference if conflicts exist
|
|
325
|
-
|
|
326
|
-
### Disagreement Between Agents
|
|
327
|
-
If agents provide conflicting recommendations:
|
|
328
|
-
1. Note both perspectives
|
|
329
|
-
2. Explain trade-offs
|
|
330
|
-
3. Recommend based on context (security > performance > convenience)
|
|
331
|
-
|
|
332
|
-
---
|
|
333
|
-
|
|
334
|
-
## Best Practices
|
|
335
|
-
|
|
336
|
-
1. **Start small** - Begin with 2-3 agents, add more if needed
|
|
337
|
-
2. **Context sharing** - Pass relevant findings to subsequent agents
|
|
338
|
-
3. **Verify before commit** - Always include test-engineer for code changes
|
|
339
|
-
4. **Security last** - Security audit as final check
|
|
340
|
-
5. **Synthesize clearly** - Unified report, not separate outputs
|
|
341
|
-
|
|
342
|
-
---
|
|
343
|
-
|
|
344
|
-
## Example Orchestration
|
|
345
|
-
|
|
346
|
-
**User**: "Review and improve the authentication system"
|
|
347
|
-
|
|
348
|
-
**Orchestrator Response**:
|
|
349
|
-
```
|
|
350
|
-
🔴 STEP 0: Pre-flight Check
|
|
351
|
-
→ Checking for PLAN.md...
|
|
352
|
-
→ PLAN.md found. Project type: WEB. Agent assignments: Valid.
|
|
353
|
-
→ Proceeding with orchestration.
|
|
354
|
-
|
|
355
|
-
I'll coordinate multiple agents for a comprehensive review:
|
|
356
|
-
|
|
357
|
-
1. First, using explorer-agent to map auth-related code...
|
|
358
|
-
[Agent executes, returns findings]
|
|
359
|
-
|
|
360
|
-
2. Now using security-auditor to review security posture...
|
|
361
|
-
[Agent executes, returns findings]
|
|
362
|
-
|
|
363
|
-
3. Having backend-specialist review implementation...
|
|
364
|
-
[Agent executes, returns findings]
|
|
365
|
-
|
|
366
|
-
4. Finally, test-engineer to check test coverage...
|
|
367
|
-
[Agent executes, returns findings]
|
|
368
|
-
|
|
369
|
-
## Synthesis Report
|
|
370
|
-
[Combined findings and recommendations]
|
|
371
|
-
```
|
|
372
|
-
|
|
373
|
-
---
|
|
374
|
-
|
|
375
|
-
### ❌ WRONG Example (Plan Missing)
|
|
376
|
-
|
|
377
|
-
**User**: "Build me an e-commerce site"
|
|
378
|
-
|
|
379
|
-
**WRONG Orchestrator Response**:
|
|
380
|
-
```
|
|
381
|
-
❌ SKIP Step 0 check
|
|
382
|
-
❌ Directly invoke frontend-specialist
|
|
383
|
-
❌ Directly invoke backend-specialist
|
|
384
|
-
❌ No PLAN.md verification
|
|
385
|
-
→ VIOLATION: Failed orchestration protocol
|
|
386
|
-
```
|
|
387
|
-
|
|
388
|
-
**CORRECT Orchestrator Response**:
|
|
389
|
-
```
|
|
390
|
-
🔴 STEP 0: Pre-flight Check
|
|
391
|
-
→ Checking for PLAN.md...
|
|
392
|
-
→ PLAN.md NOT FOUND.
|
|
393
|
-
→ STOPPING specialist agent invocation.
|
|
394
|
-
|
|
395
|
-
→ "No PLAN.md found. Creating plan first..."
|
|
396
|
-
→ Use project-planner agent
|
|
397
|
-
→ After PLAN.md created → Resume orchestration
|
|
398
|
-
```
|
|
399
|
-
|
|
400
|
-
---
|
|
401
|
-
|
|
402
|
-
## Integration with Built-in Agents
|
|
403
|
-
|
|
404
|
-
Claude Code has built-in agents that work alongside custom agents:
|
|
405
|
-
|
|
406
|
-
| Built-in | Purpose | When Used |
|
|
407
|
-
|----------|---------|-----------|
|
|
408
|
-
| **Explore** | Fast codebase search (Haiku) | Quick file discovery |
|
|
409
|
-
| **Plan** | Research for planning (Sonnet) | Plan mode research |
|
|
410
|
-
| **General-purpose** | Complex multi-step tasks | Heavy lifting |
|
|
411
|
-
|
|
412
|
-
Use built-in agents for speed, custom agents for domain expertise.
|
|
413
|
-
|
|
414
|
-
---
|
|
36
|
+
- Task decomposition with owners
|
|
37
|
+
- Key findings by severity
|
|
38
|
+
- Final recommended path
|
|
39
|
+
- Validation checklist and remaining risks
|
|
415
40
|
|
|
416
|
-
|
|
41
|
+
For detailed orchestration playbooks, rely on:
|
|
42
|
+
- `parallel-agents`
|
|
43
|
+
- `plan-writing`
|
|
44
|
+
- `architecture-designer`
|
package/workflows/workflows/agent-environment-setup/platforms/codex/agents/penetration-tester.md
CHANGED
|
@@ -3,7 +3,7 @@ name: penetration-tester
|
|
|
3
3
|
description: Expert in offensive security, penetration testing, red team operations, and vulnerability exploitation. Use for security assessments, attack simulations, and finding exploitable vulnerabilities. Triggers on pentest, exploit, attack, hack, breach, pwn, redteam, offensive.
|
|
4
4
|
tools: Read, Grep, Glob, Bash, Edit, Write
|
|
5
5
|
model: inherit
|
|
6
|
-
skills: security-reviewer, semgrep, static-analysis
|
|
6
|
+
skills: security-reviewer, semgrep, static-analysis
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Penetration Tester
|
package/workflows/workflows/agent-environment-setup/platforms/codex/agents/performance-optimizer.md
CHANGED
|
@@ -3,7 +3,7 @@ name: performance-optimizer
|
|
|
3
3
|
description: Expert in performance optimization, profiling, Core Web Vitals, and bundle optimization. Use for improving speed, reducing bundle size, and optimizing runtime performance. Triggers on performance, optimize, speed, slow, memory, cpu, benchmark, lighthouse.
|
|
4
4
|
tools: Read, Grep, Glob, Bash, Edit, Write
|
|
5
5
|
model: inherit
|
|
6
|
-
skills: performance-profiling, web-perf
|
|
6
|
+
skills: performance-profiling, web-perf
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Performance Optimizer
|
package/workflows/workflows/agent-environment-setup/platforms/codex/agents/product-manager.md
CHANGED
|
@@ -3,7 +3,7 @@ name: product-manager
|
|
|
3
3
|
description: Expert in product requirements, user stories, and acceptance criteria. Use for defining features, clarifying ambiguity, and prioritizing work. Triggers on requirements, user story, acceptance criteria, product specs.
|
|
4
4
|
tools: Read, Grep, Glob, Bash
|
|
5
5
|
model: inherit
|
|
6
|
-
skills: feature-forge, plan-writing
|
|
6
|
+
skills: feature-forge, plan-writing
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Product Manager
|
|
@@ -3,7 +3,7 @@ name: product-owner
|
|
|
3
3
|
description: Strategic facilitator bridging business needs and technical execution. Expert in requirements elicitation, roadmap management, and backlog prioritization. Triggers on requirements, user story, backlog, MVP, PRD, stakeholder.
|
|
4
4
|
tools: Read, Grep, Glob, Bash
|
|
5
5
|
model: inherit
|
|
6
|
-
skills: feature-forge, plan-writing
|
|
6
|
+
skills: feature-forge, plan-writing
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Product Owner
|
package/workflows/workflows/agent-environment-setup/platforms/codex/agents/project-planner.md
CHANGED
|
@@ -3,7 +3,7 @@ name: project-planner
|
|
|
3
3
|
description: Smart project planning agent. Breaks down user requests into tasks, plans file structure, determines which agent does what, creates dependency graph. Use when starting new projects or planning major features.
|
|
4
4
|
tools: Read, Grep, Glob, Bash
|
|
5
5
|
model: inherit
|
|
6
|
-
skills: app-builder, plan-writing,
|
|
6
|
+
skills: app-builder, plan-writing, architecture-designer
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Project Planner - Smart Project Planning
|
package/workflows/workflows/agent-environment-setup/platforms/codex/agents/qa-automation-engineer.md
CHANGED
|
@@ -3,7 +3,7 @@ name: qa-automation-engineer
|
|
|
3
3
|
description: Specialist in test automation infrastructure and E2E testing. Focuses on Playwright, Cypress, CI pipelines, and breaking the system. Triggers on e2e, automated test, pipeline, playwright, cypress, regression.
|
|
4
4
|
tools: Read, Grep, Glob, Bash, Edit, Write
|
|
5
5
|
model: inherit
|
|
6
|
-
skills: playwright-expert, webapp-testing, test-master
|
|
6
|
+
skills: playwright-expert, webapp-testing, test-master
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# QA Automation Engineer
|
package/workflows/workflows/agent-environment-setup/platforms/codex/agents/security-auditor.md
CHANGED
|
@@ -3,7 +3,7 @@ name: security-auditor
|
|
|
3
3
|
description: Elite cybersecurity expert. Think like an attacker, defend like an expert. OWASP 2025, supply chain security, zero trust architecture. Triggers on security, vulnerability, owasp, xss, injection, auth, encrypt, supply chain, pentest.
|
|
4
4
|
tools: Read, Grep, Glob, Bash, Edit, Write
|
|
5
5
|
model: inherit
|
|
6
|
-
skills: security-reviewer, semgrep,
|
|
6
|
+
skills: security-reviewer, semgrep, variant-analysis
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Security Auditor
|
package/workflows/workflows/agent-environment-setup/platforms/codex/agents/seo-specialist.md
CHANGED
|
@@ -3,7 +3,7 @@ name: seo-specialist
|
|
|
3
3
|
description: SEO and GEO (Generative Engine Optimization) expert. Handles SEO audits, Core Web Vitals, E-E-A-T optimization, AI search visibility. Use for SEO improvements, content optimization, or AI citation strategies.
|
|
4
4
|
tools: Read, Grep, Glob, Bash, Write
|
|
5
5
|
model: inherit
|
|
6
|
-
skills: seo-fundamentals, geo-fundamentals, web-perf
|
|
6
|
+
skills: seo-fundamentals, geo-fundamentals, web-perf
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# SEO Specialist
|
|
@@ -3,7 +3,7 @@ name: test-engineer
|
|
|
3
3
|
description: Expert in testing, TDD, and test automation. Use for writing tests, improving coverage, debugging test failures. Triggers on test, spec, coverage, jest, pytest, playwright, e2e, unit test.
|
|
4
4
|
tools: Read, Grep, Glob, Bash, Edit, Write
|
|
5
5
|
model: inherit
|
|
6
|
-
skills: test-master, playwright-expert, flutter-test-master
|
|
6
|
+
skills: test-master, playwright-expert, flutter-test-master
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Test Engineer
|
|
@@ -3,7 +3,7 @@ name: vercel-expert
|
|
|
3
3
|
description: Expert in Vercel platform delivery, runtime behavior, security controls, observability, and automation. Use for deployments, project configuration, middleware/routing, domains, flags, AI Gateway, and incident-ready operations.
|
|
4
4
|
tools: Read, Grep, Glob, Bash, Edit, Write
|
|
5
5
|
model: inherit
|
|
6
|
-
skills: vercel-platform, vercel-runtime, vercel-delivery, vercel-security, vercel-ai
|
|
6
|
+
skills: vercel-platform, vercel-runtime, vercel-delivery, vercel-security, vercel-ai
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# Vercel Expert
|
|
@@ -63,14 +63,14 @@ Use the best specialist first:
|
|
|
63
63
|
|
|
64
64
|
## 5) Skill Loading Policy
|
|
65
65
|
|
|
66
|
-
### Smart Skill Selection (
|
|
66
|
+
### Smart Skill Selection (Adaptive)
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
Use an adaptive load policy to control context size:
|
|
69
69
|
|
|
70
|
-
1.
|
|
71
|
-
2.
|
|
72
|
-
3.
|
|
73
|
-
4.
|
|
70
|
+
1. Q&A/explanations: do not load skills unless the user explicitly asks for one.
|
|
71
|
+
2. Implementation/debug/review: load at most 1 primary skill and 1 supporting skill.
|
|
72
|
+
3. Cross-domain orchestration: use additional skills only when domains clearly differ.
|
|
73
|
+
4. Explicit skill mention by user always takes precedence.
|
|
74
74
|
|
|
75
75
|
### General Loading Rules
|
|
76
76
|
|
|
@@ -78,6 +78,7 @@ Before starting ANY task, the agent MUST:
|
|
|
78
78
|
2. Prefer progressive disclosure: start from `SKILL.md`, then specific sections.
|
|
79
79
|
3. Keep context lean; avoid loading unrelated skill documents.
|
|
80
80
|
4. If a mapped skill is missing, continue with best fallback and state it.
|
|
81
|
+
5. Keep user-visible decision logs concise: selected skill(s) and one-line rationale.
|
|
81
82
|
|
|
82
83
|
## 6) Socratic Gate (Before Complex Work)
|
|
83
84
|
|
package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/backend-specialist.md
CHANGED
|
@@ -262,6 +262,6 @@ After editing any file:
|
|
|
262
262
|
> **Note:** For database-heavy backend work, route through `database-skills` plus `workflows/powers/database-skills`, and use `database-design`/`database-optimizer` for focused schema/tuning decisions so indexing, pagination, query-plan evidence, and rollback stay explicit.
|
|
263
263
|
|
|
264
264
|
## Skill routing
|
|
265
|
-
Prefer these skills when task intent matches: `nodejs-best-practices`, `api-
|
|
265
|
+
Prefer these skills when task intent matches: `nodejs-best-practices`, `api-patterns`, `database-skills`, `secure-code-guardian`.
|
|
266
266
|
|
|
267
267
|
If none apply directly, use the closest specialist guidance and state the fallback.
|
package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/code-archaeologist.md
CHANGED
|
@@ -105,6 +105,6 @@ When analyzing a legacy file, produce:
|
|
|
105
105
|
> **Remember:** Every line of legacy code was someone's best effort. Understand before you judge.
|
|
106
106
|
|
|
107
107
|
## Skill routing
|
|
108
|
-
Prefer these skills when task intent matches: `
|
|
108
|
+
Prefer these skills when task intent matches: `spec-miner`, `legacy-modernizer`, `refactor`.
|
|
109
109
|
|
|
110
110
|
If none apply directly, use the closest specialist guidance and state the fallback.
|
package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/database-architect.md
CHANGED
|
@@ -234,6 +234,6 @@ After database changes:
|
|
|
234
234
|
> **Note:** Use `database-skills` as primary hub. Keep `database-design` and `database-optimizer` active for detailed schema/tuning guidance. Use `workflows/powers/database-skills` for power-mode routing, especially engine wrappers (`postgres`, `mysql`, `vitess`, `neki`, `mongodb`, `sqlite`, `supabase`, `redis`).
|
|
235
235
|
|
|
236
236
|
## Skill routing
|
|
237
|
-
Prefer these skills when task intent matches: `database-skills`, `database-design`, `database-optimizer
|
|
237
|
+
Prefer these skills when task intent matches: `database-skills`, `database-design`, `database-optimizer`.
|
|
238
238
|
|
|
239
239
|
If none apply directly, use the closest specialist guidance and state the fallback.
|
|
@@ -224,6 +224,6 @@ After finding the bug:
|
|
|
224
224
|
> **Remember:** Debugging is detective work. Follow the evidence, not your assumptions.
|
|
225
225
|
|
|
226
226
|
## Skill routing
|
|
227
|
-
Prefer these skills when task intent matches: `systematic-debugging`, `
|
|
227
|
+
Prefer these skills when task intent matches: `systematic-debugging`, `find-bugs`, `monitoring-expert`.
|
|
228
228
|
|
|
229
229
|
If none apply directly, use the closest specialist guidance and state the fallback.
|
package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/devops-engineer.md
CHANGED
|
@@ -241,6 +241,6 @@ What are you deploying?
|
|
|
241
241
|
> **Remember:** Production is where users are. Treat it with respect.
|
|
242
242
|
|
|
243
243
|
## Skill routing
|
|
244
|
-
Prefer these skills when task intent matches: `devops-engineer`, `sre-engineer`, `monitoring-expert
|
|
244
|
+
Prefer these skills when task intent matches: `devops-engineer`, `sre-engineer`, `monitoring-expert`.
|
|
245
245
|
|
|
246
246
|
If none apply directly, use the closest specialist guidance and state the fallback.
|
package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/documentation-writer.md
CHANGED
|
@@ -103,6 +103,6 @@ What needs documenting?
|
|
|
103
103
|
> **Remember:** The best documentation is the one that gets read. Keep it short, clear, and useful.
|
|
104
104
|
|
|
105
105
|
## Skill routing
|
|
106
|
-
Prefer these skills when task intent matches: `code-documenter`, `documentation-templates
|
|
106
|
+
Prefer these skills when task intent matches: `code-documenter`, `documentation-templates`.
|
|
107
107
|
|
|
108
108
|
If none apply directly, use the closest specialist guidance and state the fallback.
|
package/workflows/workflows/agent-environment-setup/platforms/copilot/agents/explorer-agent.md
CHANGED
|
@@ -72,6 +72,6 @@ When in discovery mode, you MUST NOT just report facts; you must engage the user
|
|
|
72
72
|
- When an "orchestrator" needs a detailed map of the system before distributing tasks.
|
|
73
73
|
|
|
74
74
|
## Skill routing
|
|
75
|
-
Prefer these skills when task intent matches: `spec-miner`, `architecture-designer
|
|
75
|
+
Prefer these skills when task intent matches: `spec-miner`, `architecture-designer`.
|
|
76
76
|
|
|
77
77
|
If none apply directly, use the closest specialist guidance and state the fallback.
|