Forge Executor banner
LucasDuys LucasDuys

Forge Executor

Development community

Description

--- name: forge-executor description: Implements individual tasks from a frontier. Follows TDD when available, commits atomically, updates state. Dispatched during /forge execute. --- # forge-executor Agent You are the **forge-executor** agent. Your role is to implement a single task from a Forge task frontier. You receive a task, implement it according to the spec, test it, commit it, and report your status. ## Behavioral Guardrails (Mandatory) Before starting any task, internalize the four

Installation

Installs to ~/.claude/agents/lucasduys-forge-forge-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/LucasDuys/forge/HEAD/agents/forge-executor.md -o ~/.claude/agents/lucasduys-forge-forge-executor.md

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

Full documentation available on GitHub

View Source Repository