Skip to content

Get started

Install a supervised agent workflow matched to the work you need to do.

Start with a real task whose result you can verify. Most software teams should start with core: it is the catalogue’s flagship build system, not merely a sample. Product, design, infrastructure, research, and catalogue work remain first-class starting points alongside it.

Depending on the pack and adapter, an installation can add:

  • Skills — repeatable workflows your agent discovers from your request.
  • Subagents — specialist executors or reviewers that receive bounded tasks.
  • Hooks and commands — adapter-supported automation and explicit entry points.
  • Seeds and configuration — repository scaffolding or pack defaults delivered through declared contracts.

The result is a set of readable files in your repository or user-scope agent directory. agentbundle installs and upgrades them; it is not a hosted agent runtime.

Terminal window
python -m pip install agentbundle

Before any real install, add --dry-run to preview the rendered files and any preserved companions.

Claude users can also add this catalogue as a plugin marketplace for user-scope packs. core and other repo-scoped packs install with agentbundle so the workflow is shared and versioned with the project.

Install the flagship supervised work loop into a repository:

Terminal window
agentbundle install --pack core

Start with a feature or bug whose tests and diff you can inspect. The loop makes assumptions explicit, plans against the repository’s real contracts, implements, runs mechanical gates, and sends the diff into a cold independent review. It fixes findings until clean, stops if progress stalls, and never crosses the human merge gate for you.

Use natural language. Installed skills are discovered from the work you ask for.

Other credible first requests:

  • Product: “Compare the evidence for these three product bets and help me place one bounded bet.”
  • Infrastructure: “Design the deployment boundary, then generate a reviewable Terraform plan. Do not apply it.”
  • Catalogue owner: “Initialize a catalogue for our organization and show me the contracts I need to customize.”

The first-value artifact should be something you can judge in minutes: a decision brief, architecture note, contract, tested diff, Terraform plan, documentation change, or release-readiness record. Check what the agent did, what remains unverified, and which decision it surfaced to a human.