task-router

Guides model-owned task decisions, execution depth selection, and risk-gated review for agent workflows.

3|Updated Jul 28, 2026
One-click install
npx skills add https://github.com/marcmarti9/agentit --skill task-router-marcmarti9
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: task-router
Source: https://github.com/marcmarti9/agentit/tree/main/skills/task-router
Command: npx skills add https://github.com/marcmarti9/agentit --skill task-router-marcmarti9

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? AI agents often misjudge how much rigor a task needs, either over-engineering trivial edits or under-verifying high-risk changes. This Skill provides a decision contract that matches execution depth, skill selection, reference usage, and independent review to the actual risk and scope of the work. ## Core Features & Use Cases - Execution Mode Policy: Classifies work into FAST, NORMAL, or DEEP modes with explicit verification budgets for each. - Risk-Gated Review: Applies RISK_0 through RISK_4 classifications and triggers independent audits for high-consequence actions like auth, payments, or production changes. - Just-in-Time Skill Selection: Selects only justified skills, references, and tools without keyword classifiers or fixed quotas, with an economy reviewer reference for low-cost decision audits. - Use Case: Before implementing a payment flow change, the agent records a compact task decision, loads the security gate skill, and requests an independent review before execution. ## Quick Start Ask the agent to record a task decision with execution mode and risk level before starting any material code change.

Frequently Asked Questions about task-router

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

FAQPage Schema
How do I decide execution depth for an AI coding task?▼

Classify the work into FAST, NORMAL, or DEEP mode based on scope and risk. FAST covers localized low-risk iteration, NORMAL covers bounded functional work with relevant tests, and DEEP covers migrations, auth, payments, or high-blast-radius changes requiring adversarial review.

How should an AI agent select which skills to load?▼

Select only skills that earn their context cost for the specific task, with no fixed minimum or maximum count. Prefer one accountable workflow per concern, add complementary specialists only when required, and never load an entire pack by default.

When does a task require independent review?▼

Independent read-only review is required for high-consequence actions classified as RISK_3 or RISK_4, destructive operations, and unresolved material disagreements. If no reviewer is available, label the check as self-review and keep the unavailable gate visible.

What risk levels does the task decision contract use?▼

Risk follows consequences rather than confidence or diff size, using RISK_0 through RISK_4. Levels span read-only work, reversible local changes, bounded implementation, sensitive external effects, and destructive production operations.

When should security review skills be loaded?▼

Load security-and-hardening for changes touching untrusted inputs, auth, APIs, secrets, PII, payments, or CI trust boundaries without waiting for the user to ask. Purely presentational edits with no changed trust boundary do not require it.