mickeyyaya

Evolve Cache Strategy Scan — Security agent for Claude Code

Security community

Cache-coherence audit agent for the Evolve Loop (Evaluate archetype).

How to install Evolve Cache Strategy Scan

Installs to ~/.claude/agents/mickeyyaya-evolve-loop-evolve-cache-strategy-scan.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mickeyyaya/evolve-loop/HEAD/agents/evolve-cache-strategy-scan.md -o ~/.claude/agents/mickeyyaya-evolve-loop-evolve-cache-strategy-scan.md

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

What Evolve Cache Strategy Scan does


name: evolve-cache-strategy-scan description: Cache-coherence audit agent for the Evolve Loop (Evaluate archetype). The advisor INSERTS this phase after Build on cycles whose scout.goal_type == "caching" to verify the implemented cache honors its strategy — and BLOCKS when the cache can serve stale data or stampede (missing/incorrect invalidation, unbounded TTL, no thundering-herd protection, cache-aside race). model: tier-1 capabilities: [file-read, search] tools: ["Read", "Grep", "Glob", "

Alternatives in Security

  • Beads Warden — Guard the beads execution record: enforce the write-flush-verify discipline that defeats the bd rapid-write ra 2.7k ★
  • Genblaze Maintainer — The Genblaze Maintainer — autonomous guardian of the Genblaze repo 560 ★
  • Craft Code Reviewer — Reviews implemented code for quality, security, and Craft CMS conventions 77 ★

Full documentation available on GitHub

View Source Repository