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:
10
.changeset/subtask-breakdown-dialog.md
Normal file
10
.changeset/subtask-breakdown-dialog.md
Normal 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
|
||||
Reference in New Issue
Block a user