From claude-commands
Generates actionable, dependency-ordered tasks.md for a feature from design artifacts (plan.md, data-model.md, contracts), with parallel markers [P] and execution guidance.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-commands:tasks-speccommands/spec-kit/The summary Claude sees in its command listing — used to decide when to auto-load this command
## ⚡ EXECUTION INSTRUCTIONS FOR CLAUDE
**When this command is invoked, YOU (Claude) must execute these steps immediately:**
**This is NOT documentation - these are COMMANDS to execute right now.**
**Use TodoWrite to track progress through multi-phase workflows.**
## 🚨 EXECUTION WORKFLOW
### Phase 1: Execute Documented Workflow
**Action Steps:**
The user input to you can be provided directly by the agent or as a command argument - you **MUST** consider it before proceeding with the prompt (if not empty).
User input:
$ARGUMENTS
1. Run `{SCRIPT}` from repo root and parse FEATURE_DIR and...When this command is invoked, YOU (Claude) must execute these steps immediately: This is NOT documentation - these are COMMANDS to execute right now. Use TodoWrite to track progress through multi-phase workflows.
Action Steps: The user input to you can be provided directly by the agent or as a command argument - you MUST consider it before proceeding with the prompt (if not empty).
User input:
$ARGUMENTS
Run {SCRIPT} from repo root and parse FEATURE_DIR and AVAILABLE_DOCS list. All paths must be absolute.
Load and analyze available design documents:
Note: Not all projects have all documents. For example:
Generate tasks following the template:
/templates/tasks-template.md as the baseTask generation rules:
Order tasks by dependencies:
Include parallel execution examples:
Create FEATURE_DIR/tasks.md with:
Context for task generation: {ARGS}
The tasks.md should be immediately executable - each task must be specific enough that an LLM can complete it without additional context.
The user input to you can be provided directly by the agent or as a command argument - you MUST consider it before proceeding with the prompt (if not empty).
User input:
$ARGUMENTS
Run {SCRIPT} from repo root and parse FEATURE_DIR and AVAILABLE_DOCS list. All paths must be absolute.
Load and analyze available design documents:
Note: Not all projects have all documents. For example:
Generate tasks following the template:
/templates/tasks-template.md as the baseTask generation rules:
Order tasks by dependencies:
Include parallel execution examples:
Create FEATURE_DIR/tasks.md with:
Context for task generation: {ARGS}
The tasks.md should be immediately executable - each task must be specific enough that an LLM can complete it without additional context.
npx claudepluginhub jleechanorg/claude-commands --plugin claude-commands/speckit-tasksGenerate dependency-ordered tasks.md from design artifacts like plan.md, spec.md in the given feature directory or plan.md path.
/tdd-todoAnalyzes task files and design documents to generate a structured, phased TODO list with traceable task IDs, dependencies, and acceptance criteria.
/create_tasksTransforms requirements into detailed actionable task lists with dependency analysis, sequential/parallel execution strategies, and adaptive research.
/tasksOrchestrates two-agent workflow to generate task mappings and detailed tasks from feature specs, with Devil's Advocate validation and report outputs.
/create-tasksGenerates actionable implementation tasks from product specs, architecture, and design documents in Groundwork projects.