What problem does it solve?
This Skill prevents regressions when modifying SkillMeat's artifact identity, versioning, repository, manifest, search, content-resolution, and database-routing contracts.
Core Features & Use Cases
- Kernel Boundary Mapping: Identifies the real modules, interfaces, implementations, consumers, and tests behind the doctrine-level Registry Core concept.
- Change Safety Gates: Guides additive versus breaking changes, local and enterprise repository parity, Alembic migration checks, schema-drift protection, and compatibility-registry updates.
- Enterprise Routing Protection: Prevents services from bypassing RepositoryFactory and accidentally using local SQLite instead of enterprise PostgreSQL.
- Use Case: Before changing a repository interface or database migration, use this Skill to trace implementers and consumers, validate edition routing, inspect migration heads, and document evidence from targeted tests.
Quick Start
Use the asdlc-registry-core-contracts skill to review the planned change, identify affected contracts and consumers, apply the relevant safety gates, and report required tests and compatibility actions.