eugenelim/agent-ready-repo

18 stars · Last commit 2026-08-31

The complete AI operating model for software teams — from first idea to production. Three peer-supervised loops (discovery → build → release) over a catalogue of curated packs: skills, subagents, and hooks, each installed in one line. It's npm for your coding agent. Any agent, any stack — Claude Code, Codex, Cursor, Copilot, Gemini, Kiro.

README preview

# agent-ready-repo

**The supervised agentic build loop—and the catalogue of workflows around it.**

Decide what to build, design the product and system, implement and review software, plan infrastructure, validate releases, document what ships, and govern the catalogue your organization owns.

```text
Reversible agent work → mechanical checks → independent review → human decision
```

[![PyPI](https://img.shields.io/pypi/v/agentbundle)](https://pypi.org/project/agentbundle/) [![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue)](#license) [![OWASP Agentic Skills Top 10](https://img.shields.io/badge/OWASP-Agentic%20Skills%20Top%2010%20v1.0-blue)](https://owasp.org/www-project-agentic-skills-top-10/)

[Build with `core`](#build-with-core) · [Explore use cases](https://eugenelim.github.io/agent-ready-repo/#use-cases) · [Get started](https://eugenelim.github.io/agent-ready-repo/docs/getting-started/) · [Browse the catalogue](https://eugenelim.github.io/agent-ready-repo/catalogue/) · [Contribute](CONTRIBUTING.md)

## Choose a use case

- **Product managers and strategists:** move from strategy and evidence to a bounded decision brief with `product-strategy`, `desk-research`, and `product-engineering`.
- **Platform, infrastructure, and SRE teams:** design the boundary, author contracts, produce reviewable Terraform, and validate the deployed result with `architect`, `contracts`, `iac-terraform`, and `release-engineering`.
- **Software teams:** take a brief or spec through implementation, hard gates, independent review, and a human merge decision with `core`.
- **Design, research, documentation, and enablement teams:** [explore the use cases](https://eugenelim.github.io/agent-ready-repo/#use-cases) that map your work to the relevant packs.

View full repository on GitHub →