Skip to content

Pack Catalogue

22 curated packs for the AI operating model.

22 curated packs — each distilled from the best practices of its discipline through practitioner research and RFC-and-ADR governance.

Install any pack in one command:

Terminal window
agentbundle install --pack <name> # repo scope (default)
agentbundle install --pack <name> --scope user # user scope
PackScopeDescription
CorerepoSupervised coding, brief to merged PR. The agent writes a spec, works it, runs your gates, and hands the diff to reviewers that argue with it before you ever look.
Governance ExtrasrepoWrite the RFC, record the ADR, and keep track of which ones are still open. Templates come with it, so nobody argues about format.
Desk ResearchuserAsk a question, get an answer with citations you can check. It runs from a two-minute lookup to a multi-week investigation with its own folder, and argues against its own findings before handing them over.
ArchitectuserUnderstand the architecture you have, decide what to do next, design the future, diagram it, and review the evidence.
Product EngineeringuserThe messy part, before there is anything to build. Name the outcome, find the assumption that would sink it, and test that one first. What survives gets cut into specs a delivery loop can pick up.
Product StrategyuserThe questions someone will ask before they fund the work. SWOT, Five Forces, PESTLE, BCG, OKRs, a PRFAQ — each one ending in a committed document rather than a deck.
Release EngineeringrepoShip it the way production will see it. Deploy to a throwaway environment, run the tests, read the telemetry, and go round again until it holds. Then it stops and asks, because the next step is the one you cannot undo.
Frontend EngineeringuserBuild the web surface, then prove it holds up. HTML, CSS, and JS with a real token system, WCAG 2.2 AA, and Core Web Vitals measured rather than asserted. A reviewer reads the diff for the regressions those three tend to hide.
IaC (Terraform)repoDescribe the infrastructure you want; get Terraform you would be willing to review. Cloud-agnostic, gated on a written decision, and it stops at the plan — applying is still yours.
Monorepo ExtrasrepoAdd a package to the monorepo without hand-wiring the build.
ContractsuserWrite the OpenAPI or AsyncAPI contract before anyone writes a handler.
AtlassianuserRun Jira and Confluence from a conversation, including reviewed Jira or Jira Align refresh with capability-scoped write-back.
FigmauserPaste a Figma share URL and the agent can read the file. It pulls nodes, variables, and version history, renders frames as images, leaves comments, and turns a FigJam connector graph into Mermaid.
GitHubuserRead GitHub Issues or Milestones into repository intake, then review refresh deltas and confirm narrow coordination write-back.
LinearuserRead Linear work into the shared content-based repository intake route, with a separate approved delta sync for existing briefs.
Experience DesignuserStart from what the customer is trying to do and end at a screen someone could build. Journey, copy, flows, visual craft — and a reviewer that asks about the empty state and the focus ring you forgot.
Product DocumentationrepoDocumentation that matches what actually shipped. Write, restructure, or audit pack READMEs and user guides, with Diátaxis deciding what each page is allowed to do.
ConvertersuserSay “convert this PDF to Markdown” or “turn this into a branded deck” and it happens. Documents, images, and Outlook email go in; Markdown, HTML, Word, PowerPoint, and Excel come out.
Catalogue CurationrepoFor catalogue maintainers: assimilate outside skills, survey repositories, propose packs, and compile pack-owned OKF knowledge.
Credential BrokersuserYour credentials stay out of the repo and out of the agent’s context. credbroker resolves them in-process, sso-broker handles the browser cookie dance, and an LLM-cooperative credential-setup skill walks you through the first time.
Agent Skill EngineeringuserFrame, create, update, review, and optimize portable agent skills with governed reference knowledge.
User Guide (Diátaxis) — DeprecatedrepoDeprecated. Install product-documentation instead; this exists so older installs keep working.