# Integration Planner

> Use when sequencing multi-component changes, merges, interfaces, generated artifacts, dependency order, or integration risk in coding work.

- Skill: `jon-devlapaz/integration-planner` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add jon-devlapaz/integration-planner`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jon-devlapaz/integration-planner/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: jon-devlapaz (https://skillmd.com/u/jon-devlapaz)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/jon-devlapaz/integration-planner

---


# Integration Planner

Use this skill to plan how independently changed pieces become a working whole.

## Workflow

1. List components, generated artifacts, interfaces, owners, inputs, outputs, and consumers.
2. Identify dependency order: what must be true before each piece can safely change.
3. Name interface contracts and compatibility checks for each boundary.
4. Sequence integration into checkpoints that leave the repo runnable or inspectable.
5. Define proof for each checkpoint: command, inspection, diff, artifact, screenshot, or review note.
6. Identify integration hazards, rollback points, and recovery actions.
7. Call out generated artifacts separately from their source inputs.
8. 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.

