Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agentic Development

Configuration and tooling for agentic development workflows.

Quick Start

# 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

Contents

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

What's Herdr?

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

Make Targets

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.

Thrawn

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.

See Also

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages