What problem does it solve?
This Skill helps teams avoid decision paralysis by presenting 2-4 concrete, actionable next steps to move work forward.
Core Features & Use Cases
- Quick option generation: Generates 2-4 actionable next steps with clear labels and short descriptions.
- Context-aware prioritization: Prioritizes options based on the current TaskList, blockers, and dependencies.
- Use Case: When a project stalls after a milestone, surface a small set of concrete actions to drive momentum.
Quick Start
On activation, scan the current context and TaskList, then present 2-4 options via AskUserQuestion. Example payload:
AskUserQuestion:
question: "What's next?"
header: "Next"
options:
- label: "Review blockers"
description: "Identify and surface blockers to unblock the next sprint"
- label: "Draft follow-up task"
description: "Create a concrete task to push the milestone forward"
- label: "Update project board"
description: "Reflect the latest decisions and next steps on the board"
- label: "Notify stakeholders"
description: "Summarize the planned next steps for visibility"