speckit_constitution
Read, create, or update the project constitution to establish core principles, technology choices, quality standards, and governance rules.
Instructions
Read, create, or update the project constitution. The constitution defines core principles, technology choices, quality standards, and governance rules for the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Action: read (get constitution), write (update constitution), or create (load template for AI to fill out). | read |
| content | No | New constitution content (required for write action). | |
| placeholders | No | On create or write, replace [TOKEN] patterns with provided values. Keys are token names (without brackets). | |
| project_path | No | Path to the spec-kit project root. | |
| version_bump | No | On write action, bump the version in the constitution. major: X+1.0.0, minor: X.Y+1.0, patch: X.Y.Z+1. |