feat(KB-248): replace checkbox with Plan and Subtask buttons in task creation UI

- Replace 'break into subtasks' checkbox with explicit Plan and Subtask buttons

- Update InlineCreateCard (Board view) and QuickEntryBox (List view) with new button layout

- Wire up button callbacks in App.tsx, Board, and ListView components

- Update and add tests for disabled button behavior when no description entered

- Document new Plan and Subtask button behavior in AGENTS.md
This commit is contained in:
gsxdsm
2026-03-30 19:53:45 -07:00
parent 168b5f4daf
commit 153885705d
10 changed files with 348 additions and 102 deletions

View File

@@ -0,0 +1,9 @@
---
"@dustinbyrne/kb": minor
---
Replace "break into subtasks" checkbox with explicit "Plan" and "Subtask" buttons
Task creation UI now shows two explicit buttons instead of a checkbox:
- "Plan" — Opens AI planning mode to refine the task before creation
- "Subtask" — Opens subtask breakdown dialog (feature coming in next release)