← All skills

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).

Class skill ID skill/make Version 1.2.0 Lifecycle stable Author convergent-systems-key
/make work /make sprint/make clean/make build/make test/make status/make sync/make review/make doctor/make atoms/make release/make project
codedeliverygitproject makedispatcherworkflow
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.

Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.