route

Route natural language prompts to relevant skills via semantic matching.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/samwelmunga/JengaAgent --skill route-samwelmunga
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: route
Source: https://github.com/samwelmunga/JengaAgent/tree/main/.agents/skills/route
Command: npx skills add https://github.com/samwelmunga/JengaAgent --skill route-samwelmunga

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the confusion of choosing the right tool for a task by automatically analyzing your intent and routing it to the most appropriate agent or skill within the JengaAgent framework.

Core Features & Use Cases

  • Semantic Dispatch: Matches natural language prompts against skill descriptions, keywords, and examples to find the best fit.
  • Context Enrichment: Automatically gathers relevant board items and documentation to provide the agent with a fully-loaded context before execution.
  • Use Case: When you have a complex project with many specialized skills, you can simply state your goal, and the router will identify the correct skill, pull the necessary project board status, and prepare the environment for the developer or tester.

Quick Start

Use the route skill to analyze the current status of the authentication module and suggest the next logical task.

Frequently Asked Questions about route

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

FAQPage Schema
How do I route natural language prompts to the right agent in a multi-agent workflow?

To route natural language prompts to the right agent, this skill performs semantic matching against registered skill metadata to find the best fit. It analyzes user intent and orchestrates the handoff to the most relevant specialized project skill.

What is semantic dispatch for automated task routing?

Semantic dispatch for automated task routing is the process of matching natural language prompts against skill descriptions, keywords, and examples. This mechanism eliminates the confusion of manually choosing the right tool by automatically analyzing intent.

How do I enrich agent context with project board items before task execution?

To enrich agent context with project board items, the routing skill automatically gathers relevant board status and documentation references. This provides a fully-loaded execution environment for specialized agents before they begin processing.

Does multi-agent workflow routing work without manually selecting specific skills?

Yes, multi-agent workflow routing works without manual skill selection. You simply state your goal, and the router identifies the correct skill, pulls the necessary project board status, and prepares the environment automatically.

What is the best way to orchestrate structured multi-agent collaboration?

The best way to orchestrate structured multi-agent collaboration is to use a routing skill that matches intent to functional skills and enriches the environment with live project board context. This ensures agents receive the correct tasks and documentation.