/pace-status
Use when user asks "进度怎样", "做到哪了", "项目状态", "当前状态", "进展", "看看进度", "总览", "dashboard", "pace-status", or wants to see project development progress and current state overview. NOT for next-step recommendations (use /pace-next).
$ npx -y skills add arch-team/devpace --skill pace-status --agent claude-codeHow 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.
- You can call itInvoke it directly when you want it.
- Slash command
/pace-status
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when user asks "进度怎样", "做到哪了", "项目状态", "当前状态", "进展", "看看进度", "总览", "dashboard", "pace-status", or wants to see project development progress and current state overview. NOT for next-step recommendations (use /pace-next).
SKILL.md
pace-status.SKILL.mddescription: Use when user asks "进度怎样", "做到哪了", "项目状态", "当前状态", "进展", "看看进度", "总览", "dashboard", "pace-status", or wants to see project development progress and current state overview. NOT for next-step recommendations (use /pace-next).
allowed-tools: Read, Glob, Grep
argument-hint: "[detail|tree|trace <名称>|metrics [quality|delivery|risk]|since <时间>|<关键词>]"
model: haiku
context: fork
agent: pace-analyst
/pace-status — 查看项目状态
按不同粒度展示项目研发状态。L1 概览回答"整体怎样",L2 detail(广度)和 trace(深度)是正交视角,L3 tree 展示全貌。
输入
$ARGUMENTS:
**核心层**:(空)概览 | `detail` 功能展开 | `tree` 价值链全貌 | `trace <名称>` 反向追溯 | `metrics [quality|delivery|risk]` 度量 | `<关键词>` 搜索
**视角层**(由 /pace-role 管理,显式子命令 > 自动适配):`biz` | `pm` | `dev` | `tester` | `ops` | `chain`
**修饰符**:`since <时间>` 时间段变更摘要(`3d`/`1w`/`last-session`),可与其他子命令组合
执行路由
**重要**:根据 $ARGUMENTS 匹配的子命令,仅读取对应的 procedures 文件,**不加载其他 procedures**。
| 子命令 | 加载文件 | 说明 | |--------|---------|------| | (空) | `skills/pace-status/status-procedures-overview.md` | 进度条 + 建议下一步 + 同步摘要 + 附加行上限 | | `detail` | `skills/pace-status/status-procedures-detail.md` | 功能树格式 + 同步标记 + 角色适配 + 导航 | | `trace <名称>` | `skills/pace-status/status-procedures-trace.md` | 匹配规则 + 3 种追溯格式 + 导航 | | `metrics [类别]` | `skills/pace-status/status-procedures-metrics.md` | 实时快照(≠ pace-retro 回顾报告)+ 趋势箭头 + 类别聚焦 + 导航 | | `tree` | `skills/pace-status/status-procedures-tree.md` | 完整价值链格式(含 Epic 链接层)+ 导航 | | `since <时间>` | `skills/pace-status/status-procedures-since.md` | 时间标记解析 + 数据采集 + 组合规则 | | `chain` | `skills/pace-status/status-procedures-chain.md` | 价值链定位格式 + 导航 | | `<关键词>` | `skills/pace-status/status-procedures-keyword.md` | 搜索逻辑 + fallback 引导 | | `biz/pm/dev/tester/ops` | `skills/pace-status/status-procedures-roles.md` | 5 种角色视图格式 + 优先级规则 + 导航 |
角色适配(所有子命令的前置步骤)
1. 有显式角色子命令(biz/pm/dev/tester/ops)→ 按对应视角输出 2. 无显式角色 → 读取 pace-role 设置 → 有则自动调整关注点 3. 无角色设置 → 默认全视角 4. 首次适配教学(§15 `role_adapt` 标记去重):末尾追加 `(提示:当前按 [角色] 视角输出,切换:/pace-role [biz|pm|dev|tester|ops])`
输出
按请求粒度展示的项目状态。自然语言为主,不主动暴露 ID。非概览子命令末尾追加 1 行导航提示。
Read more
description: Use when user asks "进度怎样", "做到哪了", "项目状态", "当前状态", "进展", "看看进度", "总览", "dashboard", "pace-status", or wants to see project development progress and current state overview. NOT for next-step recommendations (use /pace-next). allowed-tools: Read, Glob, Grep argument-hint: "[detail|tree|trace <名称>|metrics [quality|delivery|risk]|since <时间>|<关键词>]" model: haiku context: fork agent: pace-analyst
/pace-status — 查看项目状态
按不同粒度展示项目研发状态。L1 概览回答"整体怎样",L2 detail(广度)和 trace(深度)是正交视角,L3 tree 展示全貌。
输入
$ARGUMENTS:
**核心层**:(空)概览 | `detail` 功能展开 | `tree` 价值链全貌 | `trace <名称>` 反向追溯 | `metrics [quality|delivery|risk]` 度量 | `<关键词>` 搜索
**视角层**(由 /pace-role 管理,显式子命令 > 自动适配):`biz` | `pm` | `dev` | `tester` | `ops` | `chain`
**修饰符**:`since <时间>` 时间段变更摘要(`3d`/`1w`/`last-session`),可与其他子命令组合
执行路由
**重要**:根据 $ARGUMENTS 匹配的子命令,仅读取对应的 procedures 文件,**不加载其他 procedures**。
| 子命令 | 加载文件 | 说明 | |--------|---------|------| | (空) | `skills/pace-status/status-procedures-overview.md` | 进度条 + 建议下一步 + 同步摘要 + 附加行上限 | | `detail` | `skills/pace-status/status-procedures-detail.md` | 功能树格式 + 同步标记 + 角色适配 + 导航 | | `trace <名称>` | `skills/pace-status/status-procedures-trace.md` | 匹配规则 + 3 种追溯格式 + 导航 | | `metrics [类别]` | `skills/pace-status/status-procedures-metrics.md` | 实时快照(≠ pace-retro 回顾报告)+ 趋势箭头 + 类别聚焦 + 导航 | | `tree` | `skills/pace-status/status-procedures-tree.md` | 完整价值链格式(含 Epic 链接层)+ 导航 | | `since <时间>` | `skills/pace-status/status-procedures-since.md` | 时间标记解析 + 数据采集 + 组合规则 | | `chain` | `skills/pace-status/status-procedures-chain.md` | 价值链定位格式 + 导航 | | `<关键词>` | `skills/pace-status/status-procedures-keyword.md` | 搜索逻辑 + fallback 引导 | | `biz/pm/dev/tester/ops` | `skills/pace-status/status-procedures-roles.md` | 5 种角色视图格式 + 优先级规则 + 导航 |
角色适配(所有子命令的前置步骤)
1. 有显式角色子命令(biz/pm/dev/tester/ops)→ 按对应视角输出 2. 无显式角色 → 读取 pace-role 设置 → 有则自动调整关注点 3. 无角色设置 → 默认全视角 4. 首次适配教学(§15 `role_adapt` 标记去重):末尾追加 `(提示:当前按 [角色] 视角输出,切换:/pace-role [biz|pm|dev|tester|ops])`
输出
按请求粒度展示的项目状态。自然语言为主,不主动暴露 ID。非概览子命令末尾追加 1 行导航提示。
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.
Repo: arch-team/devpace
Other skills on devpace.
- /pace-biz
Use when user says "业务机会/OPP", "专题/Epic", "分解需求/decompose", "精炼/refine", "战略对齐/align", "业务全景/view", "需求发现/brainstorm/discover", "导入/import", "技术债务/infer", "pace-biz", or wants to plan requirements. NOT for /pace-dev, -change, -plan, -init.
Open skill - /pace-change
Use when user says "不做了", "搁置", "停掉", "加一个", "加需求", "追加", "改需求", "需求变了", "范围变了", "优先级调", "延后", "提前", "砍掉", "先做这个", "排到前面", "恢复", "捡回来", "pace-change", or wants to add, pause, resume, reprioritize, modify, undo, batch change, or query change history. NOT for code implementation
Open skill - /pace-dev
Use when user says "开始做", "帮我改", "实现", "修复", "继续推进", "编码", "写代码", "开发", "重构", "做个", "coding", "implement", "fix", "refactor", "build", /pace-dev, or explicitly requests to start/continue/resume coding work. "帮我改" only when target is code/UI/config. NOT for requirement changes
Open skill - /pace-feedback
Use when user reports issues, shares feedback, or receives production alerts — "用户反馈", "线上问题", "生产问题", "告警", "改进建议", "新需求", "体验问题", "功能请求", "线上bug", "运维", "事件", "incident", "故障", "P0", "P1", "严重故障", "postmortem", "事后复盘". NOT for code implementation or development (use
Open skill - /pace-guard
Use when user wants to assess risks before development, check current risk status, analyze risk trends, or says "风险/预检/预分析/guard/risk/隐患/安全检查". Also auto-invoked during advance mode intent checkpoint for L/XL CRs. NOT for /pace-dev (implementation), NOT for /pace-review (quality
Open skill - /pace-help
Use when user says "帮助", "help", "怎么用", "使用说明", "用法", "有哪些命令", "能做什么", "命令列表", "怎么入门", "quickstart", "FAQ", "常见问题", "pace-help", or wants help with how to use devpace commands and features. NOT for concept deep dive or methodology (use /pace-theory). NOT for next-step
Open skill

