Game Roadmap
Invoke as $game-roadmap.
Turn validated game research into production milestones.
Output
Write or update tasks/roadmap.md with prototype, vertical slice, demo, store page, festival, launch, and post-launch phases.
Alignment Page
By default, this skill reports results inline and writes only its normal durable artifacts (for example tasks/*.md, reports, queues, benchmark notes, status docs, or other skill-specific files). Do not build an alignment page automatically. Create alignment/game-roadmap-{topic}.html only when the user explicitly requests an alignment page or when you explicitly identify a concrete clarification/review need that cannot be handled cleanly inline; when you create one, follow ALIGNMENT-PAGE.md in this skill's directory.
Next-Step Routing
After writing or updating tasks/roadmap.md:
- If the first milestone needs a concrete execution plan, check
.agents/project.json for agent-work-admin; recommend $plan-phase <first milestone> when enabled, or npx skillpacks install agent-work-admin from the project shell when it is not enabled.
- If
tasks/todo.md already contains executable work for the first milestone, check .agents/project.json for exec-loop; recommend $exec when enabled, or npx skillpacks install exec-loop from the project shell when it is not enabled.
- If the roadmap is blocked by missing game research or validation evidence, recommend the specific missing game skill from the same pack, such as
$game-core-loop, $game-prototype-test, or $game-store-page-test.
- If no project execution work remains, state that no follow-up command is recommended.
Default Shipping Contract
Follow the shared shipping contract convention in CLAUDE.md.
1---2name: game-roadmap-53description: Use only for video game projects; sequence prototype, vertical slice, demo, store page, festival, launch, and post-launch milestones4---5
6# Game Roadmap
7
8Invoke as `$game-roadmap`.
9
10Turn validated game research into production milestones.
11
12## Output
13
14Write or update `tasks/roadmap.md` with prototype, vertical slice, demo, store page, festival, launch, and post-launch phases.
15
16## Alignment Page
17
18By default, this skill reports results inline and writes only its normal durable artifacts (for example `tasks/*.md`, reports, queues, benchmark notes, status docs, or other skill-specific files). Do not build an alignment page automatically. Create `alignment/game-roadmap-{topic}.html` only when the user explicitly requests an alignment page or when you explicitly identify a concrete clarification/review need that cannot be handled cleanly inline; when you create one, follow `ALIGNMENT-PAGE.md` in this skill's directory.
19
20## Next-Step Routing
21
22After writing or updating `tasks/roadmap.md`:
23
24- If the first milestone needs a concrete execution plan, check `.agents/project.json` for `agent-work-admin`; recommend `$plan-phase <first milestone>` when enabled, or `npx skillpacks install agent-work-admin` from the project shell when it is not enabled.
25- If `tasks/todo.md` already contains executable work for the first milestone, check `.agents/project.json` for `exec-loop`; recommend `$exec` when enabled, or `npx skillpacks install exec-loop` from the project shell when it is not enabled.
26- If the roadmap is blocked by missing game research or validation evidence, recommend the specific missing game skill from the same pack, such as `$game-core-loop`, `$game-prototype-test`, or `$game-store-page-test`.
27- If no project execution work remains, state that no follow-up command is recommended.
28
29## Default Shipping Contract
30
31Follow the shared shipping contract convention in CLAUDE.md.