Files
fusion/.changeset/subtask-breakdown-dialog.md
gsxdsm 0e95ba359c feat(KB-247): add subtask breakdown dialog for AI-assisted task creation
- Add backend subtask breakdown session management and API endpoints
- Create SubtaskBreakdownModal component for generating AI-suggested subtasks
- Integrate subtask breakdown into QuickEntryBox and NewTaskModal flows
- Add frontend API client functions for breakdown sessions and subtask creation
- Add tests for SubtaskBreakdownModal and backend routes
- Create changeset documenting the subtask breakdown feature
2026-03-31 05:48:30 -07:00

11 lines
378 B
Markdown

---
"@dustinbyrne/kb": minor
---
Add interactive subtask breakdown dialog for splitting tasks before creation
When creating a task, users can now open a subtask breakdown dialog that:
- Uses AI to analyze the task and suggest 2-5 subtasks
- Allows editing subtask titles, descriptions, sizes, and dependencies
- Creates all subtasks in one action with proper dependency links