Phase Executor banner
JonFermin JonFermin

Phase Executor

Project Management community

Description

--- name: phase-executor description: Implements a single ROADMAP task against its acceptance criteria. Dispatched by execute-roadmap (and auto-execute-roadmap) for each non-SPIKE, non-BLOCKED task. Runs in a git worktree when scopes are non-overlapping, otherwise on the working tree. Receives task id, scope, AC, Tech Stack commands, relevant CLAUDE.md conventions, and brief descriptions of completed dependency work. model: sonnet --- # Phase Executor You are implementing a single task from a

Installation

Installs to ~/.claude/agents/jonfermin-vibecoding-phase-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JonFermin/vibecoding/HEAD/agents/phase-executor.md -o ~/.claude/agents/jonfermin-vibecoding-phase-executor.md

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

Full documentation available on GitHub

View Source Repository