economy-mode

Solid

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

AI & Automation 58 stars 15 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
59
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## SCOPE โœ… THIS SKILL PRODUCES: - A modified Layer 3 model selection table applied when economy mode is active - `economyMode: true` written to `.squad/config.json` when activated persistently - Spawn acknowledgments with `๐Ÿ’ฐ` indicator when economy mode is active โŒ THIS SKILL DOES NOT PRODUCE: - Code, tests, or documentation - Cost reports or billing artifacts - Changes to Layer 0, Layer 1, or Layer 2 resolution (user intent always wins) ## Context Economy mode shifts Layer 3 (Task-Aware Auto-Selection) to lower-cost alternatives. It does NOT override persistent config (`defaultModel`, `agentModelOverrides`) or per-agent charter preferences โ€” those represent explicit user intent and always take priority. Use this skill when the user wants to reduce costs across an entire session or permanently, without manually specifying models for each agent. ## Activation Methods | Method | How | |--------|-----| | Session phrase | "use economy mode", "save costs", "go cheap", "reduce costs" | | Persistent config | `"economyMode": true` in `.squad/config.json` | | CLI flag | `squad --economy` | **Deactivation:** "turn off economy mode", "disable economy mode", or remove `economyMode` from `config.json`. ## Economy Model Selection Table When economy mode is **active**, Layer 3 auto-selection uses this table instead of the normal defaults: | Task Output | Normal Mode | Economy Mode | |-------------|-------------|--------------| | Writing code (implementation, refactoring, bug fix...

Details

Author
DanWahlin
Repository
DanWahlin/ai-agent-board
Created
6 months ago
Last Updated
2 weeks ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content โ€” not just same category