What problem does it solve?
This Skill streamlines the process of converting a user's natural language request into a structured, executable plan for an AI agent, ensuring clarity, scope, and efficient task routing.
Core Features & Use Cases
- Scope Detection: Determines if a task is a single-session or multi-session effort.
- Task Routing: Decides whether to execute a task directly or enqueue it, and if it requires immediate execution or further triage.
- Workflow Selection: Matches the user's intent to the most appropriate workflow from a predefined decision tree.
- Use Case: A user asks, "Summarize the key findings from the Q3 sales report and create a presentation draft." The prompt hydrator will identify this as a multi-session task, route it to a new task for summarization, and then queue a separate task for presentation creation.
Quick Start
Use the prompt-hydrator skill to process the user prompt "Analyze the customer feedback from the last month and identify the top 3 recurring issues."