next-task

Identify the next incomplete task from markdown or text plan files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers quickly identify the next actionable item from an implementation plan, preventing confusion and keeping projects moving forward.

Core Features & Use Cases

  • Task Identification: Pinpoints the next story or task based on a defined plan and current progress.
  • Contextual Awareness: Can focus on specific features or provide an overview of all features.
  • Use Case: When you're unsure what to code next, simply ask "what's next?" and the Skill will tell you the exact story, its goals, and the files involved.

Quick Start

Ask the skill to show you the next task for the 'dark-mode' feature.

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 development task from an implementation plan?

To find the next development task, the Skill compares your project's implementation plan files with progress tracking files to pinpoint the next actionable story. It reads markdown or text files in your specified project directories to identify incomplete tasks.

What details are provided when identifying the next story in a development workflow?

Identifying the next story provides detailed information including the task title, goals, specific tasks, and required file changes. This contextual awareness helps you understand exactly what needs to be coded next to keep the project moving forward.

Can I get the next task for a specific feature instead of the whole project?

Yes, you can retrieve the next task for a specific feature instead of the entire project. The Skill supports feature-specific task discovery, allowing you to focus on a single feature like 'dark-mode' or get an overview of all features.

Do I need a specific file format for project planning and progress tracking?

You need markdown or text files for project planning and progress tracking. The Skill operates by reading and analyzing these specified files within your memory-bank or project directories to determine the next steps.

What's the best way to figure out what to code next when I'm unsure?

The best way to figure out what to code next is to ask the Skill for your next task. It analyzes your implementation plan against current progress tracking, preventing confusion by directly returning the exact story and files involved.

Why does my task discovery fail to show the correct next steps?

Task discovery fails when implementation plan files and progress tracking files are mismatched or improperly formatted. The Skill relies on accurately reading these markdown or text files in your specified directories to correctly identify incomplete tasks.