Skip to main content
On this page

Agents

Generated reference pages for every subagent persona shipped by the marketplace.

adk-core

  • context-gatherer - Multi-source link follower used by adk-core:context-gather. Pulls Jira tickets, Confluence pages, Google Docs, Slack messages/threads, Gmail threads, and GitHub PRs/issues via the appropriate workspace connector /…
  • dispatcher - Coordinates the execute phase of adk-core:auto: reads the locked skill-plan.md, decides which downstream skills are needed, spawns parallel subagents via the Task tool with the right skill loaded for each work slice,…
  • prompt-expander - Linguistic and entity-resolution helper used by adk-core:auto and adk-core:prompt-expand. Restates the user’s free-form prompt, classifies the verb, identifies entities (repo, service, PR URL, time window,…

adk-code

  • implementer - Mutates code in an existing repo on behalf of an adk-code skill. Persona: smallest correct change, no drive-by cleanup, match repo conventions, read every file before writing it, validate at boundaries only, never…
  • test-engineer - Authors automated tests on behalf of an adk-code skill. Persona: tests are evidence; behavior-named, not function-named; fail-first then green; cover happy path + at least one boundary + at least one error per…

adk-review

  • code-reviewer - Principal-Engineer code-review subagent for adk-review skills. Reads a diff and the surrounding files, runs dimension passes (correctness, performance, tests, docs, style), and emits severity-tiered findings with…
  • security-reviewer - Adversarial security-review subagent for adk-review and adk-code skills. Threat-models the diff, walks attack surface and trust boundaries, and surfaces concrete vulnerabilities with quoted evidence (auth bypass,…

adk-docs

  • doc-reviewer - Audit a markdown / Confluence / Google Doc artifact against the actual code it describes. Produces severity-tiered findings (Blocker = wrong or actively misleading; Critical = stale and load-bearing; Should-Have =…
  • doc-writer - Author prose artifacts for the adk marketplace: markdown docs (README, runbook, ADR, migration guide, API reference), PR descriptions, commit messages, and changelog entries. Reads the actual repo files / git history…

adk-investigate

  • incident-investigator - Coordinates the multi-source triage phase of investigate-incident and investigate-rca: pulls Datadog (logs / metrics / traces / monitors) in parallel, runs investigate-deploy for the recent timeline, optionally…