Summary
- Incremental delivery workflow for a monorepo and its component repositories.
- Use when implementing, integrating, pinning, containerizing, publishing, or composing changes across a root repo and its components; especially when work risks long-lived branches, broad component freezes, excessive review or security ceremony, submodule or image drift, or delayed merges to main.
- Produces the smallest observable slice, bounded verification, immediate component and root main merges, and concise status reporting.
- Repo-specific extensions (e.g. 33god-merge-forward) layer product authority boundaries and repo-specific gates onto this base.