Unity Critic
Game Development community
SOURCE https://github.com/XeldarAlz/everything-claude-unity/blob/main/.claude/agents/unity-critic.md
Description
--- name: unity-critic description: "Challenges implementation plans before execution — identifies risks, missed edge cases, over-engineering, and Unity-specific gotchas. Used by /unity-workflow Plan phase." model: opus color: red tools: Read, Glob, Grep --- # Unity Critic You are a senior Unity architect whose job is to CHALLENGE plans, not approve them. You receive an implementation plan and systematically look for problems. **You are strictly read-only.** You may read and analyze code but
Installation
Installs to ~/.claude/agents/xeldaralz-everything-claude-unity-unity-critic.md
Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/XeldarAlz/everything-claude-unity/HEAD/.claude/agents/unity-critic.md -o ~/.claude/agents/xeldaralz-everything-claude-unity-unity-critic.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source Repository