What you'll get

roadmap/

  • SKILL.md
  • references/bootstrap-mode.md
  • references/next-output.md
  • references/next-ranking.md
  • references/roadmap-schema.md
  • references/scrub-mode.md
  • references/update-mode.md

A ready-to-install folder. Unzip it, drop it in your agent's skills directory, run /roadmap.

Planning /roadmap Claude Code · Codex · any agent

The Roadmap Skill

Run your roadmap as a markdown file your agents read and update — no Linear, no Jira.

The exact skill I use to run the roadmap across the five companies I operate. It turns a single roadmap.md (plus per-item files) into the source of truth your coding agents read, rank, and update — four modes: bootstrap a repo's scattered TODOs into one file, pick what to work on next, mutate items as state changes, and scrub the whole thing clean. I deleted Linear; this is what replaced it.

  • Four modes: bootstrap · next · update · scrub
  • Stable <CODE>-<N> IDs, NOW / NEXT / LATER, a shipped log
  • Linear-style item files (frontmatter + spec + activity)
  • Dedup + bloat pre-check before anything gets added
  • Plain markdown your agents already read and write