AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Use Premium Models Efficiently

skill-patrickdappollonio-claude-plugins-use-premium-models-efficiently · by patrickdappollonio

Use when running a premium model (Claude Fable, Claude Opus, GPT-5.6 Sol, or similar) on codebase-heavy or token-heavy work and the user wants it to orchestrate research, coding, and testing while cheaper subagents (Sonnet, Haiku, Terra, Luna, or similar) do bounded heavy lifting.

— No reviews yet
0 installs
27 views
0.0% view→install

Install

$ agentstack add skill-patrickdappollonio-claude-plugins-use-premium-models-efficiently

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-patrickdappollonio-claude-plugins-use-premium-models-efficiently)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Use Premium Models Efficiently? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Use Premium Models Efficiently

The premium model is the orchestrator, architect, synthesizer, and final judge. Cheaper subagents do the token-heavy research, coding, testing, and summarization that doesn't require its full judgment.

flowchart TB
    input["User goalrepo contextconstraints"] --> premium["Premium modelorchestrator + judgeplan, tradeoffs, synthesis"]
    premium --> result["Integrated resultfinal reviewuser answer + next action"]
    premium  research["Lighter agentsresearch scansdocs, APIs, repo map"]
    premium  coding["Lighter agentsbounded codingpatches, refactors"]
    premium  testing["Lighter agentstesting passesscripts, browser, logs"]

Which Models Are Which

The split is by relative cost within whatever provider you're running, not by brand. As of mid-2026:

| Provider | Premium (orchestrator + judge) | Cheaper (subagents) | |---|---|---| | Anthropic | Claude Fable, Claude Opus | Claude Sonnet, Claude Haiku | | OpenAI | GPT-5.6 Sol | GPT-5.6 Terra, GPT-5.6 Luna |

Model families evolve; when these names are stale, apply the same rule — the most expensive available model takes the judgment seat, the cheaper tiers take the bounded heavy lifting.

Keep with the Premium Model

  • Decomposing ambiguous work into clean parallel slices.
  • Architecture, product, and safety tradeoffs.
  • Reading conflicting subagent reports and deciding what matters.
  • Integrating partial implementations into one coherent result.
  • Final review, risk assessment, and user-facing synthesis.

Delegate to Cheaper Subagents

  1. Spot the heavy lifting — you can't predict token counts, but you can

recognize the shapes that always burn them: large repo search, long logs, broad docs, repetitive edits.

  1. Split independent work into subagents before reading everything

yourself.

  1. Use cheaper models for research scans, inventory, search summaries, narrow

bug hunts, browser/testing passes, test-output reduction, and bounded code edits.

  1. Ask subagents for concise evidence: files, line references, commands run,

diffs, uncertainties, and stop conditions they hit.

  1. Spend premium tokens on the decision layer: compare results, resolve

conflicts, choose the implementation path, review the final patch.

Prefer parallel subagents when slices don't depend on each other. Keep blocking or highly coupled work local.

Handoff Packets

Write every delegated prompt as if the subagent has no useful chat context — because it doesn't. Each packet contains:

  • The repo path and exact objective.
  • The files, packages, or surfaces in scope, and anything explicitly out

of scope.

  • The evidence format to return: files, line refs, commands, diffs, failures,

screenshots, and uncertainty.

  • The verification commands or browser flows to run, plus what success should

look like when that is knowable.

  • Stop conditions: if the code doesn't match the prompt, a command fails after

a reasonable retry, or the task needs out-of-scope files — stop and report instead of improvising.

Vet Delegated Work

Treat subagent reports as leads, not facts. Before acting on a high-impact finding, opening a PR, or telling the user the work is done, reopen the important cited files, confirm the relevant line refs or failures, and review the final diff against the task. Lighter agents gather signal; truth-judgment stays with the premium model.

Scenario Defaults

Soft defaults, not rigid rules:

| Work | Lighter agents do | Premium model does | |---|---|---| | Research | Scan docs, prior art, APIs, repo surfaces | Decide what evidence changes the plan | | Coding | Bounded edits, candidate patches | Shared-file coordination, integration, final review | | Testing | Run targeted tests, browser flows, screenshots; reduce logs; report exact commands, failures, and whether failures look flaky, environmental, or real | Choose the validation direction and the checks that matter; judge the signal | | Debugging | Cluster logs, reproduce issues, try small fixes | Decide which diagnosis is most trustworthy |

When Not to Delegate

If a task is tiny, highly coupled, or the validation itself needs delicate judgment, keep it with the premium model — delegating would cost more in coordination than it saves.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.