pace-biz

A business-planning command set for turning ideas into opportunities, larger work themes, and smaller requirements.

In plain words
What is it for?
Use it to discover and import requirements, create and refine opportunities and Epics, split work into smaller requirements, infer needs from a codebase, and review the overall business plan.
Why use it?
It gives teams a way to capture vague ideas, break them into actionable work, check them against strategy, and bring in information from documents or existing code.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/arch-team/devpace/pace-biz
Any agent
npx skills add arch-team/devpace --skill pace-biz
Clone the repo
git clone --depth 1 https://github.com/arch-team/devpace

Made for: Claude Code, Codex.

Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,728 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00089 $0.02728
Opus 5 $0.00044 $0.01364
Sonnet 5 $0.00018 $0.00546
Haiku 4.5 $0.00009 $0.00273

Measured 2d ago against content hash 6208e603e754, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pace-biz scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/pace-biz/SKILL.md · 158 lines

How it starts

The opening of the file, as written. The whole thing — 158 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/pace-biz — 业务规划域统一入口

管理从业务机会到专题(Epic)到业务需求(BR)的上游价值链。覆盖 Opportunity 捕获、Epic 创建与管理、需求分解、战略对齐检查和业务全景展示。

与现有机制的关系

  • /pace-biz:业务规划域(Opportunity→Epic→BR 的创建和分解
  • /pace-change:需求变更域(已有 BR/PF/Epic 的变更——add/pause/resume/modify)
  • /pace-plan:迭代规划域(PF/CR 的排期
  • /pace-init:项目初始化(首次 Vision/Strategy/OBJ 引导)
  • /pace-init full项目不存在时,从 0 到 1 建立 .devpace/ + OBJ + 功能树 + 迭代计划(一站式初始化)
  • /pace-biz discover项目已存在时,从模糊想法探索新的 OPP→Epic→BR→PF(增量扩展)
  • /pace-status:开发状态(CR/PF 开发进度视图)

推荐使用流程

完整业务路径:  opportunity → epic → decompose → /pace-dev
探索式发现:    discover → decompose → /pace-plan next
多源导入:      import <文档> → align → /pace-plan next
代码库推断:    infer → align → /pace-dev
战略对齐检查:  align(只读分析)
业务全景:      view(只读展示)
直接创建 Epic: epic(跳过 Opportunity)
日常需求注入:  /pace-change add(跳过 Opportunity/Epic,走快速路径)

输入

$ARGUMENTS:

子命令

创建型(产出新实体):

  • opportunity <描述> → 捕获业务机会到 opportunities.md
  • epic [OPP-xxx] <描述> → 从 Opportunity 转化或直接创建 Epic
  • decompose <EPIC-xxx|BR-xxx> → 分解 Epic→BR 或 BR→PF

精炼型(深化已有实体):

  • refine <BR-xxx|PF-xxx> → 交互式补充验收标准、边界条件、用户故事

发现型(探索和导入需求):

  • discover <描述> → 交互式需求发现,从模糊想法产出 OPP→Epic→BR→PF 候选树
  • import <路径>... [--threshold N] → 从文档批量提取需求实体,合并到功能树(阈值默认 0.8)
  • infer → 从代码库推断未追踪功能和技术债务

分析型(查看和检查):

  • align → 检查 OBJ→Epic→BR 战略对齐度,发现孤立实体
  • view → 业务全景视图(OPP→EPIC→BR 流)

空参数

  • (空)→ 智能引导——扫描项目上下文,按下方"空参数引导"章节给出个性化推荐

执行路由表

子命令 读取 写入 procedures 文件
opportunity project.md, opportunities.md opportunities.md skills/pace-biz/biz-procedures-opportunity.md
epic opportunities.md, project.md epics/EPIC-xxx.md, project.md, opportunities.md skills/pace-biz/biz-procedures-epic.md
decompose EPIC-xxx epics/EPIC-xxx.md, project.md project.md, epics/ skills/pace-biz/biz-procedures-decompose-epic.md
decompose BR-xxx requirements/BR-xxx.md, project.md project.md, requirements/ skills/pace-biz/biz-procedures-decompose-br.md
refine project.md, requirements/BR-xxx.md project.md, requirements/ skills/pace-biz/biz-procedures-refine.md
align project.md, epics/, requirements/, opportunities.md, metrics/insights.md metrics/insights.md(趋势数据) skills/pace-biz/biz-procedures-align.md
view project.md, epics/, requirements/, opportunities.md (只读) skills/pace-biz/biz-procedures-view.md
discover state.md, project.md, opportunities.md opportunities.md, epics/, project.md, scope-discovery.md skills/pace-biz/biz-procedures-discover.md
import project.md, insights.md project.md, epics/, requirements/ skills/pace-biz/biz-procedures-import.md
infer project.md, src/ project.md skills/pace-biz/biz-procedures-infer.md
(空参) state.md, project.md, opportunities.md (只读) (内联于下方"空参数引导"章节)

Read the full file on GitHub · 158 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 158 lines · 89 tokens per session scan A 6208e603e754

Subscribe to this mod's changes

pace-biz is a skill published in the GitHub repository arch-team/devpace (73 stars, last pushed 4mo ago), licensed MIT. It adds 89 tokens to every session and 2,728 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.