What problem does it solve? Maintaining a consistent, versioned project constitution is tedious and error-prone when done by hand. This Skill automates drafting, updating, and semantically versioning the governance document at .specify/memory/constitution.md from interactive or provided principle inputs. ## Core Features & Use Cases - Template Resolution: Resolves the active constitution template through the Spec Kit preset/template stack via resolve-template.ps1 before drafting. - Semantic Versioning: Automatically bumps CONSTITUTION_VERSION (MAJOR/MINOR/PATCH) based on the nature of governance changes, with ratification and amendment date handling. - Sync Impact Report: Prepends an HTML comment summarizing version changes, modified principles, added/removed sections, and deferred TODOs. - Scope Guard & Hooks: Refuses non-governance work (deferring it to other Spec Kit commands) and executes pre/post extension hooks from .specify/extensions.yml. - Use Case: A team adopting Spec Kit wants to codify five engineering principles; invoke this Skill with the principles and receive a validated, versioned constitution plus a suggested commit message. ## Quick Start Ask the assistant to create or update the project constitution with your principles, for example: "Update the constitution to add a principle requiring test coverage for all new features."