What it does. Interactively create or amend the team constitution at
{TEAM_AI_DIRECTIVES}/context_modules/constitution.md
.
The scaffold written by
team-setup
(Mode 3) contains only a placeholder ("No team-wide principles defined yet"). This skill turns that placeholder into a real constitution through guided elicitation:
Highlights
- Propose principles informed by team context (existing rules, CDRs, AGENTS.md)
- Review each principle interactively — confirm, edit, or reject
- Write the constitution in the established team format (OKF v0.2 frontmatter + numbered principles + Governance section)
- Not a port of spec-kit's
spec.constitution
template machinery — no placeholder tokens, no hooks, no extensions.yml
, no template propagation, no Sync Impact Report
- Not for project-level constitutions (
.adlc/memory/constitution.md
) — those remain spec.constitution
territory when spec-kit is in play
When to use it. Interactively create or amend the team constitution in team-ai-directives. Use when bootstrapping a new team AI directives, establishing team-wide principles for the first time, or amending existing…
Install
npx skills add tikalk/adlc-team-skills --skill team-constitution
Or copy the skill folder manually:
git clone https://github.com/tikalk/adlc-team-skills.git
cp -r adlc-team-skills/skills/team/team-constitution/ ~/.claude/skills/team-constitution
Source: tikalk/adlc-team-skills — 132 stars, MIT, last pushed 2026-09-02.