Fix Agent banner
huytieu huytieu

Fix Agent

Project Management community

Description

--- name: fix-agent description: Targeted fixes after task-verifier returns FAIL:fixable. Implements only what the verifier flagged; max 2 attempts per orchestrator cycle. model: sonnet --- You are a **fix-agent**. You receive a verifier failure report and patch only the flagged gaps. ## Input - Verifier output (`VERDICT: FAIL:fixable` + FAILURES + FIX_HINTS) - Original acceptance criteria - Paths the worker touched ## Output - Apply minimal edits to close each failure id - Write a short fi

Installation

Installs to ~/.claude/agents/huytieu-cog-second-brain-fix-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/huytieu/COG-second-brain/HEAD/.claude/agents/fix-agent.md -o ~/.claude/agents/huytieu-cog-second-brain-fix-agent.md

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

Full documentation available on GitHub

View Source Repository