skills/roadmap-build-zip/SKILL.md
{{ 𝚫𝚫𝚫 }} Rebuild roadmap-system.zip, the distributable snapshot of the roadmap tooling (scripts, HTML template, conventions reference, and every roadmap-touching skill, including this one).
npx skillsauth add jasonwarrenuk/goblin-mode Roadmap: Build ZipInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run the build script and report its output:
zsh "$HOME/.claude/library/scripts/build-roadmap-zip.sh"
It rewrites roadmap-system.zip at the repo root from the manifest in build-roadmap-zip.sh's files array, then lists the archive contents to confirm. If it exits non-zero (a manifest entry went missing), report the missing path — the fix is to update the files array in build-roadmap-zip.sh, not to work around it here.
tools
--- name: "Suggest: Task" description: "{{ 𝚫𝚫𝚫 }} Suggest the next logical task — grounded in the roadmap's pre-vetted ready-set when one exists, codebase analysis otherwise" when_to_use: "When you don't know what to work on next and want a grounded recommendation rather than picking arbitrarily." model: haiku effort: low disable-model-invocation: true allowed-tools: ["Read", "Glob", "Grep", "Bash(python3:*)", "Bash(npm:*)", "Bash(bun:*)", "Bash(pnpm:*)", "Bash(deno:*)"] argument-hint: [named
development
{{ 𝛀𝛀𝛀 }} Convert an old simple-style roadmap (single Markdown, four statuses, <a name> anchors, roadmaps.json pointer registry) into the rich phase-array format (roadmaps.json source of truth + PHASE task list + prose overview).
data-ai
{{ ƔƔƔ }} Create a pull request to main — wordy or shiny (with screenshots), ready-for-review or draft
tools
{{ 𝚫𝚫𝚫 }} Integrate a target branch into the current one by merge, rebase or squash