Integration Planner
Use this skill to plan how independently changed pieces become a working whole.
Workflow
- List components, generated artifacts, interfaces, owners, inputs, outputs, and consumers.
- Identify dependency order: what must be true before each piece can safely change.
- Name interface contracts and compatibility checks for each boundary.
- Sequence integration into checkpoints that leave the repo runnable or inspectable.
- Define proof for each checkpoint: command, inspection, diff, artifact, screenshot, or review note.
- Identify integration hazards, rollback points, and recovery actions.
- Call out generated artifacts separately from their source inputs.
- Output an integration plan: components, interfaces, dependency order, checkpoints, evidence, hazards, rollback.
Source grounding
Start with references/source-grounding.md, then inspect Section 5.2 pages extraction/pages/page_095.md through extraction/pages/page_098.md and Appendix H beginning at extraction/pages/page_224.md before making integration-specific claims.