cpo-setup
Sets up a repo to run the stack. It fills .cpo-stack/config.yaml with your
board facts, writes the tracker adapter, and wires AGENTS.md. Every other
skill reads what this one writes.
When to use it
Section titled “When to use it”- once, before the first use of any other
cpo-*skill - again when you switch trackers or want to restart the config
What it needs
Section titled “What it needs”- a git repo with a tracker to point at (Linear or GitHub Issues)
- you, present to answer the setup questions — it confirms real decisions such as tracker, board states, owner, and verify commands
What you get
Section titled “What you get”- a filled
.cpo-stack/config.yamlwith noTODOs left - a tracker adapter at
docs/agents/issue-tracker.mdholding the tracker’s verbs - an AGENTS.md wired so agents find both
Where it sits
Section titled “Where it sits”First. Nothing else runs correctly before it. Every other skill opens by reading the config this skill writes; none of them hardcodes a board fact.
Say this
Section titled “Say this”cpo-setupset this repo up for the CPO stackswitch the tracker to GitHub Issues