Quickstart
1. Install the pack (once per machine)
git clone https://github.com/shakacode/agent-workflows
cd agent-workflows
bin/install-agent-workflows --host claude # or --host codex
Codex users can also install it as a native plugin via .codex-plugin/plugin.json.
2. Try a day-one skill — no backend, no seam
These skills work immediately, with no coordination backend and no repo seam:
tdd— red-green-refactor disciplineverify— prove your branch is ready before a PRaddress-review— triage and resolve PR review commentsadversarial-pr-review— red-team a PR before mergeupdate-changelog— an honest changelog from merged PRs
3. Adopt a repo (the seam)
Each repo exposes a small .agents/ seam — command wrappers plus a policy file — so
shared skills resolve its real commands instead of copying a config tree. Scaffold and
validate it in one step:
bin/agent-workflow-seam-doctor --init
See the adoption guide.
4. Level up: coordinated batches
To run several agents (or machines) against one backlog without collisions, add the coordination backend — claims, heartbeats, and takeover. Try it with zero setup:
agent-coord demo # a deterministic walkthrough; no remote backend
Then watch the lanes live in the dashboard.