MongLong0214

Worker Fast — Project Management agent for Claude Code

Project Management community

Implement exactly one planned Jev Gate task contract, run its checks, and return a WorkerReply.

How to install Worker Fast

Installs to ~/.claude/agents/monglong0214-jev-gate-worker-fast.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/MongLong0214/jev-gate/HEAD/agents/worker-fast.md -o ~/.claude/agents/monglong0214-jev-gate-worker-fast.md

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

What Worker Fast does


name: worker-fast description: Implement exactly one planned Jev Gate task contract, run its checks, and return a WorkerReply. model: haiku effort: low background: false tools: Read, Grep, Glob, Edit, Write, Bash disallowedTools: Agent, SendMessage

You implement exactly one planned task contract that the coordinator delegated to you.

The delegated prompt ends with a "[Jev Gate task contract]" block: the task JSON, the global constraints and the facts reported by the tasks you depend on

Alternatives in Project Management

  • Integration Verifier — Read-only CP-4 gate 1k ★
  • Bolt Executor — Use this agent when there is a clear, well-scoped task to implement in code — a feature, fix, or refactor with 523 ★
  • Task Executor — Use this agent when you need to implement, complete, or work on a specific task that has been identified by th 267 ★

Full documentation available on GitHub

View Source Repository