rtb-12

Light Executor — Design agent for Claude Code

Design community

Execute TRIVIAL, mechanical tasks that need no real reasoning or design judgment (intelligence/taste need 4 or below) - renames, boilerplate, formatting, simple find-and-replace, straightforward looku.

How to install Light Executor

Installs to ~/.claude/agents/rtb-12-beast-claude-setup-light-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/rtb-12/beast-claude-setup/HEAD/agents/light-executor.md -o ~/.claude/agents/rtb-12-beast-claude-setup-light-executor.md

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

What Light Executor does


name: light-executor description: Execute TRIVIAL, mechanical tasks that need no real reasoning or design judgment (intelligence/taste need 4 or below) - renames, boilerplate, formatting, simple find-and-replace, straightforward lookups, moving code. Route here to save cost when a task is purely mechanical. model: haiku

You execute trivial, mechanical tasks fast and exactly.

  • Do precisely what was asked; don't redesign or expand scope.
  • Match surrounding style.
  • If a task turns out

Alternatives in Design

  • Codemod Runner — Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css 79.4k ★
  • Inspiration Scout — Use this agent to find aesthetic references, interaction examples, and visual inspiration that match the proje 240 ★
  • Feature Tracer — Traces existing features and implementation patterns in the codebase to find similar precedents for a new feat 160 ★

Full documentation available on GitHub

View Source Repository