- 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
11 lines
378 B
Markdown
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
|