This skill provides a rigorous process for 'realigning' a code model when business requirements change the meaning of enums, states, or vocabulary. Unlike a refactor (which preserves behavior), a realignment changes the meaning and often necessitates complex data migrations to ensure persisted values match the new model.
Use this skill when you detect that the existing domain model is out of sync with reality, such as renaming a status, adding/removing lifecycle states, or when the user says "these states don't match how it actually works."
reviewer-data-integrity subagent for high-stakes migrations.Designed for high-capability coding agents (like those in the AgentSystem core) that support subagent spawning and advanced filesystem operations.
This skill has not been reviewed by our automated audit pipeline yet.