Create Roadmap Document
Repository continuity composition
For repository-scoped work, compose maintain-repository-continuity in
Resume mode before selecting work. After an authorized repository change
passes domain validation, compose Refresh and Verify immediately before
presenting the pull request, and include the reconciled root CONTINUITY.md in
the same change. A policy-permitted no-change or exemption result must be
documented instead of fabricating an edit.
- Contribute: Roadmap item state, dependencies, evidence, validation, and next dependency-ready work
- Never claim: That planned work is complete or mutable tracker state is current without verification
Purpose
Create, update, or validate ROADMAP.md in conformance with
architecture-roadmap.
Primary question:
How should this project evolve over time?
Use This Skill When
- the canonical document is missing
- strategic direction is scattered across issues, chat, or ad hoc notes
- capability evolution needs now/next/later/maybe framing
- major initiatives must be sequenced without overspecifying tasks or dates
- the roadmap needs review after purpose, vision, architecture, or methodology changed
Do Not Use This Skill For
- turning every future idea into a committed obligation
- building an issue queue, sprint plan, or implementation checklist
- writing release notes or exact delivery dates unless strategically necessary
- using tool choices or current tickets as the main roadmap structure
- redefining system or architecture ownership instead of consuming it
Required Inputs
Resolve:
- governing specification and version
- upstream purpose, vision, principles, foundations, system, architecture, and methodology documents
- current project posture and major capability gaps
- known strategic initiatives, constraints, and sequencing pressures
- uncertainties, dependencies, and open questions that affect long-horizon planning
Optional Inputs
Use when available:
- accepted ADRs with roadmap implications
- milestone or release history that reveals capability evolution
- market, user, or organizational evidence that changes strategic priority
Missing evidence must be recorded rather than invented.
Workflow
- Read
library/organization/specs/architecture/foundation/roadmap.spec.md.
- Read the upstream vision and current architectural state before sequencing future work.
- Identify capability evolution and strategic initiatives rather than individual tasks.
- Group the future into clear horizons such as now, next, later, and maybe.
- Keep optionality visible so speculative ideas do not become obligations.
- Use dates only when strategically necessary; prefer outcomes, capabilities, and sequence.
- If evidence conflicts or priority is unresolved, preserve the uncertainty and report provisional or blocked completion.
- Draft or update
ROADMAP.md using templates/ROADMAP.template.md.
- Validate with
references/validation-checklist.md and references/authoring-guide.md.
Output Contract
Produce or update:
ROADMAP.md
- governing specification identifier and version
- explicit strategic horizons, initiatives, dependencies, and optional items
- assumptions, contradictions, and open questions
- validation results
- downstream review recommendations for issues, milestones, or planning artifacts
Boundaries
ROADMAP.md owns strategic sequencing, future capability evolution, and major
phases or horizons.
It does not own sprint plans, issue queues, implementation steps, release notes,
or architectural rationale already owned elsewhere.
Validation
Use references/validation-checklist.md
for mandatory checks and
references/authoring-guide.md for horizon,
optionality, and anti-pattern guidance.
Blocked or Provisional Outcomes
If the vision is missing, if the future is only a tactical backlog, or if major
strategic priorities are contradictory, do not pretend the roadmap is settled.
Report whether the result is blocked, provisional, or limited to a clearly
scoped horizon update.
Completion Criteria
1---2name: create-roadmap-document3description: Creates or updates ROADMAP.md from repository evidence. Use when a project needs to define, repair, or review its strategic capability evolution and sequencing across time horizons.4license: MIT5---67# Create Roadmap Document89<!-- aether-continuity-disposition: reader-writer -->1011## Repository continuity composition1213For repository-scoped work, compose `maintain-repository-continuity` in14**Resume** mode before selecting work. After an authorized repository change15passes domain validation, compose **Refresh** and **Verify** immediately before16presenting the pull request, and include the reconciled root `CONTINUITY.md` in17the same change. A policy-permitted no-change or exemption result must be18documented instead of fabricating an edit.1920- **Contribute:** Roadmap item state, dependencies, evidence, validation, and next dependency-ready work21- **Never claim:** That planned work is complete or mutable tracker state is current without verification2223## Purpose2425Create, update, or validate `ROADMAP.md` in conformance with26`architecture-roadmap`.2728Primary question:2930> How should this project evolve over time?3132## Use This Skill When3334- the canonical document is missing35- strategic direction is scattered across issues, chat, or ad hoc notes36- capability evolution needs now/next/later/maybe framing37- major initiatives must be sequenced without overspecifying tasks or dates38- the roadmap needs review after purpose, vision, architecture, or methodology changed3940## Do Not Use This Skill For4142- turning every future idea into a committed obligation43- building an issue queue, sprint plan, or implementation checklist44- writing release notes or exact delivery dates unless strategically necessary45- using tool choices or current tickets as the main roadmap structure46- redefining system or architecture ownership instead of consuming it4748## Required Inputs4950Resolve:5152- governing specification and version53- upstream purpose, vision, principles, foundations, system, architecture, and methodology documents54- current project posture and major capability gaps55- known strategic initiatives, constraints, and sequencing pressures56- uncertainties, dependencies, and open questions that affect long-horizon planning5758## Optional Inputs5960Use when available:6162- accepted ADRs with roadmap implications63- milestone or release history that reveals capability evolution64- market, user, or organizational evidence that changes strategic priority6566Missing evidence must be recorded rather than invented.6768## Workflow69701. Read `library/organization/specs/architecture/foundation/roadmap.spec.md`.712. Read the upstream vision and current architectural state before sequencing future work.723. Identify capability evolution and strategic initiatives rather than individual tasks.734. Group the future into clear horizons such as now, next, later, and maybe.745. Keep optionality visible so speculative ideas do not become obligations.756. Use dates only when strategically necessary; prefer outcomes, capabilities, and sequence.767. If evidence conflicts or priority is unresolved, preserve the uncertainty and report provisional or blocked completion.778. Draft or update `ROADMAP.md` using `templates/ROADMAP.template.md`.789. Validate with `references/validation-checklist.md` and `references/authoring-guide.md`.7980## Output Contract8182Produce or update:8384- `ROADMAP.md`85- governing specification identifier and version86- explicit strategic horizons, initiatives, dependencies, and optional items87- assumptions, contradictions, and open questions88- validation results89- downstream review recommendations for issues, milestones, or planning artifacts9091## Boundaries9293`ROADMAP.md` owns strategic sequencing, future capability evolution, and major94phases or horizons.9596It does not own sprint plans, issue queues, implementation steps, release notes,97or architectural rationale already owned elsewhere.9899## Validation100101Use [references/validation-checklist.md](references/validation-checklist.md)102for mandatory checks and103[references/authoring-guide.md](references/authoring-guide.md) for horizon,104optionality, and anti-pattern guidance.105106## Blocked or Provisional Outcomes107108If the vision is missing, if the future is only a tactical backlog, or if major109strategic priorities are contradictory, do not pretend the roadmap is settled.110Report whether the result is blocked, provisional, or limited to a clearly111scoped horizon update.112113## Completion Criteria114115- [ ] `architecture-roadmap` is identified as the governing specification.116- [ ] Required upstream evidence has been read.117- [ ] The primary question is answered directly.118- [ ] Strategic horizons and initiatives are explicit.119- [ ] Ownership boundaries with backlog, release, and architecture artifacts are respected.120- [ ] Optionality, assumptions, contradictions, and open questions are visible.121- [ ] Acceptance criteria and package-level validation checks pass.