question-router

Classify questions into L1-L5 complexity levels and route them to response paths.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/Amar1404/AI_ANALYST --skill question-router-amar1404
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: question-router
Source: https://github.com/Amar1404/AI_ANALYST/tree/main/skills/question-router
Command: npx skills add https://github.com/Amar1404/AI_ANALYST --skill question-router-amar1404

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The question-router Skill helps manage question complexity, ensuring the right level of response is provided without direct invocation.

Core Features & Use Cases

  • Question Complexity Classification: Determines the complexity of questions (L1-L5) to route to the correct response path.
  • Integrated into ask-question: This functionality is built into the ask-question skill for seamless question handling.
  • Use Case: When using the ask-question skill, question-router operates in the background, categorizing questions and ensuring they are addressed by the appropriate tool or response.

Quick Start

Ask a question to your AI system. The question-router skill operates in the background, ensuring the question is handled appropriately.

Frequently Asked Questions about question-router

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

FAQPage Schema
How does question routing work for AI responses?

Question routing classifies questions into complexity levels (L1-L5) and directs them to the appropriate response path. This mechanism operates in the background during question handling to ensure the correct level of response is provided.

How do I classify question complexity automatically?

You can classify question complexity automatically by using background processing that categorizes questions into L1-L5 levels. This ensures each question is addressed by the appropriate tool or response path without requiring direct invocation.

Do I need to manually invoke a skill to route questions?

No, you do not need to manually invoke a skill to route questions. The question routing functionality is integrated within the ask-question skill, operating seamlessly in the background to categorize and handle questions automatically.

What is the best way to manage question handling for different complexity levels?

The best way to manage question handling across complexity levels is to use a background skill management system. It categorizes questions from L1 to L5 and routes them to the correct response path, ensuring appropriate handling without manual intervention.

Why does my AI system provide the same response depth for simple and complex questions?

This happens when question complexity classification is not implemented. By routing questions to appropriate complexity levels (L1-L5) in the background, the system ensures simple and complex questions receive differentiated response paths.