Agent-ready catalogue documentation
Choose, install, operate, and build catalogues of supervised agent workflows.
Choose what you want to achieve
Section titled “Choose what you want to achieve”Start with the supervised build loop, or choose the outcome closest to the work in front of you.
Build and review softwareTake a brief or spec through implementation, mechanical gates, independent review, and a human merge decision.
Decide what to buildMove from strategy and evidence to a bounded decision brief a delivery team can act on.
Design the product and systemConnect customer intent to journeys, architecture, interfaces, and an implementable surface.
Provision and release safelyMake system decisions explicit, produce a reviewable infrastructure plan, validate the deployed whole, and stop before irreversible action.
Work with team systems and evidenceBring trackers, source material, design files, and credentials into agent work without hiding provenance or mutation.
Document what shipsCreate, restructure, audit, and verify documentation against the behavior your product actually ships.
Build and govern a catalogueCreate an organization-owned catalogue, curate packs and profiles, validate contracts, and distribute one governed system.
Choose by role
Section titled “Choose by role”- Product manager or strategist: decide, research, and shape before work reaches a delivery team.
- Platform, infrastructure, or SRE team: design the system, author contracts, produce a reviewable infrastructure plan, and stop at the production gate.
- Engineer: start with
core, then add the domain pack the change needs. - Designer or architect: design the experience or system; researcher or analyst: start with evidence.
- AI enablement or catalogue owner: initialize an organization-owned catalogue and govern what it distributes.
Use a catalogue
Section titled “Use a catalogue”- Get started with a path matched to your work.
- Compare install routes and adapter support.
- Browse every pack or install a curated profile.
- Preview an install or upgrade before writing, then upgrade safely.
- Using Claude? Add this catalogue as a plugin marketplace for user-scope packs. Repo-scoped packs such as
coreinstall withagentbundle.
Build and operate a catalogue
Section titled “Build and operate a catalogue”An organization can initialize a clean catalogue without forking this repository:
agentbundle catalogue init my-catalogue --name my-catalogueagentbundle catalogue verify --root my-catalogue- Create the first valid catalogue.
- Understand packs, profiles, adapters, composition, and self-hosting.
- Author against the portable standards.
- Implement the provider-neutral verify → package → publish contract.
Understand and reference
Section titled “Understand and reference”- The three supervised loops — discovery, build, release, and their human gates.
- The file-safety contract — how local edits survive installs and upgrades.
agentbundleCLI reference — exact commands and flags.- Complete pack reference — generated from the current catalogue rather than maintained on this page.