economy-mode

Enable economy mode to select cost-optimized AI models.

49|6|Updated Aug 24, 2021
One-click install
npx skills add https://github.com/webmaxru/bpm-counter --skill economy-mode-webmaxru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: economy-mode
Source: https://github.com/webmaxru/bpm-counter/tree/main/.copilot/skills/economy-mode
Command: npx skills add https://github.com/webmaxru/bpm-counter --skill economy-mode-webmaxru

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Economy mode helps teams reduce AI operation costs by switching Layer 3 model selection to cheaper options without altering user intents stored in Layer 0/1/2.

Core Features & Use Cases

  • Enables persistent or session-level economy mode
  • Replaces Layer 3 auto-selection with cost-optimized mappings
  • Writes economyMode: true in .squad/config.json and includes cost-aware spawn indicators
  • Respects Layer 0 constraints and explicit session directives when present

Quick Start

Enable economy mode by saying "use economy mode" or by setting economyMode: true in .squad/config.json, then spawn agents to apply 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 reduce AI agent costs by switching to cheaper models?

You can reduce AI agent costs by enabling economy mode, which replaces Layer 3 model selection with cost-optimized mappings. Activating it ensures agents spawn using cheaper options without altering your core intents.

What is economy mode in AI agent workflows?

Economy mode in AI agent workflows is a configuration that switches Layer 3 model selection to cheaper options. It reduces AI operation costs while preserving user intents stored in Layers 0, 1, and 2.

How do I configure economy mode for my AI agents?

Configure economy mode by saying "use economy mode" during a session or by setting economyMode to true in your .squad/config.json file. This updates the layer-3 selection table to apply cost-optimized models.

Does enabling economy mode alter my original AI prompts or constraints?

No, enabling economy mode does not alter original prompts or constraints. It respects Layer 0 constraints and explicit session directives, adjusting only Layer 3 behavior to apply cost-optimized models.

Can I apply economy mode to a single session instead of permanently?

Yes, you can apply economy mode to a single session instead of permanently. The feature supports both session-level usage for temporary cost reduction and persistent configuration scenarios.

Why does my AI workflow still use expensive models after setting economy mode?

Economy mode adjusts only Layer 3 behavior; expensive models may persist if Layer 0 constraints or explicit session directives require them. The system ensures these higher-priority settings are preserved over cost optimization.