← ClaudeAtlas

msglisted

Root menu for msg skills, plus harness modes. `--init` is the one-time project bootstrap — use it when the user says "initialise project", "bootstrap repo", "set up the framework", "start a new project", or asks to set up project structure in an empty repo. Other modes: `--init-staging` (add a staging branch), `--update` (re-scan a bootstrapped repo), `--gui` (local PRD board), `--doctor` (tally and triage the harness-incident ledger), `--aha` (sweep, triage, and compact the devkit/AHA.md learnings ledger), `--version` (print the installed release in one line), `--help` (guided skill picker).
ndisisnd/msg · ★ 6 · AI & Automation · score 79
Install: claude install-skill ndisisnd/msg
# msg **This file is a router.** Every mode's protocol lives in a ref — none is written here. The Dispatch table below is the single statement of msg's mode surface — do not restate it elsewhere in this file. ## Dispatch Check the invocation before running any picker. First match wins. | Invocation | Also triggers on (natural language) | Route | |---|---|---| | `/msg --init` (+ `--cto` / `--eng`) | "initialise project", "bootstrap repo", "set up the framework", "start a new project" | [`refs/protocol-init.md`](refs/protocol-init.md) | | `/msg --init-staging` | "add a staging branch", "set up staging", "switch to a staged release flow" | [`refs/protocol-init-staging.md`](refs/protocol-init-staging.md) | | `/msg --update` | "check for msg updates", "reinitialise this project", "resync my init setup", "are there new init components" | [`refs/protocol-update.md`](refs/protocol-update.md) | | `/msg --gui`, or the bare word `gui` | "open gui for PRDs", "show me the PRD board", "visualize my PRDs", "open kanban" | [`refs/protocol-gui.md`](refs/protocol-gui.md) — render directly, never call `AskUserQuestion` first | | `/msg --doctor` | "check the harness", "what keeps failing", "run the doctor", "triage the incident log" | [`refs/protocol-doctor.md`](refs/protocol-doctor.md) — tallies and triages `devkit/DOCTOR.md`; **never fixes** | | `/msg --aha` | "prune the learnings", "sweep AHA", "trim the aha log", "triage the learnings ledger" | [`refs/protocol-aha.md`](refs/protocol-aha.