Coordinating Multi-Repo Implementation
Use this skill for cross-repository feature or fix delivery.
Workflow
- Define objective and affected repositories.
- Verify workspace scope and dependency hints.
- Sequence work by dependency order.
- Sync only required repositories.
- When running parallel agents on the same repo, isolate with skill
metagit-agent-coordination(branch → lease → worktree) before edits. - Track progress and blockers per repository.
Command Wrapper
./skills/metagit-control-center/scripts/control-cycle.sh [root_path] ["query"] [preset]
Output Contract
Return:
- objective-to-repository map
- execution order
- current blocker + next step
Safety
- Keep scope bounded to configured workspace repositories.
- Prefer deterministic evidence for cross-repo assumptions.