setup-playbook-skillslisted
Install: claude install-skill clnnn/playbook
# Setup Playbook Skills
Scaffold the per-repo configuration that the playbook skills assume:
- **Issue tracker**: where issues live (GitHub by default; GitLab and local markdown are also supported out of the box)
- **Domain docs**: where `CONTEXT.md` and ADRs live, and the consumer rules for reading them
- **Knowledge base**: where the OKF bundle holding PRDs and Lean Product Canvases lives, and the publish, discover and update convention
This is a prompt-driven skill, not a deterministic script. Explore, present what you found, confirm with the user, then write.
## Process
### 1. Explore
Look at the current repo to understand its starting state. Read whatever exists; don't assume:
- `git remote -v` and `.git/config`: is this a GitHub repo? A GitLab one? Which one?
- `AGENTS.md` and `CLAUDE.md` at the repo root: does either exist? Is there already an `## Agent skills` section in either?
- `CONTEXT.md` and `CONTEXT-MAP.md` at the repo root
- `docs/adr/` and any `src/*/docs/adr/` directories
- `docs/agents/`: does this skill's prior output already exist?
- `.scratch/`: a sign that a local-markdown issue tracker convention is already in use
- An OKF bundle: `docs/knowledge/`, or any directory holding `.openknowledge.toml`. And `okn version`: is the CLI installed?
- Which skills are installed (a skill folder alongside this one, or the name in your available skills). `to-story-map`, `to-user-stories` and `prototype` decide whether Section A runs at all; `grill-with-docs` de