Agent Catalog

13 Claude Code agents + 25 Copilot CLI agents across two plugins

Strategy

Model Tier Strategy

Each agent is matched to the right model for cost and quality.

Opus

Code review with confidence-based filtering. Used when quality judgment and architectural understanding matter most.

Deep Reasoning

Sonnet

Step execution, PR review, AEM inspections, bug verification. The workhorse tier for most coding and analysis tasks.

Execution

Haiku

File resolution, documentation search, page finding. Optimized for speed and low cost on simple retrieval tasks.

Fast Lookups
dx-core

Claude Code Agents

7 agents for the platform-agnostic workflow

AgentModelUsed ByToolsPurpose
dx-code-reviewerOpus/dx-step-verifyAll (read, write, edit, bash, glob, grep)Deep code review with confidence-based filtering (reports issues at 80%+ confidence). Runs in isolated worktree. Reviews full diff from base branch, checks plan alignment, code quality, architecture, testing, production readiness.
dx-pr-reviewerSonnet/dx-pr-review, /dx-pr-review-allRead, Glob, Grep, Bash, Write, EditPR diff analysis with structured findings. Fetches PR diff, loads project conventions, returns findings with severity (MUST-FIX, QUESTION) and line-level comments. Does NOT post to ADO directly.
dx-file-resolverHaiku/dx-ticket-analyzeGlob, Grep, Read, mcp__ado__search_codeResolves all source files for a component or module. Uses local Glob first (instant), ADO code search only for remote repos. Returns clickable SCM URLs.
dx-doc-searcherHaiku/dx-help, /dx-ticket-analyzeGlob, Grep, ReadSearches .ai/ index and reference files for components, architecture patterns, and feature context. Returns ALL matches with quoted content and line numbers.
dx-figma-stylesHaiku/dx-figma-prototypeRead, Glob, GrepDiscovers CSS/SCSS conventions — variables, breakpoints, typography, spacing, theming, naming patterns. Returns structured convention data for prototype generation.
dx-figma-markupHaiku/dx-figma-prototypeRead, Glob, GrepDiscovers HTML and accessibility conventions — semantic patterns, component structure, ARIA usage, keyboard handling. Returns structured convention data.
dx-aem

AEM Agents

6 agents for the AEM full-flow lifecycle

AgentModelUsed ByToolsPurpose
aem-inspectorSonnet/aem-snapshot, /aem-verify, /aem-doc-genRead, Write, Glob, Grep, ToolSearch, AEM MCPAEM component inspector. Queries AEM author via MCP for dialog fields, page searches, test/docs page creation, publishing, and demo data configuration. Walks dialog trees (tabs, fields, multifields), finds pages using a component (4 query strategies).
aem-fe-verifierSonnet/aem-fe-verifyRead, Write, Edit, Glob, Grep, ToolSearch, AEM MCP, Chrome DevTools MCPFrontend visual verification. Creates demo pages, screenshots components in wcmmode=disabled, compares against Figma reference using multimodal vision. Fix loop: edit source, rebuild, redeploy, re-screenshot.
aem-editorial-guide-captureSonnet/aem-editorial-guide, /aem-doc-genRead, Write, Glob, ToolSearch, Chrome DevTools MCPBrowser automation for AEM editor. Handles login, QA Basic Auth, triggers component dialogs via Granite API, captures screenshots, writes editor-friendly documentation.
aem-file-resolverHaiku/aem-component, /dx-ticket-analyzeGlob, Grep, Read, mcp__ado__search_codeResolves all source files for an AEM component across multiple repos and platforms. Reads file-patterns.yaml and project.yaml for path patterns. Uses local Glob for local repos, ADO code search for remote-only repos.
aem-page-finderHaiku/aem-component, /aem-page-searchGrep, Read, ToolSearch, AEM MCP search toolsFinds all AEM pages using a given component. Searches configured content paths and Experience Fragments. Returns clickable author URLs.
aem-bug-executorSonnet/dx-bug-verifyRead, Write, Glob, Grep, ToolSearch, Chrome DevTools MCP, AEM MCPAEM-specific bug verification. Navigates to affected AEM pages, follows reproduction steps, captures screenshot evidence, optionally checks JCR state.

Agent Type Naming

Always use the full prefixed name when spawning agents: dx-core:dx-code-reviewer, dx-aem:aem-inspector. The short name alone fails with “Agent type not found”.

Copilot CLI

dx-core Copilot Agents

15 agents using @AgentName invocation syntax

AgentClaude EquivalentPurposeHandoffs
@DxCodeReviewdx-code-reviewerFull branch code review with confidence-based filtering (80%+). Read-only.DxCommit, DxDebug
@DxPRReviewdx-pr-reviewerFetches ADO PR diff, analyzes with project conventions, posts findings as PR comments.DxCodeReview, DxDebug, DxComponent
@DxPlanExecutor/dx-step-allExecutes implementation plan steps from implement.md.DxCodeReview, DxCommit, DxDebug
@DxComponentdx-file-resolverResolves all source files for a component or module.DxTicket, DxHelp
@DxHelpdx-doc-searcherProject Q&A from .ai/ documentation.DxComponent, DxTicket
@DxTicket/dx-ticket-analyzeADO ticket research — fetches work item, identifies related files.DxComponent, DxHelp
@DxPRAnswer/dx-pr-answerAnswers PR review comments — reads threads, drafts responses.DxPRFix, DxPRReview
@DxPRFix/dx-pr-answerApplies agree-will-fix PR review changes.DxPRAnswer, DxCommit
@DxCommit/dx-pr-commitSmart commit with conventional message. Optionally creates ADO pull request.DxPRReview, DxCodeReview
@DxDebugSystematic error diagnosis. Read-only — traces errors, identifies root causes.DxPlanExecutor, DxCodeReview
@DxReqAll/dx-reqFull requirements pipeline coordinator.DxPlanExecutor, DxTicket
@DxStepAll/dx-step-allExecution loop coordinator.DxCodeReview, DxCommit, DxDebug
@DxBugAll/dx-bug-allFull bug workflow coordinator.DxCodeReview, DxCommit
@DxAgentAll/dx-agent-allEnd-to-end delivery coordinator.DxCodeReview, DxCommit, DxDebug
@DxFigma/dx-figma-*Figma design-to-code coordinator.DxPlanExecutor, DxReqAll
Copilot CLI

dx-aem Copilot Agents

10 agents for the AEM full-flow lifecycle

AgentClaude EquivalentPurposeHandoffs
@AEMBeforeaem-inspectorPre-development baseline capture. Walks component dialog, finds pages, saves snapshot.DxPlanExecutor
@AEMAfteraem-inspectorPost-deployment verification. Compares against aem-before.md baseline.DxCodeReview
@AEMSnapshotaem-inspectorGeneral-purpose component inspection. Dialog fields, pages, JCR properties.AEMBefore, DxComponent
@AEMEditorialGuideaem-editorial-guide-captureCaptures dialog screenshots, writes editor-friendly authoring guide.
@AEMComponentaem-file-resolver + aem-page-finderMulti-platform component lookup. Source files, AEM pages, dialog fields. Data-driven via project.yaml.AEMTicket, AEMBefore, DxComponent
@AEMVerifyaem-bug-executorBug verification on a running AEM instance.DxDebug, DxComponent
@AEMTicket/dx-ticket-analyze + enrichmentADO ticket research with AEM project enrichment — 4-signal market detection, parallel agents.AEMComponent, DxHelp, DxReqAll
@AEMPRAnswer/dx-pr-answerAnswers PR review comments with session persistence. Bot detection, thread categorization.AEMPRFix, DxPRReview
@AEMPRFix/dx-pr-answerApplies agree-will-fix PR review changes. Session-first resolution, minimal fixes.AEMPRAnswer, AEMCommit
@AEMCommit/dx-pr-commitSmart commit with WI ID extraction (4 sources). Rebase, PR creation via ADO MCP.DxPRReview, DxCodeReview
KAI by Dragan Filipovic