Skip to content

Instantly share code, notes, and snippets.

View jscott3201's full-sized avatar

Justin Scott jscott3201

View GitHub Profile

Two-Agent Partner Workflow

A formalized cadence for shipping production-quality work using two AI agents in a lead + executor split. Battle-tested on selene-db from M1 through M14 (≈120 briefs, ≈120 PRs merged, ≈0 reverts).

Adopt this verbatim when stepping into a new codebase that uses it. Diverge only with deliberation.


TL;DR

version: "3.9"
services:
tailscale:
image: tailscale/tailscale:latest
hostname: volttron-tailscale-edge
container_name: tailscale
environment:
- TS_AUTHKEY=${TAILSCALE_AUTHKEY}
- TS_STATE_DIR=/var/lib/tailscale