Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

track-roadmap跟踪路线图

Agent Skill

track-roadmap 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

558

周安装

23

GitHub Stars

2

下载量

182
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:track-roadmap(跟踪路线图)
来源仓库:https://github.com/antjanus/skillbox
仓库路径:skills/track-roadmap
安装命令:
npx skills add https://github.com/antjanus/skillbox --skill track-roadmap
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/antjanus/skillbox --skill track-roadmap

简介

用于查找、检索和筛选相关信息。

  • 适合在需要快速定位关键词或任务场景时使用。
  • 可结合来源仓库和原始 README 继续核验具体用法。
  • 安装命令:npx skills add https://github.com/antjanus/skillbox --skill track-roadmap
  • 建议确认权限范围和是否执行命令后再使用

SKILL.md

Track Roadmap

Roadmap tracking activated - I'll use ROADMAP.md to capture and manage the high-level feature plan for this project.

Overview

Use ROADMAP.md in the project root to plan and track high-level project features. Think through what to build, keep the plan current, and periodically audit whether the roadmap still reflects reality.

Core principle: Maintain a living document of what the project should become, so decisions about what to build next are intentional, not reactive.

Usage Modes

This skill supports five modes via optional arguments:

ModeCommandWhat it doesUse when
Generate/track-roadmap or /track-roadmap generateInteractive feature discovery and ROADMAP.md creationStarting a project or first-time roadmap
Update/track-roadmap updateAdd, remove, or modify features in existing roadmapScope changes, new ideas, completed work
Audit/track-roadmap auditCheck progress against codebase and re-evaluate relevancePeriodic review, before planning next sprint
Brainstorm/track-roadmap brainstormExploratory ideation to discover what a project could becomeExploring directions, expanding scope, "what if" sessions
Resume/track-roadmap resumeCheck session state, pick next roadmap item, start workingReturning to a project, deciding what to build next

When to Use

Always use when:

  • Starting a new project and need to plan features
  • User asks "what should we build?" or "what's the plan?"
  • User returns to a project and wants to pick up the next feature
  • Project has grown organically and needs direction
  • Before a major planning session or milestone

Useful for:

  • Capturing feature ideas before they're lost
  • Communicating project scope to collaborators
  • Deciding what to work on next
  • Tracking what's been built vs. what's planned

Avoid when:

  • Tracking granular task-level work (use track-session instead)
  • Single-feature implementation (just build it)
  • Project is a one-off script or throwaway prototype

Mode: Generate

Command: /track-roadmap or /track-roadmap generate

Creates a new ROADMAP.md through an interactive process.

Phase 1: Discovery

Step 1 - Optional codebase scan:

Ask the user if they want a codebase scan. If yes, examine: project description files, directory structure, TODO/FIXME comments, package dependencies, existing issues. Summarize findings before proceeding.

Step 2 - Interactive questioning:

Adapt questions based on codebase scan results. Core questions:

  1. "What is the core purpose of this project?"
  2. "What are the must-have features you already know about?"
  3. "Who is the target user and what workflows should it support?"
  4. "Are there any technical capabilities you know you'll need?" (integrations, platforms, etc.)

Propose a draft feature list and ask the user to confirm, add, or remove items before writing ROADMAP.md.

Phase 2: Organize and Write

Group features into logical categories. Write ROADMAP.md using the format below.

Verification before writing:

  • User confirmed the feature list
  • Features are grouped logically
  • Each feature has a clear description (see Format Rules)
  • No duplicate or overlapping features

Mode: Update

Command: /track-roadmap update

Modifies an existing ROADMAP.md.

Process

  1. Read the current ROADMAP.md
  2. Ask the user what changed:

- New features to add? - Features to remove or deprioritize? - Features that are now complete? - Features that need rewording?

  1. Apply changes and present the updated roadmap for confirmation
  2. Write the updated ROADMAP.md

Update Rules

  • When marking features complete, move them to the "Completed" section
  • When adding features, ask which category they belong to
  • All rules in the Rules section apply (especially: user confirms all changes)

Mode: Audit

Command: /track-roadmap audit

Performs a combined progress check and relevance review.

Part 1: Progress Check

Scan the codebase to assess each roadmap feature:

  • Read project files to determine what's actually been built
  • Compare against ROADMAP.md features
  • Categorize each feature:

- Done - Feature exists and works - In Progress - Partially implemented - Not Started - No evidence of implementation - Unclear - Can't determine status from code alone

Part 2: Relevance Review

Present audit findings to the user and ask: Are any features no longer needed? Any new features to add? Any priority changes based on what we've learned?

Part 3: Update

Apply changes from the review and write the updated ROADMAP.md. See the Audit example below for output format.


Mode: Brainstorm

Command: /track-roadmap brainstorm

Exploratory ideation to discover what a project could become. Unlike Generate (which creates a structured plan), Brainstorm encourages divergent thinking before committing ideas to the roadmap.

Phase 1: Context

  1. Read existing artifacts — ROADMAP.md (if exists), README.md, CLAUDE.md, package manifests
  2. Summarize current state — What exists, what's planned, what gaps might exist

Phase 2: Divergent Exploration

Ask open-ended questions adapted to the project's maturity:

For new/early projects:

  • "What problem does this solve, and for whom?"
  • "What would make this 10x more useful than alternatives?"
  • "What projects or products inspire you? What would you borrow from them?"

For mature projects:

  • "What do users complain about or request most?"
  • "What's the most tedious part of using this today?"
  • "If you had unlimited time, what would you add?"

For all projects:

  • "What technical capabilities could unlock new features?" (APIs, integrations, platforms)
  • "What's one wild idea you've had but dismissed as too ambitious?"

Phase 3: Deepen Each Idea

For each promising idea the user raises, explore:

DimensionPrompt
User journeyWalk through one complete interaction with this feature
InspirationsWhat existing tools or products do something similar?
RequirementsWhat technical capabilities does this need?
Open questionsWhat's unclear or needs research before building?
Effort/impactRough sense — weekend project or multi-month effort?

Phase 4: Capture

  1. Filter with user — Which ideas are worth keeping? Which are scope creep or separate projects?
  2. Add to ROADMAP.md — Viable ideas go to "Future Ideas" with status:idea
  3. Note rejected ideas — Briefly state why in the conversation (prevents re-brainstorming the same thing)

Brainstorm Rules

  1. Diverge before converging — Don't filter ideas too early in Phase 2
  2. User drives selection — Agent suggests and explores, user decides what stays
  3. Ideas are cheap, commitment is expensive — Everything starts as status:idea
  4. Link inspirations — Reference existing tools/projects when the user mentions them
  5. Open questions are valuable output — Unanswered questions guide future research

Mode: Resume

Command: /track-roadmap resume

Bridges the roadmap to active work by checking session state and helping the user pick the next roadmap item to work on.

Process

  1. Check current session — If SESSION_PROGRESS.md has uncompleted tasks, ask the user whether to continue that work or pick a new roadmap item. If continuing, delegate to /track-session resume and stop.
  2. Load and present roadmap — Read ROADMAP.md, filter out completed features, present remaining features grouped by category. Ask the user which feature to work on next.
  3. Confirm and plan — Summarize the selected feature, ask clarifying questions if too high-level, get user approval.
  4. Start session — Invoke /track-session to create SESSION_PROGRESS.md, populate with tasks derived from the feature, reference the ROADMAP.md item's ID, begin working.

Resume Rules

  1. Always check session state first — Don't skip straight to the roadmap
  2. User picks the feature — Never auto-select the next item
  3. One feature at a time — Don't start multiple features in one session
  4. Link back to roadmap — SESSION_PROGRESS.md must reference the ROADMAP.md feature ID
  5. No ROADMAP.md = no resume — Tell the user to run /track-roadmap generate first

ROADMAP.md Format

---
schema: cc-dash/roadmap@1
project: project-name-here
description: One-line project purpose
last_updated: YYYY-MM-DDTHH:MM:SS-TZ
---

# Roadmap

> Project purpose in one sentence.

## Core Features

<!-- category:core -->

- <!-- id:r_XXXXX status:planned --> **Feature Name** - Short description of what it does and why it matters.
- <!-- id:r_XXXXX status:in-progress started:YYYY-MM-DD --> **Feature Name** - Short description.

## User Experience

<!-- category:ux -->

- <!-- id:r_XXXXX status:planned --> **Feature Name** - Short description.

## Technical Infrastructure

<!-- category:infra -->

- <!-- id:r_XXXXX status:planned --> **Feature Name** - Short description.

## Future Ideas

<!-- category:future -->

- <!-- id:r_XXXXX status:idea --> **Feature Name** - Short description.

## Completed

<!-- category:completed -->

- <!-- id:r_XXXXX status:done completed:YYYY-MM-DD --> ~~**Feature Name**~~ - Short description. *(Completed: YYYY-MM-DD)*

Format Rules

  1. Frontmatter is required - Must include schema, project, description, last_updated
  2. Every item gets an ID - Format: r_ + 5 random alphanumeric characters (e.g., r_k8x2m)
  3. Every item gets a status - planned, in-progress, done, or idea
  4. Every category heading gets a comment - <!-- category:slug --> on the line after the ##
  5. Categories are flexible - Use whatever groupings make sense for the project
  6. One line per feature - Title in bold + 1-2 sentence description
  7. Keep it scannable - The whole file should be readable in under 2 minutes
  8. IDs are permanent - Once assigned, never change an item's ID

ID Generation

Generate IDs using 5 random characters from [a-z0-9]. Example: r_k8x2m, r_3pq7z.

IDs are embedded in HTML comments so they're invisible when rendered but parseable by tools.

Migration from v1

If you encounter a ROADMAP.md without frontmatter or IDs:

  1. Add the frontmatter block with schema: cc-dash/roadmap@1
  2. Add IDs to each existing item
  3. Add category comments to each heading
  4. Infer status from context (strikethrough = done, in Completed section = done, etc.)
  5. Set last_updated to current timestamp

Rules

  1. User drives the roadmap - Never add features without user confirmation
  2. Keep it high-level - Features, not tasks. "User authentication" not "Add bcrypt to hash passwords"
  3. ROADMAP.md is the source of truth - If it's not in the file, it's not on the roadmap
  4. Audit regularly - Roadmaps drift. Audit catches the drift.
  5. Don't over-plan - 5-15 features is a healthy roadmap. 50 features means the project needs splitting.
  6. Completed features stay - Move to Completed section, don't delete. History matters.

Examples

Each mode has a Good/Bad comparison example. For the full set of detailed examples, see the reference docs.

Detailed Examples - Complete Good/Bad comparisons for generate, audit, update, and resume modes.

Quick Example: Generating a Roadmap

Roadmap

A personal task manager that syncs across devices.

Core Features

  • -

Completed

-

**Why this is good:** Includes frontmatter with schema version, every item has a unique ID and status, categories have slug comments, completed items have strikethrough and date, human-readable AND machine-parseable.
</Good>

<Bad>
  • tasks
  • lists
  • make it look good
  • fix bugs

**Why this is bad:** No descriptions, no groupings, mixes features with tasks, no project purpose.

See **[Detailed Examples](https://github.com/antjanus/skillbox/blob/HEAD/skills/track-roadmap/./reference/EXAMPLES.md)** for audit, brainstorm, update, and resume mode examples with Good/Bad comparisons.

## Quality Signals

A well-maintained roadmap has these properties:

- **5-15 committed features** — not a wish list, each feature has clear scope
- **Features are user-visible capabilities** — "User authentication", not "Add bcrypt"
- **Every item has a cc-dash ID and status** — machine-parseable for dashboard ingestion
- **Categories group related work** — navigation is instant, not a scroll-hunt
- **Audit shows recent updates** — stale roadmaps with no progress for 30+ days need review
- **"Future Ideas" absorbs uncommitted work** — keeps the main plan focused

## Troubleshooting

### Problem: ROADMAP.md has too many features (30+)

**Cause:** Roadmap has become a wish list instead of a plan.

**Solution:**

- Run `/track-roadmap audit` to review relevance
- Move speculative items to "Future Ideas"
- Consider splitting into multiple projects or milestones
- A healthy roadmap has 5-15 committed features

### Problem: Features are too granular

**Cause:** Mixing task-level work with feature-level planning.

**Solution:**

- Features should be user-visible capabilities, not implementation steps
- Bad: "Add bcrypt", "Create user table", "Build login form"
- Good: "User authentication"
- Use `track-session` for task-level tracking within a feature

### Problem: User can't decide on features

**Cause:** Too many options or unclear project direction.

**Solution:**

- Start with the core question: "What problem does this project solve?"
- Ask: "If you could only build 3 features, what would they be?"
- Use the "Future Ideas" section as a pressure valve for uncommitted items
- Try `/track-roadmap brainstorm` to explore ideas before committing

**[Extended Troubleshooting](https://github.com/antjanus/skillbox/blob/HEAD/skills/track-roadmap/./reference/TROUBLESHOOTING.md)** — Resume edge cases, codebase scan issues, and more.

## Integration

**This skill works with:**

- **track-session** - After choosing a feature from the roadmap, use `track-session` to plan and track the implementation work
- **generate-skill** - Use the roadmap to identify features that could become reusable skills
- **git-worktree** - Work on multiple roadmap features in parallel across worktrees

**Workflow pattern:**

/track-roadmap generate → Pick a feature → /track-session → Build it /track-roadmap brainstorm → Explore ideas → /track-roadmap update → Commit to plan /track-roadmap resume → Check session → Pick feature → /track-session → Build it /track-roadmap audit → Review progress → /track-roadmap update → Adjust plan


**Pairs with:**

- Sprint planning and milestone reviews
- Project kickoff and scope definition
- Periodic retrospectives

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.28%
按下载量换算70

Claude

27.34%
按下载量换算50

Cursor

17.59%
按下载量换算32

Gemini CLI

10.16%
按下载量换算18

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills