Pattern index8 min read

Patterns

Twelve composable patterns for isolated, concurrent, and continuous engineering.

How to read a pattern

Every pattern separates the problem from the mechanism. The default describes a useful starting point, not a universal policy. Each page calls out trade-offs, failure modes, extension points, and when the pattern is unnecessary.

The progression

StagePatternsQuestion
Bounded workP01–P03How can one Run work with a clear scope?
System contextP04–P05How should context and coordination travel?
ConcurrencyP06–P08How can Runs coexist and integrate?
Durable continuityP09–P11What should survive a Run?
CompositionP12How do roles work together over time?

Pattern catalogue

The reference implementation maps these patterns to Git worktrees, local coordination, command adapters, and Git-tracked knowledge. Alternative providers can implement the same boundaries.