lev-cdo-router

Classifies user intent and complexity to route CDO workflows.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/lev-os/lev-content --skill lev-cdo-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lev-cdo-router
Source: https://github.com/lev-os/lev-content/tree/main/sources/skills/lev-cdo/router
Command: npx skills add https://github.com/lev-os/lev-content --skill lev-cdo-router

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill acts as the intelligent entry point for complex problem-solving workflows, ensuring that tasks are routed to the most appropriate execution path based on their classification and complexity.

Core Features & Use Cases

  • Intent Classification: Determines the user's goal (question, command, idea, etc.) and confidence level.
  • Complexity Routing: Assesses the problem's scope and routes it to the correct workflow (Quick, Base, Deep, Epic).
  • DoR Validation: Enforces quality gates before executing complex tasks, checking for sanity, prior art, and architectural compliance.
  • Use Case: When a user asks "How can we optimize our microservice communication?", this Skill will classify the request, determine it's a 'base' complexity question requiring architectural consideration, and route it to the appropriate 'base' workflow after validating architectural principles.

Quick Start

Use the lev-cdo-router skill to classify the input 'Should we use GraphQL or REST?'.

Frequently Asked Questions about lev-cdo-router

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

FAQPage Schema
How do I route tasks to the right workflow based on problem complexity?

You can validate critical gates before executing complex workflows by enforcing quality checks for sanity, prior art, and architectural compliance, which ensures deep and epic tasks meet necessary standards.

What is intent classification in decision making workflows?

Intent classification in decision making workflows determines the user's specific goal, such as a question, command, or idea, along with a confidence level to assess the input before routing.

How do I validate architectural compliance before starting a deep workflow?

To validate architectural compliance before starting a deep workflow, you enforce Definition of Ready quality gates that check for sanity, prior art, and architectural principles to ensure the task is ready.

Does the CDO router support quick routing for simple questions?

Yes, the CDO router supports quick routing by assessing problem complexity and directing simple questions or commands to the Quick workflow execution path for immediate handling.

When should I use Epic workflows instead of Base workflows for routing?

You should use Epic workflows instead of Base workflows when the problem complexity assessment indicates a large scope requiring extensive execution strategies, validated through sanity and prior art checks.