Convert PRD to structured task list with automatic linking
45
45%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./plugins/product-design/skills/generate-tasks/SKILL.mdCategory: Task Management
generate-tasks <prd-file> [--output-dir <directory>]<prd-file>: Required - Path to the PRD file to convert--output-dir: Optional - Directory for task file (default: ./tasks/)When this command is run, Claude Code should:
*-prd.md: create *-prd-tasks.md*-frd.md: create *-frd-tasks.md*-simple-frd.md: create *-simple-frd-tasks.mdGenerated task file should include:
# [PRD Title] Implementation Tasks
Source PRD: [relative path to PRD]
Generated: [date]
Total Tasks: [count]
Completed: 0
## Tasks
- [ ] 1.0 Setup and Configuration
- [ ] 1.1 Review relevant documentation
- [ ] 1.2 Set up development environment
- [ ] 2.0 Core Implementation
- [ ] 2.1 [Specific task based on PRD]
...Add to PRD under "Implementation Tracking" section:
## Implementation Tracking
Task List: ./tasks/[filename]-tasks.md
Generated: 2025-01-06
Status: See task file for current progressThe full process documentation can be found at:
claude_settings/python/shared/processes/task-generation.md
Claude Code should read this file and follow the documented process exactly.
# Generate tasks in default location
generate-tasks user-auth-frd.md
# Generate tasks in specific directory
generate-tasks inventory-prd.md --output-dir ../tasks/
# Generate from PRD in another directory
generate-tasks ./drafts/feature-prd.md0ebe7ae
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.