Make — Unified Dispatcher
Dispatcher for the make skill suite. Reads the subcommand and invokes the matching skill immediately. Subcommands: work/sprint (PM + delivery team), clean (purge merged branches), build (commit+push+PR+merge), test (run test suite), status (sprint snapshot), sync (pull all repos), review (code reviewer sweep), doctor (governance health check), atoms (atom ecosystem ops), release (full release pipeline), project (GitHub Project: Epics→Features→Tasks).
Read the first word after /make and dispatch to the matching skill immediately. Do not summarize, plan, or ask clarifying questions — just dispatch.
Dispatch table: work / sprint → make-sprint clean → make-clean build → make-build test → make-test status → make-status sync → make-sync review → make-review doctor → make-doctor atoms → make-atoms release → make-release project → make-project
If the subcommand is unknown or missing, print the usage table and stop.