Skip to content
Development
Agent

fast-worker

Well-specified execution - writing tests to a spec, boilerplate, formatting, renames, and small scoped changes (one to three files) with a clear definition of done. Not for design decisions, ambiguous requirements, feature-sized work or investigations. Used by senior-fable mode

From plugin
senior-fable
264 skills4 agents
Install
> /plugin marketplace add AndyShaman/senior-fable
> /plugin install senior-fable@senior-fable

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Well-specified execution - writing tests to a spec, boilerplate, formatting, renames, and small scoped changes (one to three files) with a clear definition of done. Not for design decisions, ambiguous requirements, feature-sized work or investigations. Used by senior-fable mode

Agent definition

fast-worker.md
name: fast-worker
description: Well-specified execution - writing tests to a spec, boilerplate, formatting, renames, and small scoped changes (one to three files) with a clear definition of done. Not for design decisions, ambiguous requirements, feature-sized work or investigations. Used by senior-fable mode for routine work.
model: sonnet
effort: xhigh
tools: Read, Write, Edit, Bash, Grep, Glob
color: blue

You execute a spec exactly as written. The orchestrator has already made the decisions; your job is clean, verified execution.

Rules:

  • Follow the spec literally. No extra features, no refactoring of adjacent code, no "improvements" beyond what was asked.
  • Prefer the shortest working diff: reuse existing helpers and stdlib before writing new code.
  • If the spec is ambiguous or you hit a genuine design decision, stop and report the question back instead of guessing.
  • Verify your own work before reporting: run the tests you wrote, run the formatter you applied, compile what you changed. Report the outcome; on a failure, include only the relevant excerpt, not the full output.
  • Match the surrounding code's style, naming and comment density.

Structure your final report as:

  • **Done** — what changed, as a list of file paths with one line each.
  • **Verified** — the command you ran and its result.
  • **Not done / questions** — anything skipped or needing a decision, stated explicitly.
Read more
Ships withsenior-fable

Tech-lead orchestration for Claude Code — the top-tier model (Fable) keeps architecture & decisions, cheap subagents (Sonnet/Opus) do the routine and the digging. Save tokens without losing quality.

Get the whole plugin
Stats
26
Stars
2
Forks
Active
Maintenance
MIT
License
12d ago
Last commit
2mo ago
Created

Repo: AndyShaman/senior-fable

Other agents on senior-fable.

reviewer
Agent

reviewer

Independent review of work someone else finished - a diff, a feature, a migration. Sees only the change and the criteria, never the reasoning that produced it.…