worktrees.md

Git Worktrees + AI Development Workflows

🚧 This site is currently under construction.

It’s being built using the same Git worktree workflows and AI-assisted development agents that will be documented and taught here.

The goal is simple: help developers build faster by running parallel workstreams in isolated workspaces β€” without the branch chaos.

git worktree add ../feature-agent feature/agent

Project workspace

The docs you’ll see on this site map directly to the workflow used to build it:

/worktrees.md
β”œβ”€β”€ agents.md      # agent roles + prompts
β”œβ”€β”€ plan.md        # roadmap + milestones
β”œβ”€β”€ tasks.md       # active work items
β”œβ”€β”€ patterns.md    # reusable workflows
β”œβ”€β”€ labs.md        # experiments + demos
└── learn.md       # tutorials + guides
      
Git worktrees
parallel dev
AI agents
workflow patterns
hands-on labs