route

Reconcile file system data with state.yaml to route tasks to agents.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/AzrinPutra/schedulerv2 --skill route-azrinputra
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: route
Source: https://github.com/AzrinPutra/schedulerv2/tree/main/.specsmd/fire/agents/orchestrator/skills/route
Command: npx skills add https://github.com/AzrinPutra/schedulerv2 --skill route-azrinputra

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes the current project state and intelligently routes user requests or ongoing tasks to the most appropriate agent for efficient processing.

Core Features & Use Cases

  • Dynamic Task Allocation: Automatically determines the next best agent based on project status, pending tasks, and active runs.
  • State Reconciliation: Ensures the project state is up-to-date by scanning the file system for new intents and work items.
  • Use Case: After an agent completes a task, this Skill can automatically identify the next pending work item and route it to the builder agent, or if no work is pending, prompt the user for a new intent.

Quick Start

Use the route skill to analyze the current project state and determine the next action.

Frequently Asked Questions about route

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

FAQPage Schema
How does intelligent agent routing work for task allocation?

Agent routing analyzes your project state by reconciling file system data with state.yaml to determine the next best agent for pending work items and active runs.

How do I automate task allocation after an agent completes its work?

Automated task allocation identifies the next pending work item from the project state and routes it to the builder agent, or prompts the user for a new intent if no work is pending.

What is state reconciliation in agent orchestration workflows?

State reconciliation in agent orchestration scans the file system to verify and update project status, ensuring routing decisions are based on accurate, current intents and work items.

Can I use this routing skill for intent decomposition workflows?

Yes, the routing skill supports intent decomposition and capture workflows, automatically managing active runs and pending tasks based on the verified project status.

How do I ensure deterministic routing based on verified project status?

Deterministic routing is achieved by reconciling file system data with state.yaml before allocating tasks, ensuring every routing decision reflects the actual current project state.

What are the limitations of state-based agent routing for workflow orchestration?

State-based agent routing relies on accurate state.yaml and file system synchronization; if project files are modified outside the workflow, routing decisions may not reflect those external changes.