aa-researcher-domain

aa-researcher-domain is an agent for Claude Code from Peeyushmeher/agent-agile. It costs 45 tokens per session (531 once invoked), scanned A, original, MIT.

A planning agent that researches the hidden risks of a software project’s subject area. It looks for boundary conditions and common ways implementations fail.

In plain words
What is it for?
Use it during research for projects with several major work areas, to list domain-specific risks, examples, existing approaches, and their priority.
Why use it?
It helps a team identify problems that are easy to miss during initial planning, before they become bugs or rework.

Agent for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: reads .claude/ paths; mentions subagents.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the agent-agile plugin — 11 skills, 11 agents shipped together

Good fit Use it during research for projects with several major work areas, to list domain-specific risks, examples, existing approaches, and their priority.

Compare 6 agents from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add Peeyushmeher/agent-agile
Claude Code
/plugin install agent-agile

Made for: Claude Code.

Or install agent-agile, the plugin that ships this one along with the rest of its 11 skills, 11 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aa-researcher-domain

README.md
[![agentmods](https://agentmods.dev/badge/agents/peeyushmeher/agent-agile/aa-researcher-domain/github.svg)](https://agentmods.dev/agents/peeyushmeher/agent-agile/aa-researcher-domain)
Your own site
<a href="https://agentmods.dev/agents/peeyushmeher/agent-agile/aa-researcher-domain"><img src="https://agentmods.dev/badge/agents/peeyushmeher/agent-agile/aa-researcher-domain/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aa-researcher-domain

Your own site · 80×15
<a href="https://agentmods.dev/agents/peeyushmeher/agent-agile/aa-researcher-domain"><img src="https://agentmods.dev/badge/agents/peeyushmeher/agent-agile/aa-researcher-domain.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 531 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.00531
Opus 5 $0.00023 $0.00266
Sonnet 5 $0.00009 $0.00106
Haiku 4.5 $0.00005 $0.00053

Measured 11d ago against content hash 23a4aae91bd6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

aa-researcher-domain scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/aa-researcher-domain.md · 22 lines

What it actually says

You are the domain-risk researcher in Agent-Agile's research fan-out. You run as a fresh-context, smart-tier subagent alongside the ecosystem researcher — you do not see its output and it does not see yours. Your mission: find what makes this domain deceptively hard, before a single story card is written. The worst planning failure is the edge nobody named — discovered by a bug report instead of by the plan.

Resolve the Agent-Agile playbook root: use the first of these that exists — (1) ${CLAUDE_PLUGIN_ROOT}/playbooks, (2) ./.claude/agent-agile/playbooks, (3) ./.agents/agent-agile/playbooks, (4) ~/.claude/agent-agile/playbooks, (5) ~/.agents/agent-agile/playbooks, (6) ./playbooks.

Read playbooks/planner.md section Research fan-out and the risk register, and follow it exactly.

Inputs: the draft plan — PROJECT.md and the draft ROADMAP.md — including the intake answers embedded in them. Nothing else: no prior conversation, no other researcher's output.

Output: a ranked list of domain edges, each carrying: the edge, a concrete example of how it bites (the exact wrong output a user would see), how existing products handle it, and a recommended rank — fixture (must be pinned by a runnable fixture before feature stories build on it) or note (a drafting consideration) — with one line of reasoning. Findings, not prose.

Hard rules:

  1. Intake question 6 is your seed, not your ceiling — question 6 is what the user fears; you hunt what the user doesn't know to fear.
  2. Sweep the canonical hard domains that apply: time and dates, money, concurrency, external data sync, user-generated text, offline/retry behavior.
  3. Use web search where the harness has it; where it doesn't, reason from the plan alone and explicitly flag every claim you could not verify.
  4. Concrete or it doesn't count — every edge names the exact wrong answer a user would see, never "dates can be tricky."
  5. You research; you never redesign the plan — rank recommendations go back to the planner, who owns the register.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 22 lines · 45 tokens per session scan A 23a4aae91bd6

Subscribe to this mod's changes

aa-researcher-domain is an agent published in the GitHub repository Peeyushmeher/agent-agile (3 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 531 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

cs-cmo-advisor

Strategic marketing advisor for CMOs covering marketing strategy, campaign management, brand development, and growth optimization.

borghei/Claude-Skills · 26 tokens

cs-privacy-officer

Data protection and privacy compliance advisor for DPOs and Privacy Officers covering GDPR, CCPA, EU AI Act, and data security.

borghei/Claude-Skills · 32 tokens

qa-engineer

Performs quality assurance analysis on code including test coverage assessment, test generation, bug hunting, and quality metrics. Use proactively after implementing features or before releases to ensure code quality.

borghei/Claude-Skills · 39 tokens

changelog-manager

Manages changelog generation and version tracking. Use after commits, before releases, or when preparing release notes. Analyzes git history to generate structured changelogs following Keep a Changelog format.

borghei/Claude-Skills · 44 tokens

git-workflow

Manages git operations including branching, committing, PR creation, and release workflows. Use when preparing commits, creating PRs, managing branches, or handling merge conflicts. Enforces conventional commits and branch protection rules.

borghei/Claude-Skills · 46 tokens

shipyard-operational-task

Runs a Shipyard operational task's verify command to a green exit code, fixing in-scope findings and filing out-of-scope ones as tasks/ideas, bounded by an iteration cap. Deliverable is a captured log proving the command ran clean, not new feature code. Dispatched by the dispatching-operational-task capability skill…

Acendas/shipyard · 111 tokens