What problem does it solve?
Use this Skill when one technical rule needs to stay consistent across many related parts of a system, and local fixes risk creating mismatched behavior, exceptions, or drift.
Core Features & Use Cases
- Rule Alignment: Establish one clear standard for a domain and make every affected part follow it.
- Domain Mapping: Identify what applies, what differs, what is an allowed exception, and what still needs investigation.
- Safe Migration: Move interfaces, state, errors, names, observability, and tests toward a single rule without breaking intermediate states.
- Proof and Reporting: Verify both behavior and full coverage, then report the rule source, affected parts, and any exceptions.
- Use Case: A team is standardizing API behavior across frontend, backend, and tests so every layer enforces the same contract.
Quick Start
Use the line skill to define the rule that must hold across this domain and guide the system toward one consistent implementation.