Council Implement

Executes a Carmack Council plan task-by-task, loading each expert's reference doc first.

Works with setup

Test report

Verdict
Works with setup
Score
8.0/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 11c399c

The naive 'cp -r skills/council-implement' install silently breaks: all six reference docs the workflow requires (security.md, quality-backend.md, etc.) actually live in a shared references/ folder at the repo root, not inside the skill directory, and raw-fetching them at the SKILL.md-relative path 404s. The repo's own README confirms this and ships prebuilt dist/*.skill bundles specifically to work around it.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 3/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 3/5

What Council Implement does

Implements a previously generated Council Plan one task at a time for a Next.js/tRPC/Prisma/Clerk stack, loading the named domain expert's reference document (security, refactoring, frontend/backend/postgres/LLM quality) before writing each task's code, then verifying with tsc/eslint/tests and logging results for /council-review. Triggers only on explicit phrases like 'council implement,' 'carmack implement,' or the /council-implement command.

How to install Council Implement

git clone https://github.com/SamJHudson01/Carmack-Council
cd Carmack-Council
mkdir -p ~/.claude/skills
cp -r skills/council-implement ~/.claude/skills/council-implement

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Council Implement

  • /council-implement Executes a Carmack Council plan task-by-task, loading each expert's reference doc first.

It also activates on plain-language prompts like these:

  • Council implement task 3 from the plan we generated
  • Carmack implement the next task in the council plan
  • /council-implement the backend task with the postgres expert

Frequently asked questions

Is the Council Implement skill free?
Yes. The skill itself is free from SamJHudson01/Carmack-Council. SkillProof publishes the install command and an independent test verdict at no cost.
Does Council Implement work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. The naive 'cp -r skills/council-implement' install silently breaks: all six reference docs the workflow requires (security.md, quality-backend.md, etc.) actually live in a shared references/ folder at the repo root, not inside the skill directory, and raw-fetching them at the SKILL.md-relative path 404s. The repo's own README confirms this and ships prebuilt dist/*.skill bundles specifically to work around it.
What is the Council Implement SkillProof Score?
8.0/10 — installs cleanly 3/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 3/5.
How do I install Council Implement?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Council Implement with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.