id-planlisted
Install: claude install-skill lukasrepublic/agentic-foundry
# /foundry:id-plan — the read-only PRE-MERGE seam (plan/diff → review artifact + step-report note)
The `infra-delivery` step sequence (a documented procedure this skill family forms — no workflow engine or state-machine file ships) drives an IaC change spec → merge. Step 8 is the **PRE-MERGE
seam**: before an infrastructure change is merged, prove read-only that the change does what its
spec says and nothing else — that the codified IaC, refreshed against the **real** environment,
matches reality with no unexpected `add`/`change`/`destroy`/`replace` and a clean policy pass.
Infrastructure has no app to boot, so the app live-seam (boot → exercise a surface → assert no
new 5xx) has no analog here. `id-plan` is the disciplined procedure the generic agent runs
instead: it resolves the active profile, drives the profile's **`infra_binding.plan`** command
strings **read-only** against the real environment, collects the structured plan/diff, and turns it into
**the review artifact** (the hand-off the human / `id-review` / the merge floor reads) plus a
`.foundry/`-partitioned **plan STEP-REPORT NOTE**. The infra live-seam's dedicated walk-evidence
recorder + verdict machinery this skill used to compose with was retired
(see `docs/DESIGN.md`) — there is no live consumer that adjudicates this note into a
PASS/FAIL today; it is advisory input for the human review at the merge floor.
## When to trigger
- The `infra-delivery` sequence advances to the **pre-merge seam** (step 8), after