Carmack-Council
Expert-led feature planning, implementation, review, and test auditing
All Skills in This Repository (4)
Pure Emerald Level Indicatorscouncil-implement
Execute Carmack Council plans sequentially with type checking, linting, and tests.
council-plan
Coordinate AI subagents to generate a sequenced implementation plan.
council-review
Simulate domain expert subagents to review code across security, frontend, backend, Postgres, performance, UI, UX, refactoring, LLM pipeline, and test quality.
spec-writer
Generate structured software specifications with Job Stories and Gherkin acceptance criteria.
Frequently Asked Questions
FAQPage SchemaHow to install Carmack-Council?โผ
Run `npx skills add SamJHudson01/Carmack-Council --all -g -y` in your terminal to install all five skills globally.
What does the Carmack Council workflow do?โผ
It chains five steps: write a structured spec, plan the feature with ten domain experts, implement the plan task by task, review the code in parallel, and audit the tests. Each step feeds verified output into the next.
How does the multi-expert code review work?โผ
Ten independent reviewers covering security, frontend, backend, Postgres, performance, UI, UX, refactoring, and testing each examine only their domain's files in parallel. A chair then merges, deduplicates, and prioritizes all findings into P1, P2, and P3 severity levels.
Which tech stack does Carmack-Council target?โผ
It is tuned for Next.js App Router, tRPC, Prisma, Neon Postgres, Clerk, and CSS Modules with BEM. You can fork it and adapt the stack-specific sections to your own technologies.
Can I use Carmack-Council without coding experience?โผ
Basic development knowledge helps since it plans, writes, and reviews real code. However, plain-English requests drive each step, and every finding is explained in clear language with concrete fixes.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core