change-manager

A workflow for managing a focused feature change in an existing project that already has a Product-Spec.md file. It takes the change from proposal through implementation, checking, and archiving.

In plain words
What is it for?
Use it to propose, apply, verify, and archive one named change under a changes/ directory. It is not intended for new projects, broad specification rewrites, bug-only fixes, or release packaging.
Why use it?
It gives incremental project work a clear record and sequence instead of mixing planning, coding, and verification together.

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/zxpmail/reqforge/change-manager
Any agent
npx skills add zxpmail/ReqForge --skill change-manager
Clone the repo
git clone --depth 1 https://github.com/zxpmail/ReqForge

Made for: Claude Code, Codex.

Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,846 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.00000 $0.01846
Opus 5 $0.00000 $0.00923
Sonnet 5 $0.00000 $0.00369
Haiku 4.5 $0.00000 $0.00185

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

Security

Grade A, and why

change-manager 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.

adapters/claude-code/.claude/skills/change-manager/SKILL.md · 152 lines

How it starts

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


name: change-manager description: Used when the user adds a feature or incrementally changes an existing project that already has Product-Spec.md. Runs the changes/ workflow (propose, apply, verify, archive), aligned with OpenSpec-style SDD while delegating implementation to dev-planner and dev-builder. version: 1.1.0 updated: 2026-05-26 requires: []

[Task] Orchestrate one named change under changes/<change-name>/ from proposal through archive. Do not replace product-spec-builder for greenfield projects or wholesale Spec rewrites — use this Skill for brownfield, scoped deltas.

[Not For] - First-time Product-Spec from scratch -> use /product-spec-builder instead - Whole Spec rewrite (major iteration, no single feature scope) -> use /product-spec-builder iteration mode on Product-Spec.md directly - Bug fixes only -> use /bug-fixer instead - Release packaging -> use /release-builder instead

[Dependency Check] Required: - Product-Spec.md -> if missing, prompt to call /product-spec-builder first - Project has or will have changes/ directory (create on first propose if absent)

Optional:
- DEV-PLAN.md -> apply phase may update or add Phases scoped to this change
- Design-Brief.md / design MCP -> fill design.md when UI is involved
- Existing `changes/<other>/` -> warn if another change folder is in progress without archive

[First Principles] → references/first-principles.md

[OpenSpec + Superpowers Handoff] → references/openspec-handoff.md

[Output Style] → references/output-style.md → 每 Phase(propose/apply/verify/archive)完成后必须附加 ../_shared/output-status-protocol.md

[File Structure] change-manager/ ├── SKILL.md ├── commands/change-manager.md ├── references/ │ ├── first-principles.md │ ├── openspec-handoff.md │ ├── output-style.md │ ├── change-assessment-checklist.md │ ├── anti-rationalization.md │ ├── anti-ai-slop-checklist.md │ └── workflow.md # propose → apply → verify → archive └── templates/ ├── change-proposal-template.md ├── change-specs-template.md ├── change-design-template.md ├── change-tasks-template.md └── change-verify-template.md

[Gotchas] Skipping propose: "Just code it" -> still create minimal proposal.md + specs.md so archive and review have a baseline. product-spec-builder overlap: Do not let product-spec-builder create changes/ — only this skill creates that folder. It may still edit Product-Spec.md during propose when merging requirements. Orphan changes/: Folders left un-archived for weeks -> list active changes on session start; nag to verify or archive. Spec drift: Merging specs.md into Product-Spec.md twice or not at all -> archive checklist must include CHANGELOG + Spec section update. Whole-repo dev-builder: apply must pass change scope (files/tasks from changes// only), not entire DEV-PLAN backlog.

[Anti-Rationalization Checklist] → references/anti-rationalization.md 迭代过程中遇阻力时读取:识别跳过 propose/verify/archive 环节的常见借口。

[Output Artifacts] - changes/<change-name>/proposal.md - changes/<change-name>/specs.md - changes/<change-name>/design.md - changes/<change-name>/tasks.md - changes/<change-name>/verify.md (after verify phase) - changes/archive/<change-name>/ (after archive)

Read the full file on GitHub · 152 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 · 152 lines · 0 tokens per session scan A 1df47f655dca

Subscribe to this mod's changes

change-manager is a skill published in the GitHub repository zxpmail/ReqForge (18 stars, last pushed 12d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,846 tokens. 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.

Related

Other skills, from other repositories

chinese-documentation

中文文档排版参考——中英文空格、全半角标点、术语保留、链接格式、中文文案排版指北约定。仅在用户显式 /chinese-documentation 时调用,不要根据上下文自动触发。.

jnMetaCode/superpowers-zh · 62 tokens

chinese-git-workflow

国内 Git 平台配置参考——Gitee、Coding.net、极狐 GitLab、CNB 的 SSH/HTTPS/凭据/CI 接入差异与镜像同步配置。仅在用户显式 /chinese-git-workflow 时调用,不要根据上下文自动触发。.

jnMetaCode/superpowers-zh · 69 tokens

chinese-code-review

中文 review 沟通参考——话术模板、分级标注(必须修复/建议修改/仅供参考)、国内团队常见反模式应对。仅在用户显式 /chinese-code-review 时调用,不要根据上下文自动触发。.

jnMetaCode/superpowers-zh · 62 tokens

dispatching-parallel-agents

当面对 2 个以上可以独立进行、无共享状态或顺序依赖的任务时使用.

jnMetaCode/superpowers-zh · 30 tokens

memorix

Use when Claude Code needs Memorix shared memory, reasoning, Git Memory, mini-skills, session handoff, orchestration coordination, or integration troubleshooting.

AVIDS2/memorix · 34 tokens

nopua

The anti-PUA. Drives AI with wisdom, trust, and inner motivation instead of fear and threats. Activates on: task failed 2+ times, about to give up, suggesting user do it manually, blaming environment unverified, stuck in loops, passive behavior, or user frustration ('try harder', 'figure it out', '换个方法', '为什么还不行').…

wuji-labs/nopua · 90 tokens