next

Generate 2-4 actionable next-step options via AskUserQuestion payloads.

1|1|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/corygabrielsen/skills --skill next-corygabrielsen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next
Source: https://github.com/corygabrielsen/skills/tree/main/next
Command: npx skills add https://github.com/corygabrielsen/skills --skill next-corygabrielsen

SYSTEM DOCUMENTATION & REQUIREMENTS

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"

Frequently Asked Questions about next

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I surface concrete next steps when a project stalls?

To surface concrete next steps for a stalled project, this Skill scans the current context and TaskList to generate 2-4 unblocked, actionable options. It produces a structured AskUserQuestion payload with clear labels and descriptions to help you select a path forward.

What is the best way to overcome decision paralysis in task management?

Overcoming decision paralysis in task management requires presenting a small set of concrete, prioritized actions. This Skill evaluates your active tasks, blockers, and dependencies to offer 2-4 specific next-step options, directly driving immediate project momentum.

Can I generate actionable follow-up tasks directly from a conversation?

Yes, you can generate actionable follow-up tasks from a conversation by applying this Skill to the active context. It identifies unblocked actions and outputs a structured AskUserQuestion payload containing 2-4 labeled options ready for immediate user selection.

How do I prioritize next actions based on current blockers and dependencies?

Prioritizing next actions based on blockers and dependencies is handled by scanning the current TaskList for context. The Skill applies context-aware prioritization to surface 2-4 unblocked, concrete actions designed to move the milestone forward.

Does this next-step generator work without external dependencies?

Yes, this next-step generator works without external dependencies. It operates by scanning the active project context and TaskList internally, structuring 2-4 actionable options into an AskUserQuestion payload ready for user selection.

Related Skills