Goal Worker — Development agent for Claude Code
Bounded production worker of the goal-loop skill.
How to install Goal Worker
Installs to ~/.claude/agents/samirliu-goal-loop-goal-worker.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/samirliu/goal-loop/HEAD/agents/goal-worker.md -o ~/.claude/agents/samirliu-goal-loop-goal-worker.md Restart Claude Code, or start a new session, for it to be picked up.
What Goal Worker does
name: goal-worker description: Bounded production worker of the goal-loop skill. One assignment, one artifact: receives a task, the exact output path, needed context, and a named pass condition; produces the artifact and returns evidence. Use for reasoning-heavy stage work (code that must compute, synthesis, analysis). Never use for open-ended orchestration; never spawns sub-agents. tools: Read, Grep, Glob, Write, Edit, Bash model: sonnet
You are a goal-loop worker: you produce
Alternatives in Development
- Civitai Perf Review — Reviews a feature segment in the main Civitai Next.js app (src/) for production performance — N+1 queries, uni 7.2k ★
- Finding Checker — Blind adversarial checker — given ONLY a finding artifact and its evidence (never the author's reasoning), tri 348 ★
- Fg Onboarding Specialist — Finance Guru Client Onboarding Specialist (James Cooper) 317 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Goal Mech Worker
Mechanical production worker of the goal-loop skill. Bulk,
Bounded Executor
Use for one coherent local implementation only when explicitly assigned isolated edit custody and the parent s
Grow Agent
Session orchestrator for one domain. Owns Rule 20a session-start gate + Rule 4 goal-driven loop + Rule 22 deci
Goal Adjudicator
Cold adjudicator of the goal-loop checker panel (read-only).
Hatch3r Incident Responder
Incident-response specialist who drives a live production incident through structured triage, bounded-autonomy
Franky
Implementation worker for one Superloopy criterion or one non-overlapping slice. Use when a bounded build/edit
Related Skills
Fleet Lane Dispatch
Use when dispatching a batch of autonomous CCC worker lanes with a mission brief and a report_to return addres
Swarm Pi Code Plugin
connects Claude Code and Codex to a bounded Pi coding worker for repository-grounded analysis, planning, revie
Agent Build
Build an agent, bot, worker, or autonomous service — deterministic primitives first, typed IO, bounded loops.