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

roadmap-milestone路线图里程碑

Agent Skill

roadmap-milestone 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

745

周安装

32

GitHub Stars

公开资料未说明

下载量

261
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

用于处理 GitHub 仓库与里程碑相关的协作信息,支持任务分解。

  • 可关联 Issue 与 Pull Request,帮助识别关键节点与交付物。
  • 通过 npx 命令从 auto-spec-driven 仓库安装,路径清晰易部署。
  • 使用时应注意其是否具备写入标签或更新里程碑的权限。
  • roadmap-milestone 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

You are helping the user refine a single roadmap milestone.

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. Choose the milestone — determine whether the user wants to edit an existing milestone or create a new one under .spec-driven/roadmap/milestones/.
  2. Load milestone context — read: You MAY delegate bounded analysis-only work such as milestone context summarization, nearby-milestone comparisons, or likely overlap checks to a sub-agent. The parent agent MUST keep milestone-shape decisions and final .spec-driven/roadmap/ edits.

- .spec-driven/config.yaml - .spec-driven/roadmap/INDEX.md - the target milestone file when it already exists - any nearby milestone files needed to preserve ordering or avoid overlap - active and archived changes that the milestone already references or might need to reference - whether the target milestone uses 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. Refine only one milestone at a time — help the user settle:

- the milestone Goal - In Scope - Out of Scope - Done Criteria - Planned Changes - Dependencies - Risks - derived Status - Notes Use these standard section headings in the file: - ## 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 Default new or unfinished planned changes to Declared: planned. Keep the milestone at 10 or fewer planned changes; split larger scopes into multiple milestones. Keep the full planned change description on that same line and do not add indented continuation lines below it. If the milestone needs richer local detail, move that context into another section such as ## Notes rather than attaching multiline detail under ## Planned Changes. If the milestone starts in a legacy format and the user wants a one-file migration instead of a whole-roadmap restructure, preserve clearly recoverable content, carry forward useful leftover context into ## Notes when needed, and surface ambiguity instead of guessing silently.

  1. Write the milestone file — create or update the milestone markdown file and keep it focused on that milestone only. If the file started in a legacy format, rewrite it into the canonical section set while preserving intent conservatively.
  2. Update roadmap index if needed — if the milestone is new, add it to .spec-driven/roadmap/INDEX.md in the correct sequence.
  3. Enforce milestone status rules — if listed planned changes are not all archived, the milestone is not complete. Do not add manual completion overrides.
  4. Validate roadmap size before finish — run: node {{SKILL_DIR}}/scripts/spec-driven.js verify-roadmap If validation reports that the milestone is too large, stop and tell the user to split it instead of presenting the milestone as ready.
  5. Report the result — summarize what changed in the milestone and identify any follow-up planning gaps that still need decisions before new planned changes are added.

Rules

  • This is a planning/documentation skill only — do not change product code
  • Keep Planned Changes limited to concrete approved roadmap work
  • Keep milestone scope bounded; do not turn this into a whole-roadmap rewrite
  • Milestone completion is derived from archive state, not user preference
  • Do not let a sub-agent own the final milestone recommendation or file write

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.99%
按下载量换算99

Claude

27.27%
按下载量换算71

Cursor

19.33%
按下载量换算50

Gemini CLI

8.74%
按下载量换算23

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills