Регистрация проектных ID с проверкой ссылок

★ 7.6 · vibe-coding

ghm-id-register is a Claude Code skill that validates and registers new Source of Truth IDs with cross-reference integrity checks across a project's SoT files. It handles four ID prefixes — BR-XXX for business rules, UJ-XXX for user journeys, API-XXX for API contracts, and CFD-XXX for customer feedback — each mapped to its own dedicated SoT markdown file. The four-step workflow covers format validation against the `[PREFIX]-[0-9]{3}` pattern, uniqueness checks, cross-reference verification (ensuring every referenced ID actually exists in its domain file), and final entry registration. Before writing, the skill assigns a confidence score from 1 to 5 based on evidence strength, ranging from a PM assumption to real production-scale usage data. It's built for teams that need traceable, duplicate-free requirements and want to prevent orphaned references between documentation layers.