/get-shit-done
/get-shit-done — Execute Approved Tasks
The execution engine. Reads every task, runs the approved ones, surfaces what needs the human.
Used by 1 agent
What it does
Scans `tasks/` for three buckets: needs attention (proposed, needs feedback, waiting review), ready to execute (approved, sorted by priority and due date), and blocked. Reports first, then executes one task at a time with the right agent and skills. Verification is mandatory before anything ships.
Use it when the task pipeline has approved work waiting and the session is set aside for execution. Don't use it for exploratory work or unapproved tasks. It will refuse to execute anything where `approved: false`.
Outputs updated task files with progress logs and verification evidence, a synced kanban board, a commit per task, and a final report: executed, now needs review, still blocked, remaining approved. Pairs with `tasks` (the approval step upstream), `verification-before-completion` (the mandatory gate), and `tldr` (the session bookend).
Related skills
/daily
The anti-idea-leakage system. Brain dump from you, pattern read from me, tasks extracted automatically.
/tldr
Close every session. Daily note, tasks, memory, vault nodes, git push. Non-negotiable, not optional.
/verification-before-completion
Evidence before claims. If you didn't run the verification in this message, you can't say it passes.
