From cc-godmode
Smart Routing policy that reduces cost by spending strong reasoning only where it changes the outcome. Batches, bounds, and delegates tasks based on risk signals.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-godmode:cost-efficiencyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**This is the default routing mode for CC_GodMode v7.0.0+.** The Orchestrator applies Smart Routing automatically unless the task carries high-risk signals that require Full-Gates (see `skills/workflows/`).
This is the default routing mode for CC_GodMode v7.0.0+. The Orchestrator applies Smart Routing automatically unless the task carries high-risk signals that require Full-Gates (see skills/workflows/).
Smart Routing changes routing behavior. It does not silently weaken security, contract, or release gates.
Spend strong reasoning only where it changes the outcome.
Everything else should be:
For small/medium tasks (no new modules, no breaking changes, no cross-domain design):
reports/vX.X.X/01-architect-report.md.For high-risk tasks (new modules, breaking changes, cross-domain design, uncertain scope):
| Work type | Smart Routing route |
|---|---|
| Docs-only | @scribe only; no @builder unless files need structural edits |
| Simple bug | @builder -> targeted @validator; @tester only for user-facing behavior |
| Unknown facts | @researcher with strict source/time budget |
| Small/medium feature | inline arch brief + @builder + scoped @validator ∥ @tester |
| Architecture risk | @architect, but with a narrow decision brief |
| API or schema risk | @api-guardian remains mandatory |
| UI behavior | @tester only on affected flows and viewports |
| Release or PR | @github-manager only after @scribe produces final notes |
Any of these risk signals force the Full-Gates path (skills/workflows/):
src/api/, backend/routes/, shared/types/, *.d.ts, openapi.yaml).github/workflows/, auth code, secrets handling)VERSION, CHANGELOG.md)When @researcher is needed:
Use existing agent model assignments as the baseline:
effort frontmatter fields (Claude Code ≥2.1.152) provide additional budget tuning per agent without model changes.
If the user asks for an explicit model downgrade beyond defaults, state the risk and get approval before changing agent definitions or runtime config.
Run checks that match the changed scope:
node --check or bash -n, plus targeted smokenpx claudepluginhub cubetribe/claudecode_godmode-onGuides agentic engineering workflows: eval-first execution, 15-minute task decomposition, Anthropic model routing (Haiku/Sonnet/Opus), cost tracking, and risk-focused human reviews.
Guides eval-first execution, task decomposition, and cost-aware model routing for AI agent engineering workflows.
Defines full-gates workflows (Feature, Bug Fix, API Change, Refactor, etc.) with structured agent orchestration, mandatory gates (@api-guardian for API paths), and parallel quality checks.