task-next — task-next install task-next, sonash-v0, community, task-next install, ide skills, dependency-aware task selection, task-next skill for AI agents, task management with task-next, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Project Management Agents requiring dependency-aware task selection and streamlined workflow optimization. task-next is a dependency-aware task selection skill that displays ready tasks based on dependency resolution, utilizing commands like /task-next and /task-next --all.

Features

Shows ready (unblocked) tasks using /task-next command
Displays ready, blocked, and completed tasks with /task-next --all option
Supports explicit invocation of /task-next for customized task selection
Resolves dependencies to determine task readiness
Provides a scope-based approach to task management, checking related skills for specific tasks

# Core Topics

jasonmichaelbell78-creator jasonmichaelbell78-creator
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The task-next skill by jasonmichaelbell78-creator is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for task-next install, dependency-aware task selection, task-next skill for AI agents.

Ideal Agent Persona

Ideal for Project Management Agents requiring dependency-aware task selection and streamlined workflow optimization.

Core Value

Empowers agents to manage tasks efficiently by providing dependency resolution, showing ready-to-work tasks, and supporting commands like `/task-next` for easy workflow navigation, utilizing dependency-aware algorithms and command-line interfaces.

Capabilities Granted for task-next

Streamlining task management workflows
Identifying ready-to-work tasks based on dependency resolution
Automating task prioritization with `/task-next` commands

! Prerequisites & Limits

  • Requires explicit user invocation or specific task context
  • Limited to tasks with defined dependencies
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

task-next

Install task-next, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Task Next - Dependency-Aware Task Selection

Shows which tasks are ready to work on based on dependency resolution.

When to Use

  • Tasks related to task-next
  • User explicitly invokes /task-next

When NOT to Use

  • When the task doesn't match this skill's scope -- check related skills
  • When a more specialized skill exists for the specific task

Usage

/task-next              # Show ready (unblocked) tasks
/task-next --all        # Show ready, blocked, and completed
/task-next --blocked    # Show only blocked tasks

How It Works

  1. Reads ROADMAP.md and finds all task items (- [ ] **ID:** Description)
  2. Parses [depends: X1, X2] annotations on each task
  3. Builds a directed acyclic graph (DAG) of dependencies
  4. Runs Kahn's topological sort to determine execution order
  5. Reports which tasks are ready (all dependencies completed) vs blocked

Steps

1. Run the dependency resolver

bash
1node scripts/tasks/resolve-dependencies.js

2. Present results to the user

Format the output clearly:

Ready tasks — these can be started now:

  • List each with its ID, description, and satisfied dependencies
  • Suggest the highest-priority one based on track ordering

Blocked tasks — these are waiting on other tasks:

  • List each with what it's waiting for
  • Highlight if a blocker is close to completion

3. Help the user pick

If the user wants to work on a task:

  1. Confirm the task ID
  2. Mark it as the active task in TodoWrite
  3. Begin implementation

4. After completing a task

When a task is done:

  1. Check off the item in ROADMAP.md (- [ ] -> - [x])
  2. Re-run the resolver to see what's newly unblocked
  3. Tell the user what tasks are now available

Dependency Annotation Format

Add [depends: X1, X2] to any task item in ROADMAP.md:

markdown
1- [ ] **B3:** Lighthouse CI Integration [depends: B1, B2] 2- [ ] **B5:** Lighthouse Dashboard Tab [depends: B3, B4]

Rules:

  • Dependencies reference task IDs (B1, B3, CANON-0011, DEBT-0944, etc.)
  • Multiple dependencies separated by commas
  • Annotation must be in square brackets at the end of the line
  • Tasks without [depends:] are considered independent (always ready)
  • Circular dependencies are detected and reported as errors

Version History

VersionDateDescription
1.02026-02-25Initial implementation

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is task-next?

Ideal for Project Management Agents requiring dependency-aware task selection and streamlined workflow optimization. task-next is a dependency-aware task selection skill that displays ready tasks based on dependency resolution, utilizing commands like /task-next and /task-next --all.

How do I install task-next?

Run the command: npx killer-skills add jasonmichaelbell78-creator/sonash-v0/task-next. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for task-next?

Key use cases include: Streamlining task management workflows, Identifying ready-to-work tasks based on dependency resolution, Automating task prioritization with `/task-next` commands.

Which IDEs are compatible with task-next?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for task-next?

Requires explicit user invocation or specific task context. Limited to tasks with defined dependencies.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add jasonmichaelbell78-creator/sonash-v0/task-next. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use task-next immediately in the current project.

Related Skills

Looking for an alternative to task-next or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI