yaks
Git-synced discovery trees for tracking software work
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Yaks?โผ
Run `npx skills add mattwynne/yaks --all -g -y` in your terminal to install all skills in this suite globally.
What is a yak discovery tree?โผ
It is a nested tree of goals where prerequisites sit under the work they block, so you can instantly see what is ready, what is blocked, and what can run in parallel.
How does Yaks sync tasks between teammates?โผ
Yaks stores events on a hidden git ref and merges them conflict-free, so people and coding agents on different branches or worktrees can update the same tree simultaneously.
Can coding agents use Yaks?โผ
Yes. Add a short note to your AGENTS.md file and agents can plan, prepare, and implement leaf tasks in isolated worktrees using the included skills.
Do I need a server or database to run Yaks?โผ
No. Yaks is a single fast CLI binary that stores everything in your git repository, with no server, database, or background process required.