Skip to content
Development
Skill

/pace-plan

Use when user says "规划迭代", "下个迭代做什么", "迭代规划", "计划", "排期", "安排", "sprint", "pace-plan", "调整迭代范围", "迭代调整", "迭代健康", or at iteration boundary when planning next iteration scope. NOT for PF-level requirement changes (use /pace-change).

From plugin
devpace
7320 skills3 agents9 hooks
Install
$ npx -y skills add arch-team/devpace --skill pace-plan --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/pace-plan

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use when user says "规划迭代", "下个迭代做什么", "迭代规划", "计划", "排期", "安排", "sprint", "pace-plan", "调整迭代范围", "迭代调整", "迭代健康", or at iteration boundary when planning next iteration scope. NOT for PF-level requirement changes (use /pace-change).

SKILL.md

pace-plan.SKILL.md
description: Use when user says "规划迭代", "下个迭代做什么", "迭代规划", "计划", "排期", "安排", "sprint", "pace-plan", "调整迭代范围", "迭代调整", "迭代健康", or at iteration boundary when planning next iteration scope. NOT for PF-level requirement changes (use /pace-change).
allowed-tools: AskUserQuestion, Read, Write, Edit, Glob
argument-hint: "[next|close|adjust|health]"
model: sonnet
context: fork
agent: pace-pm

/pace-plan — 迭代规划

管理迭代的关闭和新迭代的规划,补齐产品闭环中的"规划→执行→回顾"循环。

与相关命令的关系

  • `/pace-change`:PF/BR/Epic 级需求变更(add/pause/resume/modify)
  • `/pace-biz`:业务规划域(Opportunity→Epic→BR 的创建和分解)
  • `/pace-plan adjust`:迭代范围级调整(本迭代纳入/移出哪些 PF)
  • 典型协同:`/pace-biz decompose` 分解出 BR/PF → `/pace-plan next` 纳入迭代 → `/pace-dev` 开始开发

输入

$ARGUMENTS:

  • (空)→ 评估当前迭代状态,建议下一步操作(关闭 or 继续)
  • `next` → 直接进入新迭代规划流程
  • `close` → 关闭当前迭代(自动轻量回顾 + 归档,不启动新迭代)
  • `adjust` → 迭代中途范围调整(增加/移除 PF、调整优先级)
  • `health` → 展示当前迭代健康度指标

执行路由

**重要**:根据 $ARGUMENTS 值,仅读取对应的 procedures 文件,不加载其他 procedures。

| 参数 | 加载文件 | 执行路径 | |------|---------|---------| | (空) | 无外部文件 | Step 1 评估 → 建议下一步 | | `next` | `skills/pace-plan/plan-procedures.md` | Step 1 → Step 3 → Step 4 | | `close` | `skills/pace-plan/close-procedures.md` | Step 1 → Step 2 | | `adjust` | `skills/pace-plan/adjust-procedures.md` | Step 2.5 | | `health` | `skills/pace-plan/health-procedures.md` | Step 5 |

流程

Step 1:评估当前迭代状态

1. 读取 `.devpace/iterations/current.md`(不存在则跳到 Step 3) 2. 读取 `.devpace/project.md` 的价值功能树(有 Epic 时按 Epic 分组展示) 3. 汇总:PF 完成率(✅ 数 / 总数)、未完成 PF 列表及 CR 状态、变更记录条数、Epic 完成度(如有) 4. 用 1-2 句话告知用户当前迭代进展

Step 3:规划新迭代

> `$ARGUMENTS` 为 `next` 时执行。读取 `skills/pace-plan/plan-procedures.md` 完成候选 PF 列出、范围估算、Plan Proposal 生成、迭代文件创建。

Step 4:确认与输出

展示新迭代规划摘要(目标 + PF 列表 + 周期 + 工作量估算),引导衔接 `/pace-dev`。

输出

迭代规划摘要(3-5 行):目标、纳入的 PF 数量、周期。

Read more
Ships withdevpace

Give your Claude Code projects a steady development pace — requirements change, rhythm stays. A development harness for Claude Code — rules, schemas, gates, and feedback loops that keep AI-assisted development traceable and measurable.

Get the whole plugin
Stats
73
Stars
6
Forks
Maintained
Maintenance
Python
Language
MIT
License
5mo ago
Last commit
7mo ago
Created

Repo: arch-team/devpace

Other skills on devpace.

pace-biz
Skill

pace-biz

Use when user says "业务机会/OPP", "专题/Epic", "分解需求/decompose", "精炼/refine", "战略对齐/align", "业务全景/view", "需求发现/brainstorm/discover", "导入/import", "技术债务/infer",…

pace-change
Skill

pace-change

Use when user says "不做了", "搁置", "停掉", "加一个", "加需求", "追加", "改需求", "需求变了", "范围变了", "优先级调", "延后", "提前", "砍掉", "先做这个", "排到前面", "恢复", "捡回来", "pace-change", or wants…

pace-dev
Skill

pace-dev

Use when user says "开始做", "帮我改", "实现", "修复", "继续推进", "编码", "写代码", "开发", "重构", "做个", "coding", "implement", "fix", "refactor", "build", /pace-dev, or explicitly…

pace-feedback
Skill

pace-feedback

Use when user reports issues, shares feedback, or receives production alerts — "用户反馈", "线上问题", "生产问题", "告警", "改进建议", "新需求", "体验问题", "功能请求", "线上bug", "运维",…

pace-guard
Skill

pace-guard

Use when user wants to assess risks before development, check current risk status, analyze risk trends, or says "风险/预检/预分析/guard/risk/隐患/安全检查". Also…

pace-help
Skill

pace-help

Use when user says "帮助", "help", "怎么用", "使用说明", "用法", "有哪些命令", "能做什么", "命令列表", "怎么入门", "quickstart", "FAQ", "常见问题", "pace-help", or wants help with how to use…