Pack Catalogue¶
17 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:
agentbundle install --pack <name> # repo scope (default)
agentbundle install --pack <name> --scope user # user scope
| Pack | Scope | Description |
|---|---|---|
| Core | repo | The build loop — work-loop, new-spec, bug-fix, four specialist reviewers, hooks. Install this first. |
| Product Engineering | user | The discovery loop — raw idea to ratified brief with human consent at G0, G1.5, G2. |
| Release Engineering | repo | The release loop — autonomous e2e convergence on ephemeral environments; prod gate is always human. |
| Desk Research | user | Evidence-grounded research with typed artifacts, seven skills, and two retrieval subagents. |
| Architect | user | System design, diagramming, and independent architecture review from a forked-context subagent. |
| Experience Design | user | The full design thread: journey mapping, screen flows, creative direction, surface-genre design (6 types), and the shared quality floor. |
| Contracts | user | API-first design — OpenAPI 3.1 for HTTP, AsyncAPI for event streams. |
| IaC (Terraform) | repo | Plain-language intent → governed, cloud-agnostic Terraform and a human-gated pipeline; decision-record-gated, stops at terraform plan. |
| Converters | user | Document conversion: PDF/DOCX/PPTX/email → Markdown, Markdown → HTML/Word/PowerPoint/Excel. |
| Atlassian | user | Jira and Confluence from the agent — SSO-cookie authenticated, flow and DORA metrics built in. |
| Figma | user | Read and render Figma designs — files, nodes, variables, frame renders, FigJam → Mermaid. |
| Governance Extras | repo | RFC/ADR ceremony for long-lived repos: new-rfc, new-adr, update-conventions. |
| User Guide (Diataxis) | repo | Diátaxis docs scaffold — four content modes with the new-guide skill. |
| Monorepo Extras | repo | Package scaffolding — new-package skill with an example package template. |
| Catalogue Curation | repo | Catalogue-operator toolkit — assimilate external primitives, survey repos, propose packs, and export white-label or attributed forks. |
| Credential Brokers | user | In-process credential resolution: environment → OS keyring → dotfile. Cleartext never reaches the model. |
| Product Strategy | user | The strategy seat upstream of product engineering — market analysis (SWOT, Porter, PESTLE, BCG), OKR cascade, PRD writing, stakeholder synthesis, UX strategy, and content strategy. |