consistency-guard

Community

Enforce document consistency across project artifacts.

Author0xEdenY
Version1.0.0
Installs0

System Documentation

What problem does it solve?

文件一致性校验。当用户说"PRD和代码对得上吗"、"有没有忘改的"、"文档是不是过期了"、"检查一致性"、"依赖校验"时触发。

Core Features & Use Cases

项目文件(PRD、tasks.md、code、CLAUDE.md、progress.md)之间有依赖关系。上游变了下游可能需要更新。本 Skill 管理这些依赖的可见性和一致性。 不变原则:

  • 依赖单向(PRD → tasks → code → tests,不反向)
  • 边界即契约(每类文档对下游有明确承诺)
  • 变更传播最小化(只校验受影响的下游,不全量扫描)

三个工作流

| 工作流 | 触发词 | 做什么 | |--------|--------|--------| | W1 生成依赖地图 | "生成依赖地图"、"更新依赖地图" | 扫描项目文件,生成 docs/dependency-map.md | | W2 一致性校验 | "检查一致性"、"依赖校验" | 按地图逐条校验,级联检查,产出报告 | | W3 偏离标记 | "标记偏离" | 在上游文件插入 DIVERGENCE 标记 |

Quick Start

Use the consistency-guard to generate a dependency map and run downstream consistency checks.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: consistency-guard
Download link: https://github.com/0xEdenY/eden-claude-skills/archive/main.zip#consistency-guard

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.