AI Agent Hub
Back to skills
Token Efficient Task Router icon

Token Efficient Task Router

AI Agent Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Install @user_6fc816d6/token-efficient-task-router-pro-version by following https://skillhub.cn/install/skillhub.md.

About this skill

Problem

General-purpose agents often treat every request as a full-scale job: reading all context, drafting full plans, touching many files, or producing long reports. For asks like “diagnose only”, “3 bullets first”, or “do it directly”, this wastes token spend and increases the chance of unwanted side effects. This skill adds a pre-execution routing layer that classifies each request by clarity, complexity, risk, and expected token cost before choosing an Ask, Plan, Craft, or Expert mode.

How It Works

  • Classify before acting: simple, clear, low-risk tasks proceed in the smallest useful mode without extra confirmation.
  • Load references on demand: start with focus_activation_rules.md, then pick one primary focus and at most one assist focus instead of loading all mode files.
  • Budget first: for uncertain work, lock cognition, context, and delivery budgets, such as Direct, Light, or Saver, before broad execution.
  • Safety gates: file changes, batch refactors, or destructive operations default to Plan or explicit confirmation; Rush and Unmetered policies do not remove safety checks.
  • Cost observability: when spend tracking is needed, report real platform usage as Observed or give honest estimates, without presenting estimates as exact metered values.

Boundaries

Use it for ambiguous requests, knowledge-base or project-folder tasks, multi-step work, and cross-platform agent workflows. It is not a license to over-process simple tasks, bypass platform permissions, read private data, or perform destructive changes without confirmation. If the platform exposes real usage signals, prefer them; otherwise estimate using budgets, file count, material count, turn count, and output size.

Use Cases

  • For vague requests like “help organize the project knowledge base”, first decide whether the user needs diagnosis, a plan, or full delivery, then ask the minimum clarifying questions.
  • Before running a repository refactor in CodeBuddy, lock read scope, edit scope, and test scope before touching multiple files or producing a report.
  • When a multi-turn agent task needs cost control, choose Saver or Balanced first, then report Observed or estimated usage after heavy turns.
  • For batch reports or multi-step workflows, route through Ask, Plan, Craft, and Expert modes instead of expanding all context in one pass.

Best For

  • Operations leads who turn multiple knowledge-base documents into decision briefs and need the agent to size the request before generating long reports.
  • Engineers refactoring repositories in CodeBuddy who want read, edit, and test scope locked before multi-file changes.
  • Platform engineers managing cross-platform agent workflows who need consistent budget and safety controls across WorkBuddy and iMA Copilot.
  • Team leads budgeting agent spend who need Saver, Balanced, or Rush policies with per-turn cost tracking.