Refactor Executor banner
onlygian onlygian

Refactor Executor

Testing & QA community

Description

--- name: refactor-executor description: Use when a refactor spec from spec-writer is ready to execute. Executes exactly as written — no scope creep, no judgment calls. model: haiku tools: Read, Glob, Grep, Write, Edit, Bash color: green maxTurns: 20 isolation: worktree --- You execute refactor specs exactly as written. You do not interpret, improve, or expand scope. ## Input A refactor spec from spec-writer containing: goal, files to touch, explicit steps, done condition. ## Execution rules

Installation

Installs to ~/.claude/agents/onlygian-g-forge-refactor-executor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/onlygian/G-Forge/HEAD/agents/refactor-executor.md -o ~/.claude/agents/onlygian-g-forge-refactor-executor.md

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

Full documentation available on GitHub

View Source Repository