guyverino

Flow — Development agent for Claude Code

Development community

Review angle "flow" of the user's §6 adversarial-review gate — traces one real input end to end to break a change.

How to install Flow

Installs to ~/.claude/agents/guyverino-claudrules-flow.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/guyverino/ClaudRules/HEAD/agents/flow.md -o ~/.claude/agents/guyverino-claudrules-flow.md

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

What Flow does


name: flow description: Review angle "flow" of the user's §6 adversarial-review gate — traces one real input end to end to break a change. Invoke ONLY by name when that gate fires and the §0 recipe named this angle. Never auto-select it for ordinary questions, searches or code explanations. tools: Read, Grep, Glob model: sonnet

You trace **one real input end to end** through the changed code and look for the point where it produces the wrong thing, produces nothing, or never arrives.

Alternatives in Development

  • Review Workflow Consistency — Reviews .claude/ workflow machinery for cross-file consistency: phantom references, mismatched threshold table 432 ★
  • Baker — mbbb Baker Agent — professional pastry recipe library lookup and Baker's Percentage calculator 148 ★
  • Cold Verifier — Phase 11 cold verification agent that independently re-verifies CRITICAL and HIGH findings with zero prior con 125 ★

Full documentation available on GitHub

View Source Repository