Advisor: A /advisor Slash Command for Claude Code That Runs Opus + Parallel Sonnet Runners

Reddit user Vzwjustin built advisor — a /advisor slash command for Claude Code that runs Opus as a 'strategist' coordinating multiple Sonnet (Opus's hands) runners reading files in parallel.
How It Works
- Opus does a structural pass with Glob+Grep, ranks files P1–P5
- Spawns Sonnet runners based on codebase size (not a hardcoded pool)
- Writes a custom prompt for each runner tailored to its file batch
- Runners read, find bugs, and talk back to Opus live — they can ask questions mid-investigation; Opus can redirect drift; every finding gets verified the moment it lands
Key Technical Details
- No external API calls — pure Claude Code native agent tools
- Opus reads the cited
file:lineto verify each finding before confirming - Zero runtime dependencies (just a CLI that builds prompts)
- Scope drift caught with a two-strikes rotation rule
Results
Ran on its own codebase and caught 6 real bugs, including:
- A bidi-character 'trojan source' gap in the prompt sanitizer
- A missing ReDoS guard on one of four glob-compile branches
Installation
uvx --from advisor-agent advisor installRepository: github.com/vzwjustin/advisor
Who it's for: Developers using Claude Code who want to reduce manual review on first pass — not a replacement for human review.
📖 Read the full source: r/ClaudeAI
👀 See Also

Chamber: AI Agent for GPU Infrastructure Management
Chamber is an AI agent that manages GPU infrastructure by handling tasks like provisioning clusters, diagnosing failed jobs, and managing workloads. It provides structured operations with validation and rollback, not just raw shell commands.

Mind Keg MCP: Persistent Memory for Claude Code and MCP-Compatible Agents
Mind Keg MCP v0.1.1 is an open-source MCP server that provides persistent memory for Claude Code and other MCP-compatible agents. It stores learnings locally via SQLite and retrieves them via semantic search, allowing AI coding assistants to remember context between sessions.

clarp: Open Source Drop-In Replacement for Claude -p Before June 15 Metered Pricing
Claude -p moves to metered pricing on June 15. clarp is an open source CLI that replaces it for local workflows — just change the binary name from claude to clarp.

Developer builds AI framework with 17 biological principles using Claude Code
A developer created an AI framework called Cognitive Sparks by implementing 17 biological principles like threshold firing and Hebbian plasticity, based on the 1999 book 'Sparks of Genius.' The entire project—22 design docs and 3,300 lines of code—was built in one day using Claude Code, with no human-written code.