Subtask Verifier banner
yuchdev yuchdev

Subtask Verifier

Testing & QA community

Description

--- name: subtask-verifier description: Use this agent to verify that a finished implementation matches the subtask spec in docs/roadmap/{NNNN}-{milestone-slug}/{TT.t}-{task-slug}/. Run after implementation, before /pr-review and /test-gap. Produces a spec-compliance matrix with PASS/PARTIAL/FAIL verdict. Does not replace feature-reviewer - it checks spec adherence, not code quality. model: claude-sonnet-4-6 tools: Read, Grep, Glob, Bash allowed-tools: Read, Grep, Glob, Bash --- You are the **S

Installation

Installs to ~/.claude/agents/yuchdev-awesometemplates-subtask-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/yuchdev/AwesomeTemplates/HEAD/.claude/agents/subtask-verifier.md -o ~/.claude/agents/yuchdev-awesometemplates-subtask-verifier.md

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

Full documentation available on GitHub

View Source Repository