next-task

Retrieves the next recommended task using the taskmd CLI with optional tag filters.

62|13|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/driangle/taskmd --skill next-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next-task
Source: https://github.com/driangle/taskmd/tree/main/claude-code-plugin/skills/next-task
Command: npx skills add https://github.com/driangle/taskmd --skill next-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users identify and be assigned the next most relevant task from their task management system, preventing decision paralysis and ensuring productivity.

Core Features & Use Cases

  • Task Prioritization: Leverages the taskmd CLI to determine the next task based on its internal logic (e.g., priority, dependencies, status).
  • Contextual Filtering: Allows users to specify filters (like tags) to find the next task within a specific subset.
  • Use Case: When a user asks "What should I work on now?" or "Assign me a task," this Skill provides a clear, actionable next step.

Quick Start

Run the command to find the next task, optionally specifying filters like tags.

Frequently Asked Questions about next-task

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

FAQPage Schema
How do I find the next task to work on using a CLI?

To find your next task, you can use a CLI tool to retrieve the most relevant assignment based on priority and dependencies. This prevents decision paralysis by providing a single, actionable next step.

What is the best way to assign a task and prevent productivity decision paralysis?

The best way to prevent task management decision paralysis is to query a system that recommends a single next task. This approach ensures productivity by leveraging internal logic to prioritize your assignments.

Can I filter tasks by tag to get a recommended assignment?

Yes, you can filter tasks by tag to narrow down the recommended assignment. By processing user-provided arguments like tags, the system finds the next task within a specific subset of your workflow.

How does task prioritization work when finding my next assignment?

Task prioritization works by leveraging CLI internal logic to determine the next recommended task. It evaluates priority, dependencies, and status to present a selected task's summary details for your workflow.

Do I need a specific CLI to retrieve task summaries?

Yes, retrieving task summaries requires the taskmd CLI. This command line interface processes your filters and relies on its internal logic to present the selected task's summary details.