global-task-router

Classify tasks into free, fleet, or premium lanes and persist escalation rationale.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/chf3198/devenv-ops --skill global-task-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: global-task-router
Source: https://github.com/chf3198/devenv-ops/tree/main/skills/global-task-router
Command: npx skills add https://github.com/chf3198/devenv-ops --skill global-task-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route each substantive task through the lowest adequate lane: Free -> Fleet -> Premium, and persist escalation rationale for the active session to improve governance and reduce risk.

Core Features & Use Cases

  • Lane classification: automatically assign tasks to Free, Fleet, or Premium based on task intent, context, and complexity.
  • Escalation evidence: persist rationale and decision context for audit and review, enabling traceability across hooks.
  • Safe defaults: default to the lowest adequate lane to minimize cost and friction.
  • Use Case: during a code review, route a complex refactor to Fleet or Premium only when ambiguity or risk warrants it.

Quick Start

Provide a task summary and mode (classify|route|audit) to route into the lowest adequate lane and persist escalation rationale.

Frequently Asked Questions about global-task-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route development tasks to the right execution lane automatically?

To route development tasks automatically, this Skill classifies each task into Free, Fleet, or Premium lanes based on ambiguity and risk. It defaults to the lowest adequate lane to minimize cost and friction.

What is task lane classification in AI governance workflows?

Task lane classification in AI governance assigns development work to Free, Fleet, or Premium tiers based on complexity and risk. This ensures tasks match the appropriate execution level while maintaining traceable escalation rationale.

How do I persist escalation rationale for code review tasks across hooks?

You can persist escalation rationale by running the Skill in route or audit mode. It records decision context and justification for premium task assignments during code reviews, enabling auditability across available hooks.

When should I escalate a multi-file task to the Premium lane?

Escalate a multi-file task to the Premium lane only when ambiguity or risk warrants it. The Skill enforces a default-to-lowest-lane policy, requiring explicit justification before routing complex refactors to Premium.

Can I use this task router for multi-file code changes without external dependencies?

Yes, you can use this task router for multi-file code changes without external dependencies. It operates standalone to classify task intent and route work to the lowest adequate lane while persisting escalation evidence.