Agent Skills: Route Tasks

Route tasks via routing.json policy. Use when dispatching, orchestrating, or multi-model routing required.

UncategorizedID: ariffazil/arifOS/route-tasks

Install this agent skill to your local

pnpm dlx add-skill https://github.com/ariffazil/arifOS/tree/HEAD/333_APPS/L2_SKILLS/UTILITIES/route-tasks

Skill Files

Browse the full folder contents for route-tasks.

Download Skill

Loading file tree…

333_APPS/L2_SKILLS/UTILITIES/route-tasks/SKILL.md

Skill Metadata

Name
route-tasks
Description
Route tasks via routing.json policy. Use when dispatching, orchestrating, or multi-model routing required.

Route Tasks

Route tasks to models per routing.json policy.

Process

  1. Read routing.json
  2. Match keywords to route
  3. Default if no match
  4. Log to routing_ledger.md
  5. Execute with chosen model

Log Format

[timestamp] | TASK: <type> | MODEL: <model> | REASON: <reason>

Rules

  • Explain model choice
  • Log before execute
  • Don't override unless instructed