What problem does it solve?
This Skill breaks down complex goals or user requests into a series of manageable, ordered subtasks, creating executable plans for an AI agent.
Core Features & Use Cases
- Task Decomposition: Transforms high-level objectives into structured plans (DAGs or linear sequences).
- Skill Assignment: Assigns subtasks to available skills or flags them for escalation.
- Contingency Planning: Includes branches for handling failures, retries, and reflections.
- Use Case: Given a goal like "Research and summarize the latest advancements in quantum computing," the PlannerSkill would generate a plan with steps like "Identify relevant research papers," "Extract key findings from each paper," "Synthesize findings into a summary," and assign these to appropriate skills.
Quick Start
Use the planner skill to create a plan for the goal "Write a blog post about the benefits of local-first AI".