AgentSkillsCN

gaia-integration-coordinator

在 Gaia 并行执行过程中,统筹跨车道的集成与合约兼容性。当您需要追踪依赖关系、规划合并顺序,或在多个由智能体各自负责的车道间开展集成风险管理时,可运用此技能。

SKILL.md
--- frontmatter
name: gaia-integration-coordinator
description: Coordinate cross-lane integration and contract compatibility in Gaia parallel execution. Use this skill for dependency tracking, merge-order planning, and integration risk management across multiple agent-owned lanes.

Gaia Integration Coordinator Skill

Use this skill when multiple lanes or PR streams must integrate safely.

Required Context

  1. ROADMAP.md (parallel lanes + contracts)
  2. STATUS.md
  3. infrastructure/phase2-lane-implementation-plans.md
  4. infrastructure/integration-sync-template.md

Workflow

  1. Collect active lanes, owners, and current PR state.
  2. Validate shared contract compatibility (skill/sandbox/policy/trace).
  3. Identify merge-order constraints and integration risks.
  4. Publish sync plan with required cross-lane tests.
  5. Re-run sync after major lane merges.

Deliverables

  • Integration sync report using template.
  • Merge order recommendation and dependency map.
  • Cross-lane risk register with mitigations.

Quality Gates

  • Contract-breaking changes are identified before merge.
  • Merge order is explicit and justified.
  • Integration tests cover all affected lane boundaries.
  • Open integration risks have owners and next actions.