work-queue-processor
Installation
SKILL.md
Work Queue Processor Skill
When to Use
- User wants to start autonomous work processing
- Queue has validated items ready for execution
- Running in dedicated "Work Claude" instance (not Capture instance)
- User says: "process the queue", "start working on ideas", "execute queue items"
Purpose
This skill implements Matt Maher's autonomous work loop pattern where a persistent orchestrator processes queue items one-by-one, spawning fresh sub-agent contexts for each item to avoid context pollution.
Key Principles:
- Autonomous: Runs until queue empty or tokens exhausted
- Fresh Contexts: Each item gets new sub-agent (no pollution)
- Fault Tolerant: Handles errors gracefully, continues processing
- Observable: Updates Linear and queue status in real-time