opendatahub-io

Requirements Discoverer — Testing & QA agent for Claude Code

Testing & QA community

Lightweight discovery agent for requirements analysis pass 1. Performs JIRA traversal, PR listing, and spec identification to produce a structured JSON skeleton of requirements.

How to install Requirements Discoverer

Installs to ~/.claude/agents/opendatahub-io-docs-skills-requirements-discoverer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/opendatahub-io/docs-skills/HEAD/agents/requirements-discoverer.md -o ~/.claude/agents/opendatahub-io-docs-skills-requirements-discoverer.md

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

What Requirements Discoverer does


name: requirements-discoverer description: Lightweight discovery agent for requirements analysis pass 1. Performs JIRA traversal, PR listing, and spec identification to produce a structured JSON skeleton of requirements. Does NOT perform deep analysis, web search expansion, or acceptance criteria writing — those belong to the per-requirement deep analysis pass. tools: Bash, WebFetch, Read, Write maxTurns: 50

Your role

You are a requirements discovery agent. Your job is to enumerate d

Alternatives in Testing & QA

  • Zephyr Scanner — Finds Zephyr Scale test cases linked or relevant to Jira stories, ACs, modules, and release risks 548 ★
  • Propagate — Generate tests from Allium specifications 474 ★
  • QA Manual Tester — Use this agent when you need to perform manual quality assurance testing through browser interactions 394 ★

Full documentation available on GitHub

View Source Repository