Agent skill
constitution-creation
Establish project governing principles including dev guidelines, code quality standards, testing policies, UX requirements, performance benchmarks, and security constraints.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/constitution-creation
SKILL.md
Constitution Creation
Overview
Establish the project constitution -- the governing document that defines development principles, quality standards, and constraints for all subsequent specification and implementation work.
When to Use
- Starting a new project that needs governance foundations
- Formalizing existing project standards into a constitution
- Updating governance principles for an evolving project
- Before writing specifications for a new feature area
Distinction from Specification
- Constitution: Defines project-wide governance (HOW the project operates)
- Specification: Defines feature-level requirements (WHAT to build)
Process
- Gather context - Assess project type, audience, compliance needs, existing standards
- Define dev guidelines - Coding standards, branching strategy, review process
- Set code quality standards - Linting, formatting, complexity limits, naming conventions
- Establish testing policies - Coverage thresholds, test types, CI requirements
- Specify UX requirements - Accessibility, responsiveness, performance budgets
- Define performance benchmarks - Load times, throughput, memory limits
- Establish security constraints - Auth, data handling, vulnerability policies
- Document architecture principles - Modularity, dependencies, extensibility
- Human review - Approve constitution before proceeding
Tool Use
Invoke via babysitter process: methodologies/spec-kit/spec-kit-specification (constitution phase)
Full pipeline: methodologies/spec-kit/spec-kit-orchestrator
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?