/pace-role
Use when user wants to switch output perspective (视角切换), says "切换角色/视角", "以XX视角", "pace-role", "作为产品经理", "作为运维", "换个角度看", or wants to view project from a different role perspective. NOT for project status overview (use /pace-status). NOT for understanding devpace concepts (use
$ npx -y skills add arch-team/devpace --skill pace-role --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-role
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when user wants to switch output perspective (视角切换), says "切换角色/视角", "以XX视角", "pace-role", "作为产品经理", "作为运维", "换个角度看", or wants to view project from a different role perspective. NOT for project status overview (use /pace-status). NOT for understanding devpace concepts (use
SKILL.md
pace-role.SKILL.mddescription: Use when user wants to switch output perspective (视角切换), says "切换角色/视角", "以XX视角", "pace-role", "作为产品经理", "作为运维", "换个角度看", or wants to view project from a different role perspective. NOT for project status overview (use /pace-status). NOT for understanding devpace concepts (use /pace-theory).
allowed-tools: Read, Write, Glob
argument-hint: "[biz 业务视角|pm 产品视角|dev 开发视角|tester 测试视角|ops 运维视角|auto 自动推断|compare 多视角快照]"
model: haiku
/pace-role — 角色视角切换
显式切换角色视角,调整 Claude 的输出关注点和术语。
输入
$ARGUMENTS:
- `biz` → Biz Owner(业务视角)
- `pm` → PM(产品视角)
- `dev` → Dev(开发视角,默认)
- `tester` → Tester(测试视角)
- `ops` → Ops(运维视角)
- `auto` → 回到自动推断模式(清除显式角色设置)
- `compare` → 输出多视角快照
- `set-default <角色>` → 设置跨会话默认角色(写入 project.md)
- (空)→ 显示当前角色(含来源:"自动推断" / "你设置的" / "项目默认")+ 可选角色列表
执行路由表
**重要**:根据 $ARGUMENTS 值,仅读取对应的 procedures 文件,不加载其他 procedures。
| 参数 | 加载文件 | |------|---------| | biz/pm/dev/tester/ops | `skills/pace-role/role-procedures-switch.md` | | auto | `skills/pace-role/role-procedures-switch.md`(auto 章节) | | set-default | `skills/pace-role/role-procedures-switch.md`(set-default 章节) | | compare | `skills/pace-role/role-procedures-compare.md`(自包含) | | (空) | **无外部文件**——直接输出当前角色 + 可选列表 |
角色关注维度权威定义及跨 Skill 适配原则见 `knowledge/role-adaptations.md`。
> **隐式依赖**:`skills/pace-role/role-procedures-inference.md` 不在路由表中直接路由,但由 `rules/devpace-rules.md` §10 在运行时加载(自动推断模式的关键词映射权威源)。
输出
- 角色切换:确认信息(1-3 行,含相关性评估摘要)
- 无参调用:当前角色(含来源)+ 可选角色列表
- `compare`:多视角快照(5 行紧凑输出)
- `auto`:回到自动推断确认(1 行)
- `set-default`:持久化确认(1 行)
Read more
description: Use when user wants to switch output perspective (视角切换), says "切换角色/视角", "以XX视角", "pace-role", "作为产品经理", "作为运维", "换个角度看", or wants to view project from a different role perspective. NOT for project status overview (use /pace-status). NOT for understanding devpace concepts (use /pace-theory). allowed-tools: Read, Write, Glob argument-hint: "[biz 业务视角|pm 产品视角|dev 开发视角|tester 测试视角|ops 运维视角|auto 自动推断|compare 多视角快照]" model: haiku
/pace-role — 角色视角切换
显式切换角色视角,调整 Claude 的输出关注点和术语。
输入
$ARGUMENTS:
- `biz` → Biz Owner(业务视角)
- `pm` → PM(产品视角)
- `dev` → Dev(开发视角,默认)
- `tester` → Tester(测试视角)
- `ops` → Ops(运维视角)
- `auto` → 回到自动推断模式(清除显式角色设置)
- `compare` → 输出多视角快照
- `set-default <角色>` → 设置跨会话默认角色(写入 project.md)
- (空)→ 显示当前角色(含来源:"自动推断" / "你设置的" / "项目默认")+ 可选角色列表
执行路由表
**重要**:根据 $ARGUMENTS 值,仅读取对应的 procedures 文件,不加载其他 procedures。
| 参数 | 加载文件 | |------|---------| | biz/pm/dev/tester/ops | `skills/pace-role/role-procedures-switch.md` | | auto | `skills/pace-role/role-procedures-switch.md`(auto 章节) | | set-default | `skills/pace-role/role-procedures-switch.md`(set-default 章节) | | compare | `skills/pace-role/role-procedures-compare.md`(自包含) | | (空) | **无外部文件**——直接输出当前角色 + 可选列表 |
角色关注维度权威定义及跨 Skill 适配原则见 `knowledge/role-adaptations.md`。
> **隐式依赖**:`skills/pace-role/role-procedures-inference.md` 不在路由表中直接路由,但由 `rules/devpace-rules.md` §10 在运行时加载(自动推断模式的关键词映射权威源)。
输出
- 角色切换:确认信息(1-3 行,含相关性评估摘要)
- 无参调用:当前角色(含来源)+ 可选角色列表
- `compare`:多视角快照(5 行紧凑输出)
- `auto`:回到自动推断确认(1 行)
- `set-default`:持久化确认(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

