# playbooks **Repository Path**: multigent/playbooks ## Basic Information - **Project Name**: playbooks - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-07-21 - **Last Updated**: 2026-07-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Multigent Playbooks Official remote playbook registry for [Multigent](https://github.com/multigent/multigent). Playbooks package reusable collaboration systems: teams, roles, skills, workflows, and task templates. A workspace can install a playbook to start from a working process instead of a blank canvas. ## Registry Default registry URL: ```text https://raw.githubusercontent.com/multigent/playbooks/main/registry.json ``` Override or add registries in Multigent: ```bash MULTIGENT_PLAYBOOK_REGISTRY_URLS=https://raw.githubusercontent.com/multigent/playbooks/main/registry.json ``` ## Catalog Current playbook families include: - Agentic software delivery - Bug triage and fix - OpenSpec artifact-guided delivery - Startup validation - Support knowledge loop - Video production studio Each playbook can provide multiple locales, currently `en` and `zh-CN`. ## Repository Layout ```text registry.json # catalog metadata playbooks//.json # full localized playbook payload schema/registry.schema.json # registry validation schema ``` ## Updating The Registry Playbooks are generated from the main Multigent repository, then reviewed here. From the `multigent` repository: ```bash go run ./tools/export-playbooks --out ../playbooks ``` Then review the diff in this repository before committing. ## License And Attribution This repository is licensed under the PolyForm Noncommercial License 1.0.0. Some playbooks adapt upstream workflows or public procedures. Source and license notes should be preserved in each playbook JSON under skill `source` and `licenseNote` fields.