An open specification for multi-step AI workflows written in plain markdown.
PLAYBOOK.md defines a portable, human-readable format for repeatable AI workflows. If you can write a README, you can write a playbook.
| Repo | Description |
|---|---|
| playbook-spec | The PLAYBOOK.md specification |
| playbook-gallery | Curated example playbooks |
| playbook-schema | JSON Schema and TypeScript types |
| playbook-integrations | SDKs (TS, Python, Go), MCP server, Agent Skills, Editor configs |
| playbook-playground | Web-based editor and validator |
| playbook-cli | CLI tool for validating, parsing, and scaffolding playbooks |
| playbook-vscode | VS Code extension with syntax highlighting and validation |
| playbook-action | GitHub Action for PR validation |
| playbook-docs | Documentation site (docs.playbook.style) |
| playbook-site | Landing page (playbook.style) |
npm install -g @playbook-md/clicode --install-extension playbook-md.playbook-vscode- uses: PLAYBOOK-MD/playbook-action@v1# Code Review Pipeline
## INPUTS
- `code` (text): Code to review
- `focus` (enum: security, performance, readability): Review focus
## STEP 1: Analysis
Analyze the following code with a focus on {{focus}}:
{{code}}
@output(issues)
## STEP 2: Recommendations
For each issue, provide a severity rating and specific fix.Spec: CC BY 4.0 | Code: MIT