What problem does it solve? Keeping a project's governing principles consistent across a spec-kit repository is tedious: the constitution file contains placeholder tokens, and every change must be propagated to plan, spec, and task templates. This Skill fills the constitution template with concrete values and keeps all dependent artifacts aligned. ## Core Features & Use Cases - Constitution Authoring: Replaces placeholder tokens in .specify/memory/constitution.md with values from user input or repository context. - Semantic Versioning: Automatically bumps the constitution version (MAJOR/MINOR/PATCH) based on the nature of governance changes. - Consistency Propagation: Validates and updates plan, spec, tasks, and command templates against the amended principles, then emits a Sync Impact Report. - Use Case: After deciding to add a new testing-discipline principle, run this Skill to amend the constitution, bump the minor version, and flag which templates need matching updates. ## Quick Start Update the project constitution to add a principle requiring integration tests for every new feature and sync all dependent templates.