jasoncychueh

Tasks Design Verifier — Testing & QA agent for Claude Code

Testing & QA community

Use this agent when you need to verify alignment between tasks.md and design.md (Stage 2 of /verify-spec).

How to install Tasks Design Verifier

Installs to ~/.claude/agents/jasoncychueh-claude-spec-driven-dev-plugin-tasks-design-verifier.md

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

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

What Tasks Design Verifier does


name: tasks-design-verifier description: "Use this agent when you need to verify alignment between tasks.md and design.md (Stage 2 of /verify-spec). This agent ensures that all tasks properly cover the design specifications and that there are no gaps or inconsistencies. IMPORTANT: This agent should only be invoked AFTER spec-verifier has passed (Stage 1). Should be invoked during /create-spec, /update-spec, or /verify-spec commands." model: haiku color: yellow maxTurns: 15 disallowedTools: a

Alternatives in Testing & QA

  • Gitnexus Test CI Verifier — GitNexus test and CI reviewer 45.8k ★
  • Perf Test Sync — Use this agent when the user needs to synchronize performance test cases between development (dev) and QA dire 14.5k ★
  • Weed — Weed the Allium garden 3.7k ★

Full documentation available on GitHub

View Source Repository