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

milestone-planning里程碑规划

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

494

周安装

21

GitHub Stars

公开资料未说明

下载量

173
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/adol1111/doc-driven-spec-workflow --skill milestone-planning

简介

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写,适合让 Agent 提炼结构、补齐章节、统一术语或检查链接。

  • 适用于研究检索场景,专注于里程碑规划、模块分组和任务分解,不涉及具体实现细节。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,支持在主流宿主环境中使用。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • milestone-planning 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Milestone Planning

Plan roadmap structure before task-local spec work. This skill owns Milestone -> optional Module -> Task docs governance, not task-local specs or implementation.

Composition

  • Entry: reached from doc-driven-spec-workflow after scope is clear enough to plan delivery structure.
  • Owns: milestone boundaries, optional module grouping, roadmap-layer task breakdown, backlog/handoff governance, planning-stage docs/tasks/ documents.
  • Does not own: repository scaffold bootstrap, task-local spec.md, task-local plan.md, readiness checks, implementation, verification, branch closing.
  • Handoff: stop at a planning docs checkpoint after roadmap/task docs change; use task-spec-execution only after that checkpoint is resolved, the current concrete task is selected from confirmed roadmap state, and the user wants to enter spec-first execution.

Core Rules

BoundaryRule
MilestoneStart from release goal, phase boundary, or acceptance boundary, not feature count. Use one milestone for the same delivery goal plus same completion definition and no meaningful stage boundary; split when phase boundaries, exit criteria, release timing, or frozen history differ.
ModuleOptional. Use only for multiple durable capability areas with distinct ownership, dependency graphs, risk profiles, release boundaries, or acceptance criteria.
TaskOne independently reviewable implementation round delivering one coherent capability outcome, including required tests, migrations, docs/status updates, refactors, and verification. When the user asks for roadmap-level tasks so a first implementation task can be chosen, prefer user-visible or operator-visible capability boundaries; do not hide multiple independently selectable capabilities inside a vague core, MVP, foundation, or polish task.

Routing

SituationAction
Empty Open Milestones and no docs/prompt evidence gives a concrete target or roadmap misalignmentAsk the planning mode question first
Empty Open Milestones and docs/prompt evidence gives a concrete short-term targetDecompose directly with milestone-planning
Empty Open Milestones and docs/prompt evidence says roadmap direction, goals, or phase boundaries are not alignedUse superpowers:brainstorming first
Roadmap confirmed: no and user asks to decompose or start workAsk whether to re-evaluate milestone structure or continue on the current milestone path; keep tasks provisional
Cross-milestone movementResolve previous milestone closure first

Planning mode question: *"Do you already have a concrete short-term target for this iteration, or do we need to realign the next stage of the roadmap first?"*

Mandatory Behavior

  • Explain why each milestone, module, and task boundary exists. Structure without rationale is incomplete.
  • Empty Open Milestones is a routing signal, not enough information to decompose by itself. Check docs/tasks/planning-inbox.md, docs/tasks/backlog.md, relevant task docs, and the prompt before choosing a path.
  • Ask the planning mode question when no evidence identifies either a concrete short-term target or roadmap misalignment.
  • Use superpowers:brainstorming first only when docs or prompt evidence says goals, constraints, success criteria, roadmap direction, or phase boundaries are not aligned.
  • Decompose directly when the user already has a concrete short-term target.
  • Treat milestone confirmation as the primary routing signal. Tasks in Roadmap confirmed: no milestones are provisional planning output, not formally selected execution work.
  • Treat milestone/module/task creation or reshaping as docs governance only. It does not authorize spec writing or implementation.
  • Stop at a planning docs checkpoint after creating or reshaping roadmap/task docs. Default checkpoint resolution is to commit those docs when the user asks to resolve the checkpoint; the user may explicitly approve keeping them uncommitted.
  • Hand off to task-spec-execution only after the planning docs checkpoint is resolved and the current concrete task is chosen from confirmed roadmap state.

Handoff and Closure

  • Handoff Notes: temporary transfer queue for follow-up findings. Resolve before milestone closure.
  • Before closure: every Handoff Notes item must be resolved to current-milestone open work, later milestone, docs/tasks/backlog.md, or removal.
  • Close milestone when original exit criteria are satisfied.
  • Completed milestones are frozen; add follow-up work to a new open milestone.
  • If the user appears to be moving into a later milestone, resolve previous milestone closure and target milestone confirmation before decomposing or selecting work there.
  • If milestone entry is still ambiguous, do not answer the routing question on the user's behalf before the user responds.

Output Requirements

Always provide:

  • Recommended milestone structure
  • Why it is one milestone or several
  • Whether modules are needed
  • Task list per milestone or module
  • Delivery order when not obvious
  • Assumptions or open questions

Documents to create/update:

  • docs/tasks/index.md
  • Optional: docs/tasks/backlog.md
  • docs/tasks/<milestone>/index.md
  • Optional: docs/tasks/<milestone>/<module>/index.md
  • docs/tasks/<milestone>/<task>/task.md

Use references/roadmap-template.md for exact planning-stage shape.

Detailed Rules and Anti-Patterns

For complete mandatory rules, routing rules, and anti-patterns, see:

When To Use

Use this skill when:

  • Milestone boundaries, module grouping, or task breakdown need to be decided
  • Milestones are missing, stale, or need reshaping around current goals
  • The user wants a phase, iteration, or request broken into roadmap structure
  • Roadmap-layer docs/tasks/ structure must be created or reshaped before current-task spec writing
  • Current delivery scope and later enhancements need an explicit stage boundary

Do not use this skill when:

  • The current concrete task is already selected and only needs task-local spec or implementation governance
  • The problem is implementation design within one task rather than roadmap decomposition
  • The work is pure docs maintenance with no milestone or task planning need

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.86%
按下载量换算60

Claude

30.99%
按下载量换算54

Cursor

18.78%
按下载量换算32

Gemini CLI

10.21%
按下载量换算18

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills