docs(todo): add queued workon.md for grokkit workon command
All checks were successful
CI / Test (push) Successful in 34s
CI / Lint (push) Successful in 24s
CI / Build (push) Successful in 21s

Added a new todo item in todo/queued/workon.md describing the 'grokkit workon' command, its benefits, and a high-level implementation placeholder.
This commit is contained in:
Gregory Gauthier 2026-03-31 14:26:39 +01:00
parent 4038bc1a92
commit eb9bc410fc

11
todo/queued/workon.md Normal file
View File

@ -0,0 +1,11 @@
# `grokkit workon`
**Description**: selects a todo item out of the todo queue; creates a branch based on the item; generates a plan for implementation.
**Benefits**:
1. Boosts productivity by automating routine tasks.
**High-level implementation**:
1. TBD