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).
System prompt fragment
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.
Related
- installs skill/make-atoms — Make Atoms
- installs skill/make-build — Make Build
- installs skill/make-clean — Make Clean
- installs skill/make-doctor — Make Doctor
- installs skill/make-project — Make Project
- installs skill/make-release — Make Release
- installs skill/make-review — Make Review
- installs skill/make-status — Make Status
- installs skill/make-sync — Make Sync
- installs skill/make-test — Make Test
- installs skill/make-sprint — Make Sprint