AgentSkillsCN

next

如果运行/sdd:code,将显示接下来要执行的任务。

SKILL.md
--- frontmatter
name: next
description: "Show the next task that would be implemented if /sdd:code is run"
disable-model-invocation: false
allowed-tools: Read

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

  1. If the data above shows NO_TASKS_REMAINING, report that all specs are complete and suggest creating a new spec with /sdd:spec.

  2. 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.

  3. 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}