Generate actionable tasks from implementation plan for a feature
Generates atomic, actionable task lists from feature implementation plans with file paths and dependencies.
/plugin marketplace add jschulte/stackshift/plugin install jschulte-stackshift@jschulte/stackshiftRead the implementation plan and generate atomic, actionable task list.
Feature directory: specs/{{FEATURE_ID}}/
Read the plan:
cat specs/{{FEATURE_ID}}/plan.md
Generate atomic tasks:
Create tasks.md:
# Save to specs/{{FEATURE_ID}}/tasks.md
# Tasks: {{FEATURE_NAME}}
Based on: specs/{{FEATURE_ID}}/plan.md
## Tasks
- [ ] Create component (path/to/file.tsx)
- [ ] Add API endpoint (path/to/route.ts)
- [ ] Write tests (path/to/test.ts)
- [ ] Update documentation
## Dependencies
1. Task X must complete before Task Y
## Estimated Effort
Total: ~X hours