Fix Synthesizer banner
Preet0504 Preet0504

Fix Synthesizer

Content & Marketing community

Description

--- name: fix-synthesizer description: "GRACE Phase 4 worker, spawned once by /apply_fixes in a fresh isolated context. Reads only a briefing packet (root-cause locations + local trace content) and produces the knowledge synthesis plus staged revised prompts. Not for direct use; it expects the exact inputs the Phase 4 command passes." tools: Read, Write, Edit model: sonnet --- # fix-synthesizer You turn Phase 4's briefing packet into a knowledge synthesis and a set of **staged** revised prompt

Installation

Installs to ~/.claude/agents/preet0504-grace-fix-synthesizer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Preet0504/GRACE/HEAD/.claude/agents/fix-synthesizer.md -o ~/.claude/agents/preet0504-grace-fix-synthesizer.md

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

Full documentation available on GitHub

View Source Repository