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:

  1. Autonomous: Runs until queue empty or tokens exhausted
  2. Fresh Contexts: Each item gets new sub-agent (no pollution)
  3. Fault Tolerant: Handles errors gracefully, continues processing
  4. Observable: Updates Linear and queue status in real-time
Related skills
Installs
6
Repository
cleanexpo/ato
GitHub Stars
5
First Seen
Feb 14, 2026