pace-init

A project setup and health-check workflow for Devpace, a system that tracks software development work. It creates or updates the project’s .devpace tracking files from a project name, documents, or a template.

In plain words
What is it for?
It is for initializing project tracking, checking or repairing its setup, resetting it, importing insights, and creating reusable configuration templates.
Why use it?
It gives a new or existing project the files and structure needed to track development work consistently.

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-init
Any agent
npx skills add arch-team/devpace --skill pace-init
Clone the repo
git clone --depth 1 https://github.com/arch-team/devpace

Made for: Claude Code, Codex.

Per session 86 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,450 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.00086 $0.01450
Opus 5 $0.00043 $0.00725
Sonnet 5 $0.00017 $0.00290
Haiku 4.5 $0.00009 $0.00145

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

Security

Grade A, and why

pace-init 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate-schema.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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-init/SKILL.md · 91 lines

How it starts

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

/pace-init — 初始化项目开发节奏管理

从模板初始化当前项目的 .devpace/ 目录。默认执行最小初始化(自动检测项目生命周期阶段,按阶段适配行为),full 执行分阶段完整流程(含愿景、战略上下文、OBJ 产品维度引导),--from 从文档自动生成功能树(支持 Epic 解析)。支持 --verify(健康检查)、--reset(重置)、--dry-run(预览)等子命令。

输入

$ARGUMENTS:可选。格式:

  • [项目名称] — 最小初始化(默认,生命周期感知)
  • [项目名称] full — 分阶段完整流程
  • [项目名称] --from <路径>... — 从文档生成功能树(支持目录和多文件)
  • --verify [--fix] — 健康检查(可选自动修复)
  • --dry-run — 预览初始化结果,不写入文件
  • --reset [--keep-insights] — 重置 .devpace/
  • --export-template — 导出当前配置为可复用模板
  • --from-template <路径> — 从模板初始化
  • --import-insights <路径> — 导入跨项目经验
  • --interactive — 强制对话模式(覆盖自动检测行为)

流程

Step 0:前置检查与路由

子命令路由(优先级高于初始化流程):

  • --verify → 健康检查流程
  • --reset → 重置流程
  • --export-template / --from-template → 模板管理流程

标志处理

  • --dry-run → 设置 dry-run 标志,继续正常流程但不写入任何文件

版本与状态检测:检查 .devpace/state.md 存在性和版本标记,决定全新初始化、增量迁移或提示重置(规则见 skills/pace-init/init-procedures-migration.md)。

Step 1-4:初始化执行

根据参数读取对应规程文件执行(仅读取匹配路径的规程文件):

参数 执行规程
(默认)[项目名] skills/pace-init/init-procedures-core.md
full skills/pace-init/init-procedures-core.md + skills/pace-init/init-procedures-full.md
--from <路径>... skills/pace-init/init-procedures-core.md + skills/pace-init/init-procedures-from.md
--import-insights <路径> skills/pace-init/init-procedures-from.md(可与初始化组合或独立使用)
--verify [--fix] skills/pace-init/init-procedures-verify.md
--dry-run skills/pace-init/init-procedures-dryrun.md + skills/pace-init/init-procedures-core.md(仅 §1 检测逻辑,不执行 §2 文件生成)
--reset [--keep-insights] skills/pace-init/init-procedures-reset.md
--export-template / --from-template skills/pace-init/init-procedures-template.md
(迁移触发时) skills/pace-init/init-procedures-migration.md
(检测到 monorepo 信号时) skills/pace-init/init-procedures-monorepo.md

输出

初始化完成的 .devpace/ 目录 + 确认摘要 + 下一步引导。--dry-run 时仅输出预览。--verify 时输出健康报告。--reset 时输出清理确认。

下一步引导(仅正常初始化和 --full 时)

Read the full file on GitHub · 91 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 · 91 lines · 86 tokens per session scan A e7ad13ca3e29

Subscribe to this mod's changes

pace-init is a skill published in the GitHub repository arch-team/devpace (73 stars, last pushed 4mo ago), licensed MIT. It adds 86 tokens to every session and 1,450 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.