用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/diegosouzapw/awesome-omni-skill --skill speckit-00-constitution命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Token-efficient tracking for AI orchestration. CLI-first for status updates (~50 tokens), agent fallback for complex ops (~1KB). Use when: updating task status, querying blockers, creating progress files, validating phases.
AshAi extension guidelines for integrating AI capabilities with Ash Framework. Use when implementing vectorization/embeddings, exposing Ash actions as LLM tools, creating prompt-backed actions, or setting up MCP servers. Covers semantic search, LangChain integration, and structured outputs.
This skill should be used when solving hard questions, complex architectural problems, or debugging issues that benefit from GPT-5 Pro or GPT-5.1 thinking models with large file context. Use when standard Claude analysis needs deeper reasoning or extended context windows.
基于 SOC 职业分类
正在显示 SKILL.md
| name | speckit-00-constitution |
| description | Create or update project governance principles and constitution |
Create or update the project constitution at .specify/memory/constitution.md. This file defines the governing principles, constraints, and governance rules for specification-driven development.
MUST contain:
MUST NOT contain:
/speckit-03-plan/speckit-03-plan/speckit-03-plan/speckit-03-planThe constitution defines the "laws" of the project. The plan defines how to implement features within those laws.
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
Check if constitution template exists:
cat .specify/memory/constitution.md 2>/dev/null || echo "NO_CONSTITUTION"
If file doesn't exist, copy from skill references:
references/constitution-template.md.specify/memory/constitution.md with the templateLoad the existing constitution template at .specify/memory/constitution.md.
[ALL_CAPS_IDENTIFIER].Collect/derive values for placeholders:
RATIFICATION_DATE is the original adoption date (if unknown, ask or mark TODO)LAST_AMENDED_DATE is today if changes are madeCONSTITUTION_VERSION must increment according to semantic versioning:
Draft the updated constitution content:
Consistency propagation (validate against templates if they exist):
.specify/templates/plan-template.md for constitution alignment.specify/templates/spec-template.md for scope/requirements alignment.specify/templates/tasks-template.md for task categorization alignmentProduce a Sync Impact Report (prepend as HTML comment at top of constitution file):
Validation before final output:
After creating the constitution, you can:
/speckit-01-specify to create a feature specificationThe constitution will be loaded and validated by all other speckit skills.
Phase Separation Validation (REQUIRED):
Before writing, scan the draft constitution for technology-specific content that belongs in /speckit-03-plan:
Check for violations - constitution MUST NOT mention:
If violations found:
╭─────────────────────────────────────────────────────────────────╮
│ PHASE SEPARATION VIOLATION DETECTED │
├─────────────────────────────────────────────────────────────────┤
│ Constitution contains technology-specific content: │
│ - [list each violation] │
│ │
│ Technology decisions belong in /speckit-03-plan, not here. │
│ Constitution must be technology-agnostic to survive tech │
│ stack changes. │
├─────────────────────────────────────────────────────────────────┤
│ ACTION: Removing technology references and generalizing... │
╰─────────────────────────────────────────────────────────────────╯
Auto-fix: Rewrite the violating sections to be technology-agnostic:
Re-validate after fixes until no violations remain.
Write the completed constitution back to .specify/memory/constitution.md
Output final summary to the user with: