What problem does it solve? Teams lose track of high-level project goals when planning lives in scattered notes or chat threads. This Skill generates and maintains a single ROADMAP.md file that tracks major milestones, completion status, and history in one place. ## Core Features & Use Cases - Roadmap Creation: Generates a structured ROADMAP.md with 5-15 high-level milestones ordered by logical dependencies, informed by codebase analysis and user vision. - Progress Checking: Scans the codebase and git history to detect completed milestones and marks them done with dated entries in a Completed table. - Roadmap Updates: Supports adding, reprioritizing, and revising milestones through interactive prompts while preserving the roadmap as the source of truth. - Use Case: After bootstrapping a new web app, run the skill to analyze the existing code, propose milestones like authentication and payment integration, and later run a check to auto-mark finished work. ## Quick Start Ask the AI to create a project roadmap for your app describing your vision, or run it with the check argument to scan the codebase and mark completed milestones.