the-claude-council
Health Warn
- License — License: NOASSERTION
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 5 GitHub stars
Code Fail
- rm -rf — Recursive force deletion command in bootstrap/install.sh
- rm -rf — Recursive force deletion command in bootstrap/uninstall.sh
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
A principal-level, 16-division multi-agent Council for Claude Code. Drop-in ~/.claude/ config: 15 Floor + 160 Library rules, 121 skills, 32 agents, 33 commands, 14 hook-enforced quality gates. Runs on any machine, any project, every IDE. MIT.
The Claude Council
████████╗██╗ ██╗███████╗ ██████╗██╗ █████╗ ██╗ ██╗██████╗ ███████╗
╚══██╔══╝██║ ██║██╔════╝ ██╔════╝██║ ██╔══██╗██║ ██║██╔══██╗██╔════╝
██║ ███████║█████╗ ██║ ██║ ███████║██║ ██║██║ ██║█████╗
██║ ██╔══██║██╔══╝ ██║ ██║ ██╔══██║██║ ██║██║ ██║██╔══╝
██║ ██║ ██║███████╗ ╚██████╗███████╗██║ ██║╚██████╔╝██████╔╝███████╗
╚═╝ ╚═╝ ╚═╝╚══════╝ ╚═════╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚══════╝
██████╗ ██████╗ ██╗ ██╗███╗ ██╗ ██████╗██╗██╗
██╔════╝██╔═══██╗██║ ██║████╗ ██║██╔════╝██║██║
██║ ██║ ██║██║ ██║██╔██╗ ██║██║ ██║██║
██║ ██║ ██║██║ ██║██║╚██╗██║██║ ██║██║
╚██████╗╚██████╔╝╚██████╔╝██║ ╚████║╚██████╗██║███████╗
╚═════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═════╝╚═╝╚══════╝
A principal-level, 16-division multi-agent Council for Claude Code
Drop-in ~/.claude/ config — runs on any machine, any project, every IDE.
Install ·
Council in 5 paragraphs ·
Architecture ·
Rules ·
Skills ·
Agents ·
Contributing
"Every plan or piece of work routed through Claude should shock the world."
— The user directive that drove the v1.0.0 build
Why this exists
Out of the box, Claude Code is a powerful generalist. The Claude
Council turns it into a 16-division multi-agent Council
operating at principal-engineer level across the entire stack:
architecture, security, compliance, ops, data, finance, risk,
strategy, people, ESG, ethics, comms, plus the five core technical
divisions.
This repo is the complete config surface — 15 Floor rules
(always-loaded, ~224 KB) + 160 Library rules (lazy-loaded via
skill triggers, ~1.6 MB), 121 principal-level skills, 32
specialist agents, 33 commands, a strict Council protocol,
14 hook-enforced quality gates, and project-scoped artifact
bootstrap. The dual-surface design keeps every session's eager
cold-load budget around ~240 KB (Floor + CLAUDE.md, down from
the ~1.7 MB monolith) while preserving every rule's full content
for on-demand reference via skill paths: triggers.
For anyone, on any project. No org-dependency, no SaaS, no
telemetry.
What you get after install:
┌────────────────────────────────────────────────────────────────────┐
│ │
│ Every prompt ● 29-question task intake (mandatory) │
│ ────────────► ● 16 divisions speak (5 always + 11 auto) │
│ in every project ● Standards-cited research │
│ ● Verify-before-claim discipline │
│ ● Project-scoped .claude/ scaffold │
│ ● Continuous learning loop │
│ │
└────────────────────────────────────────────────────────────────────┘
Three-minute install
| macOS / Linux / WSL2 | Windows (PowerShell, no WSL2 required) |
|---|---|
|
|
Both flows are fully native to their host platform — Windows
users do not need WSL2 or Git Bash. The installer is
idempotent: any existing ~/.claude/ is moved aside to a
timestamped backup before the new one lands. Pass --dry-run
(-DryRun on PowerShell) to preview, --force (-Force) to
skip the backup, --no-ide (-NoIde) to skip IDE integration.
Full options + per-IDE walkthroughs in INSTALL.md.
After install, open any project in any Claude Code-compatible
IDE — the Council fires on the next prompt.
The Council in 5 paragraphs
1. Always-on, never bypassed
Every prompt routes through Council Phase 0 (deep research
plus 29-question intake) → Phase 1 (5 core divisions speak,
11 extended divisions auto-fire on triggers) → Phase 2
(consensus + named tiebreakers) → Phase 3 (implementation plus
post-write verification). Abbreviated mode is a speed knob, not
a skip switch. Bypass attempts are audit-logged.
2. Five core divisions, eleven extended
┌─ CORE FIVE ─ always engage on every task ─────────────────────┐
│ │
│ 1. Architecture & Planning │ architect, planner │
│ 2. Implementation & Build │ build-resolvers, refactor │
│ 3. Quality & Review │ code-reviewer, lang-revs │
│ 4. Security │ security-reviewer │
│ 5. Testing & QA │ tdd-guide, e2e-runner │
│ │
└───────────────────────────────────────────────────────────────┘
┌─ EXTENDED ELEVEN ─ auto-fire on trigger rulesets ─────────────┐
│ │
│ 6. Compliance & Legal │ PII, GDPR, CCPA, HIPAA, PCI │
│ 7. Product, UX & CX │ UI files, copy, a11y, i18n │
│ 8. Operations & Reliability │ runbooks, SLO, deploy, IaC │
│ 9. Data & Analytics │ schema, events, ETL, PII │
│ 10. Finance & FinOps │ pricing, cloud cost, ROI │
│ 11. Risk Management │ blast radius, DR, destruct │
│ 12. Strategy & Innovation │ new features, ADRs, vendors │
│ 13. People & Culture │ CODEOWNERS, onboarding, DX │
│ 14. Sustainability & ESG │ carbon, supplier ethics │
│ 15. Ethics & Responsible AI │ ML, LLM, bias, fairness │
│ 16. Communications & Docs │ README, CHANGELOG, API docs │
│ │
└───────────────────────────────────────────────────────────────┘
3. Veto authority is explicit
| Disagreement type | Decided by |
|---|---|
| Technical (architecture vs implementation) | Division 1 (Architecture) — casting vote |
| Security BLOCKER | Division 4 (Security) — VETO |
| Regulatory finding (GDPR / CCPA / HIPAA / PCI / SOC2) | Division 6 (Compliance) — VETO |
| AI safety / fairness / bias | Division 15 (Ethics) — VETO |
| Blast radius exceeds scope | Division 11 (Risk) — VETO |
| Anything else unresolved | Escalate to user with named options |
4. Verify-before-claim is the law
Every "done" / "shipped" / "complete" / "100%" phrase
MUST be preceded — in the same turn — by a verification action
that produced the evidence. The verification block IS the proof.
Claims without proof are downgraded to "implemented —
verification deferred to X" with a named unblock task.
5. Continuous learning is mandatory
Every Council-mediated task emits a learning candidate to~/.claude/audits/learning-events.jsonl. Candidates that appear
in 2+ workspaces are eligible for promotion to global. Rules
contradicted ≥5 times in 30 days are flagged for refresh. The
system improves itself with every interaction.
What's in the box
| Surface | Path | Count | What it does |
|---|---|---|---|
| Doctrine | CLAUDE.md |
1 | The Council protocol pointer (~14 KB) — loaded every session |
| Floor rules | rules/common/ |
15 | Always-loaded; defines Council protocol, intake, verification, plan structure, project memory |
| Library rules | rules-library/ |
160 | Lazy-loaded via skill paths: triggers; 60 common + 100 language-specific across 20 language subdirs |
| Skills | skills/ |
121 | Principal-level skills (36 with paths: triggers for auto-fire on file globs; rest invoked by slash command or by name) |
| Agents | agents/ |
32 | Specialist agents organised into the 16 Council divisions |
| Commands | commands/ |
33 | Slash commands — /learn, /evolve, /instinct-status, /verify, and more |
| Hooks | scripts/hooks/ |
14 | PreToolUse + PostToolUse + UserPromptSubmit + PreCompact + SessionStart/End — mechanical enforcement (no-discards, governance-sweep, pre-push gate, Council pre-compact brief) |
| Templates | templates/ |
— | Project-scaffold template + IDE config templates for VS Code, Cursor, Windsurf, JetBrains |
| Bootstrap | bootstrap/ |
6 | install.sh, install.ps1, verify.sh, verify.ps1, uninstall.sh, uninstall.ps1 |
| Docs | docs/ |
10 | Architecture, Council, Rules, Skills, Agents, Project-bootstrap, Contributing, lazy-loading classification, no-discards reference, branch-protection guide |
| Tests | tests/ |
3 | Repo-side gates — link integrity, no orphans, standards citations |
| CI | .github/workflows/ |
— | Runs all three tests on every push and PR |
Documentation map
Pick where to start based on what you want to do:
| You want to... | Read |
|---|---|
| Install on your machine | INSTALL.md |
| Understand the architecture | docs/ARCHITECTURE.md |
| Learn the 16-division Council | docs/COUNCIL.md |
| Browse the rules catalog | docs/RULES.md |
| Browse the skills catalog | docs/SKILLS.md |
| Browse the agents catalog | docs/AGENTS.md |
| Set up a new project | docs/PROJECT-BOOTSTRAP.md |
| Add a rule / skill / agent | docs/CONTRIBUTING.md |
| Run the safety nets | tests/ |
| See what changed in v1.0.0 | CHANGELOG.md |
| See the architecture | docs/ARCHITECTURE.md |
Cross-IDE support
The configuration is IDE-agnostic at the ~/.claude/ layer.
Bootstrap scripts auto-detect installed IDEs and provide opt-in
integration templates.
| IDE | Status | Integration |
|---|---|---|
| VS Code | First-class | templates/ide-configs/vscode/ — settings + recommended extensions |
| Cursor | First-class | templates/ide-configs/cursor/ — VS Code-compatible config |
| Windsurf | First-class | templates/ide-configs/windsurf/ — settings + recommended extensions |
| JetBrains (IntelliJ / GoLand / PyCharm / WebStorm / PhpStorm / RubyMine / RustRover / CLion) | First-class | Anthropic's Claude Code [Beta] plugin from JetBrains Marketplace plus the shim in templates/ide-configs/jetbrains/ |
| Neovim / Emacs / other terminal-first editors | Best-effort | The claude CLI loads ~/.claude/ regardless of editor |
Per-IDE walkthroughs live in INSTALL.md.
With vs without
| Without The Claude Council | With The Claude Council |
|---|---|
|
|
Verification status
═══════════════════════════════════════════════════════════════
THE CLAUDE COUNCIL · v1.1.0 · VERIFICATION BLOCK
═══════════════════════════════════════════════════════════════
Floor rules ............................... 15 / 15 PASS
Library rules (lazy-loaded) ............... 160 / 160 PASS
Skills with paths: triggers ............... 36 / 121 ROUTED
Skills (slash-command / by-name) .......... 85 PASS
Skill -> rules-library cross-refs ......... 116 / 116 PASS
Agents with complete frontmatter .......... 32 / 32 PASS
Slash commands ............................ 33 PASS
Hook scripts wired in settings.json ....... 14 / 14 PASS
Broken cross-references ................... 0 PASS
Workspace contamination in global ......... 0 PASS
Council divisions ......................... 5 core + 11 extended
Cold-load budget (Floor + CLAUDE.md) ...... ~240 KB (was ~1.7 MB)
Lazy-load surface (Library + Skills) ...... ~5.4 MB on demand
═══════════════════════════════════════════════════════════════
Re-run any time with ./bootstrap/verify.sh --verbose.
Contributing
This repo is configuration for your Claude Code. Treat your
local clone as the source of truth, send PRs upstream when you
discover patterns worth sharing.
Adding a rule / skill / agent:
- Read docs/CONTRIBUTING.md.
- Author against the principal-level template.
- Cite ≥3 standards matching the audit regex
(RFC [0-9]+|ISO/IEC|NIST|OWASP|WCAG|W3C|§|PEP [0-9]+|SLSA|CWE|JEP|SE-[0-9]). - Add anti-patterns table + cross-references + verification checklist.
- Run
tests/verify-standards-citations.shlocally. - Send a PR — CI runs the three safety nets automatically.
The rule placement decision (global vs project) lives inrules/common/rule-authoring-global-vs-project.md.
License and acknowledgements
Released under MIT. Use it personally, share with
your team, fork it for your org — no restrictions.
Built on top of Anthropic's Claude
Code. The Council protocol,
principal-level mandate, 16-division structure, and continuous
learning loop are documented in docs/ARCHITECTURE.md
and docs/COUNCIL.md.
The rules and skills cite primary-source standards from OWASP,
NIST, ISO, IEC, IEEE, W3C, IETF (RFCs), IFRS, FASB, ITIL, and
others — which remain the property of their respective standards
bodies. This repo is a configuration layer; it does not
redistribute or modify any standard.
The Claude Council · v1.1.0 · MIT
Architecture ·
Council ·
Rules ·
Skills ·
Agents ·
Bootstrap ·
Contributing ·
Changelog
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found