@josstei/maestro 1.6.4-nightly.20260430
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/.agents/plugins/marketplace.json +20 -0
- package/CHANGELOG.md +486 -0
- package/EXAMPLES.md +255 -0
- package/GEMINI.md +251 -0
- package/LICENSE +201 -0
- package/QWEN.md +274 -0
- package/README.md +220 -0
- package/agents/accessibility_specialist.md +20 -0
- package/agents/analytics_engineer.md +22 -0
- package/agents/api_designer.md +19 -0
- package/agents/architect.md +19 -0
- package/agents/cloud_architect.md +19 -0
- package/agents/cobol_engineer.md +22 -0
- package/agents/code_reviewer.md +17 -0
- package/agents/coder.md +22 -0
- package/agents/compliance_reviewer.md +19 -0
- package/agents/content_strategist.md +19 -0
- package/agents/copywriter.md +19 -0
- package/agents/data_engineer.md +22 -0
- package/agents/database_administrator.md +21 -0
- package/agents/db2_dba.md +21 -0
- package/agents/debugger.md +19 -0
- package/agents/design_system_engineer.md +22 -0
- package/agents/devops_engineer.md +23 -0
- package/agents/hlasm_assembler_specialist.md +22 -0
- package/agents/i18n_specialist.md +21 -0
- package/agents/ibm_i_specialist.md +22 -0
- package/agents/integration_engineer.md +23 -0
- package/agents/ml_engineer.md +23 -0
- package/agents/mlops_engineer.md +23 -0
- package/agents/mobile_engineer.md +23 -0
- package/agents/observability_engineer.md +23 -0
- package/agents/performance_engineer.md +21 -0
- package/agents/platform_engineer.md +24 -0
- package/agents/product_manager.md +20 -0
- package/agents/prompt_engineer.md +22 -0
- package/agents/refactor.md +22 -0
- package/agents/release_manager.md +22 -0
- package/agents/security_engineer.md +21 -0
- package/agents/seo_specialist.md +21 -0
- package/agents/site_reliability_engineer.md +21 -0
- package/agents/solutions_architect.md +19 -0
- package/agents/technical_writer.md +21 -0
- package/agents/tester.md +23 -0
- package/agents/ux_designer.md +20 -0
- package/agents/zos_sysprog.md +21 -0
- package/bin/maestro-mcp-server.js +10 -0
- package/claude/.claude-plugin/plugin.json +21 -0
- package/claude/.mcp.json +11 -0
- package/claude/README.md +191 -0
- package/claude/agents/accessibility-specialist.md +36 -0
- package/claude/agents/analytics-engineer.md +38 -0
- package/claude/agents/api-designer.md +33 -0
- package/claude/agents/architect.md +33 -0
- package/claude/agents/cloud-architect.md +33 -0
- package/claude/agents/cobol-engineer.md +38 -0
- package/claude/agents/code-reviewer.md +31 -0
- package/claude/agents/coder.md +38 -0
- package/claude/agents/compliance-reviewer.md +33 -0
- package/claude/agents/content-strategist.md +33 -0
- package/claude/agents/copywriter.md +33 -0
- package/claude/agents/data-engineer.md +37 -0
- package/claude/agents/database-administrator.md +37 -0
- package/claude/agents/db2-dba.md +37 -0
- package/claude/agents/debugger.md +32 -0
- package/claude/agents/design-system-engineer.md +38 -0
- package/claude/agents/devops-engineer.md +39 -0
- package/claude/agents/hlasm-assembler-specialist.md +38 -0
- package/claude/agents/i18n-specialist.md +37 -0
- package/claude/agents/ibm-i-specialist.md +38 -0
- package/claude/agents/integration-engineer.md +39 -0
- package/claude/agents/ml-engineer.md +39 -0
- package/claude/agents/mlops-engineer.md +39 -0
- package/claude/agents/mobile-engineer.md +39 -0
- package/claude/agents/observability-engineer.md +39 -0
- package/claude/agents/performance-engineer.md +34 -0
- package/claude/agents/platform-engineer.md +40 -0
- package/claude/agents/product-manager.md +34 -0
- package/claude/agents/prompt-engineer.md +38 -0
- package/claude/agents/refactor.md +38 -0
- package/claude/agents/release-manager.md +38 -0
- package/claude/agents/security-engineer.md +37 -0
- package/claude/agents/seo-specialist.md +37 -0
- package/claude/agents/site-reliability-engineer.md +37 -0
- package/claude/agents/solutions-architect.md +33 -0
- package/claude/agents/technical-writer.md +37 -0
- package/claude/agents/tester.md +39 -0
- package/claude/agents/ux-designer.md +34 -0
- package/claude/agents/zos-sysprog.md +37 -0
- package/claude/hooks/claude-hooks.json +48 -0
- package/claude/mcp/maestro-server.js +9 -0
- package/claude/mcp-config.example.json +9 -0
- package/claude/scripts/adapters/claude-adapter.js +7 -0
- package/claude/scripts/hook-runner.js +8 -0
- package/claude/scripts/policy-enforcer.js +294 -0
- package/claude/skills/a11y-audit/SKILL.md +26 -0
- package/claude/skills/archive/SKILL.md +24 -0
- package/claude/skills/code-review/SKILL.md +7 -0
- package/claude/skills/compliance-check/SKILL.md +26 -0
- package/claude/skills/debug-workflow/SKILL.md +27 -0
- package/claude/skills/delegation/SKILL.md +7 -0
- package/claude/skills/design-dialogue/SKILL.md +7 -0
- package/claude/skills/execute/SKILL.md +38 -0
- package/claude/skills/execution/SKILL.md +7 -0
- package/claude/skills/implementation-planning/SKILL.md +7 -0
- package/claude/skills/orchestrate/SKILL.md +38 -0
- package/claude/skills/perf-check/SKILL.md +26 -0
- package/claude/skills/resume-session/SKILL.md +38 -0
- package/claude/skills/review-code/SKILL.md +27 -0
- package/claude/skills/security-audit/SKILL.md +28 -0
- package/claude/skills/seo-audit/SKILL.md +26 -0
- package/claude/skills/session-management/SKILL.md +7 -0
- package/claude/skills/status/SKILL.md +22 -0
- package/claude/skills/validation/SKILL.md +7 -0
- package/claude/src/agents/accessibility-specialist.md +163 -0
- package/claude/src/agents/analytics-engineer.md +182 -0
- package/claude/src/agents/api-designer.md +124 -0
- package/claude/src/agents/architect.md +120 -0
- package/claude/src/agents/cloud-architect.md +134 -0
- package/claude/src/agents/cobol-engineer.md +127 -0
- package/claude/src/agents/code-reviewer.md +123 -0
- package/claude/src/agents/coder.md +132 -0
- package/claude/src/agents/compliance-reviewer.md +219 -0
- package/claude/src/agents/content-strategist.md +111 -0
- package/claude/src/agents/copywriter.md +113 -0
- package/claude/src/agents/data-engineer.md +130 -0
- package/claude/src/agents/database-administrator.md +126 -0
- package/claude/src/agents/db2-dba.md +124 -0
- package/claude/src/agents/debugger.md +133 -0
- package/claude/src/agents/design-system-engineer.md +258 -0
- package/claude/src/agents/devops-engineer.md +138 -0
- package/claude/src/agents/hlasm-assembler-specialist.md +134 -0
- package/claude/src/agents/i18n-specialist.md +241 -0
- package/claude/src/agents/ibm-i-specialist.md +132 -0
- package/claude/src/agents/integration-engineer.md +133 -0
- package/claude/src/agents/ml-engineer.md +115 -0
- package/claude/src/agents/mlops-engineer.md +116 -0
- package/claude/src/agents/mobile-engineer.md +115 -0
- package/claude/src/agents/observability-engineer.md +133 -0
- package/claude/src/agents/performance-engineer.md +139 -0
- package/claude/src/agents/platform-engineer.md +129 -0
- package/claude/src/agents/product-manager.md +170 -0
- package/claude/src/agents/prompt-engineer.md +129 -0
- package/claude/src/agents/refactor.md +138 -0
- package/claude/src/agents/release-manager.md +132 -0
- package/claude/src/agents/security-engineer.md +143 -0
- package/claude/src/agents/seo-specialist.md +129 -0
- package/claude/src/agents/site-reliability-engineer.md +131 -0
- package/claude/src/agents/solutions-architect.md +137 -0
- package/claude/src/agents/technical-writer.md +129 -0
- package/claude/src/agents/tester.md +135 -0
- package/claude/src/agents/ux-designer.md +168 -0
- package/claude/src/agents/zos-sysprog.md +134 -0
- package/claude/src/config/setting-resolver.js +32 -0
- package/claude/src/core/agent-registry.js +67 -0
- package/claude/src/core/canonical-source.js +39 -0
- package/claude/src/core/env-file-parser.js +82 -0
- package/claude/src/core/feature-blocks.js +34 -0
- package/claude/src/core/logger.js +12 -0
- package/claude/src/core/markdown-state.js +36 -0
- package/claude/src/core/policy-rules.js +32 -0
- package/claude/src/core/project-root-resolver.js +184 -0
- package/claude/src/core/stdin-reader.js +77 -0
- package/claude/src/core/version.js +50 -0
- package/claude/src/entry-points/core-command-registry.js +37 -0
- package/claude/src/entry-points/preamble-builders.js +54 -0
- package/claude/src/entry-points/registry.js +199 -0
- package/claude/src/entry-points/templates/claude-core-command.md.tmpl +38 -0
- package/claude/src/entry-points/templates/claude-skill.md.tmpl +18 -0
- package/claude/src/entry-points/templates/codex-core-command.md.tmpl +16 -0
- package/claude/src/entry-points/templates/codex-skill.md.tmpl +11 -0
- package/claude/src/entry-points/templates/gemini-command.toml.tmpl +17 -0
- package/claude/src/entry-points/templates/gemini-core-command.toml.tmpl +30 -0
- package/claude/src/generated/agent-registry.json +630 -0
- package/claude/src/generated/hook-registry.json +18 -0
- package/claude/src/generated/resource-registry.json +16 -0
- package/claude/src/hooks/logic/after-agent-logic.js +54 -0
- package/claude/src/hooks/logic/before-agent-logic.js +57 -0
- package/claude/src/hooks/logic/hook-state.js +127 -0
- package/claude/src/hooks/logic/session-end-logic.js +17 -0
- package/claude/src/hooks/logic/session-start-logic.js +25 -0
- package/claude/src/lib/discovery/index.js +172 -0
- package/claude/src/lib/errors/index.js +104 -0
- package/claude/src/lib/framework-detection.js +50 -0
- package/claude/src/lib/frontmatter/index.js +262 -0
- package/claude/src/lib/io/index.js +96 -0
- package/claude/src/lib/naming/index.js +94 -0
- package/claude/src/lib/validation/index.js +124 -0
- package/claude/src/lib/yaml-emit.js +38 -0
- package/claude/src/mcp/content/provider.js +68 -0
- package/claude/src/mcp/content/runtime-content.js +188 -0
- package/claude/src/mcp/contracts/cache-path-rejector.js +39 -0
- package/claude/src/mcp/contracts/downstream-context.js +106 -0
- package/claude/src/mcp/contracts/plan-schema.js +148 -0
- package/claude/src/mcp/contracts/workspace-marker.js +61 -0
- package/claude/src/mcp/core/create-server.js +76 -0
- package/claude/src/mcp/core/line-reader.js +35 -0
- package/claude/src/mcp/core/project-root-cache.js +120 -0
- package/claude/src/mcp/core/protocol-dispatcher.js +274 -0
- package/claude/src/mcp/core/recovery-hints.js +43 -0
- package/claude/src/mcp/core/tool-outcome.js +77 -0
- package/claude/src/mcp/core/tool-registry.js +82 -0
- package/claude/src/mcp/handlers/assess-task-complexity.js +108 -0
- package/claude/src/mcp/handlers/blocker-parser.js +34 -0
- package/claude/src/mcp/handlers/design-gate.js +393 -0
- package/claude/src/mcp/handlers/get-agent.js +54 -0
- package/claude/src/mcp/handlers/get-runtime-context.js +49 -0
- package/claude/src/mcp/handlers/get-skill-content.js +51 -0
- package/claude/src/mcp/handlers/initialize-workspace.js +45 -0
- package/claude/src/mcp/handlers/reconciliation.js +224 -0
- package/claude/src/mcp/handlers/resolve-settings.js +39 -0
- package/claude/src/mcp/handlers/session-state-core.js +108 -0
- package/claude/src/mcp/handlers/session-state-tools.js +562 -0
- package/claude/src/mcp/handlers/validate-plan.js +76 -0
- package/claude/src/mcp/maestro-server.js +122 -0
- package/claude/src/mcp/runtime/runtime-config-map.js +70 -0
- package/claude/src/mcp/tool-packs/content/index.js +80 -0
- package/claude/src/mcp/tool-packs/contracts.js +30 -0
- package/claude/src/mcp/tool-packs/index.js +15 -0
- package/claude/src/mcp/tool-packs/session/index.js +243 -0
- package/claude/src/mcp/tool-packs/workspace/index.js +98 -0
- package/claude/src/mcp/utils/extension-root.js +31 -0
- package/claude/src/mcp/validation/agent-checker.js +81 -0
- package/claude/src/mcp/validation/dag-checker.js +214 -0
- package/claude/src/mcp/validation/file-overlap-checker.js +63 -0
- package/claude/src/mcp/validation/schema-checker.js +108 -0
- package/claude/src/platforms/claude/runtime-config.js +60 -0
- package/claude/src/platforms/shared/adapters/claude-adapter.js +36 -0
- package/claude/src/platforms/shared/adapters/conventions.js +29 -0
- package/claude/src/platforms/shared/adapters/exit-codes.js +6 -0
- package/claude/src/platforms/shared/adapters/factory.js +40 -0
- package/claude/src/platforms/shared/agent-names.js +15 -0
- package/claude/src/platforms/shared/hook-runner.js +52 -0
- package/claude/src/references/architecture.md +139 -0
- package/claude/src/references/orchestration-steps.md +193 -0
- package/claude/src/skills/shared/code-review/SKILL.md +145 -0
- package/claude/src/skills/shared/delegation/SKILL.md +387 -0
- package/claude/src/skills/shared/delegation/protocols/agent-base-protocol.md +145 -0
- package/claude/src/skills/shared/delegation/protocols/filesystem-safety-protocol.md +31 -0
- package/claude/src/skills/shared/design-dialogue/SKILL.md +284 -0
- package/claude/src/skills/shared/execution/SKILL.md +258 -0
- package/claude/src/skills/shared/implementation-planning/SKILL.md +307 -0
- package/claude/src/skills/shared/session-management/SKILL.md +314 -0
- package/claude/src/skills/shared/validation/SKILL.md +204 -0
- package/claude/src/state/session-state.js +113 -0
- package/claude/src/templates/design-document.md +95 -0
- package/claude/src/templates/implementation-plan.md +86 -0
- package/claude/src/templates/session-state.md +68 -0
- package/claude/src/version.json +3 -0
- package/commands/maestro/a11y-audit.toml +22 -0
- package/commands/maestro/archive.toml +23 -0
- package/commands/maestro/compliance-check.toml +22 -0
- package/commands/maestro/debug.toml +23 -0
- package/commands/maestro/execute.toml +30 -0
- package/commands/maestro/orchestrate.toml +30 -0
- package/commands/maestro/perf-check.toml +22 -0
- package/commands/maestro/resume.toml +38 -0
- package/commands/maestro/review.toml +23 -0
- package/commands/maestro/security-audit.toml +24 -0
- package/commands/maestro/seo-audit.toml +22 -0
- package/commands/maestro/status.toml +21 -0
- package/docs/architecture.md +323 -0
- package/docs/cicd.md +658 -0
- package/docs/flow.md +266 -0
- package/docs/maestro-cheatsheet.md +207 -0
- package/docs/overview.md +141 -0
- package/docs/runtime-claude.md +190 -0
- package/docs/runtime-codex.md +197 -0
- package/docs/runtime-gemini.md +173 -0
- package/docs/runtime-qwen.md +150 -0
- package/docs/usage.md +315 -0
- package/gemini-extension.json +56 -0
- package/hooks/adapters/gemini-adapter.js +2 -0
- package/hooks/adapters/qwen-adapter.js +2 -0
- package/hooks/hook-runner.js +3 -0
- package/hooks/hooks.json +56 -0
- package/mcp/maestro-server.js +4 -0
- package/package.json +93 -0
- package/plugins/maestro/.app.json +3 -0
- package/plugins/maestro/.codex-plugin/plugin.json +41 -0
- package/plugins/maestro/.mcp.json +16 -0
- package/plugins/maestro/README.md +57 -0
- package/plugins/maestro/references/runtime-guide.md +125 -0
- package/plugins/maestro/skills/a11y-audit/SKILL.md +16 -0
- package/plugins/maestro/skills/archive/SKILL.md +16 -0
- package/plugins/maestro/skills/code-review/SKILL.md +6 -0
- package/plugins/maestro/skills/compliance-check/SKILL.md +16 -0
- package/plugins/maestro/skills/debug-workflow/SKILL.md +16 -0
- package/plugins/maestro/skills/delegation/SKILL.md +6 -0
- package/plugins/maestro/skills/design-dialogue/SKILL.md +6 -0
- package/plugins/maestro/skills/execute/SKILL.md +16 -0
- package/plugins/maestro/skills/execution/SKILL.md +6 -0
- package/plugins/maestro/skills/implementation-planning/SKILL.md +6 -0
- package/plugins/maestro/skills/orchestrate/SKILL.md +16 -0
- package/plugins/maestro/skills/perf-check/SKILL.md +16 -0
- package/plugins/maestro/skills/resume-session/SKILL.md +16 -0
- package/plugins/maestro/skills/review-code/SKILL.md +16 -0
- package/plugins/maestro/skills/security-audit/SKILL.md +16 -0
- package/plugins/maestro/skills/seo-audit/SKILL.md +16 -0
- package/plugins/maestro/skills/session-management/SKILL.md +6 -0
- package/plugins/maestro/skills/status/SKILL.md +14 -0
- package/plugins/maestro/skills/validation/SKILL.md +6 -0
- package/plugins/maestro/src/agents/accessibility-specialist.md +163 -0
- package/plugins/maestro/src/agents/analytics-engineer.md +182 -0
- package/plugins/maestro/src/agents/api-designer.md +124 -0
- package/plugins/maestro/src/agents/architect.md +120 -0
- package/plugins/maestro/src/agents/cloud-architect.md +134 -0
- package/plugins/maestro/src/agents/cobol-engineer.md +127 -0
- package/plugins/maestro/src/agents/code-reviewer.md +123 -0
- package/plugins/maestro/src/agents/coder.md +132 -0
- package/plugins/maestro/src/agents/compliance-reviewer.md +219 -0
- package/plugins/maestro/src/agents/content-strategist.md +111 -0
- package/plugins/maestro/src/agents/copywriter.md +113 -0
- package/plugins/maestro/src/agents/data-engineer.md +130 -0
- package/plugins/maestro/src/agents/database-administrator.md +126 -0
- package/plugins/maestro/src/agents/db2-dba.md +124 -0
- package/plugins/maestro/src/agents/debugger.md +133 -0
- package/plugins/maestro/src/agents/design-system-engineer.md +258 -0
- package/plugins/maestro/src/agents/devops-engineer.md +138 -0
- package/plugins/maestro/src/agents/hlasm-assembler-specialist.md +134 -0
- package/plugins/maestro/src/agents/i18n-specialist.md +241 -0
- package/plugins/maestro/src/agents/ibm-i-specialist.md +132 -0
- package/plugins/maestro/src/agents/integration-engineer.md +133 -0
- package/plugins/maestro/src/agents/ml-engineer.md +115 -0
- package/plugins/maestro/src/agents/mlops-engineer.md +116 -0
- package/plugins/maestro/src/agents/mobile-engineer.md +115 -0
- package/plugins/maestro/src/agents/observability-engineer.md +133 -0
- package/plugins/maestro/src/agents/performance-engineer.md +139 -0
- package/plugins/maestro/src/agents/platform-engineer.md +129 -0
- package/plugins/maestro/src/agents/product-manager.md +170 -0
- package/plugins/maestro/src/agents/prompt-engineer.md +129 -0
- package/plugins/maestro/src/agents/refactor.md +138 -0
- package/plugins/maestro/src/agents/release-manager.md +132 -0
- package/plugins/maestro/src/agents/security-engineer.md +143 -0
- package/plugins/maestro/src/agents/seo-specialist.md +129 -0
- package/plugins/maestro/src/agents/site-reliability-engineer.md +131 -0
- package/plugins/maestro/src/agents/solutions-architect.md +137 -0
- package/plugins/maestro/src/agents/technical-writer.md +129 -0
- package/plugins/maestro/src/agents/tester.md +135 -0
- package/plugins/maestro/src/agents/ux-designer.md +168 -0
- package/plugins/maestro/src/agents/zos-sysprog.md +134 -0
- package/plugins/maestro/src/config/setting-resolver.js +32 -0
- package/plugins/maestro/src/core/agent-registry.js +67 -0
- package/plugins/maestro/src/core/canonical-source.js +39 -0
- package/plugins/maestro/src/core/env-file-parser.js +82 -0
- package/plugins/maestro/src/core/feature-blocks.js +34 -0
- package/plugins/maestro/src/core/logger.js +12 -0
- package/plugins/maestro/src/core/markdown-state.js +36 -0
- package/plugins/maestro/src/core/policy-rules.js +32 -0
- package/plugins/maestro/src/core/project-root-resolver.js +184 -0
- package/plugins/maestro/src/core/stdin-reader.js +77 -0
- package/plugins/maestro/src/core/version.js +50 -0
- package/plugins/maestro/src/entry-points/core-command-registry.js +37 -0
- package/plugins/maestro/src/entry-points/preamble-builders.js +54 -0
- package/plugins/maestro/src/entry-points/registry.js +199 -0
- package/plugins/maestro/src/entry-points/templates/claude-core-command.md.tmpl +38 -0
- package/plugins/maestro/src/entry-points/templates/claude-skill.md.tmpl +18 -0
- package/plugins/maestro/src/entry-points/templates/codex-core-command.md.tmpl +16 -0
- package/plugins/maestro/src/entry-points/templates/codex-skill.md.tmpl +11 -0
- package/plugins/maestro/src/entry-points/templates/gemini-command.toml.tmpl +17 -0
- package/plugins/maestro/src/entry-points/templates/gemini-core-command.toml.tmpl +30 -0
- package/plugins/maestro/src/generated/agent-registry.json +630 -0
- package/plugins/maestro/src/generated/hook-registry.json +18 -0
- package/plugins/maestro/src/generated/resource-registry.json +16 -0
- package/plugins/maestro/src/hooks/logic/after-agent-logic.js +54 -0
- package/plugins/maestro/src/hooks/logic/before-agent-logic.js +57 -0
- package/plugins/maestro/src/hooks/logic/hook-state.js +127 -0
- package/plugins/maestro/src/hooks/logic/session-end-logic.js +17 -0
- package/plugins/maestro/src/hooks/logic/session-start-logic.js +25 -0
- package/plugins/maestro/src/lib/discovery/index.js +172 -0
- package/plugins/maestro/src/lib/errors/index.js +104 -0
- package/plugins/maestro/src/lib/framework-detection.js +50 -0
- package/plugins/maestro/src/lib/frontmatter/index.js +262 -0
- package/plugins/maestro/src/lib/io/index.js +96 -0
- package/plugins/maestro/src/lib/naming/index.js +94 -0
- package/plugins/maestro/src/lib/validation/index.js +124 -0
- package/plugins/maestro/src/lib/yaml-emit.js +38 -0
- package/plugins/maestro/src/mcp/content/provider.js +68 -0
- package/plugins/maestro/src/mcp/content/runtime-content.js +188 -0
- package/plugins/maestro/src/mcp/contracts/cache-path-rejector.js +39 -0
- package/plugins/maestro/src/mcp/contracts/downstream-context.js +106 -0
- package/plugins/maestro/src/mcp/contracts/plan-schema.js +148 -0
- package/plugins/maestro/src/mcp/contracts/workspace-marker.js +61 -0
- package/plugins/maestro/src/mcp/core/create-server.js +76 -0
- package/plugins/maestro/src/mcp/core/line-reader.js +35 -0
- package/plugins/maestro/src/mcp/core/project-root-cache.js +120 -0
- package/plugins/maestro/src/mcp/core/protocol-dispatcher.js +274 -0
- package/plugins/maestro/src/mcp/core/recovery-hints.js +43 -0
- package/plugins/maestro/src/mcp/core/tool-outcome.js +77 -0
- package/plugins/maestro/src/mcp/core/tool-registry.js +82 -0
- package/plugins/maestro/src/mcp/handlers/assess-task-complexity.js +108 -0
- package/plugins/maestro/src/mcp/handlers/blocker-parser.js +34 -0
- package/plugins/maestro/src/mcp/handlers/design-gate.js +393 -0
- package/plugins/maestro/src/mcp/handlers/get-agent.js +54 -0
- package/plugins/maestro/src/mcp/handlers/get-runtime-context.js +49 -0
- package/plugins/maestro/src/mcp/handlers/get-skill-content.js +51 -0
- package/plugins/maestro/src/mcp/handlers/initialize-workspace.js +45 -0
- package/plugins/maestro/src/mcp/handlers/reconciliation.js +224 -0
- package/plugins/maestro/src/mcp/handlers/resolve-settings.js +39 -0
- package/plugins/maestro/src/mcp/handlers/session-state-core.js +108 -0
- package/plugins/maestro/src/mcp/handlers/session-state-tools.js +562 -0
- package/plugins/maestro/src/mcp/handlers/validate-plan.js +76 -0
- package/plugins/maestro/src/mcp/maestro-server.js +122 -0
- package/plugins/maestro/src/mcp/runtime/runtime-config-map.js +70 -0
- package/plugins/maestro/src/mcp/tool-packs/content/index.js +80 -0
- package/plugins/maestro/src/mcp/tool-packs/contracts.js +30 -0
- package/plugins/maestro/src/mcp/tool-packs/index.js +15 -0
- package/plugins/maestro/src/mcp/tool-packs/session/index.js +243 -0
- package/plugins/maestro/src/mcp/tool-packs/workspace/index.js +98 -0
- package/plugins/maestro/src/mcp/utils/extension-root.js +31 -0
- package/plugins/maestro/src/mcp/validation/agent-checker.js +81 -0
- package/plugins/maestro/src/mcp/validation/dag-checker.js +214 -0
- package/plugins/maestro/src/mcp/validation/file-overlap-checker.js +63 -0
- package/plugins/maestro/src/mcp/validation/schema-checker.js +108 -0
- package/plugins/maestro/src/platforms/codex/runtime-config.js +58 -0
- package/plugins/maestro/src/platforms/shared/adapters/conventions.js +29 -0
- package/plugins/maestro/src/platforms/shared/adapters/exit-codes.js +6 -0
- package/plugins/maestro/src/platforms/shared/adapters/factory.js +40 -0
- package/plugins/maestro/src/platforms/shared/agent-names.js +15 -0
- package/plugins/maestro/src/platforms/shared/hook-runner.js +52 -0
- package/plugins/maestro/src/references/architecture.md +139 -0
- package/plugins/maestro/src/references/orchestration-steps.md +193 -0
- package/plugins/maestro/src/skills/shared/code-review/SKILL.md +145 -0
- package/plugins/maestro/src/skills/shared/delegation/SKILL.md +387 -0
- package/plugins/maestro/src/skills/shared/delegation/protocols/agent-base-protocol.md +145 -0
- package/plugins/maestro/src/skills/shared/delegation/protocols/filesystem-safety-protocol.md +31 -0
- package/plugins/maestro/src/skills/shared/design-dialogue/SKILL.md +284 -0
- package/plugins/maestro/src/skills/shared/execution/SKILL.md +258 -0
- package/plugins/maestro/src/skills/shared/implementation-planning/SKILL.md +307 -0
- package/plugins/maestro/src/skills/shared/session-management/SKILL.md +314 -0
- package/plugins/maestro/src/skills/shared/validation/SKILL.md +204 -0
- package/plugins/maestro/src/state/session-state.js +113 -0
- package/plugins/maestro/src/templates/design-document.md +95 -0
- package/plugins/maestro/src/templates/implementation-plan.md +86 -0
- package/plugins/maestro/src/templates/session-state.md +68 -0
- package/plugins/maestro/src/version.json +3 -0
- package/policies/maestro.toml +44 -0
- package/qwen/agents/accessibility_specialist.md +18 -0
- package/qwen/agents/analytics_engineer.md +20 -0
- package/qwen/agents/api_designer.md +17 -0
- package/qwen/agents/architect.md +17 -0
- package/qwen/agents/cloud_architect.md +17 -0
- package/qwen/agents/cobol_engineer.md +20 -0
- package/qwen/agents/code_reviewer.md +15 -0
- package/qwen/agents/coder.md +20 -0
- package/qwen/agents/compliance_reviewer.md +17 -0
- package/qwen/agents/content_strategist.md +17 -0
- package/qwen/agents/copywriter.md +17 -0
- package/qwen/agents/data_engineer.md +20 -0
- package/qwen/agents/database_administrator.md +19 -0
- package/qwen/agents/db2_dba.md +19 -0
- package/qwen/agents/debugger.md +17 -0
- package/qwen/agents/design_system_engineer.md +20 -0
- package/qwen/agents/devops_engineer.md +21 -0
- package/qwen/agents/hlasm_assembler_specialist.md +20 -0
- package/qwen/agents/i18n_specialist.md +19 -0
- package/qwen/agents/ibm_i_specialist.md +20 -0
- package/qwen/agents/integration_engineer.md +21 -0
- package/qwen/agents/ml_engineer.md +21 -0
- package/qwen/agents/mlops_engineer.md +21 -0
- package/qwen/agents/mobile_engineer.md +21 -0
- package/qwen/agents/observability_engineer.md +21 -0
- package/qwen/agents/performance_engineer.md +19 -0
- package/qwen/agents/platform_engineer.md +22 -0
- package/qwen/agents/product_manager.md +18 -0
- package/qwen/agents/prompt_engineer.md +20 -0
- package/qwen/agents/refactor.md +20 -0
- package/qwen/agents/release_manager.md +20 -0
- package/qwen/agents/security_engineer.md +19 -0
- package/qwen/agents/seo_specialist.md +19 -0
- package/qwen/agents/site_reliability_engineer.md +19 -0
- package/qwen/agents/solutions_architect.md +17 -0
- package/qwen/agents/technical_writer.md +19 -0
- package/qwen/agents/tester.md +21 -0
- package/qwen/agents/ux_designer.md +18 -0
- package/qwen/agents/zos_sysprog.md +19 -0
- package/qwen/hooks.json +56 -0
- package/qwen-extension.json +56 -0
- package/scripts/check-layer-boundaries.js +74 -0
- package/scripts/generate.js +155 -0
- package/scripts/install-codex-plugin.js +167 -0
- package/scripts/install-git-hooks.js +43 -0
- package/scripts/npm-publish-idempotent.js +338 -0
- package/scripts/package-release-artifacts.js +156 -0
- package/scripts/release-artifact-manifest.js +378 -0
- package/scripts/release-version-metadata.js +129 -0
- package/scripts/update-versions.js +33 -0
- package/scripts/verify-npm-pack.js +85 -0
- package/scripts/verify-release-artifacts.js +95 -0
- package/src/agents/accessibility-specialist.md +163 -0
- package/src/agents/analytics-engineer.md +182 -0
- package/src/agents/api-designer.md +124 -0
- package/src/agents/architect.md +120 -0
- package/src/agents/cloud-architect.md +134 -0
- package/src/agents/cobol-engineer.md +127 -0
- package/src/agents/code-reviewer.md +123 -0
- package/src/agents/coder.md +132 -0
- package/src/agents/compliance-reviewer.md +219 -0
- package/src/agents/content-strategist.md +111 -0
- package/src/agents/copywriter.md +113 -0
- package/src/agents/data-engineer.md +130 -0
- package/src/agents/database-administrator.md +126 -0
- package/src/agents/db2-dba.md +124 -0
- package/src/agents/debugger.md +133 -0
- package/src/agents/design-system-engineer.md +258 -0
- package/src/agents/devops-engineer.md +138 -0
- package/src/agents/hlasm-assembler-specialist.md +134 -0
- package/src/agents/i18n-specialist.md +241 -0
- package/src/agents/ibm-i-specialist.md +132 -0
- package/src/agents/integration-engineer.md +133 -0
- package/src/agents/ml-engineer.md +115 -0
- package/src/agents/mlops-engineer.md +116 -0
- package/src/agents/mobile-engineer.md +115 -0
- package/src/agents/observability-engineer.md +133 -0
- package/src/agents/performance-engineer.md +139 -0
- package/src/agents/platform-engineer.md +129 -0
- package/src/agents/product-manager.md +170 -0
- package/src/agents/prompt-engineer.md +129 -0
- package/src/agents/refactor.md +138 -0
- package/src/agents/release-manager.md +132 -0
- package/src/agents/security-engineer.md +143 -0
- package/src/agents/seo-specialist.md +129 -0
- package/src/agents/site-reliability-engineer.md +131 -0
- package/src/agents/solutions-architect.md +137 -0
- package/src/agents/technical-writer.md +129 -0
- package/src/agents/tester.md +135 -0
- package/src/agents/ux-designer.md +168 -0
- package/src/agents/zos-sysprog.md +134 -0
- package/src/config/setting-resolver.js +32 -0
- package/src/core/agent-registry.js +67 -0
- package/src/core/canonical-source.js +39 -0
- package/src/core/env-file-parser.js +82 -0
- package/src/core/feature-blocks.js +34 -0
- package/src/core/logger.js +12 -0
- package/src/core/markdown-state.js +36 -0
- package/src/core/policy-rules.js +32 -0
- package/src/core/project-root-resolver.js +184 -0
- package/src/core/stdin-reader.js +77 -0
- package/src/core/version.js +50 -0
- package/src/entry-points/core-command-registry.js +37 -0
- package/src/entry-points/preamble-builders.js +54 -0
- package/src/entry-points/registry.js +199 -0
- package/src/entry-points/templates/claude-core-command.md.tmpl +38 -0
- package/src/entry-points/templates/claude-skill.md.tmpl +18 -0
- package/src/entry-points/templates/codex-core-command.md.tmpl +16 -0
- package/src/entry-points/templates/codex-skill.md.tmpl +11 -0
- package/src/entry-points/templates/gemini-command.toml.tmpl +17 -0
- package/src/entry-points/templates/gemini-core-command.toml.tmpl +30 -0
- package/src/generated/agent-registry.json +630 -0
- package/src/generated/hook-registry.json +18 -0
- package/src/generated/resource-registry.json +16 -0
- package/src/generator/entry-point-expander.js +182 -0
- package/src/generator/file-writer.js +167 -0
- package/src/generator/generation-session.js +62 -0
- package/src/generator/manifest-curator.js +31 -0
- package/src/generator/manifest-expander.js +256 -0
- package/src/generator/payload-builder.js +217 -0
- package/src/generator/registry-scanner.js +130 -0
- package/src/generator/stale-pruner.js +101 -0
- package/src/hooks/logic/after-agent-logic.js +54 -0
- package/src/hooks/logic/before-agent-logic.js +57 -0
- package/src/hooks/logic/hook-state.js +127 -0
- package/src/hooks/logic/session-end-logic.js +17 -0
- package/src/hooks/logic/session-start-logic.js +25 -0
- package/src/lib/discovery/index.js +172 -0
- package/src/lib/errors/index.js +104 -0
- package/src/lib/framework-detection.js +50 -0
- package/src/lib/frontmatter/index.js +262 -0
- package/src/lib/io/index.js +96 -0
- package/src/lib/naming/index.js +94 -0
- package/src/lib/validation/index.js +124 -0
- package/src/lib/yaml-emit.js +38 -0
- package/src/manifest.js +11 -0
- package/src/mcp/content/provider.js +68 -0
- package/src/mcp/content/runtime-content.js +188 -0
- package/src/mcp/contracts/cache-path-rejector.js +39 -0
- package/src/mcp/contracts/downstream-context.js +106 -0
- package/src/mcp/contracts/plan-schema.js +148 -0
- package/src/mcp/contracts/workspace-marker.js +61 -0
- package/src/mcp/core/create-server.js +76 -0
- package/src/mcp/core/line-reader.js +35 -0
- package/src/mcp/core/project-root-cache.js +120 -0
- package/src/mcp/core/protocol-dispatcher.js +274 -0
- package/src/mcp/core/recovery-hints.js +43 -0
- package/src/mcp/core/tool-outcome.js +77 -0
- package/src/mcp/core/tool-registry.js +82 -0
- package/src/mcp/handlers/assess-task-complexity.js +108 -0
- package/src/mcp/handlers/blocker-parser.js +34 -0
- package/src/mcp/handlers/design-gate.js +393 -0
- package/src/mcp/handlers/get-agent.js +54 -0
- package/src/mcp/handlers/get-runtime-context.js +49 -0
- package/src/mcp/handlers/get-skill-content.js +51 -0
- package/src/mcp/handlers/initialize-workspace.js +45 -0
- package/src/mcp/handlers/reconciliation.js +224 -0
- package/src/mcp/handlers/resolve-settings.js +39 -0
- package/src/mcp/handlers/session-state-core.js +108 -0
- package/src/mcp/handlers/session-state-tools.js +562 -0
- package/src/mcp/handlers/validate-plan.js +76 -0
- package/src/mcp/maestro-server.js +122 -0
- package/src/mcp/runtime/runtime-config-map.js +70 -0
- package/src/mcp/tool-packs/content/index.js +80 -0
- package/src/mcp/tool-packs/contracts.js +30 -0
- package/src/mcp/tool-packs/index.js +15 -0
- package/src/mcp/tool-packs/session/index.js +243 -0
- package/src/mcp/tool-packs/workspace/index.js +98 -0
- package/src/mcp/utils/extension-root.js +31 -0
- package/src/mcp/validation/agent-checker.js +81 -0
- package/src/mcp/validation/dag-checker.js +214 -0
- package/src/mcp/validation/file-overlap-checker.js +63 -0
- package/src/mcp/validation/schema-checker.js +108 -0
- package/src/platforms/claude/metadata.js +96 -0
- package/src/platforms/claude/runtime-config.js +60 -0
- package/src/platforms/codex/metadata.js +107 -0
- package/src/platforms/codex/runtime-config.js +58 -0
- package/src/platforms/gemini/metadata.js +27 -0
- package/src/platforms/gemini/runtime-config.js +62 -0
- package/src/platforms/metadata-shared.js +133 -0
- package/src/platforms/metadata.js +29 -0
- package/src/platforms/qwen/metadata.js +27 -0
- package/src/platforms/qwen/runtime-config.js +62 -0
- package/src/platforms/shared/adapters/claude-adapter.js +36 -0
- package/src/platforms/shared/adapters/conventions.js +29 -0
- package/src/platforms/shared/adapters/exit-codes.js +6 -0
- package/src/platforms/shared/adapters/factory.js +40 -0
- package/src/platforms/shared/adapters/gemini-adapter.js +34 -0
- package/src/platforms/shared/adapters/qwen-adapter.js +93 -0
- package/src/platforms/shared/agent-names.js +15 -0
- package/src/platforms/shared/hook-runner.js +52 -0
- package/src/references/architecture.md +139 -0
- package/src/references/orchestration-steps.md +193 -0
- package/src/scripts/ensure-workspace.js +14 -0
- package/src/scripts/read-active-session.js +26 -0
- package/src/scripts/read-setting.js +18 -0
- package/src/scripts/read-state.js +17 -0
- package/src/scripts/write-state.js +22 -0
- package/src/skills/shared/code-review/SKILL.md +145 -0
- package/src/skills/shared/delegation/SKILL.md +387 -0
- package/src/skills/shared/delegation/protocols/agent-base-protocol.md +145 -0
- package/src/skills/shared/delegation/protocols/filesystem-safety-protocol.md +31 -0
- package/src/skills/shared/design-dialogue/SKILL.md +284 -0
- package/src/skills/shared/execution/SKILL.md +258 -0
- package/src/skills/shared/implementation-planning/SKILL.md +307 -0
- package/src/skills/shared/session-management/SKILL.md +314 -0
- package/src/skills/shared/validation/SKILL.md +204 -0
- package/src/state/session-state.js +113 -0
- package/src/templates/design-document.md +95 -0
- package/src/templates/implementation-plan.md +86 -0
- package/src/templates/session-state.md +68 -0
- package/src/transforms/agent-stub.js +29 -0
- package/src/transforms/extract-examples.js +63 -0
- package/src/transforms/index.js +35 -0
- package/src/transforms/parse-frontmatter.js +23 -0
- package/src/transforms/rebuild-frontmatter.js +147 -0
- package/src/transforms/skill-discovery-stub.js +27 -0
- package/src/transforms/skill-metadata.js +14 -0
package/claude/README.md
ADDED
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
# Maestro — Claude Code Plugin
|
|
2
|
+
|
|
3
|
+
[](https://github.com/josstei/maestro-orchestrate/releases)
|
|
4
|
+
[](LICENSE)
|
|
5
|
+
[](https://docs.anthropic.com/en/docs/claude-code)
|
|
6
|
+
|
|
7
|
+
Multi-agent development orchestration platform — 39 specialists, 4-phase orchestration, native parallel subagents, persistent sessions, and standalone review/debug/security/perf/seo/a11y/compliance commands
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
|
|
11
|
+
### From Marketplace (recommended)
|
|
12
|
+
|
|
13
|
+
Add the maestro marketplace, then install the plugin:
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
claude plugin marketplace add josstei/maestro-orchestrate
|
|
17
|
+
claude plugin install maestro@maestro-orchestrator --scope user
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
### Installation Scopes
|
|
21
|
+
|
|
22
|
+
| Scope | Flag | Effect |
|
|
23
|
+
|-------|------|--------|
|
|
24
|
+
| User (default) | `--scope user` | Available across all your projects |
|
|
25
|
+
| Project | `--scope project` | Shared with your team via version control |
|
|
26
|
+
| Local | `--scope local` | Project-specific, gitignored |
|
|
27
|
+
|
|
28
|
+
### Plugin Management
|
|
29
|
+
|
|
30
|
+
```bash
|
|
31
|
+
claude plugin update maestro # Pull the latest version
|
|
32
|
+
claude plugin disable maestro # Disable without uninstalling
|
|
33
|
+
claude plugin uninstall maestro # Remove the plugin entirely
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
### Development / Testing
|
|
37
|
+
|
|
38
|
+
Load the plugin for a single session without persistent registration:
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
claude --plugin-dir /path/to/maestro-orchestrate/claude
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
Use `/reload-plugins` inside the session to pick up file changes without restarting.
|
|
45
|
+
|
|
46
|
+
For local development, clone the repo first:
|
|
47
|
+
|
|
48
|
+
```bash
|
|
49
|
+
git clone https://github.com/josstei/maestro-orchestrate
|
|
50
|
+
claude --plugin-dir /path/to/maestro-orchestrate/claude
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
### Verify Installation
|
|
54
|
+
|
|
55
|
+
After starting Claude Code with the plugin loaded:
|
|
56
|
+
|
|
57
|
+
- Type `/` and verify `orchestrate`, `review-code`, `debug-workflow`, `security-audit`, `perf-check`, `seo-audit`, `a11y-audit`, and `compliance-check` appear in autocomplete.
|
|
58
|
+
- Run `/agents` and verify agents with the `maestro:` prefix appear (e.g., `maestro:coder`, `maestro:architect`).
|
|
59
|
+
- Confirm MCP tools are registered: `mcp__plugin_maestro_maestro__*` tools should be available (e.g., `mcp__plugin_maestro_maestro__get_session_status`).
|
|
60
|
+
|
|
61
|
+
### MCP Server
|
|
62
|
+
|
|
63
|
+
The MCP server is auto-registered via `claude/.mcp.json`. If MCP tools are not available, verify the `.mcp.json` file exists at the plugin root:
|
|
64
|
+
|
|
65
|
+
```json
|
|
66
|
+
{
|
|
67
|
+
"mcpServers": {
|
|
68
|
+
"maestro": {
|
|
69
|
+
"command": "node",
|
|
70
|
+
"args": ["${CLAUDE_PLUGIN_ROOT}/mcp/maestro-server.js"],
|
|
71
|
+
"cwd": "${CLAUDE_PLUGIN_ROOT}"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
**Note:** Claude is filesystem-backed for shared MCP content. Published Claude bundles carry a generated local `src/` payload derived from the canonical source tree, and shared skills, templates, references, and delegation protocols are loaded from that local payload through `get_skill_content`. Runtime-local `SKILL.md` files remain only where Claude needs on-disk discovery stubs or public entry points.
|
|
78
|
+
|
|
79
|
+
## Quick Start
|
|
80
|
+
|
|
81
|
+
Start a full orchestration by describing what you want to build:
|
|
82
|
+
|
|
83
|
+
```
|
|
84
|
+
/orchestrate Build a REST API for a task management system with user authentication
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
Maestro will walk you through the complete lifecycle:
|
|
88
|
+
|
|
89
|
+
1. **Design Dialogue** -- Structured questions one at a time, 2-3 architectural approaches with trade-offs.
|
|
90
|
+
2. **Design Review** -- Section-by-section approval of the design document.
|
|
91
|
+
3. **Implementation Planning** -- Phase breakdown, agent assignments, dependency graph, parallel execution opportunities.
|
|
92
|
+
4. **Execution Mode Selection** -- Parallel or sequential dispatch.
|
|
93
|
+
5. **Phase-by-Phase Execution** -- Specialized agents implement the plan with session state updates after each phase.
|
|
94
|
+
6. **Quality Gate** -- Final code review blocks on unresolved Critical or Major findings.
|
|
95
|
+
7. **Completion & Archival** -- Summary of files changed, token usage, and next steps.
|
|
96
|
+
|
|
97
|
+
**Express mode** -- For simple tasks, Maestro detects low complexity and uses a streamlined flow: 1-2 questions, brief approval, single agent, code review, done.
|
|
98
|
+
|
|
99
|
+
## Commands
|
|
100
|
+
|
|
101
|
+
| Command | Purpose |
|
|
102
|
+
|---------|---------|
|
|
103
|
+
| `/orchestrate` | Full orchestration workflow (design, plan, execute, complete) |
|
|
104
|
+
| `/execute` | Execute an approved implementation plan |
|
|
105
|
+
| `/status` | Display current session status |
|
|
106
|
+
| `/resume-session` | Resume an interrupted session |
|
|
107
|
+
| `/archive` | Archive the active session |
|
|
108
|
+
| `/review-code` | Standalone code review |
|
|
109
|
+
| `/debug-workflow` | Standalone debugging session |
|
|
110
|
+
| `/security-audit` | Standalone security assessment |
|
|
111
|
+
| `/perf-check` | Standalone performance analysis |
|
|
112
|
+
| `/seo-audit` | Standalone SEO assessment |
|
|
113
|
+
| `/a11y-audit` | Standalone accessibility audit |
|
|
114
|
+
| `/compliance-check` | Standalone compliance review |
|
|
115
|
+
|
|
116
|
+
These Claude entrypoints come from the public top-level skills in `skills/`. Internal methodology skills remain hidden with `user-invocable: false`.
|
|
117
|
+
|
|
118
|
+
## Agents
|
|
119
|
+
|
|
120
|
+
All agents are registered with a `maestro:` namespace prefix. When the orchestrator delegates work, it dispatches agents as `maestro:coder`, `maestro:architect`, etc. Claude Code agents use **kebab-case** naming (e.g., `code-reviewer`, `api-designer`), contrasting with Gemini CLI's snake_case convention (e.g., `code_reviewer`, `api_designer`). The `maestro:` prefix is always required when dispatching.
|
|
121
|
+
|
|
122
|
+
All agents share a baseline tool set: `Read`, `Glob`, `Grep`, `Skill`. Tool tiers reflect additional capabilities beyond that baseline.
|
|
123
|
+
|
|
124
|
+
| Agent | Domain | Specialization | Tool Tier |
|
|
125
|
+
|-------|--------|----------------|-----------|
|
|
126
|
+
| accessibility-specialist | Design | WCAG compliance auditing, ARIA review | Read + Shell |
|
|
127
|
+
| analytics-engineer | Analytics | Event tracking, conversion funnels | Full Access |
|
|
128
|
+
| api-designer | Engineering | API contracts and endpoint design | Read-Only |
|
|
129
|
+
| architect | Engineering | System design and architecture decisions | Read-Only |
|
|
130
|
+
| cloud-architect | Platform | AWS/GCP/Azure topology, IaC, multi-region design | Read-Only |
|
|
131
|
+
| cobol-engineer | Mainframe | Mainframe COBOL, JCL, CICS/IMS on z/OS | Full Access |
|
|
132
|
+
| code-reviewer | Engineering | Code quality review and bug identification | Read-Only |
|
|
133
|
+
| coder | Engineering | Feature implementation | Full Access |
|
|
134
|
+
| compliance-reviewer | Compliance | Legal and regulatory compliance (GDPR, CCPA, licensing) | Read-Only |
|
|
135
|
+
| content-strategist | Content | Content planning and strategy | Read-Only |
|
|
136
|
+
| copywriter | Content | Marketing copy and landing-page content | Read + Write |
|
|
137
|
+
| data-engineer | Engineering | Schema design, queries, and data pipelines | Full Access |
|
|
138
|
+
| database-administrator | Engineering | RDBMS tuning, indexes, migration safety (Postgres, MySQL, Oracle, SQL Server) | Read + Shell |
|
|
139
|
+
| db2-dba | Mainframe | DB2 for z/OS and LUW, REORG, RUNSTATS, bind/rebind | Read + Shell |
|
|
140
|
+
| debugger | Engineering | Root cause analysis and defect investigation | Read + Shell |
|
|
141
|
+
| design-system-engineer | Design | Design tokens and theming | Full Access |
|
|
142
|
+
| devops-engineer | Engineering | CI/CD, containerization, and deployment | Full Access |
|
|
143
|
+
| hlasm-assembler-specialist | Mainframe | IBM HLASM for z/OS, macros, SVCs | Full Access |
|
|
144
|
+
| i18n-specialist | Internationalization | Internationalization and locale management | Full Access |
|
|
145
|
+
| ibm-i-specialist | Mainframe | IBM i RPG/CL, DB2 for i, OS/400 | Full Access |
|
|
146
|
+
| integration-engineer | Platform | B2B APIs, ETL, message brokers (Kafka, MQ) | Full Access |
|
|
147
|
+
| ml-engineer | ML/AI | Model training, feature pipelines, evaluation | Full Access |
|
|
148
|
+
| mlops-engineer | ML/AI | Model registry, CI/CD for models, drift detection | Full Access |
|
|
149
|
+
| mobile-engineer | Engineering | iOS/Android/React Native/Flutter platform work | Full Access |
|
|
150
|
+
| observability-engineer | Ops | Metrics, logs, traces, OpenTelemetry, dashboards | Full Access |
|
|
151
|
+
| performance-engineer | Engineering | Performance profiling and optimization | Read + Shell |
|
|
152
|
+
| platform-engineer | Platform | Internal developer platforms, paved paths | Full Access |
|
|
153
|
+
| product-manager | Product | Requirements and product strategy | Read + Write |
|
|
154
|
+
| prompt-engineer | ML/AI | LLM prompt design, few-shot, RAG tuning | Read + Write |
|
|
155
|
+
| refactor | Engineering | Structural refactoring and technical debt | Full Access |
|
|
156
|
+
| release-manager | Ops | Release notes, changelogs, rollout planning | Read + Write |
|
|
157
|
+
| security-engineer | Engineering | Security assessment and vulnerability analysis | Read + Shell |
|
|
158
|
+
| seo-specialist | SEO | Technical SEO auditing and structured data | Read + Shell |
|
|
159
|
+
| site-reliability-engineer | Ops | SLOs, error budgets, runbooks, postmortems | Read + Shell |
|
|
160
|
+
| solutions-architect | Platform | Enterprise integration, cross-team architecture | Read-Only |
|
|
161
|
+
| technical-writer | Engineering | Documentation and technical writing | Read + Write |
|
|
162
|
+
| tester | Engineering | Test implementation and coverage analysis | Full Access |
|
|
163
|
+
| ux-designer | Design | User experience design | Read + Write |
|
|
164
|
+
| zos-sysprog | Mainframe | z/OS systems programming, JCL, USS, RACF | Read + Shell |
|
|
165
|
+
|
|
166
|
+
## Claude Code Specifics
|
|
167
|
+
|
|
168
|
+
### MCP Tool Names
|
|
169
|
+
|
|
170
|
+
MCP tools are registered with a namespace prefix. Skills reference bare names like `initialize_workspace` but the actual tool name is `mcp__plugin_maestro_maestro__initialize_workspace`. The orchestrate skill includes a mapping table that handles this automatically.
|
|
171
|
+
|
|
172
|
+
### Agent Names
|
|
173
|
+
|
|
174
|
+
Agents are registered as `maestro:<agent-name>` (e.g., `maestro:coder`, `maestro:code-reviewer`). The orchestrate skill includes a mapping that handles this automatically.
|
|
175
|
+
|
|
176
|
+
### Hooks
|
|
177
|
+
|
|
178
|
+
Claude Code hooks are registered in `hooks/claude-hooks.json`:
|
|
179
|
+
|
|
180
|
+
- **SessionStart** — Prune stale sessions, initialize hook state
|
|
181
|
+
- **SessionEnd** — Clean up hook state
|
|
182
|
+
- **PreToolUse (Agent matcher)** — Track active agent, inject session context
|
|
183
|
+
- **PreToolUse (Bash matcher)** — Policy enforcement (blocks destructive commands)
|
|
184
|
+
|
|
185
|
+
## Configuration
|
|
186
|
+
|
|
187
|
+
Supported settings include `MAESTRO_STATE_DIR`, `MAESTRO_DISABLED_AGENTS`, `MAESTRO_EXECUTION_MODE`, `MAESTRO_VALIDATION_STRICTNESS`, `MAESTRO_AUTO_ARCHIVE`, `MAESTRO_MAX_RETRIES`, and `MAESTRO_MAX_CONCURRENT`. Claude-specific runtime paths come from `CLAUDE_PLUGIN_ROOT` and `CLAUDE_PROJECT_DIR`.
|
|
188
|
+
|
|
189
|
+
## License
|
|
190
|
+
|
|
191
|
+
Apache-2.0
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: accessibility-specialist
|
|
3
|
+
description: |
|
|
4
|
+
Accessibility specialist for WCAG compliance auditing, ARIA implementation review, keyboard navigation testing, and inclusive design assessment. Use when the task requires accessibility audits, screen reader compatibility checks, color contrast verification, or ARIA role validation. For example: auditing a web app for WCAG 2.1 AA compliance, reviewing keyboard navigation in modal dialogs, or validating ARIA usage in custom components.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs a WCAG accessibility audit.
|
|
8
|
+
user: "Audit our web app for WCAG 2.1 AA compliance"
|
|
9
|
+
assistant: "I'll systematically audit against all WCAG 2.1 AA success criteria: perceivable (alt text, contrast, captions), operable (keyboard, timing), understandable (readability, predictability), and robust (parsing, ARIA)."
|
|
10
|
+
<commentary>
|
|
11
|
+
Accessibility Specialist handles WCAG compliance auditing — read-only + shell for a11y tools.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs keyboard navigation review.
|
|
16
|
+
user: "Check if our modal dialogs and dropdown menus are keyboard accessible"
|
|
17
|
+
assistant: "I'll review focus management, tab order, escape key handling, and ARIA roles for each interactive component, providing specific remediation patterns."
|
|
18
|
+
<commentary>
|
|
19
|
+
Accessibility Specialist handles keyboard accessibility and ARIA implementation review.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: violet
|
|
24
|
+
maxTurns: 20
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Bash
|
|
28
|
+
- Glob
|
|
29
|
+
- Grep
|
|
30
|
+
- WebSearch
|
|
31
|
+
- TaskCreate
|
|
32
|
+
- TaskUpdate
|
|
33
|
+
- TaskList
|
|
34
|
+
---
|
|
35
|
+
|
|
36
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["accessibility-specialist"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: analytics-engineer
|
|
3
|
+
description: |
|
|
4
|
+
Analytics engineering specialist for event tracking implementation, analytics schemas, conversion funnels, A/B test design, and measurement planning. Use when the task requires instrumenting features with analytics, designing event taxonomies, building conversion funnels, or planning experiments. For example: adding event tracking to a checkout flow, designing an A/B test for a pricing page, or defining KPI dashboards.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs to instrument a feature with analytics tracking.
|
|
8
|
+
user: "Add event tracking to our checkout flow to measure conversion funnel"
|
|
9
|
+
assistant: "I'll design the event taxonomy for the checkout funnel, implement tracking calls at each step, and validate data collection with test events."
|
|
10
|
+
<commentary>
|
|
11
|
+
Analytics Engineer handles tracking implementation and event schema design.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs A/B test design for a feature experiment.
|
|
16
|
+
user: "Design an A/B test for our new pricing page layout"
|
|
17
|
+
assistant: "I'll define test hypotheses, calculate sample size for statistical significance, design event tracking for both variants, and specify success metrics."
|
|
18
|
+
<commentary>
|
|
19
|
+
Analytics Engineer handles experiment design and measurement planning.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: olive
|
|
24
|
+
maxTurns: 25
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Write
|
|
28
|
+
- Edit
|
|
29
|
+
- Bash
|
|
30
|
+
- Glob
|
|
31
|
+
- Grep
|
|
32
|
+
- WebSearch
|
|
33
|
+
- TaskCreate
|
|
34
|
+
- TaskUpdate
|
|
35
|
+
- TaskList
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["analytics-engineer"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: api-designer
|
|
3
|
+
description: |
|
|
4
|
+
API design specialist for endpoint design, request/response contracts, and API versioning strategies. Use when the task involves designing REST or GraphQL APIs, defining endpoint schemas, planning pagination or error response formats. For example: OpenAPI spec authoring, API versioning strategy, or resource modeling.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs REST or GraphQL API contracts designed.
|
|
8
|
+
user: "Design the API for our user authentication service"
|
|
9
|
+
assistant: "I'll design the API contracts including endpoints, request/response schemas, authentication requirements, and error handling patterns."
|
|
10
|
+
<commentary>
|
|
11
|
+
API Designer is appropriate because the task requires designing contracts, not implementing them.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User wants to review or extend an existing API surface.
|
|
16
|
+
user: "We need to add pagination to all our list endpoints"
|
|
17
|
+
assistant: "I'll audit the existing list endpoints and design a consistent pagination contract that can be applied across all of them."
|
|
18
|
+
<commentary>
|
|
19
|
+
API Designer handles API contract design and consistency decisions.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: cyan
|
|
24
|
+
maxTurns: 15
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Glob
|
|
28
|
+
- Grep
|
|
29
|
+
- WebSearch
|
|
30
|
+
- WebFetch
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["api-designer"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: architect
|
|
3
|
+
description: |
|
|
4
|
+
System design specialist for architecture decisions, technology selection, and high-level component design. Use when the task requires evaluating architectural trade-offs, designing system components, selecting technology stacks, or planning service boundaries. For example: microservice decomposition, database schema design, or API contract planning.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs to design a new system or evaluate architectural trade-offs.
|
|
8
|
+
user: "Design a microservice architecture for our e-commerce platform"
|
|
9
|
+
assistant: "I'll analyze your requirements and propose an architecture with component diagrams, interface contracts, and trade-off analysis."
|
|
10
|
+
<commentary>
|
|
11
|
+
Architect is appropriate because the task requires high-level design decisions, not implementation.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User is selecting technology stacks or evaluating options.
|
|
16
|
+
user: "Should we use PostgreSQL or MongoDB for our user data?"
|
|
17
|
+
assistant: "I'll evaluate both options across maturity, ecosystem, performance, and operational cost axes for your specific use case."
|
|
18
|
+
<commentary>
|
|
19
|
+
Architect handles technology evaluation with evidence-based reasoning.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: blue
|
|
24
|
+
maxTurns: 15
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Glob
|
|
28
|
+
- Grep
|
|
29
|
+
- WebSearch
|
|
30
|
+
- WebFetch
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["architect"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cloud-architect
|
|
3
|
+
description: |
|
|
4
|
+
Cloud architecture specialist for AWS, GCP, and Azure topology design, IaC patterns, multi-region resilience, and cost/security trade-offs. Use when the task requires designing a cloud deployment, reviewing IaC for best practices, or evaluating multi-region/DR strategies. For example: choosing between ECS and EKS, designing a VPC topology, or evaluating a CDN/edge-compute strategy.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs a cloud topology designed or reviewed.
|
|
8
|
+
user: "Design the AWS topology for our multi-tenant SaaS with per-tenant isolation"
|
|
9
|
+
assistant: "I'll propose a landing-zone layout, per-tenant account/VPC isolation pattern, shared-services account, and tenant-lifecycle operations, with cost and blast-radius trade-offs."
|
|
10
|
+
<commentary>
|
|
11
|
+
Cloud Architect is appropriate for topology design and trade-off analysis; it does not write IaC.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs an IaC review for best practices.
|
|
16
|
+
user: "Review our Terraform modules for security and cost risks"
|
|
17
|
+
assistant: "I'll audit state handling, IAM least-privilege, tagging, data perimeter, and cost levers (autoscaling, spot, right-sizing), and list findings by severity."
|
|
18
|
+
<commentary>
|
|
19
|
+
Cloud Architect handles IaC pattern review, read-only.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: sky
|
|
24
|
+
maxTurns: 15
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Glob
|
|
28
|
+
- Grep
|
|
29
|
+
- WebSearch
|
|
30
|
+
- WebFetch
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["cloud-architect"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: cobol-engineer
|
|
3
|
+
description: |
|
|
4
|
+
COBOL engineering specialist for mainframe program development, maintenance, and modernization on z/OS. Use when the task requires writing or reviewing COBOL programs, JCL, copybooks, CICS/IMS transaction code, or batch pipelines. For example: implementing a new batch job, refactoring a monolithic COBOL program, or reviewing a copybook change for binary compatibility.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs a COBOL program implemented or reviewed for a mainframe batch job.
|
|
8
|
+
user: "Implement a nightly batch that reads the transactions VSAM file and produces a posting file"
|
|
9
|
+
assistant: "I'll structure the program with standard divisions, use the existing copybook for the transaction record, implement sequential processing with file status checks, and write JCL that allocates the datasets with correct DCB attributes."
|
|
10
|
+
<commentary>
|
|
11
|
+
COBOL Engineer is appropriate for batch program authoring and JCL wiring.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs a copybook change reviewed for downstream binary impact.
|
|
16
|
+
user: "Review this copybook change adding a new field mid-structure"
|
|
17
|
+
assistant: "I'll check every program referencing this copybook, assess recompile-vs-runtime compatibility, and flag downstream impacts on unload files, MQ messages, and DB2 row layouts."
|
|
18
|
+
<commentary>
|
|
19
|
+
COBOL Engineer handles copybook/record-layout impact analysis across the mainframe estate.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: maroon
|
|
24
|
+
maxTurns: 25
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Write
|
|
28
|
+
- Edit
|
|
29
|
+
- Bash
|
|
30
|
+
- Glob
|
|
31
|
+
- Grep
|
|
32
|
+
- WebSearch
|
|
33
|
+
- TaskCreate
|
|
34
|
+
- TaskUpdate
|
|
35
|
+
- TaskList
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["cobol-engineer"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: code-reviewer
|
|
3
|
+
description: |
|
|
4
|
+
Code review specialist for identifying bugs, security vulnerabilities, and code quality issues. Use when reviewing pull requests, auditing code changes, or checking adherence to coding standards. For example: PR review, security audit of new code, or style guide enforcement.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User wants a code review before merging or shipping.
|
|
8
|
+
user: "Review the authentication service implementation for correctness and quality"
|
|
9
|
+
assistant: "I'll review the implementation for correctness, SOLID principles, error handling, security concerns, and consistency with established patterns."
|
|
10
|
+
<commentary>
|
|
11
|
+
Code Reviewer is appropriate for review tasks — read-only analysis and recommendations.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs a second opinion on implementation decisions.
|
|
16
|
+
user: "Can you check if our new API layer follows our conventions?"
|
|
17
|
+
assistant: "I'll read the existing codebase patterns and compare against the new API layer, identifying any deviations with specific line references."
|
|
18
|
+
<commentary>
|
|
19
|
+
Code Reviewer handles convention audits and targeted feedback.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: blue
|
|
24
|
+
maxTurns: 15
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Glob
|
|
28
|
+
- Grep
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["code-reviewer"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: coder
|
|
3
|
+
description: |
|
|
4
|
+
Implementation specialist for writing clean, well-structured code following established patterns and SOLID principles. Use when the task requires feature implementation, writing new modules, or building out functionality from specifications. For example: building a new API endpoint, implementing a service class, or writing utility functions.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs a new feature implemented from a specification or design.
|
|
8
|
+
user: "Implement the user authentication service based on the API contracts we just designed"
|
|
9
|
+
assistant: "I'll implement the service following the interface-first workflow: types and contracts first, then dependencies before dependents, matching existing codebase patterns."
|
|
10
|
+
<commentary>
|
|
11
|
+
Coder is appropriate for feature implementation from a known specification.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs new modules or utility code built out.
|
|
16
|
+
user: "Build the repository layer for our User domain"
|
|
17
|
+
assistant: "I'll read existing repository implementations first to extract patterns, then implement the User repository following the same conventions."
|
|
18
|
+
<commentary>
|
|
19
|
+
Coder handles implementation tasks that require pattern matching and code writing.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: green
|
|
24
|
+
maxTurns: 25
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Write
|
|
28
|
+
- Edit
|
|
29
|
+
- Bash
|
|
30
|
+
- Glob
|
|
31
|
+
- Grep
|
|
32
|
+
- TaskCreate
|
|
33
|
+
- TaskUpdate
|
|
34
|
+
- TaskList
|
|
35
|
+
- Skill
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["coder"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: compliance-reviewer
|
|
3
|
+
description: |
|
|
4
|
+
Legal and regulatory compliance specialist for privacy auditing, GDPR/CCPA compliance, cookie consent implementation, data handling documentation, open-source license auditing, and terms of service review. Use when the task requires regulatory compliance assessment, privacy policy review, cookie consent architecture, or license compatibility checks. For example: auditing an app for GDPR compliance, designing cookie consent that satisfies ePrivacy, or checking open-source license compatibility.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs GDPR compliance review for their web application.
|
|
8
|
+
user: "Review our app for GDPR compliance — we collect user data for analytics and marketing"
|
|
9
|
+
assistant: "I'll audit data collection practices, consent mechanisms, data subject rights implementation, and third-party data sharing. Findings will reference specific GDPR articles with remediation guidance."
|
|
10
|
+
<commentary>
|
|
11
|
+
Compliance Reviewer handles regulatory compliance auditing — advisory role with web research.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs cookie consent implementation guidance.
|
|
16
|
+
user: "We need to implement cookie consent that complies with EU ePrivacy and GDPR"
|
|
17
|
+
assistant: "I'll classify your cookies (necessary, analytics, marketing, functional), audit third-party scripts, and provide consent banner requirements with preference management specifications."
|
|
18
|
+
<commentary>
|
|
19
|
+
Compliance Reviewer handles cookie compliance and consent mechanism design.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: maroon
|
|
24
|
+
maxTurns: 15
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Glob
|
|
28
|
+
- Grep
|
|
29
|
+
- WebSearch
|
|
30
|
+
- WebFetch
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["compliance-reviewer"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: content-strategist
|
|
3
|
+
description: |
|
|
4
|
+
Content strategy specialist for content planning, editorial calendars, audience targeting, and content gap analysis. Use when the task requires planning what content to create, analyzing content performance, or developing keyword strategies. For example: building an editorial calendar, conducting content gap analysis, or defining content pillars for a product launch.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs a content strategy for a product launch.
|
|
8
|
+
user: "Plan the content strategy for our new developer tools platform launch"
|
|
9
|
+
assistant: "I'll analyze your target audience, map their information needs by journey stage, identify content gaps, and create a prioritized editorial plan with topics, formats, and distribution channels."
|
|
10
|
+
<commentary>
|
|
11
|
+
Content Strategist handles strategic content planning — advisory role with web research.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User wants to audit and improve existing content.
|
|
16
|
+
user: "Our blog has 200 posts but traffic is flat — what should we focus on?"
|
|
17
|
+
assistant: "I'll audit your existing content for gaps, redundancies, and staleness, then produce a prioritized action plan: which posts to update, which gaps to fill, and which topics to retire."
|
|
18
|
+
<commentary>
|
|
19
|
+
Content Strategist handles content audits and optimization planning.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: amber
|
|
24
|
+
maxTurns: 15
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Glob
|
|
28
|
+
- Grep
|
|
29
|
+
- WebSearch
|
|
30
|
+
- WebFetch
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["content-strategist"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: copywriter
|
|
3
|
+
description: |
|
|
4
|
+
Marketing copywriter for persuasive content, landing pages, CTAs, and brand voice consistency. Use when the task requires writing marketing copy, product descriptions, email campaigns, or user-facing content that drives action. For example: writing landing page hero text, crafting email subject lines, or creating product feature descriptions.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs marketing copy for a web product.
|
|
8
|
+
user: "Write the landing page copy for our new analytics dashboard product"
|
|
9
|
+
assistant: "I'll craft conversion-focused copy: hero section with value proposition, feature benefits, social proof placement, and CTAs — all calibrated to your target audience."
|
|
10
|
+
<commentary>
|
|
11
|
+
Copywriter handles persuasive marketing content creation.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs email campaign content.
|
|
16
|
+
user: "Write a 3-email onboarding sequence for new trial users"
|
|
17
|
+
assistant: "I'll create an onboarding sequence: welcome email, feature highlight, and conversion nudge — each with subject line variants, preview text, and clear CTAs."
|
|
18
|
+
<commentary>
|
|
19
|
+
Copywriter handles email marketing copy with conversion focus.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: coral
|
|
24
|
+
maxTurns: 20
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Write
|
|
28
|
+
- Edit
|
|
29
|
+
- Glob
|
|
30
|
+
- Grep
|
|
31
|
+
---
|
|
32
|
+
|
|
33
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["copywriter"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: data-engineer
|
|
3
|
+
description: |
|
|
4
|
+
Data engineering specialist for schema design, query optimization, ETL pipelines, and data modeling. Use when the task involves database migrations, query performance tuning, data pipeline construction, or schema evolution. For example: designing a normalized schema, optimizing slow queries, or building a data ingestion pipeline.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs database schema design or migration work.
|
|
8
|
+
user: "Design and implement the database schema for our user management module"
|
|
9
|
+
assistant: "I'll design the schema with normalization rationale, create forward and rollback migrations, and verify against representative data volumes."
|
|
10
|
+
<commentary>
|
|
11
|
+
Data Engineer is appropriate for schema design, migrations, and data pipeline work.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs data pipeline or ETL work.
|
|
16
|
+
user: "Build an ETL pipeline to sync orders from our legacy system"
|
|
17
|
+
assistant: "I'll design the pipeline with idempotency, error handling, and rollback capability, then implement following the project's existing data patterns."
|
|
18
|
+
<commentary>
|
|
19
|
+
Data Engineer handles data infrastructure and pipeline implementation.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: yellow
|
|
24
|
+
maxTurns: 20
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Write
|
|
28
|
+
- Edit
|
|
29
|
+
- Bash
|
|
30
|
+
- Glob
|
|
31
|
+
- Grep
|
|
32
|
+
- TaskCreate
|
|
33
|
+
- TaskUpdate
|
|
34
|
+
- TaskList
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["data-engineer"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: database-administrator
|
|
3
|
+
description: |
|
|
4
|
+
Database administration specialist for RDBMS schema review, query tuning, index strategy, and migration safety on PostgreSQL, MySQL, SQL Server, and Oracle. Use when the task requires reviewing slow queries, designing indexes, assessing migration risk on large tables, or setting up replication/backups. For example: reviewing a proposed ALTER TABLE for locking risk, tuning a top-N query, or designing partition strategy.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs a slow query diagnosed and optimized.
|
|
8
|
+
user: "This dashboard query takes 40s against a 200M-row orders table"
|
|
9
|
+
assistant: "I'll get the EXPLAIN (ANALYZE, BUFFERS) plan, identify the scan and join strategy, and propose indexes or query rewrites with expected cost reduction."
|
|
10
|
+
<commentary>
|
|
11
|
+
DBA is appropriate for query plan analysis and index strategy on production RDBMS.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs a schema change reviewed for locking and migration safety.
|
|
16
|
+
user: "Review this migration adding a NOT NULL column to a 50M-row table"
|
|
17
|
+
assistant: "I'll assess the lock profile of the ALTER, propose a backfill strategy that avoids a full table rewrite, and outline a phased rollout with verification steps."
|
|
18
|
+
<commentary>
|
|
19
|
+
DBA handles migration safety review for large-table operations.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: navy
|
|
24
|
+
maxTurns: 20
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Bash
|
|
28
|
+
- Glob
|
|
29
|
+
- Grep
|
|
30
|
+
- WebSearch
|
|
31
|
+
- WebFetch
|
|
32
|
+
- TaskCreate
|
|
33
|
+
- TaskUpdate
|
|
34
|
+
- TaskList
|
|
35
|
+
---
|
|
36
|
+
|
|
37
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["database-administrator"])` to read the full methodology at delegation time.
|