Coordinate tickets across phases
coordinate-phaseworkflowsetup L3★0
get-caio/harness ↗What it does
Coordinate parallel phase work systematically
Best for
Parallel feature development where file ownership, worktree freshness, and quality gates are structural.
Inputs
- · args: parameters object
- · phase: phase number or name
Outputs
- · merged worktree commits
- · gate pass/fail
Requires
- · multi-agent orchestration
Preconditions
- · phase file with tickets
- · git worktree support
- · test suite available
Failure modes
- · worktree merge conflict
- · gate test failure
- · file ownership overlap detected
Trust signals
- · coordinate-phase addresses worktree staleness bug (GitHub #2328 pattern)