Agent skill · Workflow & Productivity

roadmap

Plan and execute entire application builds. Generates phased delivery roadmaps, then executes them autonomously — phase by phase, committing at milestones, deploying, testing, and continuing until done or stuck. Modes: plan (generate roadmap), start (begin executing), resume (continue from where you left off), status (show progress). Triggers: 'roadmap', 'start building', 'resume the build', 'keep going', 'build the whole thing', 'execute the roadmap', 'what phase are we on'.

jezweb954★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
npx skills add jezweb/claude-skills --skill roadmap --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 13 KB
Bundled scripts: none
Allowed tools: -Read-Write-Edit-Glob-Grep-Bash
Requires: claude-code-only
Path: plugins/dev-tools/skills/roadmap/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 954
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Roadmap Generate a comprehensive technical roadmap for building an entire application. Detailed enough that Claude Code can pick up any phase and execute it autonomously for hours. This is not a high-level strategy doc. It's a **delivery blueprint** — every phase has concrete tasks, every task is actionable, and the whole thing is ordered so you can build from phase 1 through to launch without backtracking. ## When to Use - Starting a major new product (after deep-research, or from a product brief) - Converting a vague idea into an executable plan - Planning a multi-week build that will span many Claude Code sessions - Before saying "build this" — the roadmap is what you hand Claude Code to execute ## Inputs The skill needs one of these: | Input | Where to find it | |-------|-----------------| | Deep research brief | `.jez/artifacts/research-brief-{topic}.md` (from `/deep-research`) | | Product brief | User describes what they want to build | | Existing partial app | Read CLAUDE.md + codebase to understand what exists | | Competitor to clone/improve | URL or product name — skill analyses it | If the user just says "plan a note-taking app on Cloudflare", that's enough — ask clarif

What's inside
Steps it walks through
  1. When to Use
  2. Inputs
  3. Workflow
  4. 1. Establish the Vision
  5. 2. Define the Stack
  6. 3. Design the Data Model
  7. 4. Plan the Phases
  8. 5. Phase Planning Patterns
  9. 6. Build Order
  10. 7. Deliberately Not Building
  11. 8. Schema Evolution Map
  12. 9. API Surface Map
  13. Output
  14. Quality Rules
More from claude-skills
All skills →
About this skill
What does the roadmap skill do?

Plan and execute entire application builds. Generates phased delivery roadmaps, then executes them autonomously — phase by phase, committing at milestones, deploying, testing, and continuing until done or stuck. Modes: plan (generate roadmap), start (begin executing), resume (continue from where you left off), status (show progress). Triggers: 'roadmap', 'start building', 'resume the build', 'keep going', 'build the whole thing', 'execute the roadmap', 'what phase are we on'.

How do I install it?

Run `npx skills add jezweb/claude-skills --skill roadmap --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From jezweb/claude-skills, a repository with 954 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going