git-orchestration-flow - Git Orchestration Flow
Provides procedures for Git branch management, worktree isolation, stacked PR synchronization, ruleset handling, and SSOT conflict resolution.
Tags
Updated: 2026-09-22Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Isolate worktrees for parallel tasks
- Detach HEAD to delete branches
- Prune completed or obsolete worktrees
- Execute two-pass Work Block projections
- Resolve unresolved GitHub review threads
- Reconcile SSOT file rebase conflicts
- Synchronize stacked PRs bottom up
- Verify frozen PR head assurance
Inputs
- Git branches and worktrees
- GitHub PR numbers and metadata
- FILE_REGISTRY.yml and PROJECT_MAP.md files
- Stacked PR reference commit SHAs
Outputs
- Cleaned worktrees and updated branches
- Work Block closure commits
- Resolved GitHub PR review threads
- Reconciled SSOT configuration files
- Synchronized stacked PR branch trees
Requirements
- Git CLI tool
- GitHub CLI tool
- GitHub GraphQL API access
- Repository write authority
