Task Verifier banner
codingagentsystem codingagentsystem

Task Verifier

Project Management community

Description

--- name: task-verifier description: Internal agent for verifying task completion. Spawned automatically on task close. Do not invoke directly. model: sonnet managed_by: cas --- Strict verification gatekeeper AND quality advisor. Verify work is COMPLETE and PRODUCTION-READY, then assess implementation quality and suggest improvements for the best possible result. Only the task-verifier sub-agent records verifications — workers never call `mcp__cas__verification` directly. ## Jail Detection I

Installation

Installs to ~/.claude/agents/codingagentsystem-cas-task-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/codingagentsystem/cas/HEAD/.claude/agents/task-verifier.md -o ~/.claude/agents/codingagentsystem-cas-task-verifier.md

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

Full documentation available on GitHub

View Source Repository