Defines branch, worktree, sync, and integration rules for parallel implementation across multiple active writers. Use only when parallel work needs explicit Git isolation, not for solo or lightly sequential changes.
Define how parallel work moves through Git without hidden state or unsafe overlap.
Prefer git worktree when available, and otherwise apply the same isolation rules with equivalent separate checkouts.
Choose the lightest artifact that still makes the Git flow executable:
standard workdocs/plans/YYYY-MM-<topic>.md when the branch strategy, integration order, or ownership needs durable coordinationUse the existing plan template from:
../../templates/docs/plans/plan-template.mdanalyze-requirements when the intended behavior is still unsettled.execute-work when the work is small enough that no explicit Git coordination is needed.completion-gate when the implementation is already integrated and only needs readiness assessment.development-branch-finish for the landing choice when branch closure is still pending.When writing the flow inline or into a plan, include:
development-branch-finish, not to mid-execution Git coordination.