Gan Clarifier banner
Thomas-AppForceOne Thomas-AppForceOne

Gan Clarifier

Development community

Description

--- name: gan-clarifier description: GAN harness clarifier — finds the ambiguity in a user prompt before any downstream phase commits to a reading of it. Reads the prompt, the union of every per-agent additionalContext splice (first), the active-stack ids and globs, and a bounded structure-only directory listing; writes a clarified-spec.md draft of Goal / In scope / Out of scope / Assumptions / User actions / Constraints. Runs before the planner. tools: Read, Write, Glob, Grep model: opus --- Y

Installation

Installs to ~/.claude/agents/thomas-appforceone-claudeagents-gan-clarifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Thomas-AppForceOne/ClaudeAgents/HEAD/agents/gan-clarifier.md -o ~/.claude/agents/thomas-appforceone-claudeagents-gan-clarifier.md

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

Full documentation available on GitHub

View Source Repository