Skip to content

kaizen-agents-org/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kaizen Agents Organization Assets

This repository is the organization-level home for Kaizen Agents documentation, shared skills, and profile content.

It does not run the issue-to-PR pipeline itself. It explains the system, keeps shared workflow skills and Codex automation prompts in one source of truth, and coordinates cross-repository documentation for the core projects.

System At A Glance

flowchart LR
    Issue["GitHub Issue"] --> Loop["kaizen-loop<br/>selects issue and owns orchestration"]
    Loop --> Builder["builder-agent<br/>implements and self-reviews"]
    Builder --> Checks["mechanical checks<br/>test / typecheck / build"]
    Checks --> Verifier["verifier<br/>independent gate verdict"]
    Verifier --> PR["ready-for-review PR"]
    PR --> Human["human review and merge"]

    Org[".github repo<br/>docs + shared skills"] -.guidance.-> Loop
    Org -.guidance.-> Builder
    Org -.guidance.-> Verifier
Loading

The core rule is:

Builders build. Verifiers verify. Kaizen Loop coordinates.

What Lives Here

flowchart TB
    Repo[".github repository"]
    Repo --> Profile["profile/README.md<br/>organization landing page"]
    Repo --> Docs["docs/<br/>architecture, MVP plan, status, decisions"]
    Repo --> Skills["skills/<br/>shared Codex workflows"]
    Repo --> Automations["automations/<br/>Codex automation prompts"]
    Repo --> Sync["scripts/sync-kaizen-shared-skills.sh<br/>copy shared skills into core repos"]

    Skills --> BA["builder-agent/skills"]
    Skills --> KL["kaizen-loop/skills"]
    Skills --> VF["verifier/skills"]
    Skills --> CR["coderabbit/skills"]
    Skills --> RC["renovate-config/skills"]
Loading

Core Repositories

Repository Responsibility Main README
kaizen-loop Orchestrates GitHub Issue intake, isolated workspaces, checks, verifier calls, PR creation, and run reporting. https://github.com/kaizen-agents-org/kaizen-loop
builder-agent Performs implementation work and internal self-review, then returns structured build artifacts. https://github.com/kaizen-agents-org/builder-agent
verifier Independently evaluates completed changes and returns a structured gate verdict. https://github.com/kaizen-agents-org/verifier
coderabbit Stores shared CodeRabbit review configuration. https://github.com/kaizen-agents-org/coderabbit
renovate-config Stores shared Renovate dependency update defaults. https://github.com/kaizen-agents-org/renovate-config

Documentation Map

Shared Skills

The skills/ directory is the source of truth for shared Kaizen workflows:

  • gh-link-issue-pr: ensure implementation PRs close their source issues with GitHub closing keywords.
  • kaizen-bug-router: route Kaizen Agents bug reports to the owning repository.
  • pr-guardian: monitor an opened PR until it is mergeable or a real blocker remains.

Core repositories vendor these skills so local agents can use the same workflows without depending on this repository at runtime.

Codex Automations

The automations/ directory stores GitHub-managed source prompts for local Codex automations. Runtime automation copies live under $CODEX_HOME/automations, but those local files are not the source of truth.

Documentation Source Of Truth

Organization coordination and automated monitor issues should follow the source order in docs/documentation-sources.md, starting with the organization profile, this README, and the architecture docs, then the Issue-to-PR MVP, Daily Dogfood Sync, Shared Skill Sync, and Organization Monitor docs as needed. When the monitor creates a follow-up issue, its body should cite the relevant documentation path or URL and explain why that source supports the issue scope. If the docs are stale or contradictory, the monitor should report the drift instead of creating an implementation issue from an assumption.

About

Organization profile, documentation, shared skills, and dogfooding contracts for Kaizen Agents.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages