Files
fusion/.changeset/replace-subtasks-checkbox.md
gsxdsm 23368cc25f 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
2026-03-30 19:53:45 -07:00

339 B

@dustinbyrne/kb
@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)