What problem does it solve?
Deciding what to work on next in an autonomous agent loop often requires manual prioritization and guesswork. This Skill uses learned patterns from past completions and current task state to recommend the next action, reducing decision overhead in long-running workflows.
Core Features & Use Cases
- Confidence-Based Prediction: Calls the autopilot predict tool and executes the recommendation directly when confidence exceeds 0.7.
- Task Fallback Logic: Falls back to the highest-priority incomplete task from the progress breakdown when prediction confidence is low.
- Continuous Learning: Records completed work through the learn tool so patterns persist in AgentDB for cross-session recall.
- Use Case: Inside a
/loop iteration, the Skill guides each cycle—executing high-confidence predictions immediately, falling back to task priority order on low confidence, and exiting the loop when no tasks remain.
Quick Start
Ask the agent to predict what to work on next using the autopilot and execute the recommended action.