# Use Premium Models Efficiently

> 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.

- **Type:** Skill
- **Install:** `agentstack add skill-patrickdappollonio-claude-plugins-use-premium-models-efficiently`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [patrickdappollonio](https://agentstack.voostack.com/s/patrickdappollonio)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [patrickdappollonio](https://github.com/patrickdappollonio)
- **Source:** https://github.com/patrickdappollonio/claude-plugins/tree/main/plugins/use-premium-models-efficiently/skills/use-premium-models-efficiently

## Install

```sh
agentstack add skill-patrickdappollonio-claude-plugins-use-premium-models-efficiently
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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.

```mermaid
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.
2. Split independent work into subagents **before** reading everything
   yourself.
3. Use cheaper models for research scans, inventory, search summaries, narrow
   bug hunts, browser/testing passes, test-output reduction, and bounded code
   edits.
4. Ask subagents for concise evidence: files, line references, commands run,
   diffs, uncertainties, and stop conditions they hit.
5. 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.

- **Author:** [patrickdappollonio](https://github.com/patrickdappollonio)
- **Source:** [patrickdappollonio/claude-plugins](https://github.com/patrickdappollonio/claude-plugins)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-patrickdappollonio-claude-plugins-use-premium-models-efficiently
- Seller: https://agentstack.voostack.com/s/patrickdappollonio
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
