Show Next Task
Show the next task that would be implemented if /sdd:code is run.
Pre-parsed Data
!${CLAUDE_PLUGIN_ROOT}/scripts/specs-parse.sh next-task
Instructions
- •
If the data above shows
NO_TASKS_REMAINING, report that all specs are complete and suggest creating a new spec with/sdd:spec. - •
Otherwise, display the next task using the pre-parsed data. Also read the spec file (shown in
spec_file) for brief context on what implementing this task would involve. - •
Display:
- •The spec version and name
- •The phase
- •The specific task
- •A brief preview of what implementing this task would involve
Output Format
text
📋 Next Task
Spec: v{N} - {Name}
Phase: {Phase Name}
Task: {Task description}
This task involves: {brief explanation of what would be done}