subagent-model-selection

Select the least powerful subagent model for delegated work.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/japurcell/skills --skill subagent-model-selection
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: subagent-model-selection
Source: https://github.com/japurcell/skills/tree/main/skills/subagent-model-selection
Command: npx skills add https://github.com/japurcell/skills --skill subagent-model-selection

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify the least powerful subagent model that can reliably finish delegated work.

Core Features & Use Cases

  • Classify delegated work before selecting a model to determine required capability and bound.
  • Prefer the narrowest capable agent type to minimize cost and latency.
  • Start with the cheapest model tier and escalate only with concrete justification.
  • Ensure guardrails for parallel delegation and provide auditable decisions.

Quick Start

Select the cheapest capable subagent model before launching any delegated work.

Frequently Asked Questions about subagent-model-selection

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the cheapest capable model for subagent delegation?▼

To choose the cheapest capable subagent model, classify the delegated work first to determine required capabilities, then start with the cheapest model tier and escalate only with concrete justification.

What is subagent model selection and how does it optimize costs?▼

Subagent model selection identifies the least powerful model that can reliably finish delegated work, optimizing costs by preferring the narrowest capable agent type and starting at the cheapest model tier.

When do I need to apply model selection guardrails for parallel delegation?▼

Apply model selection guardrails before launching any task tool and during parallel delegation to enforce classification prior to model selection and ensure auditable decision records.

What's the best way to set agent_type and model for exploration or debugging tasks?▼

The best way to set agent_type and model is to classify the task first, choose the narrowest capable type, and start with the cheapest tier before launching exploration, testing, grading, code review, debugging, or research tasks.

Can I escalate a subagent to a more powerful model without justification?▼

No, you must start with the cheapest model tier and escalate only with concrete justification, ensuring you keep auditable decision records for the subagent model selection.