Find Skill

Classify user intent and route tasks to specialized skills.

6|3|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/carson-sweet/sweetclaude --skill find-skill-carson-sweet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Find Skill
Source: https://github.com/carson-sweet/sweetclaude/tree/main/skills/find-skill
Command: npx skills add https://github.com/carson-sweet/sweetclaude --skill find-skill-carson-sweet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the guesswork of choosing the correct tool for a task by automatically classifying user intent and routing it to the appropriate specialized skill within the SweetClaude framework.

Core Features & Use Cases

  • Context-Aware Routing: Analyzes user requests to determine if the work is strategic, technical, or operational, mapping it to the correct workflow.
  • State Management: Automatically tracks project phases and work item IDs to ensure continuity across sessions.
  • Use Case: When you say you need to fix a bug, this skill identifies the work as a code-issue, checks for necessary prerequisites, and initializes the correct diagnostic workflow.

Quick Start

Invoke the find-skill tool and describe the specific task or problem you want to address to begin the automated routing process.

Frequently Asked Questions about Find Skill

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

FAQPage Schema
How do I automate routing user requests to the correct workflow?

Automating workflow routing requires classifying user intent against a predefined routing table to map requests to the appropriate specialized operational skill. This approach validates prerequisites and manages project state transitions before delegating tasks.

What is intent classification for project management orchestration?

Intent classification for project management orchestration is the process of analyzing user requests to determine if work is strategic, technical, or operational, then mapping that work to the correct workflow. It ensures consistent execution across the software development lifecycle.

Can I track project phases and work item IDs automatically across sessions?

Yes, you can track project phases automatically by utilizing state management features that monitor work item IDs and project state transitions. This ensures continuity and consistent execution across multiple development sessions.

How do I validate prerequisites before delegating software development tasks?

Validating prerequisites before delegating software development tasks is handled automatically by enforcing architectural guardrails against a predefined routing table. The system checks necessary conditions and initializes the correct diagnostic workflow before task execution.

What's the best way to route a bug fix request to a diagnostic workflow?

The best way to route a bug fix request is to describe the specific task to an automated routing tool, which identifies the work as a code-issue, checks prerequisites, and initializes the correct diagnostic workflow automatically.