--- description: Create the tasks needed for implementation and store them in tasks.md. --- ## User Input ```text $ARGUMENTS ``` ## Outline 1. Read `.specify/feature.json` to get the feature directory path. 2. **Load context**: `.specify/memory/constitution.md` and `/spec.md` and `/plan.md`. 3. Create dependency-ordered implementation tasks and store them in `/tasks.md`. - Every task uses checklist format: `- [ ] [TaskID] Description with file path` - Organized by phase: setup, foundational, user stories in priority order, polish