task-next — community task-next, sonash-v0, community, ide skills

v1.0.0

About this Skill

Ideal for Project Management Agents requiring dependency-aware task selection and streamlined workflow optimization. Show dependency-resolved next tasks from ROADMAP.md active sprint

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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Locale and body language aligned
Review Score
7/11
Quality Score
48
Canonical Locale
en
Detected Body Locale
en

Ideal for Project Management Agents requiring dependency-aware task selection and streamlined workflow optimization. Show dependency-resolved next tasks from ROADMAP.md active sprint

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.

Ideal Agent Persona

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

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

Why this page is reference-only

  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

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

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. Show dependency-resolved next tasks from ROADMAP.md active sprint

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.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

task-next

Install task-next, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

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 another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer