@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
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: db2-dba
|
|
3
|
+
description: |
|
|
4
|
+
DB2 database administration specialist for DB2 for z/OS and DB2 LUW (Linux/Unix/Windows). Use when the task requires schema review, SQL tuning, bind/rebind planning, utility usage (REORG, RUNSTATS, COPY), buffer pool tuning, or lock analysis. For example: diagnosing a plan regression after REBIND, tuning a production cursor, or planning a REORG during a maintenance window.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs a DB2 plan regression diagnosed after a REBIND.
|
|
8
|
+
user: "Our nightly batch slowed 4x after last week's REBIND; can you investigate?"
|
|
9
|
+
assistant: "I'll pull the current and previous access paths from EXPLAIN, compare matching index choices and join methods, and recommend either a targeted plan stability action or RUNSTATS refresh."
|
|
10
|
+
<commentary>
|
|
11
|
+
DB2 DBA is appropriate for plan-stability analysis, RUNSTATS, and bind strategy.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs REORG and RUNSTATS planning for a large tablespace.
|
|
16
|
+
user: "Plan a REORG of our ACCOUNTS tablespace that's 300GB and 30% disorganized"
|
|
17
|
+
assistant: "I'll evaluate REORG with SHRLEVEL CHANGE vs REFERENCE, estimate the log volume and elapsed time, propose a maintenance window, and include an inline RUNSTATS step."
|
|
18
|
+
<commentary>
|
|
19
|
+
DB2 DBA handles utility planning and maintenance sequencing.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: brown
|
|
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: ["db2-dba"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: debugger
|
|
3
|
+
description: |
|
|
4
|
+
Debugging specialist for root cause analysis, investigating defects, and tracing execution flow. Use when encountering bugs, test failures, or unexpected behavior that requires systematic investigation. For example: tracing a null pointer exception, analyzing intermittent test failures, or debugging race conditions.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User has a bug or unexpected behavior to investigate.
|
|
8
|
+
user: "Our API is returning 500 errors intermittently on the payment endpoint"
|
|
9
|
+
assistant: "I'll investigate systematically: read the error logs, trace the code path, form and test hypotheses, and report root cause with evidence."
|
|
10
|
+
<commentary>
|
|
11
|
+
Debugger is appropriate for investigation — read-only + shell execution for diagnosis, no code modifications.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs root cause analysis for a performance or correctness issue.
|
|
16
|
+
user: "The database queries are taking 10x longer since the last deployment"
|
|
17
|
+
assistant: "I'll trace the query execution path, compare before/after changes, and identify the root cause with specific evidence before reporting."
|
|
18
|
+
<commentary>
|
|
19
|
+
Debugger handles investigation tasks that require hypothesis testing via shell commands.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: red
|
|
24
|
+
maxTurns: 20
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Bash
|
|
28
|
+
- Glob
|
|
29
|
+
- Grep
|
|
30
|
+
---
|
|
31
|
+
|
|
32
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["debugger"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: design-system-engineer
|
|
3
|
+
description: |
|
|
4
|
+
Design system engineering specialist for design tokens, component API contracts, theming architecture, CSS architecture, style consistency, and visual regression strategy. Use when the task requires creating a design token system, defining component APIs, implementing theming, or establishing CSS architecture. For example: setting up a token hierarchy with light/dark themes, designing the prop interface for a component library, or implementing a token-to-CSS pipeline.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs to establish a design token system.
|
|
8
|
+
user: "Set up a design token system for our component library with light and dark themes"
|
|
9
|
+
assistant: "I'll design the token hierarchy (primitive → semantic → component), implement the token-to-CSS pipeline, and set up theme switching with proper fallbacks."
|
|
10
|
+
<commentary>
|
|
11
|
+
Design System Engineer handles token architecture and theming systems.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs component API design for a design system.
|
|
16
|
+
user: "Design the API contract for our Button, Input, and Modal components"
|
|
17
|
+
assistant: "I'll define prop interfaces with variant enums, composition patterns, accessibility requirements, and usage examples for each component."
|
|
18
|
+
<commentary>
|
|
19
|
+
Design System Engineer handles component API design and style architecture.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: pink
|
|
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: ["design-system-engineer"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: devops-engineer
|
|
3
|
+
description: |
|
|
4
|
+
DevOps specialist for CI/CD pipelines, containerization, deployment automation, and infrastructure configuration. Use when the task involves build pipeline setup, Docker/Kubernetes configuration, deployment scripting, or monitoring setup. For example: writing a GitHub Actions workflow, creating a Dockerfile, or configuring Terraform.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs CI/CD pipelines, containerization, or deployment infrastructure.
|
|
8
|
+
user: "Set up a CI/CD pipeline for our Node.js service with Docker and GitHub Actions"
|
|
9
|
+
assistant: "I'll design and implement the pipeline with health checks, rollback capability, and secret management via environment variables — no hardcoded credentials."
|
|
10
|
+
<commentary>
|
|
11
|
+
DevOps Engineer handles infrastructure, deployment, and automation work.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs cloud infrastructure or IaC configuration.
|
|
16
|
+
user: "Write Terraform configs for our staging and production environments"
|
|
17
|
+
assistant: "I'll create environment-specific Terraform configurations with documented decisions, health checks, and rollback-capable deployment patterns."
|
|
18
|
+
<commentary>
|
|
19
|
+
DevOps Engineer is appropriate for infrastructure-as-code and deployment configuration.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: magenta
|
|
24
|
+
maxTurns: 20
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Write
|
|
28
|
+
- Edit
|
|
29
|
+
- Bash
|
|
30
|
+
- Glob
|
|
31
|
+
- Grep
|
|
32
|
+
- TaskCreate
|
|
33
|
+
- TaskUpdate
|
|
34
|
+
- TaskList
|
|
35
|
+
- WebSearch
|
|
36
|
+
- WebFetch
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["devops-engineer"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: hlasm-assembler-specialist
|
|
3
|
+
description: |
|
|
4
|
+
IBM High-Level Assembler (HLASM) specialist for z/OS. Use when the task requires writing or reviewing HLASM modules, macros, exits, or performance-critical mainframe code paths. For example: authoring a user SVC, reviewing a system exit, writing a macro for a shared copybook convention, or diagnosing an S0Cx abend from the compile listing and PSW.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs an HLASM module written or modified.
|
|
8
|
+
user: "Write a reentrant HLASM subroutine that computes a CRC32 for a given buffer"
|
|
9
|
+
assistant: "I'll write the module with standard entry/exit linkage, use register equates, keep it reentrant by using DSECTs for work areas, and provide both the source and a sample driver."
|
|
10
|
+
<commentary>
|
|
11
|
+
HLASM Specialist is appropriate for performance-critical or system-level mainframe code.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs an S0C4 abend diagnosed from a compile listing.
|
|
16
|
+
user: "S0C4 in our auth exit; PSW points at offset X'2A6'"
|
|
17
|
+
assistant: "I'll locate offset X'2A6' in the listing, identify the instruction and base register, check the DSECT-to-operand mapping, and trace which register went stale."
|
|
18
|
+
<commentary>
|
|
19
|
+
HLASM Specialist handles abend diagnostics using compile listings and register/PSW analysis.
|
|
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: ["hlasm-assembler-specialist"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: i18n-specialist
|
|
3
|
+
description: |
|
|
4
|
+
Internationalization specialist for i18n architecture, string extraction, locale management, pluralization rules, RTL support, and date/number/currency formatting. Use when the task requires internationalizing an application, setting up locale file structures, extracting hardcoded strings, or adding right-to-left language support. For example: adding multi-language support to a React app, extracting strings for translator handoff, or implementing RTL layout for Arabic.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs to internationalize an existing application.
|
|
8
|
+
user: "Our React app needs to support English, Spanish, and Japanese"
|
|
9
|
+
assistant: "I'll audit the codebase for hardcoded strings, set up the i18n library and locale file structure, extract strings with translator context, and handle date/number formatting per locale."
|
|
10
|
+
<commentary>
|
|
11
|
+
i18n Specialist handles full internationalization architecture and string extraction.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs RTL language support.
|
|
16
|
+
user: "Add Arabic language support to our web app — including RTL layout"
|
|
17
|
+
assistant: "I'll implement bidirectional text support: CSS logical properties, RTL-aware component layout, mirrored icons, and locale-specific number formatting."
|
|
18
|
+
<commentary>
|
|
19
|
+
i18n Specialist handles RTL support and locale-specific formatting.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: indigo
|
|
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: ["i18n-specialist"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ibm-i-specialist
|
|
3
|
+
description: |
|
|
4
|
+
IBM i (AS/400, iSeries) specialist for RPG, CL, DB2 for i, and OS/400 system operations. Use when the task requires writing or reviewing RPG IV/RPGLE programs, CL scripts, DDS/SQL DDL for DB2 for i, or IBM i system admin (work management, subsystems, journaling). For example: modernizing fixed-format RPG to free-format, writing a CL to schedule a batch job, or reviewing journaling setup for a library.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs an RPG program modernized or written.
|
|
8
|
+
user: "Modernize this fixed-format RPG III program to free-format RPG IV"
|
|
9
|
+
assistant: "I'll convert the D/C specs to free-format, replace MOVE/MOVEL with EVAL where appropriate, and introduce sub-procedures to replace subroutines — preserving the existing business logic and file I/O semantics."
|
|
10
|
+
<commentary>
|
|
11
|
+
IBM i Specialist is appropriate for RPG modernization and free-format migration.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs a CL script reviewed or written.
|
|
16
|
+
user: "Write a CL that runs our nightly billing batch with proper error handling"
|
|
17
|
+
assistant: "I'll write the CL with MONMSG for each command, library-list setup, job queue submission, and exit-code mapping to the scheduler's expected return codes."
|
|
18
|
+
<commentary>
|
|
19
|
+
IBM i Specialist handles CL scripting, job submission, and MONMSG error handling.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: bronze
|
|
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: ["ibm-i-specialist"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: integration-engineer
|
|
3
|
+
description: |
|
|
4
|
+
Integration engineering specialist for B2B/API integration, ETL between systems, message brokers, and EDI/flat-file exchanges. Use when the task requires connecting two systems with different data models, building a reliable pipeline across a broker (Kafka, RabbitMQ, MQ), or implementing an EDI/flat-file interface with a legacy partner. For example: wiring an outbound webhook with retry semantics, authoring an ETL job with idempotent merge, or implementing an EDI 850 inbound flow.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs a durable integration between two systems.
|
|
8
|
+
user: "Wire an outbound webhook from our order service to a partner with at-least-once delivery"
|
|
9
|
+
assistant: "I'll use the outbox pattern to guarantee publish-after-commit, a retry policy with jitter and capped attempts, a dead-letter store for poison messages, and idempotency keys so the partner can dedupe."
|
|
10
|
+
<commentary>
|
|
11
|
+
Integration Engineer is appropriate for reliable delivery patterns across system boundaries.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs a legacy flat-file interface with a partner.
|
|
16
|
+
user: "Implement inbound EDI 850 purchase orders landing on SFTP, processed into our order system"
|
|
17
|
+
assistant: "I'll ingest the file with checksum and duplicate detection, parse the 850 segments into our canonical order model, produce a 997 functional ack, and publish events for downstream consumers."
|
|
18
|
+
<commentary>
|
|
19
|
+
Integration Engineer handles flat-file, EDI, and legacy protocols alongside modern APIs.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: coral
|
|
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
|
+
- Skill
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["integration-engineer"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ml-engineer
|
|
3
|
+
description: |
|
|
4
|
+
Machine learning engineering specialist for designing, training, evaluating, and shipping production ML models. Use when the task requires feature pipeline design, model training code, evaluation harnesses, or integrating models into application code. For example: building a classifier training pipeline, wiring a model behind a REST endpoint, or reproducing a paper's baseline.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs an ML training or inference pipeline built.
|
|
8
|
+
user: "Build a training pipeline for our churn prediction model using the existing feature store"
|
|
9
|
+
assistant: "I'll design the pipeline around the existing feature store contracts: deterministic data splits, versioned feature schema, a baseline model, and a held-out evaluation set before any hyperparameter work."
|
|
10
|
+
<commentary>
|
|
11
|
+
ML Engineer is appropriate when the task involves training, evaluation, or serving code — not just analysis.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs a trained model integrated into an application.
|
|
16
|
+
user: "Wire our sentiment model behind a /predict endpoint with input validation and batching"
|
|
17
|
+
assistant: "I'll design a typed inference contract, add input validation matching the training preprocessing, add batching with a bounded queue, and expose p50/p95 latency metrics."
|
|
18
|
+
<commentary>
|
|
19
|
+
ML Engineer handles production integration of models, including latency, batching, and contract stability.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: teal
|
|
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
|
+
- Skill
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["ml-engineer"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mlops-engineer
|
|
3
|
+
description: |
|
|
4
|
+
MLOps specialist for model registry, CI/CD for models, deployment, monitoring, and drift detection. Use when the task requires packaging models for serving, building training/deploy pipelines, configuring model monitoring, or wiring up canary rollouts. For example: automating retraining on a schedule, setting up shadow deployments, or instrumenting drift alerts.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs a model promoted from experimentation to production.
|
|
8
|
+
user: "Set up a deployment pipeline for our recommender model with canary rollout and drift monitoring"
|
|
9
|
+
assistant: "I'll register the model with a signed manifest, wire a canary that routes 5% of traffic, compare online metrics against baseline, and enable automatic rollback on drift or error-rate breach."
|
|
10
|
+
<commentary>
|
|
11
|
+
MLOps Engineer is appropriate for model lifecycle, deployment, and monitoring work.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs automated retraining on a cadence.
|
|
16
|
+
user: "Schedule weekly retraining with validation gates before promotion"
|
|
17
|
+
assistant: "I'll add the retraining job, a validation stage that compares challenger metrics to the current champion on a frozen eval set, and a promotion step gated on both accuracy and fairness thresholds."
|
|
18
|
+
<commentary>
|
|
19
|
+
MLOps Engineer handles automation around training, promotion, and monitoring.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: indigo
|
|
24
|
+
maxTurns: 25
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Write
|
|
28
|
+
- Edit
|
|
29
|
+
- Bash
|
|
30
|
+
- Glob
|
|
31
|
+
- Grep
|
|
32
|
+
- WebSearch
|
|
33
|
+
- WebFetch
|
|
34
|
+
- TaskCreate
|
|
35
|
+
- TaskUpdate
|
|
36
|
+
- TaskList
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["mlops-engineer"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: mobile-engineer
|
|
3
|
+
description: |
|
|
4
|
+
Mobile engineering specialist for iOS, Android, React Native, and Flutter feature work. Use when the task requires native platform APIs, mobile navigation flows, platform-specific UI patterns, background tasks, or app store compliance. For example: building a push notification handler, wiring biometric auth, implementing deep links, or diagnosing a platform-specific crash.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs a feature implemented in a native or cross-platform mobile codebase.
|
|
8
|
+
user: "Add biometric authentication to our iOS and Android apps"
|
|
9
|
+
assistant: "I'll implement a platform-agnostic interface, wire the iOS LocalAuthentication and Android BiometricPrompt implementations, handle fallbacks, and keep the key material inside secure enclave/keystore."
|
|
10
|
+
<commentary>
|
|
11
|
+
Mobile Engineer is appropriate for platform API work that requires knowledge of iOS/Android lifecycles and security primitives.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs a crash or platform-specific defect diagnosed.
|
|
16
|
+
user: "Users are seeing app freezes on Android 14 on launch"
|
|
17
|
+
assistant: "I'll inspect the startup path for main-thread blocking, check new Android 14 foreground service restrictions, and cross-reference ANR traces against our background jobs."
|
|
18
|
+
<commentary>
|
|
19
|
+
Mobile Engineer handles platform-specific diagnostics and remediation.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: amber
|
|
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
|
+
- Skill
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["mobile-engineer"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: observability-engineer
|
|
3
|
+
description: |
|
|
4
|
+
Observability engineering specialist for metrics, logs, traces, OpenTelemetry instrumentation, dashboards, and alert tuning. Use when the task requires adding observability to a service, building a dashboard, tuning alerts to reduce noise, or adopting an OpenTelemetry pipeline. For example: instrumenting a service with OTel, designing a SLO dashboard, or investigating an alert-storm root cause.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs a service instrumented with OpenTelemetry.
|
|
8
|
+
user: "Add OpenTelemetry tracing and metrics to our order service"
|
|
9
|
+
assistant: "I'll add the OTel SDK, instrument the HTTP handler, outbound HTTP, and database client, emit RED metrics, and wire the exporter to the OTLP collector with a resource definition tagged by service and version."
|
|
10
|
+
<commentary>
|
|
11
|
+
Observability Engineer is appropriate for OTel instrumentation and pipeline work.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User has an alert-storm problem and wants the alerting audited.
|
|
16
|
+
user: "We had 140 pages on a single incident last week; audit the alerts"
|
|
17
|
+
assistant: "I'll map alerts to SLOs, identify duplicates and symptom-vs-cause conflicts, and propose burn-rate alerts plus routing rules that dedupe by incident context."
|
|
18
|
+
<commentary>
|
|
19
|
+
Observability Engineer handles alert quality and noise reduction.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: turquoise
|
|
24
|
+
maxTurns: 25
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Write
|
|
28
|
+
- Edit
|
|
29
|
+
- Bash
|
|
30
|
+
- Glob
|
|
31
|
+
- Grep
|
|
32
|
+
- WebSearch
|
|
33
|
+
- WebFetch
|
|
34
|
+
- TaskCreate
|
|
35
|
+
- TaskUpdate
|
|
36
|
+
- TaskList
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["observability-engineer"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: performance-engineer
|
|
3
|
+
description: |
|
|
4
|
+
Performance engineering specialist for bottleneck identification, profiling, and optimization. Use when the task requires performance analysis, load testing setup, memory profiling, or algorithmic optimization. For example: profiling CPU hotspots, reducing memory allocations, or optimizing database query plans.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs performance analysis or profiling of existing code.
|
|
8
|
+
user: "Our API response times are too slow — can you identify bottlenecks?"
|
|
9
|
+
assistant: "I'll profile the request path, measure baseline metrics, identify bottlenecks with evidence, and provide specific optimization recommendations with expected impact."
|
|
10
|
+
<commentary>
|
|
11
|
+
Performance Engineer is appropriate for analysis — read-only + shell for profiling, no code modifications.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs benchmarking or load testing guidance.
|
|
16
|
+
user: "How does our database layer perform under high concurrency?"
|
|
17
|
+
assistant: "I'll run benchmarks against the database layer, measure before metrics, analyze the results, and recommend algorithmic improvements prioritized by impact."
|
|
18
|
+
<commentary>
|
|
19
|
+
Performance Engineer handles measurement-first analysis and evidence-based recommendations.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: yellow
|
|
24
|
+
maxTurns: 20
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Bash
|
|
28
|
+
- Glob
|
|
29
|
+
- Grep
|
|
30
|
+
- WebSearch
|
|
31
|
+
- WebFetch
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["performance-engineer"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: platform-engineer
|
|
3
|
+
description: |
|
|
4
|
+
Platform engineering specialist for internal developer platforms, paved paths, golden templates, and self-service tooling. Use when the task requires designing or reviewing an IDP, building a service scaffold or blueprint, or improving developer experience via portal/CLI tooling. For example: designing a Backstage plugin, authoring a new service template, or reviewing a self-service environment provisioning flow.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs a new service scaffold built.
|
|
8
|
+
user: "Create a paved-path scaffold for Go microservices with logging, metrics, and CI defaults"
|
|
9
|
+
assistant: "I'll build a scaffold with an opinionated structure, pre-wired OTel/logging/metrics, a default CI pipeline, and golden configs that can be regenerated without hand-merging."
|
|
10
|
+
<commentary>
|
|
11
|
+
Platform Engineer is appropriate for paved-path scaffolds and golden templates.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs a self-service environment flow reviewed.
|
|
16
|
+
user: "Review our Backstage workflow that lets teams provision preview environments"
|
|
17
|
+
assistant: "I'll audit the developer experience (request → provision → teardown), guardrails (cost, TTL, access), and the observability story when a preview env fails."
|
|
18
|
+
<commentary>
|
|
19
|
+
Platform Engineer handles IDP workflow review with a developer-experience lens.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: emerald
|
|
24
|
+
maxTurns: 25
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Write
|
|
28
|
+
- Edit
|
|
29
|
+
- Bash
|
|
30
|
+
- Glob
|
|
31
|
+
- Grep
|
|
32
|
+
- WebSearch
|
|
33
|
+
- WebFetch
|
|
34
|
+
- TaskCreate
|
|
35
|
+
- TaskUpdate
|
|
36
|
+
- TaskList
|
|
37
|
+
- Skill
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["platform-engineer"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: product-manager
|
|
3
|
+
description: |
|
|
4
|
+
Product management specialist for requirements gathering, PRDs, user stories, feature prioritization, and competitive analysis. Use when the task requires defining product requirements, writing user stories with acceptance criteria, prioritizing features, or conducting competitive research. For example: writing a PRD for a new feature, prioritizing a backlog using RICE scoring, or defining acceptance criteria for user stories.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs requirements defined for a new feature.
|
|
8
|
+
user: "Write the PRD for our new team collaboration feature"
|
|
9
|
+
assistant: "I'll define the problem statement, target users, success metrics, user stories with acceptance criteria, and prioritized feature list using RICE scoring."
|
|
10
|
+
<commentary>
|
|
11
|
+
Product Manager handles requirements definition and feature prioritization.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs competitive analysis for product decisions.
|
|
16
|
+
user: "How does our pricing page compare to competitors in the analytics space?"
|
|
17
|
+
assistant: "I'll research competitor pricing models, feature comparisons, and positioning to identify differentiation opportunities and gaps."
|
|
18
|
+
<commentary>
|
|
19
|
+
Product Manager handles competitive analysis and strategic product decisions.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: teal
|
|
24
|
+
maxTurns: 20
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Write
|
|
28
|
+
- Edit
|
|
29
|
+
- Glob
|
|
30
|
+
- Grep
|
|
31
|
+
- WebSearch
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["product-manager"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: prompt-engineer
|
|
3
|
+
description: |
|
|
4
|
+
Prompt engineering specialist for LLM prompt design, few-shot and chain-of-thought structuring, eval harnesses, and RAG retrieval quality. Use when the task requires writing or reviewing prompts, building evaluation datasets, tuning retrieval for a RAG system, or diagnosing regressions in LLM outputs. For example: designing a classifier prompt with calibrated confidence, writing an eval set for a summarization prompt, or tuning chunk size and reranking in a RAG pipeline.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User needs a prompt designed with measurable output quality.
|
|
8
|
+
user: "Design a prompt that extracts invoice fields into structured JSON with high reliability"
|
|
9
|
+
assistant: "I'll draft the prompt with explicit schema, calibrated few-shot examples, and a fallback behavior for ambiguous fields, then propose an eval set that measures per-field accuracy and schema compliance."
|
|
10
|
+
<commentary>
|
|
11
|
+
Prompt Engineer is appropriate for structured-output prompt design with a measurement plan.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs a RAG retrieval quality problem diagnosed.
|
|
16
|
+
user: "Our RAG answers cite the wrong chunks half the time"
|
|
17
|
+
assistant: "I'll audit chunking (size, overlap), the embedding model, the reranker, and the prompt's citation instruction, and propose an eval set with known-answer queries to quantify retrieval precision."
|
|
18
|
+
<commentary>
|
|
19
|
+
Prompt Engineer handles RAG pipeline quality tuning alongside prompt design.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: lime
|
|
24
|
+
maxTurns: 15
|
|
25
|
+
tools:
|
|
26
|
+
- Read
|
|
27
|
+
- Write
|
|
28
|
+
- Edit
|
|
29
|
+
- Glob
|
|
30
|
+
- Grep
|
|
31
|
+
- WebSearch
|
|
32
|
+
- WebFetch
|
|
33
|
+
- TaskCreate
|
|
34
|
+
- TaskUpdate
|
|
35
|
+
- TaskList
|
|
36
|
+
---
|
|
37
|
+
|
|
38
|
+
Agent methodology loaded via MCP tool `get_agent`. Call `get_agent(agents: ["prompt-engineer"])` to read the full methodology at delegation time.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: refactor
|
|
3
|
+
description: |
|
|
4
|
+
Refactoring specialist for codebase modernization, structural improvements, and technical debt reduction. Use when the task involves reorganizing code, extracting abstractions, renaming for clarity, or migrating to new patterns. For example: extracting a service layer, converting callbacks to async/await, or splitting a monolithic module.
|
|
5
|
+
|
|
6
|
+
<example>
|
|
7
|
+
Context: User wants to improve code structure without changing behavior.
|
|
8
|
+
user: "Refactor our user service to extract the notification logic into a separate module"
|
|
9
|
+
assistant: "I'll restructure the code to separate concerns without changing behavior, verifying behavior preservation with the project's test suite."
|
|
10
|
+
<commentary>
|
|
11
|
+
Refactor is appropriate for structural improvements — behavior must be preserved, validated by tests.
|
|
12
|
+
</commentary>
|
|
13
|
+
</example>
|
|
14
|
+
<example>
|
|
15
|
+
Context: User needs to reduce technical debt or improve maintainability.
|
|
16
|
+
user: "The auth module has grown too large and is hard to test — clean it up"
|
|
17
|
+
assistant: "I'll analyze the current structure, identify separation opportunities, and refactor in small steps while verifying each step preserves behavior."
|
|
18
|
+
<commentary>
|
|
19
|
+
Refactor handles maintainability improvements with a strict no-behavior-change constraint.
|
|
20
|
+
</commentary>
|
|
21
|
+
</example>
|
|
22
|
+
model: inherit
|
|
23
|
+
color: cyan
|
|
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: ["refactor"])` to read the full methodology at delegation time.
|