roadmap

Generates phased application delivery roadmaps and executes them autonomously phase by phase.

1|Updated Aug 18, 2026
One-click install
npx skills add https://github.com/scsm-unrestrict/dsh-frontend-engineer-agent --skill roadmap-scsm-unrestrict
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roadmap
Source: https://github.com/scsm-unrestrict/dsh-frontend-engineer-agent/tree/main/frontend-engineer/skills/roadmap
Command: npx skills add https://github.com/scsm-unrestrict/dsh-frontend-engineer-agent --skill roadmap-scsm-unrestrict

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Turning a vague product idea into a buildable plan is hard, and long multi-session builds lose track of progress between sessions. This Skill converts a product brief, research brief, or existing codebase into a detailed phased roadmap, then executes that roadmap autonomously — committing at phase boundaries, deploying, and resuming exactly where it left off. ## Core Features & Use Cases - Roadmap Generation: Produces a complete delivery blueprint with stack decisions, full data model, per-phase task checklists, schema evolution maps, and API surface maps written to docs/ROADMAP.md. - Autonomous Execution Modes: Supports plan, start, resume, and status modes — start builds phase by phase without pausing, resume picks up from the first unchecked task, and status reports progress per phase. - Progress Tracking in the Roadmap: Completed phases and tasks are marked directly in ROADMAP.md with commit hashes, replacing separate session-handoff files. - Use Case: You describe a note-taking PWA on Cloudflare. The Skill designs the full schema, plans six deployable phases, then builds Phase 1 (auth, CRUD, deploy), commits, deploys, and continues through subsequent phases until done or blocked. ## Quick Start Ask the agent to plan a roadmap for your app idea and then start building it phase by phase.

Frequently Asked Questions about roadmap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan a multi-phase app build with Claude Code?

Provide a product brief, research brief, or existing codebase and trigger the roadmap skill's plan mode. It writes a docs/ROADMAP.md containing the stack table, complete data model, per-phase task checklists, and definitions of done that Claude Code can execute.

How do I resume an unfinished app build across sessions?

Use the resume mode with a prompt like 'resume the build' or 'keep going'. The skill reads ROADMAP.md, checks git log for the last roadmap commit, compares the codebase against phase expectations, and continues from the first unchecked task.

What makes a good Phase 1 MVP in a delivery roadmap?

Phase 1 must be usable by one person for one real purpose, replacing whatever tool they use now. It typically includes auth, 2-3 core tables, CRUD for the primary entity, basic responsive UI, and deployment to a production domain within 2-3 sessions.

Does the roadmap skill work with stacks other than Cloudflare?

The examples reference Cloudflare, Wrangler, Hono, and D1, but the phase structure, data model design, and execution modes are stack-agnostic. The stack table is defined per project based on the brief or existing codebase patterns.

When does the autonomous build stop executing?

Execution stops only when it hits an unresolvable error, needs credentials or account access it lacks, requires a human design decision, or completes all phases. It does not pause between phases to ask permission to continue, commit, or deploy.