Configuration and tooling for agentic development workflows.
# Clone the repo
git clone git@github.com:swmcc/agentic-development.git ~/Code/agentic-development
cd ~/Code/agentic-development
# Install everything and configure
make all
# Or step by step:
make install # Install herdr, herdr-spreader, lazygit
make setup # Symlink configs and create workspaces
# Check status
make status| Path | Purpose |
|---|---|
herdr/ |
Herdr terminal multiplexer configuration |
thrawn/ |
⚔ Parallel agent orchestrator — plan with fable, execute with opus/haiku/codex/local in worktrees |
Makefile |
Installation and setup automation |
Herdr is a modern terminal multiplexer with first-class support for AI coding agents. It provides:
- Workspace management with tabs and panes
- Native integrations with Claude Code, Codex, and other agents
- Agent state tracking (working/idle indicators)
- Popup commands (like lazygit)
- Gruvbox and other themes
| Target | Description |
|---|---|
make all |
Install everything and configure |
make install |
Install herdr, herdr-spreader, lazygit |
make setup |
Symlink configs and create workspaces |
make status |
Show installation status |
make update |
Update all tools to latest versions |
make unlink |
Remove symlinks (keeps tools installed) |
make uninstall |
Remove everything |
Run make help for the full list.
Give it a ticket, get a PR:
thrawn 123 # plan (fable) → parallel agents in worktrees → merge → green
thrawn status # the board, with ship code when green
thrawn ship gh-123 --code 482913 # push + PR/MR (gated behind the code)See thrawn/README.md.
- herdr/README.md - Detailed herdr configuration docs
- thrawn/README.md - Parallel agent orchestrator