design-playbook
v0.24.1Design I/O for coding agents: controllable UI generation via declarations (spec/domain/craft/design/components/template) and contracts (skill/evaluator). Use for product UI—console, dashboard, agent-ops, CJK-first apps.
By Bandersnatch0xLicense: MIT2 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 10 skill or MCP entries
- Source updated
- Sep 19, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install design-playbook for Codex and Claude Code
codex plugin marketplace add Bandersnatch0x/design-playbook
codex plugin marketplace upgrade design-playbook
codex plugin add design-playbook@design-playbookPaste and run these commands in a terminal with Codex. They add and refresh the design-playbook catalog, then install this plugin.
Compatibility: the page URL and API slug “design-playbook” remain stable.
- Codex:
design-playbook@agent-plugin-marketplace→design-playbook@design-playbook
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Bandersnatch0x/design-playbookClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packages/design-playbook/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/craft-guard/SKILL.md├── skills/design-baseline/SKILL.md├── skills/design-playbook/SKILL.md├── skills/native-craft/SKILL.md├── skills/reference-intake/SKILL.md├── skills/ui-evaluator/SKILL.md├── skills/ui-picker/SKILL.md├── skills/ux-spec/SKILL.md└── .mcp.json
Included Skills8
UI craft and feedback quality. Use when polishing product UI (motion, loading/error feedback) or when a page reads as AI slop.
Discover, validate, or draft a project-owned DESIGN.md before adding or revising UI in an existing frontend. Use during design-playbook initialization when a repository already has pages, components, themes, tokens, or styles; when new UI looks inconsistent with existing surfaces; when DESIGN.md may be missing, incomplete, conflicting, or stale; or when the user asks to generate a design system from existing frontend source. Produces a provenance-backed draft and requires confirmation before creating or replacing the durable baseline.
Route and orchestrate outcome-first product UI work. Use for answer, review, diagnosis, plan, prototype, build, or fix asks involving a page, dashboard, list, or settings surface, and for recirculating failed design review through declarations and evidence.
Native-feel declaration for desktop apps. Use when a cross-platform desktop app (macOS+Windows) must feel indistinguishable from native. Invoked before ui-picker for native-desktop targets, not web pages.
Reference intake contract from screenshot, URL, design file, or product analogy. Use when the user supplies visual/product reference before build, or when Keep/Change/Do not copy boundaries are missing for a design ask.
Run evidence-backed UI acceptance. Use after generating a page, or when the user wants a design review or recirculatable critique against declared goals and success criteria.
UI shell and component semantics. Use when scaffolding a product page (list, dashboard, settings, detail, agent-admin), or when the wrong template/Badge-Tag pairing is about to be coded.
Declaration-first UI spec (six-layer spec.md) shaped through an S0-S6 interactive session. Use when turning a short product/UI ask into six-layer spec.md, or when goal, edge-state, acceptance, or evidence requirements are missing before build.
MCP servers2
- command
- python
- args
- ./mcp/evidence/server.py
- cwd
- .
- command
- python
- args
- ./mcp/preview/server.py
- cwd
- .
Plugin manifests2
{
"name": "design-playbook",
"version": "0.24.1",
"description": "Design I/O for coding agents: controllable UI generation via declarations (spec/domain/craft/design/components/template) and contracts (skill/evaluator). Use for product UI—console, dashboard, agent-ops, CJK-first apps.",
"author": {
"name": "Bandersnatch0x",
"url": "https://github.com/Bandersnatch0x"
},
"homepage": "https://github.com/Bandersnatch0x/design-playbook",
"repository": "https://github.com/Bandersnatch0x/design-playbook",
"license": "MIT",
"keywords": [
"ui",
"ux",
"design",
"design-io",
"design-playbook",
"spec",
"craft",
"evaluator",
"console",
"cjk"
],
"skills": "./skills/",
"mcpServers": "./.codex-plugin/mcp.json",
"interface": {
"displayName": "design-playbook",
"shortDescription": "Design I/O declarations + contracts for product UI",
"developerName": "Bandersnatch0x",
"category": "Design",
"brandColor": "#2DD4BF",
"websiteURL": "https://github.com/Bandersnatch0x/design-playbook"
}
}{
"name": "design-playbook",
"description": "Design I/O for coding agents: controllable UI generation via declarations (spec/domain/craft/design/components/template) and contracts (skill/evaluator). Use for product UI—console, dashboard, agent-ops, CJK-first apps.",
"version": "0.24.1",
"author": {
"name": "Bandersnatch0x"
},
"license": "MIT",
"keywords": [
"ui",
"ux",
"design",
"design-io",
"design-playbook",
"spec",
"craft",
"evaluator",
"console",
"cjk"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[design-playbook on Agent Plugins Marketplace](https://pluginsmp.com/plugins/design-playbook)