KS
Killer-Skills

task-next — how to use task-next how to use task-next, task-next alternative, task-next setup guide, what is task-next, task-next vs dependency management tools, task-next install, dependency-aware task selection, task-next skill for AI agents, task management with task-next

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/6/2026

Quality Score

Top 5%
48
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add jasonmichaelbell78-creator/sonash-v0/task-next

Agent Capability Analysis

The task-next MCP Server by jasonmichaelbell78-creator is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use task-next, task-next alternative, task-next setup guide.

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 MCP Server

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
Project
SKILL.md
2.4 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
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

Related Skills

Looking for an alternative to task-next or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

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
Communication

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
Communication