一键导入
speckit-constitution
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run local QA including formatting, linting, and testing for the repository. Use whenever any file has been updated.
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Generate a custom checklist for the current feature based on user requirements.
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Execute the implementation plan by processing and executing all tasks defined in tasks.md
Execute the implementation planning workflow using the plan template to generate design artifacts.
| name | speckit-constitution |
| description | Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync. |
| allowed-tools | Bash, Read, Write, Edit, Grep, Glob |
| handoffs | [{"label":"Build Specification","agent":"speckit.specify","prompt":"Implement the feature specification based on the updated constitution. I want to build..."}] |
Create or update the project constitution with versioned principles and governance rules. Foundational step for spec-kit workflows.
This updates the template at .specify/memory/constitution.md containing placeholder tokens [ALL_CAPS_IDENTIFIER].
.specify/memory/constitution.md
[ALL_CAPS_IDENTIFIER]RATIFICATION_DATE (original adoption), LAST_AMENDED_DATE (today if changes made)CONSTITUTION_VERSION increment by semantic versioning:
.specify/templates/plan-template.md (Constitution Check aligns with updated principles).specify/templates/spec-template.md (scope/requirements alignment).specify/templates/tasks-template.md (task categorization reflects new principle-driven types).specify/templates/commands/*.md (verify no outdated references).specify/memory/constitution.md (overwrite)After creating/updating constitution:
speckit-specify (aligned with principles)speckit-plan (validates against constitution)speckit-specify - Create feature specificationsspeckit-plan - Build implementation plans