The agentic build loop that cannot approve its own work.
core takes a brief or spec through implementation, mechanical gates, and a cold independent review. It keeps going until the change is clean—or stops and tells you why. The wider catalogue brings the same discipline to product, design, infrastructure, release, research, and documentation work.
One command. Every major coding agent. Human merge gate. User-scope packs also ship through the Claude plugin marketplace.
- 3supervised loops
- 7adapters
- 1pip install
Use cases
Start with the outcome. Meet the packs second.
Packs are composable units, not departments. Choose the change you need and install only the workflows that help produce it.
Decide what to build
Product managers · strategists · founders
Move from strategy and evidence to a bounded decision brief a delivery team can act on.
Design the product and system
Designers · architects · frontend teams
Connect customer intent to journeys, architecture, interfaces, and an implementable surface.
Build and review software
Flagship systemSoftware teams · coding agents
Take a brief or spec through implementation, mechanical gates, independent review, and a human merge decision.
Provision and release safely
Platform · infrastructure · SRE
Make system decisions explicit, produce a reviewable infrastructure plan, validate the deployed whole, and stop before irreversible action.
Work with team systems and evidence
Researchers · delivery teams · analysts
Bring trackers, source material, design files, and credentials into agent work without hiding provenance or mutation.
Document what ships
Product teams · documentation owners
Create, restructure, audit, and verify documentation against the behavior your product actually ships.
Build and govern a catalogue
AI enablement · platform owners
Create an organization-owned catalogue, curate packs and profiles, validate contracts, and distribute one governed system.
An unattended loop makes unattended mistakes.
Agent coding tools have moved the leverage from the prompt to the loop. But a loop running unattended is also a loop making mistakes unattended — and it will self-certify its way out of every check you give it. The answer is not a tighter prompt. It is a supervised loop with mechanical gates the agent cannot bypass.
Three supervised peer loops. One handoff chain.
Discovery Loop
product-engineering · discovery-leadRaw idea → ratified brief. Five candidate shapes explored in parallel, collapsed through product, UX, architecture, and safety lenses.
Human gate. G3 — you approve a ratified decision brief, not a validated solution.
Read the discovery journeyBuild Loop
core · work-loopSpec → shipped code. Lint, typecheck, and tests must pass. Three specialist reviewers each read the diff cold, in a fresh session — adversarial by design.
Human gate. G4 — you merge only when adversarial review is clean and all gates pass.
Read the build journeyRelease Loop
release-engineering · release-leadBuilt → production. Autonomous e2e convergence on ephemeral environments. Deployed findings feed back to the build loop automatically.
Human gate. G5 — prod ship always surfaces to a human. Always.
Read the release journey
Every loop surfaces to you at exactly the right moment.
Not as a workaround — as a design principle. The agent runs the loop; you control the gates. Here is what each handoff asks of you.
- G0Discovery
Go / No-go
Is this idea worth exploring?
- G1.5Discovery
Shape sign-off
Does the chosen shape fit the product strategy?
- G2Discovery
Brief ratification
Is the decision brief complete enough to build from?
- G3Discovery → Build
Handoff to build
Is this brief specific enough to spec?
- PlanBuild
Plan approval
Is the plan's trio correct? Do the risk triggers fire?
- G4Build
PR merge
Is adversarial review clean? Does the spec match the implementation?
- G5Release
Prod ship
Is this safe to put in front of users?
One install. Every major agent.
| Agent | Skills | Subagents | Hooks | Commands |
|---|---|---|---|---|
| Claude Code | Yes | Yes | Yes | Yes |
| Codex | Yes | Yes | Yes | No |
| Cursor | Yes | Yes | Yes | No |
| Copilot | Yes | Yes | Yes | No |
| Gemini CLI | Yes | Yes | Yes | No |
| Kiro IDE | Yes | Yes | Yes | No |
| Kiro CLI | Yes | Yes | Yes | No |
Switch adapters with one flag. Your skills, subagents, and hooks project into the layout each agent expects.
Start in one command.
python -m pip install agentbundleagentbundle install --pack coreagentbundle install --pack coreagentbundle install --pack product-engineering --scope useragentbundle install --profile inceptionagentbundle install --profile solution-architectOne command lands the loop. Any agent that reads a skill file inherits it automatically.
Own the catalogue your team runs.
Initialize a clean managed scaffold with agentbundle catalogue init. Choose the packs and profiles your organization supports, encode your conventions and defaults, validate the contracts, and distribute one governed system across machines and agent adapters. No repository fork is required.