一键导入
economy-mode
Shifts model selection to cost-optimized alternatives when economy mode is active
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Shifts model selection to cost-optimized alternatives when economy mode is active
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate an executive-ready Migration Strategy Report (HTML deck) from a customer portfolio — CMDB exports, RVTools/Azure Migrate inventories, DMA outputs, vendor proposals, architecture diagrams. **Use when:** producing a CIO-ready migration plan for a customer portfolio (apps, databases, infra, or any mix). Starts the Portfolio Planning flow for multi-app engagements. **Triggers:** "generate migration report", "analyze CMDB", "portfolio analysis", "migration strategy report for X", "RVTools export analysis", "Azure Migrate analysis", "portfolio assessment", "build a deck from these artifacts". **Covers:** auto-detected workload pillars (Apps/DB/Infra), CAF-aligned 6 Rs classification, deterministic Factory / ISD-Partner / Unknown ownership, phased roadmap, dependency mapping, move groups, risks, executive HTML output.
Determines which LLM model to use for each agent spawn
Find and resume interrupted Copilot CLI sessions using session_store queries
Docker containerization patterns for .NET and Java applications targeting Azure. **Use when:** Creating Dockerfiles or deploying to Container Apps, App Service containers, or AKS. **Triggers on:** Container Apps or AKS selected as hosting platform, Docker-related requests. **Covers:** Multi-stage Dockerfiles, docker-compose, Container Apps configuration, health checks, resource limits.
Azure Infrastructure as Code patterns using Bicep and Terraform. **Use when:** Generating IaC for App Service, Container Apps, or AKS deployments. **Triggers on:** Phase 3 infrastructure generation, azd init, Bicep/Terraform file creation. **Covers:** Azure Verified Modules, managed identities, Key Vault with RBAC, Application Insights, networking.
Business logic discovery, mapping, and preservation during application migration. **Use when:** Migrating .NET or Java applications and need to ensure all business logic is preserved. **Triggers on:** Phase 2 code migration, business rule identification, logic preservation verification. **Covers:** Business rule extraction, logic mapping between source/target, validation tracking, media asset preservation. **Critical:** Ensures no business logic is lost during migration by creating traceable mappings.
| name | economy-mode |
| description | Shifts model selection to cost-optimized alternatives when economy mode is active |
| domain | model-selection |
| confidence | medium |
| source | adapted from squad-sdk |
Reduces model costs across the squad without sacrificing critical migration quality.
✅ THIS SKILL PRODUCES:
economyMode: true written to .squad/config.json when activated persistently💰 indicator when economy mode is active❌ THIS SKILL DOES NOT PRODUCE:
| Method | How |
|---|---|
| Session phrase | "use economy mode", "save costs", "go cheap", "reduce costs" |
| Persistent config | "economyMode": true in .squad/config.json |
Deactivation: "turn off economy mode", "disable economy mode", or remove economyMode from config.json.
When economy mode is active, auto-selection shifts down one tier:
| Task Type | Normal Model | Economy Model |
|---|---|---|
| Code migration | claude-sonnet-4.6 | claude-haiku-4.5 |
| Architecture | claude-opus-4.6 | claude-sonnet-4.6 |
| Documentation | claude-haiku-4.5 | claude-haiku-4.5 |
| Security review | claude-sonnet-4.6 | claude-haiku-4.5 |
| Infrastructure | claude-sonnet-4.6 | claude-haiku-4.5 |
| Cost analysis | claude-haiku-4.5 | claude-haiku-4.5 |
| Discovery | claude-sonnet-4.6 | claude-haiku-4.5 |