route

Selects GAS_TOWN, OMO, or DEFAULT workflow based on work description; emits structured ROUTE-DECISION payloads for OpenBrain integration.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/rfidel214/project-template --skill route-rfidel214
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: route
Source: https://github.com/rfidel214/project-template/tree/main/.claude/skills/route
Command: npx skills add https://github.com/rfidel214/project-template --skill route-rfidel214

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route automates pre-flight workflow selection by choosing GAS_TOWN, OMO, or DEFAULT based on the work description.

Core Features & Use Cases

  • Decides the most appropriate workflow before starting a work session
  • Supports capturing ROUTE-DECISION payloads and OpenBrain integration for loop closure
  • Guides end-to-end routing with a structured output including confidence and reasoning

Quick Start

Run the route tool with a one-line work description to obtain a recommended workflow.

Frequently Asked Questions about route

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

FAQPage Schema
What is pre-flight workflow routing and when do I need it?▼

Pre-flight workflow routing selects the optimal execution path before starting a work session. You need workflow routing when choosing between parallelizable, long-running, or cross-work coordination tasks to ensure the correct process is applied from the start.

How do I automate workflow selection for a new work session?▼

You can automate workflow selection by providing a one-line work description to the routing tool. It uses a deterministic Q1–Q4 decision process to evaluate the work and outputs a structured recommendation for the most appropriate workflow.

Can I use this routing tool for parallelizable or cross-work coordination tasks?▼

Yes, the routing tool explicitly supports sessions that are parallelizable, long-running, or require cross-work coordination. It evaluates these work characteristics during its decision process to recommend the correct workflow.

What is the best way to capture decision reasoning and outcomes for loop closure?▼

The best way to capture decision reasoning is through structured ROUTE-DECISION payloads that include confidence and reasoning traces. Recording actual outcomes in OpenBrain completes the loop closure for continuous workflow optimization.

Does this workflow routing process require any external dependencies?▼

No, the workflow routing process requires no external dependencies to operate. It runs the deterministic Q1–Q4 decision process internally and outputs the structured ROUTE-DECISION payload directly.

Why does the routing tool prompt for a reasoning trace during workflow selection?▼

The routing tool prompts for a reasoning trace to provide transparency and structured justification for the chosen workflow. This ensures the decision logic is captured alongside the confidence level in the ROUTE-DECISION payload for future review.