Update multiple tasks starting from a specific ID.
Update multiple related tasks in bulk by starting from a specific task ID. Use this when requirements change and you need to propagate updates across a group of dependent tasks, like adding security requirements or switching frameworks.
/plugin marketplace add eyaltoledano/claude-task-master/plugin install taskmaster@taskmasterUpdate multiple tasks starting from a specific ID.
Arguments: $ARGUMENTS
Parse starting task ID and update context.
Update multiple related tasks based on new requirements or context changes.
task-master update --from=<id> --prompt="<context>"
Starting from specified ID:
AI analyzes the update context and:
Scope Detection
Consistency Maintenance
Change Preview
Bulk Update Preview
━━━━━━━━━━━━━━━━━━
Starting from: Task #5
Tasks to update: 8 tasks + 12 subtasks
Context: "add security requirements"
Changes will include:
- Add security sections to descriptions
- Update test strategies for security
- Add security-related subtasks where needed
- Adjust time estimates (+20% average)
Continue? (y/n)
/taskmaster:update/from-id 5: change database to PostgreSQL
→ Analyzing impact starting from task #5
→ Found 6 related tasks to update
→ Updates will maintain consistency
→ Preview changes? (y/n)
Applied updates:
✓ Task #5: Updated connection logic references
✓ Task #6: Changed migration approach
✓ Task #7: Updated query syntax notes
✓ Task #8: Revised testing strategy
✓ Task #9: Updated deployment steps
✓ Task #12: Changed backup procedures