claudikins-kernel
Gated planning, execution, verification, and shipping workflow
All Skills in This Repository (4)
Pure Emerald Level Indicatorsshipping-methodology
Enforce a GRFP-style pipeline with verification, documentation, and human-gated merges.
git-workflow
Enforce a multi-stage Git workflow with branch isolation and two-stage reviews.
strict-enforcement
Enforce multi-phase code verification with automated checks and human checkpoints.
brain-jam-plan
Generates project plans through step-by-step, human-in-the-loop collaboration.
Frequently Asked Questions
FAQPage SchemaHow to install claudikins-kernel?โผ
Run `npx skills add elb-pr/claudikins-kernel --all -g -y` in your terminal to install all skills globally. You also need the jq JSON processor installed on your system.
What does claudikins-kernel actually do?โผ
It forces coding work through four gated stages: outline, execute, verify, and ship. You cannot skip verification or merge code that changed after it was approved.
How does it stop bad code from shipping?โผ
Every task gets two independent reviews, and verification requires real evidence like screenshots and API responses, not just passing tests. A hash check blocks shipping if code changed after approval.
Does claudikins-kernel work with Claude Code?โผ
Yes. It is built as a Claude Code plugin with slash commands like /outline, /execute, /verify, and /ship, plus hooks that enforce the gates automatically.
Do I still control the final decisions?โผ
Yes. Nothing merges or ships automatically. You approve every batch, verification report, commit message, and pull request before it proceeds.
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