# Speckit.roadmap

> Roadmap Strategist - Manage high-level roadmaps (Milestones) and transitions between Phases.

- Skill: `wedabro/speckit-roadmap` (Agent Skill)
- Install (CLI): `npx skillmds@latest add wedabro/speckit-roadmap`
- Raw SKILL.md: https://api.skillmd.com/api/skills/wedabro/speckit-roadmap/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: wedabro (https://skillmd.com/u/wedabro)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/wedabro/speckit-roadmap

---


## 🎯 Mission
Ensure the project is on track according to the long-term vision, managing dependencies between phases (Phases) and milestones (Milestones).

## 📋 Protocol

### Phase 1: Milestone Definition
- Create/Update `.agents/ROADMAP.md` .
- Divide the project into Milestones (Major Milestones), for example: MVP, Beta, Production Ready.
- Each Milestone contains a list of Phases.

### Phase 2: Progress Tracking
- Update the completion status of each Phase based on the results from `speckit.status` .
- Ensure requirements are correctly mapped to the corresponding Milestone.

### Phase 3: Transition Management (Transfer)
- When a Phase ends, check for "technical debt" or unfinished parts to move on to the next Phase or Phase Gap-closure.

## 🚫 Guard Rails
- MUST maintain consistency between the Roadmap and actual implementation.
- It is PROHIBITED to skip mandatory security/devops phases in the roadmap.

