Help us improve
Share bugs, ideas, or general feedback.
From slice-roadmap
Orient on a named slice of work from the repo's roadmap graph (docs/roadmap/roadmap.yaml) — print what it is, its read-order, branch/worktree, next action, and gate, then stop. Read-only; use before picking up a unit of work.
npx claudepluginhub connorbritain/roadmap --plugin slice-roadmapHow this skill is triggered — by the user, by Claude, or both
Slash command
/slice-roadmap:slice <slice-name><slice-name>This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are orienting on a named slice. **Read-only** — do not edit, commit, or start work. Pause after the summary.
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
You are orienting on a named slice. Read-only — do not edit, commit, or start work. Pause after the summary.
roadmap show $ARGUMENTS. (If roadmap isn't on PATH, run node "${CLAUDE_PLUGIN_ROOT}/scripts/cli.mjs" show $ARGUMENTS.) If it reports "no slice", show the available list it printed and ask which one. Stop.git rev-parse --abbrev-ref HEAD + git fetch origin --quiet + git status -s. Compare against the slice's expected branch; note drift or dirty files.If the user then says "go": begin from the slice's Next action, honoring its Gate before declaring done. A slice marked Gated on <human> is prep-only — prepare checklists/tests/docs; do not perform the gate. Engine/correctness slices carry a "never deepen the value-logic the refactor deletes" discipline — surface it, don't override it.