# Product Playbook Export

> Export an existing validated product playbook to a single PDF or HTML file. Use only when the user explicitly asks for playbook.pdf or playbook.html. Never invent playbook content; never run during normal create or reconcile.

- Skill: `b-amir/product-playbook-export` (Agent Skill)
- Install (CLI): `npx skillmds@latest add b-amir/product-playbook-export`
- Raw SKILL.md: https://api.skillmd.com/api/skills/b-amir/product-playbook-export/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: b-amir (https://skillmd.com/u/b-amir)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/b-amir/product-playbook-export

---


# Product Playbook Export

Thin companion. Markdown remains canonical.

1. Confirm the playbook directory.
2. Validate Markdown.
3. Export PDF (default) or HTML per user ask.

```bash
python3 <skill-dir>/../../scripts/validate_playbook.py "<output_dir>"
python3 <skill-dir>/../../scripts/export_playbook.py "<output_dir>" [--format html]
```

Details: [../../references/export.md](../../references/export.md).

