Skip to content

Install the whole lifecycle

Compose the user-scope shaping profile, the repo-scope build profile, and the packs in neither, in the order a new team needs them.

Use this when: you are setting a team up to run shaping, building, governance, and release from this catalogue, and you want the whole path rather than one pack.

Before you start: the agentbundle CLI on your PATH. See Choose an install route if you do not have it yet.

There is no single command that installs everything. The lifecycle crosses two scopes — shaping follows you across repositories, building belongs to the repository — and a profile installs at one fixed scope with no override. So a team composes it. This page is that composition, in order.

Do this first. Every lifecycle pack downstream of shaping either depends on core or hands work to it.

Terminal window
agentbundle install --profile full-ceremony .

That is core (the build loop), governance-extras (RFCs and ADRs), product-documentation, and monorepo-extras, all at repo scope.

Then, in a fresh agent session, adapt the repository to itself:

Run adapt-to-project for a read-only readiness check.

For a brand-new repository, use init-project instead — see Start a project.

Terminal window
agentbundle install --profile inception

That is desk-research, product-engineering, and architect. It installs at user scope deliberately: shaping travels with you across every repository you work in, and the profile’s scope is fixed.

A solution architect who does not shape product can install solution-architect instead — architect, desk-research, and contracts.

Fourteen packs are in no profile. Install the ones your team actually uses:

PackInstall whenScope
product-strategyyou set direction, OKRs, or market positionuser
experience-designyou design journeys, flows, and screensuser
frontend-engineeringyou build UI surfaces against a page contractrepo
contractsyou author API or event contractsrepo
release-engineeringyou validate a deployed artifact — needs corerepo
iac-terraformyou author governed Terraformrepo
atlassian, linear, githubyour team uses that trackerscope of its credentials
figma, converters, credential-brokersyou pull from those sourcesas needed
catalogue-curation, agent-skill-engineeringyou build your own packsuser
user-guide-diataxisyou write Diátaxis-shaped user guidesuser
Terminal window
agentbundle install --pack release-engineering .

release-engineering hard-depends on core, so step 1 must be done first. The installer checks every precondition before writing anything and refuses by name if one fails.

Start a fresh agent session in the repository and orient:

workspace status

You should see the repository’s queues and the skills each installed pack contributes. If a skill you expect is missing, start a new session — a just-installed skill is not available to a session that was already running.

A repository that can carry work from a raw idea to a ratified production ship: shaping at user scope, the build loop and governance in the repository, and whichever release, design, or tracker packs your team uses. The next step is to shape something — see Shape a feature intent, then Hand an intent to the build loop.