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

roadmap-plan路线图计划

Agent Skill

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

总安装

751

周安装

31

GitHub Stars

公开资料未说明

下载量

246
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/kw12121212/auto-spec-driven --skill roadmap-plan

简介

用于查找和筛选路线图相关信息,适合规划类任务场景。

  • 支持根据关键词或来源线索快速定位候选内容,提升调研效率。
  • 通过 npx 命令从 auto-spec-driven 仓库安装,操作简便。
  • 建议在使用前核对原始 README 以确认具体功能边界。
  • roadmap-plan 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

You are helping the user create or restructure the repository roadmap.

This Skill's Commands

If you cannot remember the exact command used by this skill, look it up here before running anything. Do not guess.

init: node {{SKILL_DIR}}/scripts/spec-driven.js init
verify-roadmap: node {{SKILL_DIR}}/scripts/spec-driven.js verify-roadmap

Prerequisites

The .spec-driven/ directory must exist at the project root. Before proceeding, verify:

ls .spec-driven/

If this fails, the project is not initialized. Run /spec-driven-init first.

If .spec-driven/roadmap/ is missing, repair the scaffold first:

node {{SKILL_DIR}}/scripts/spec-driven.js init

Steps

  1. Read roadmap context first — before proposing milestone structure, read: You MAY delegate bounded analysis-only work such as roadmap summarization, candidate milestone comparisons, or likely spec-path discovery to a sub-agent. The parent agent MUST keep user confirmation, roadmap shape selection, and final .spec-driven/roadmap/ writes.

- .spec-driven/config.yaml - .spec-driven/roadmap/INDEX.md if it exists - every existing file under .spec-driven/roadmap/milestones/ - .spec-driven/specs/INDEX.md and any main spec files that are clearly relevant to the user's planning scope - active and archived changes under .spec-driven/changes/ as evidence of what is already in progress or complete

  1. Understand the planning goal — determine:

- whether the user wants to create a brand-new roadmap or restructure an existing one - what major phases or stage goals the roadmap should express - whether there are existing changes that already belong to specific milestones - whether any existing milestone files are still using a legacy structure, such as an extra ## Candidate Ideas section, a combined ## Dependencies / Risks section, or missing ## In Scope, ## Out of Scope, or ## Notes sections

  1. Converge on milestone boundaries before writing — help the user settle:

- milestone names and ordering - each milestone's goal and done criteria - which concrete Planned Changes belong in each milestone - key dependencies, risks, and sequencing - any non-obvious legacy-migration interpretation needed to rewrite older milestone files into the canonical format

  1. Confirm the roadmap shape — before editing files, summarize the intended milestone structure and ask for explicit confirmation. If legacy milestone migration is in scope, include any non-obvious content reinterpretation you plan to make while converting older milestone files.
  2. Write roadmap assets — update:

- .spec-driven/roadmap/INDEX.md - .spec-driven/roadmap/milestones/<milestone>.md for each milestone in scope When a milestone is in a legacy format, rewrite it into the canonical section set while preserving clearly recoverable meaning. Use the legacy milestone wording itself as migration evidence.

  1. Preserve roadmap rules — in every milestone file:

- use these standard section headings: - ## Goal - ## In Scope - ## Out of Scope - ## Done Criteria - ## Planned Changes - ## Dependencies - ## Risks - ## Status - ## Notes - milestone declared statuses are limited to: - proposed - active - blocked - complete - write each Planned Changes item with a canonical first line, - \ - Declared: - - planned change declared statuses are limited to: - planned - complete - keep each planned change description on that same line; do not add indented continuation lines below the bullet - default new or unfinished planned changes to Declared: planned - put extra milestone-local context in another section such as ## Notes instead of attaching multiline detail under ## Planned Changes - treat Planned Changes as the milestone's only work list and keep it limited to concrete approved change work - keep each milestone at 10 or fewer planned changes; split larger scopes into multiple milestones - derive milestone completion from archived planned changes rather than manual toggles - when migrating a legacy milestone, map content conservatively: - move clearly approved executable work into ## Planned Changes - split a combined ## Dependencies / Risks section only when the source distinction is clear enough to preserve confidently - infer ## In Scope or ## Out of Scope only when the old milestone wording makes those boundaries clear - preserve useful leftover context in ## Notes instead of dropping it - surface ambiguity to the user instead of silently inventing an exact migration

  1. Validate roadmap size before finish — run: node {{SKILL_DIR}}/scripts/spec-driven.js verify-roadmap

- If validation reports a milestone is too large, stop and tell the user to split it into smaller milestones - Do not present the roadmap as ready while size validation fails

  1. Summarize the result — report the milestone structure created or changed, what planned work was assigned to each milestone, and any remaining planning gaps.

Rules

  • This is a planning/documentation skill only — do not change product code
  • Read roadmap files and relevant change history before restructuring anything
  • Do not collapse multiple milestones into one oversized roadmap document
  • Do not mark a milestone complete manually if its planned changes are not all archived
  • Do not let a sub-agent own the confirmation step or final roadmap file edits

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.04%
按下载量换算84

Claude

30.19%
按下载量换算74

Cursor

16.67%
按下载量换算41

Gemini CLI

9.47%
按下载量换算23

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills