Agent Constitution
Description
Governance layer for multiple AI coding agents on a production codebase: constitution, decision log, evidence grammar, CI gates.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Agentic SDLC — a governance framework for production systems built by AI agents
A working skeleton for running **multiple AI coding agents against a critical production codebase** without losing control of what is true, what was decided, and what has actually been verified.
This is not a prompt collection and not an agent framework. It is the **governance layer** that sits above whichever agents you use — the documents, contracts, tests, and CI gates that make agent output reviewable, attributable, and safe to merge.
Install Stage 1 into an existing repo
git clone https://github.com/metafive-ai/agent-constitution.git
python agent-constitution/scripts/bootstrap.py --dest /path/to/your/repo
That copies the constitution, decision log, issue templates, and scripts. Existing files are left alone unless you pass `--force`. Then:
- Fill every
inCLAUDE.md. Keep it under ~150 lines. - Start
docs/DECISIONS.mdwith your next real decision. Do not backfill history. gh label create truth-gap --color B60205 --description "Two sources of truth disagree"python scripts/session_brief.py
`--stage 2|3|4` adds the later layers. Read [`ADOPTION.md`](ADOPTION.md) before turning CI gates on. A solo project with one agent and reversible changes should skip this repo.
The problem it solves
A single agent on a toy repo needs no governance. The failure modes appear at the intersection of three things:
- Production consequences — a wrong change costs money, data, or trust, and the worst ones fail silently.
- Multiple agents — different models, different vendors, different sessions, no shared memory, each arriving with full confidence and zero context.
- Continuous change — the system moves faster than any human can personally verify.
At that intersection, four things break in a predictable order:
| Failure | What it looks like |
|---|---|
| Context rot | Hand-maintained docs drift from reality. |
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI