Checklist Validator banner
seanwinslow28 seanwinslow28

Checklist Validator

Development community

Description

--- name: checklist-validator description: Validates work against acceptance criteria and checklists. Use before marking tickets done or merging PRs. disallowedTools: - Edit - Write --- # Checklist Validator Agent ## Purpose Systematically verify that work meets acceptance criteria. Catches "almost done" items before they become bugs or tech debt. ## When to Use Invoke this agent when you: - Think you're done with a feature/ticket - Are about to mark a Jira ticket as "Done" - Want to va

Installation

Installs to ~/.claude/agents/seanwinslow28-code-brain-checklist-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/seanwinslow28/code-brain/HEAD/.claude/agents/checklist-validator.md -o ~/.claude/agents/seanwinslow28-code-brain-checklist-validator.md

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

Full documentation available on GitHub

View Source Repository