By zabrodsk
Activate Advisor Strategy — Opus reasons and reviews while Sonnet subagents handle all implementation work.
Claude Opus is the smartest model Anthropic ships. It's also the most expensive. The Advisor Strategy lets you pay for Opus reasoning once and get parallel Sonnet execution for everything else. Same decisions. Roughly a third of the tokens.
Approximate, directional comparison for a typical session — not a measured benchmark.
Inside Claude Code, run these two commands separately — send the first, wait for it to succeed, then send the second:
1. Add the marketplace:
/plugin marketplace add https://github.com/zabrodsk/claude-advisor-plugin.git
2. Install the plugin:
/plugin install advisor@claude-advisor-plugin
Pasting both lines in one prompt will concatenate the second command onto the clone URL and fail. Send each line on its own.
/claude-advisor-plugin:advisor
Or say "advisor mode", "use advisor", or "advisor strategy" — the skill auto-triggers.
Opus dispatches executors via the Agent tool with model: "sonnet". If three rounds haven't resolved the task, Opus surfaces the blocker rather than burning more tokens.
| Without advisor | With advisor |
|---|---|
| Opus writes every file edit | Sonnet writes; Opus reviews |
| Sequential execution | Parallel Sonnet subagents |
| Opus tokens for boilerplate | Opus tokens for reasoning only |
| No spend cap | Hard cap: 3 executor rounds |
Inspired by Anthropic's Advisor Strategy — the same cost/quality tradeoff as the advisor_20260301 API tool, implemented at the orchestration layer.
MIT — Copyright © 2026 Dusan Zabrodsky
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub zabrodsk/claude-advisor-plugin --plugin advisorUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.