question-router

Classifies questions into complexity levels L1-L5 and routes them within the ask-question workflow.

21|11|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/ai-analyst-lab/ai-analyst-plugin --skill question-router
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: question-router
Source: https://github.com/ai-analyst-lab/ai-analyst-plugin/tree/main/skills/question-router
Command: npx skills add https://github.com/ai-analyst-lab/ai-analyst-plugin --skill question-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Classified into a compact, embedded routing mechanism, this skill automatically classifies user questions by complexity levels (L1-L5) and directs them to the appropriate handling path within the ask-question workflow, removing the need for separate routing logic.

Core Features & Use Cases

  • Embedded routing: automatically classifies questions by complexity and routes to the appropriate response path within ask-question.
  • No standalone usage: this skill is designed to be used only as part of ask-question and should not be invoked directly.
  • Consistent routing across domains: supports multi-domain prompts by applying a uniform complexity-handling strategy.

Quick Start

Ask a question and let the system route it to the appropriate complexity path.

Frequently Asked Questions about question-router

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

FAQPage Schema
How does question routing by complexity work inside an NLP workflow?▼

Question routing by complexity classifies inquiries into levels (L1-L5) and directs each question to the appropriate handling path. This ensures consistent routing decisions across diverse domains and prompt types within an integrated workflow.

How do I route user questions to different handling paths automatically?▼

To route user questions automatically, you embed a classification sub-skill into your ask-question workflow. It evaluates question complexity and invokes the correct response path without requiring separate standalone routing logic.

Can I use this question classification logic as a standalone routing tool?▼

No, you cannot use this question classification logic as a standalone tool. It is designed strictly as an embedded sub-skill to be invoked through the parent ask-question workflow context rather than operating independently.

Does this question complexity router support multi-domain prompt classification?▼

Yes, this question complexity router supports multi-domain prompt classification. It applies a uniform complexity-handling strategy across diverse domains, enabling consistent routing decisions regardless of the specific inquiry topic.

What are the limitations of embedding complexity routing within ask-question?▼

The primary limitation is dependency on the parent ask-question context. Because it lacks standalone integration capabilities, you cannot invoke it directly outside of its designed workflow, restricting its use to embedded routing scenarios.