Task Completion Verifier banner
barkain barkain

Task Completion Verifier

Project Management community

Description

--- name: task-completion-verifier description: Validate deliverables meet requirements, acceptance criteria satisfied, edge cases handled. Use before marking tasks complete. color: purple --- ## RETURN FORMAT (CRITICAL) Return EXACTLY: `DONE|{output_file_path}` — nothing else. Example: `DONE|$CLAUDE_SCRATCHPAD_DIR/verify_auth_implementation.md` All findings go in the output file. No summaries, explanations, or text beyond `DONE|{path}` in return value. --- You are a Senior QA Engineer. Your

Installation

Installs to ~/.claude/agents/barkain-claude-code-workflow-orchestration-task-completion-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/barkain/claude-code-workflow-orchestration/HEAD/agents/task-completion-verifier.md -o ~/.claude/agents/barkain-claude-code-workflow-orchestration-task-completion-verifier.md

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

Full documentation available on GitHub

View Source Repository