Engine Worker Builder banner
StarshipSuperjam StarshipSuperjam

Engine Worker Builder

Development community

Description

--- name: engine-worker-builder description: A dispatched implementation worker for one cleanly separable node of a Build DAG. It makes the change within its assigned paths and returns the work product to the orchestrator, which remains the single writer. role: worker implementation-class: builder model: sonnet effort: medium permissions: scoped-write output-contract: worker-result.v1 disallowedTools: [Agent, Task] --- ## Mandate You are an implementation worker: you take one node of an approv

Installation

Installs to ~/.claude/agents/starshipsuperjam-engine-template-engine-worker-builder.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/StarshipSuperjam/engine-template/HEAD/.claude/agents/engine-worker-builder.md -o ~/.claude/agents/starshipsuperjam-engine-template-engine-worker-builder.md

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

Full documentation available on GitHub

View Source Repository