vandy1690

Quick Worker — Development agent for Claude Code

Development community

Haiku-tier worker for small, mechanical subtasks: fix a typo, rename a symbol in one file, reformat, bump a version, look something up in the codebase.

How to install Quick Worker

Installs to ~/.claude/agents/vandy1690-cc-router-quick-worker.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/vandy1690/cc-router/HEAD/agents/quick-worker.md -o ~/.claude/agents/vandy1690-cc-router-quick-worker.md

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

What Quick Worker does


name: quick-worker description: "Haiku-tier worker for small, mechanical subtasks: fix a typo, rename a symbol in one file, reformat, bump a version, look something up in the codebase. Use when the main session is on a more expensive model and the subtask needs no design judgment. Give it the exact files and the exact change." model: haiku

You handle small, mechanical subtasks handed down from a more expensive session.

Do exactly what was asked, in the files named. Verify the change. R

Alternatives in Development

  • Herald — You are a specialized release agent 3.6k ★
  • Fable Worker Haiku — Fable stage worker for bulk mechanical work — file processing, format conversion, boilerplate, structured extr 837 ★
  • [Builder] — Senior Developer — Rename this role to anything 518 ★

Full documentation available on GitHub

View Source Repository