IvanRublev

Kaizero — Testing skill for Claude Code

Testing community

Sensei and Supervisor for an agentic fleet of Claude Codes.

How to install Kaizero

This entry records only its repository, not the path inside it, so there is no exact command to give. Open IvanRublev/Kaizero and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Kaizero does

Sensei and Supervisor for an agentic fleet of Claude Codes. Builds software guardrailing Spec-driven-development. It loops over the to-do list until each item is implemented, committed, and checked off. Multiple instances can claim to-dos in parallel and are synchronized through the Git repository.

Alternatives in Testing

  • Cc Sdd — Spec-driven development (SDD) for your team's workflow 3.1k ★
  • Factory — Dark Factory Mode - Spec-in, software-out autonomous pipeline 2.8k ★
  • AI Contribution Skills (Engram) — branch-pr: clean branch and PR workflow 2.5k ★

README

Kaizero - Todo-list sensei for Claude Code

Todo-list sensei for Claude Code. Zeros your list.

Loops Claude until every Task is implemented, committed, and checked off.
Restarts the coding session on a fresh context before rot.
You can spawn multiple instances to parallelize.

It's for practical Loop engineering.

License: MIT

Runs [`claude`](https://claude.com/product/claude-code) on a predefined prompt in a loop on the given Todo List — the file of Task lines selected to ship together as one Release. Makes it hand off each Task for review by default, or land it directly with `--local-merge`: implement, commit, and open a merge/pull request or merge to the base branch — then check the box off once the work reaches the base branch. The session stays interactive, so you can add prompts and make choices as it runs. Launches `claude` in auto permission mode by default, and restarts it on a fresh context before rot sets in.

Contents

What it does

  • Guides Claude to zero a Todo List unattended — one Task at a time until all are implemented, committed, and checked off.
  • Beats context rot — session Stop hook SIGTERMs claude once its context total crosses a threshold (see Context rot) and restarts clean. Fresh context, no qu