registry-sync-validator

Audit the project registry against design artifacts in spec/design.

5|1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/tikazyq/agentic-spec-forge --skill registry-sync-validator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: registry-sync-validator
Source: https://github.com/tikazyq/agentic-spec-forge/tree/main/AGENTIC_SPEC_FORGE/spec_stage_skill/design/registry-sync-validator
Command: npx skills add https://github.com/tikazyq/agentic-spec-forge --skill registry-sync-validator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents inconsistencies between your design artifacts and the project's registry, which can lead to failed constraint checks and broken traceability chains.

Core Features & Use Cases

  • Audit Registry Accuracy: Verifies that all design artifacts are correctly registered and their key fields are synchronized.
  • Identify Discrepancies: Generates reports on missing, redundant, or mismatched artifacts in the registry.
  • Use Case: Before a constraint acceptance check, run this skill to ensure all your Value Streams (VS), Sequence Diagrams (SD), and Data Models (DM) are properly listed in the .registry.json file, preventing last-minute rejections.

Quick Start

Audit the registry for any discrepancies with the design artifacts in the spec/design directory.

Frequently Asked Questions about registry-sync-validator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check if my project registry matches design artifacts?

Auditing registry consistency involves verifying that design artifacts in the spec/design directory are correctly listed in the `.registry.json` file, ensuring all key fields are synchronized to maintain traceability and pass constraint checks.

Why does my constraint acceptance check fail due to missing design artifacts?

Constraint acceptance checks fail when design artifacts like Architecture Decision Records (ADR) or Data Models are missing or mismatched in the project registry, breaking the required traceability chains between the spec/design directory and the registry.

What is the best way to identify discrepancies in a project artifact registry?

The best way to identify registry discrepancies is to audit the project registry against design artifacts, which generates a report on missing, redundant, or mismatched items to ensure design consistency and traceability.

How do I verify field synchronization for Architecture and Data Models in the registry?

You verify field synchronization by auditing the project registry to confirm that the key fields of Architecture and Data Models match the corresponding design artifacts in the spec/design directory.

Do I need a specific artifact management tool to audit Value Streams and Sequence Diagrams?

No external artifact management tool is required; you can audit Value Streams and Sequence Diagrams by checking the local spec/design directory against the `.registry.json` file to find missing or redundant artifacts.