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
This commit is contained in:
gsxdsm
2026-03-31 05:48:30 -07:00
parent 49198e4d56
commit 0e95ba359c
10 changed files with 1279 additions and 49 deletions

View File

@@ -0,0 +1,10 @@
---
"@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