domain-classifier

Classify task descriptions into 12 domains with confidence scores and routing recommendations.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/zero-rehq/opencode-kit --skill domain-classifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domain-classifier
Source: https://github.com/zero-rehq/opencode-kit/tree/main/.opencode/skill/domain-classifier
Command: npx skills add https://github.com/zero-rehq/opencode-kit --skill domain-classifier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automatically classifies tasks into domains and assigns confidence scores to guide precise routing to the appropriate skills and subagents.

Core Features & Use Cases

  • Multi-domain classification: Detects multiple domains (UI/UX, API/Backend, Database, Performance, Security, etc.) with individual confidence scores.
  • Confidence-based routing: Recommends skills and subagents based on domain confidence.
  • Ambiguity handling: Flags ambiguous inputs and suggests clarifying questions.
  • Workflow orchestration: Supports phased workflows for multi-repo tasks and contract validation.

Quick Start

Input: classify 'Add login page with OAuth support' to obtain primary domain, confidence scores, and suggested routing.

Frequently Asked Questions about domain-classifier

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

FAQPage Schema
How do I route a task description to the right skills automatically?

Automatic task routing classifies a task description into multiple domains using a 12-domain taxonomy, assigning individual confidence scores to prioritize and trigger the appropriate skills and subagents.

Can I classify tasks that span multiple domains like UI/UX and API/Backend?

Yes, multi-domain classification detects overlapping areas such as UI/UX, API/Backend, and Database simultaneously, providing multi-label results with individual confidence scores for each detected domain.

How does confidence-based routing handle ambiguous task inputs?

Confidence-based routing flags ambiguous inputs by evaluating domain confidence scores, suggesting clarifying questions to resolve uncertainty before recommending specific skills, subagents, or workflows.

Does domain classification support multi-repo tasks and workflow orchestration?

Domain classification supports multi-repo tasks by orchestrating phased workflows, enabling contract validation across repositories while applying its 12-domain taxonomy to route tasks accurately.

What is the best way to classify a task like adding a login page with OAuth support?

Classifying a task like adding a login page with OAuth support involves evaluating it against multiple domains, yielding a primary domain, individual confidence scores, and suggested routing to relevant subagents.

When should I expect manual-trigger versus auto-trigger inputs in domain routing?

Domain routing handles both auto-trigger and manual-trigger inputs by evaluating the task description against its taxonomy, ensuring accurate skill prioritization regardless of how the workflow is initiated.