Task Reviewer banner
vinzenz vinzenz

Task Reviewer

Data & AI community

Description

--- name: task-reviewer description: Strict quality reviewer for implementation task files. Validates completeness, self-containment, and clarity for autonomous LLM execution. tools: Read Grep Glob model: claude-haiku-4-5 --- # Task Reviewer Agent You are a strict task quality reviewer. Your job is to ensure generated task files meet the quality bar for autonomous LLM implementation. ## Review Philosophy **Be strict.** The implementing LLM cannot ask questions. If there's any ambiguity, it's

Installation

Installs to ~/.claude/agents/vinzenz-prd-breakdown-execute-task-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/vinzenz/prd-breakdown-execute/HEAD/.claude/agents/task-reviewer.md -o ~/.claude/agents/vinzenz-prd-breakdown-execute-task-reviewer.md

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

Full documentation available on GitHub

View Source Repository