aif-roadmap

Creates and maintains a project roadmap of high-level milestones in a Markdown artifact.

31|2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/letuhao/lore-weave --skill aif-roadmap-letuhao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-roadmap
Source: https://github.com/letuhao/lore-weave/tree/main/.cursor/skills/aif-roadmap
Command: npx skills add https://github.com/letuhao/lore-weave --skill aif-roadmap-letuhao

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about aif-roadmap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a project roadmap with milestones?

Run the skill with a description of your project vision or let it analyze your codebase. It generates a ROADMAP.md file containing 5-15 high-level milestones ordered by dependencies, with already-completed work marked based on code evidence.

How to check which project milestones are already done?

Run the skill with the check argument. It scans your codebase with glob and grep, reviews recent git commits, and scores each unchecked milestone as done, in progress, or not started, then marks confirmed completions with dates.

What is the difference between a roadmap and a task plan?

A roadmap contains high-level milestones representing major features or capabilities, not granular tasks. This skill only handles strategic milestones; detailed task breakdowns and implementation are delegated to separate planning and implementation skills.

Can I customize where the roadmap file is saved?

Yes. The skill reads a config.yaml file to resolve custom artifact paths, including the roadmap location. If no config exists, it defaults to saving ROADMAP.md in the .ai-factory directory.

Does the roadmap skill write any implementation code?

No. The skill strictly handles planning and never implements features. It owns only the roadmap structure and content, delegating execution to separate plan and implement commands.