← ClaudeAtlas

meta-dotclaude-copilot-start-here-for-any-tasklisted

The single skill to call for ANY task with this dotclaude config, so Simon never has to remember which skill fits. It reads the task, routes it to the right skills via references/skill-stack.md (verifying each is installed), presents the plan, and drives the whole job to a verified finish — keeping an always-visible progress bar (overall + nested sub-progress), applying each skill at its stage, and gracefully RESUMING the main thread after a tangent (a mid-task fix, a discovered todo). Callable at any stage; it re-reads the tracker and continues where the plan left off. Reuses references/skill-stack.md (the map), the task-intake gate, and rules/process.md (a tangent is a queued task; track every task to completion); it owns the single entry point, the progress bar, verifying skill names, and the resume. Use for "start here", "what should I use for this", "run this the right way", "just handle this", "which skills for this task", "copilot this whole thing", or /sk:meta-dotclaude-copilot-start-here-for-any-task
skowalskidev/dotclaude · ★ 0 · AI & Automation · score 75
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