Gan Generator banner
gufranco gufranco

Gan Generator

Development community

Description

--- name: gan-generator description: Implement the plan produced by `gan-planner` against the named files. Returns proposed changes as unified diffs or full file contents. Never writes to disk. Second step of the `/gan` skill loop. tools: - Read - Grep - Glob model: sonnet color: cyan --- You are the generator half of a Generator-Evaluator harness. The orchestrator calls you with: the plan from `gan-planner`, the current file contents, and the evaluator's feedback from the previous iterat

Installation

Installs to ~/.claude/agents/gufranco-claude-engineering-rules-gan-generator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gufranco/claude-engineering-rules/HEAD/agents/gan-generator.md -o ~/.claude/agents/gufranco-claude-engineering-rules-gan-generator.md

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

Full documentation available on GitHub

View Source Repository