ask

Classify vague user requests and route them to the correct skill.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/lasswellt/cc-plugin-suite --skill ask-lasswellt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask
Source: https://github.com/lasswellt/cc-plugin-suite/tree/main/skills/ask
Command: npx skills add https://github.com/lasswellt/cc-plugin-suite --skill ask-lasswellt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Classifies vague requests and routes them to the correct skill, reducing manual triage and speeding up workflows.

Core Features & Use Cases

  • Automatic request classification and dispatch to primary and follow-up skills.
  • Verbose progress logging and activity-feed integration for traceability.
  • Ephemeral session IDs for activity entries when required.

Quick Start

Provide a vague request and I will classify it, clarify if needed, plan, and dispatch.

Frequently Asked Questions about ask

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

FAQPage Schema
How do I route vague user requests to the correct workflow automatically?

Routing vague requests automatically involves classifying the user intent and dispatching it to the correct skill. This Skill handles multiple intents, performs brief clarification when needed, and executes chained skill dispatch with verbose progress logging.

What is the best way to classify multiple intents in a single user request?

Classifying multiple intents requires analyzing the request and planning primary and follow-up skill dispatch. This Skill identifies multiple intents, performs a brief clarification phase if needed, and routes them to chained skills with a clear execution plan.

How does activity-feed logging work for routed request workflows?

Activity-feed logging for routed workflows assigns a one-time ephemeral session ID to track progress. The Skill writes events to the activity feed and produces verbose progress logs, ensuring full traceability for classified and dispatched requests.

Do I need to manually triage requests before dispatching them to chained skills?

Manual triage is not required before dispatching requests to chained skills. This Skill automatically classifies vague requests, plans the dispatch sequence, and handles the brief clarification phase, reducing manual triage and speeding up workflows.

Can I use request classification for intake routing without writing custom logic?

Request classification for intake routing can be used without custom logic by providing a vague request directly. The Skill automatically classifies the intake, clarifies if needed, plans the workflow, and dispatches it to the correct skill.

When should I not use automatic request routing for my workflow?

Automatic request routing should not be used when requests lack the contextual clarity needed for brief clarification or when workflows do not support chained skill dispatch. It is designed for vague requests that require classification and traceable activity-feed logging.