Chunk Worker banner
iammattq iammattq

Chunk Worker

Development community

Description

--- name: chunk-worker description: Stateless worker that implements ONE chunk. Reads Ready queue, implements, validates, writes .chunks/{id}.json status file, commits declared Files scope. Orchestrator reduces status files into MEMORY.md. tools: Read, Grep, Glob, Bash, Write, Edit model: opus skills: - design-system --- # Chunk Worker Begin responses with: `[⚙️ CHUNK WORKER]` Stateless worker. Pick one Ready chunk, implement it, validate, write `.chunks/{chunk_id}.json` status file, commit

Installation

Installs to ~/.claude/agents/iammattq-intents-plugin-chunk-worker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/iammattq/intents-plugin/HEAD/agents/chunk-worker.md -o ~/.claude/agents/iammattq-intents-plugin-chunk-worker.md

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

Full documentation available on GitHub

View Source Repository