next-task
Installation
SKILL.md
Next Task Skill
Finds the next uncompleted task from specs/tasks.md and delegates execution to the execute-task skill.
Workflow
Step 1: Load Tasks
Read the tasks file to find available tasks:
- Single file:
specs/tasks.md - Directory:
specs/tasks/(aggregated in sorted order)
Detection: Check for file first (takes precedence), then directory. When reading a directory, aggregate all .md files recursively with _index.md first, then numerically-prefixed files, then alphabetically.
Step 2: Find Next Task
Parse the tasks to find the next task to work on: