project-roadmap
Installation
SKILL.md
Project Roadmap
Create a roadmap from the project that exists now, not from a generic product checklist. Inspect the checkout, decide what matters, and write the result to a Markdown file.
Deliverable
- Write
ROADMAP.mdat the repository root unless the user names another path. - If that file already exists, read it first. Preserve still-valid decisions and human-authored commitments; revise stale or unsupported material rather than replacing it blindly.
- Do not modify implementation code unless the user separately asks for implementation.
- In the final response, state the file written, the recommended starting point, and the evidence used to validate the roadmap.
Workflow
1. Establish the project boundary
- Confirm the repository root and inspect
git status --short --branch. - Preserve unrelated work and note when the checkout is dirty.
- Inventory tracked files without descending into generated, dependency, build, or vendor directories.
- Classify the project as a single app, library, service, multi-package repository, or monorepo.