intent-router

Routes and validates flag combinations in Legion Ascended build and review commands using intent-teams.yaml templates.

1|Updated Jun 19, 2026
One-click install
npx skills add https://github.com/9thLevelSoftware/legion-ascended --skill intent-router-9thlevelsoftware
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: intent-router
Source: https://github.com/9thLevelSoftware/legion-ascended/tree/main/skills/intent-router
Command: npx skills add https://github.com/9thLevelSoftware/legion-ascended --skill intent-router-9thlevelsoftware

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires legion, and includes scripts (resource) components.

What problem does it solve?

The intent-router Skill resolves the issue of managing and validating complex flag combinations in build and review commands for Legion Ascended. It simplifies the user experience by automating the process of intent detection and flag resolution.

Core Features & Use Cases

  • Intent Flag Resolution: Automates the interpretation of semantic flags (--just-* and --skip-*) in /legion:build and /legion:review commands.
  • Validation Engine: Ensures flag combinations are valid according to rules defined in intent-teams.yaml.
  • Team Template Resolution: Automatically resolves the appropriate team template from intent-teams.yaml based on flag inputs.
  • Use Case: For example, a user might want to build and review specific components of a software project using intent flags, and the intent-router Skill handles the flags' validation and execution routing efficiently.

Quick Start

Run the following command to interpret and route a build command with intent flags: legion build --just-document

Frequently Asked Questions about intent-router

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

FAQPage Schema
How do I validate build and review command flags automatically?

Flag validation for build commands is automated by checking semantic flag combinations against rules defined in an intent-teams.yaml configuration file to ensure only valid combinations are executed.

What is intent flag resolution for build and review commands?

Intent flag resolution automates the interpretation of semantic flags like --just-* and --skip-* in build and review commands to determine execution strategies and team templates.

How do I route execution strategies based on command flags?

Execution routing is handled by resolving team templates from an intent-teams.yaml configuration file based on the specific semantic flag inputs provided during build and review commands.

Do I need legion to use intent routing for build commands?

Yes, the legion dependency is required because the intent routing scripts process build and review commands specifically within the Legion Ascended ecosystem to validate flags and resolve templates.

What are the limitations of using configuration files for flag validation?

The limitation of using configuration files for flag validation is that all valid flag combinations and team templates must be explicitly predefined within your intent-teams.yaml file before executing build commands.