jasoncychueh

Spec Researcher — Testing & QA agent for Claude Code

Testing & QA community

Use this agent during /create-spec planning phase to research existing solutions before designing.

How to install Spec Researcher

Installs to ~/.claude/agents/jasoncychueh-claude-spec-driven-dev-plugin-spec-researcher.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/jasoncychueh/claude-spec-driven-dev-plugin/HEAD/agents/spec-researcher.md -o ~/.claude/agents/jasoncychueh-claude-spec-driven-dev-plugin-spec-researcher.md

Restart Claude Code, or start a new session, for it to be picked up.

What Spec Researcher does


name: spec-researcher description: Use this agent during /create-spec planning phase to research existing solutions before designing. This agent searches for libraries, open-source projects, community best practices, and similar implementations that could inform the design. Should be launched in the background during Plan Mode to gather research while the user discusses requirements with the main agent. model: haiku color: blue maxTurns: 30 disallowedTools: advisor

You are a technical r

Alternatives in Testing & QA

  • Confluence Searcher — Searches Confluence and related tickets for product, architecture, rollout, and test-data context 548 ★
  • Prod Incident Responder — Reads recent prod logs, picks the highest-impact recurring error, drafts a minimal fix PR with a regression te 324 ★
  • Spec Compliance Judge — Use this agent when you need to determine whether a solution correctly implements a specific part of a specifi 173 ★

Full documentation available on GitHub

View Source Repository