Agent Skill
2/7/2026invariant-freeze
Verifies that all core invariants (INV-001 through INV-008) exist in CANON/INVARIANTS.md. This ensures that invariants are not removed without a major version bump, maintaining the v1.0 stability g...
R
reneromero08
0GitHub Stars
1Views
npx skills add Reneromero08/agent-governance-system
SKILL.md
| Name | invariant-freeze |
| Description | Verifies that all core invariants (INV-001 through INV-008) exist in CANON/INVARIANTS.md. This ensures that invariants are not removed without a major version bump, maintaining the v1.0 stability g... |
name: invariant freeze description: "Verifies that all core invariants (INV-001 through INV-008) exist in CANON/INVARIANTS.md. This ensures that invariants are not removed without a major version bump, maintaining the v1.0 stability g..."
<!-- CONTENT_HASH: e37d6aefb24a29bd64525f913dd0fef7d8d5b235612ac395a6ae8a0a8d625207 -->required_canon_version: >=3.0.0
Skill: Invariant Freeze
Version: 0.1.0 Status: Active
Purpose
Verifies that all core invariants (INV-001 through INV-008) exist in CANON/INVARIANTS.md. This ensures that invariants are not removed without a major version bump, maintaining the v1.0 stability guarantee.
Triggers
- Manual verification of governance stability.
- CI check before releases.
Inputs
CANON/INVARIANTS.md(source of truth)input.jsonwithexpected_invariantslist.
Outputs
actual.jsonwith:found_invariants: list of matches.missing: list of missing expected invariants.valid: boolean status.
Constraints
- Must search for exact
[INV-XXX]tags. - Must not allow gaps or removals from the frozen list.
required_canon_version: >=3.0.0
Skills Info
Original Name:invariant-freezeAuthor:reneromero08
Download