economy-mode

Shifts Layer 3 model auto-selection to cost-optimized alternatives when economy mode is active.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/codebytes/btt --skill economy-mode-codebytes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: economy-mode
Source: https://github.com/codebytes/btt/tree/main/.squad/templates/skills/economy-mode
Command: npx skills add https://github.com/codebytes/btt --skill economy-mode-codebytes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Running AI agents across a session can become expensive when every task defaults to premium models. This Skill lets you reduce model costs across an entire session or permanently without manually specifying a model for each agent, while still respecting explicit user and charter preferences. ## Core Features & Use Cases - Layer 3 Model Substitution: Applies an economy model table (e.g., gpt-4.1, gpt-5-mini, claude-sonnet-4.5) only at the task-aware auto-selection layer, never overriding Layer 0 config, session directives, or charter preferences. - Flexible Activation: Trigger via session phrases like "use economy mode", persist with economyMode: true in .squad/config.json, or pass the squad --economy CLI flag. - Transparent Acknowledgment: Adds a 💰 indicator to spawn acknowledgments and confirms activation/deactivation so cost mode is never applied silently. - Use Case: During a long refactoring session, say "save costs" to route routine code and docs tasks to cheaper models while keeping architecture reviews on claude-sonnet-4.5. ## Quick Start Tell the agent "use economy mode" to switch this session's automatic model selection to cost-optimized models.

Frequently Asked Questions about economy-mode

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

FAQPage Schema
How do I enable economy mode for AI model selection?

Say a session phrase like "use economy mode" or "save costs" for session-only activation, or say "always use economy mode" to persist economyMode: true in .squad/config.json. You can also pass the squad --economy CLI flag.

Which models does economy mode use instead of Claude?

Economy mode maps code, prompt, and docs tasks from claude-sonnet-4.5 or claude-haiku-4.5 to gpt-4.1 or gpt-5-mini, and shifts architecture and security reviews from claude-opus-4.5 to claude-sonnet-4.5. gpt-4.1 is preferred for structured output and tool use.

Does economy mode override my configured default model?

No. Economy mode only affects Layer 3 auto-selection. Explicit settings like defaultModel, agentModelOverrides, session model directives, and per-agent charter preferences always take priority over the economy table.

How do I turn off economy mode?

Say "turn off economy mode", "disable economy mode", or "use normal models". This clears the session state and removes economyMode from .squad/config.json if it was persisted, returning to standard model selection.

When should I not use economy mode?

Avoid economy mode when tasks demand maximum quality, such as critical architecture decisions or security audits, since it downgrades opus-level work to sonnet. It also never upgrades models, so it cannot help if you need premium capability.