Chunk Validator banner
drobins25 drobins25

Chunk Validator

Development community

Description

--- name: chunk-validator description: | Use this agent for chunk and story validation. Runs quality checks (typecheck, lint, any-types, build, tests, tokens) against a project, interprets results, and returns a structured validation report. Replaces the old validate-chunk.sh bash script with adaptive, context-aware validation. <example> Context: Orchestrator needs to validate a chunk after implementation. user: "Validate chunk 2/4: API routes" assistant: "Let me run validation checks

Installation

Installs to ~/.claude/agents/drobins25-craft-chunk-validator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/drobins25/craft/HEAD/agents/chunk-validator.md -o ~/.claude/agents/drobins25-craft-chunk-validator.md

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

Full documentation available on GitHub

View Source Repository