meta-dotclaude-copilot-start-here-for-any-tasklisted
Install: claude install-skill skowalskidev/dotclaude
# Start here — the one skill to route and run any task
You do not want to remember which of 25+ skills fits a task, and you should not have to. Call this for
anything. It routes the task to the right skills, shows a live progress bar, and keeps every skill
applied through to a verified finish — resuming the main thread after any tangent.
## What it reuses, and what it owns
- **The MAP is `references/skill-stack.md`** — task-shape → the right spine skill + what genuinely stacks
on it. Read it; never guess a skill from its name, and never restate the map here.
- **The intake survey already runs** (`hooks/task-intake.sh` fires on every task); this skill is the
user-invocable FRONT DOOR that makes routing deliberate and drives it to the end.
- **`rules/process.md` owns** run-to-completion, "a mid-run message is a QUEUED task not an interrupt,"
track-every-task-to-completion, and commit-when-done. Point to it; do not restate it.
- **This skill OWNS**: the single entry point, the always-on progress bar, verifying each routed skill is
installed, and resuming skills after a tangent.
## Step 1 — read the task and ROUTE it (via the map, verified)
- Match the task to a row in `references/skill-stack.md`; pick the spine skill plus any that genuinely
stack. If nothing fits, say so and just do the work — one skill that fits beats three that half-fit.
- **VERIFY every skill you name is INSTALLED before you plan on it** — glob
`find -L ~/.claude/skills -name SKILL.md`, or ch