intent-recognition
Installation
SKILL.md
Intent recognition
Purpose
Use this skill to classify an automation request before designing or building it. This skill must be used before deciding whether a request is a workflow, hybrid workflow, full agent, single AI task, or ambiguous. The deciding question is who owns control flow: predefined workflow code, one bounded LLM judgment, or an LLM tool-use loop.
If the user asked to build, use the classification to choose the next path:
workflow-builder for workflow or hybrid workflows, a plain AI node for single
AI tasks, an agent design for true tool-use loops, or ask-user for ambiguous
requests.