Loading...
Loading...
Convert PRD to structured task list with automatic linking
npx skill4agent add jpoutrin/product-forge generate-tasksgenerate-tasks <prd-file> [--output-dir <directory>]<prd-file>--output-dir*-prd.md*-prd-tasks.md*-frd.md*-frd-tasks.md*-simple-frd.md*-simple-frd-tasks.md# [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]
...## Implementation Tracking
Task List: ./tasks/[filename]-tasks.md
Generated: 2025-01-06
Status: See task file for current progressclaude_settings/python/shared/processes/task-generation.md# 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.md