# Pipeline Preflight

> Pre-execution audit before AI generation: required inputs, files, constraints, tools, and prior outputs present. Halt instead of running cold. Use before agent runs, RAG pipelines, or multi-step chains. Scope boundary: human/study prep → `workspace-mise-en-place`; craft routing → `craft-systems-primer`.

- Skill: `catcorner22/pipeline-preflight` (Agent Skill)
- Install (CLI): `npx skillmds@latest add catcorner22/pipeline-preflight`
- Raw SKILL.md: https://api.skillmd.com/api/skills/catcorner22/pipeline-preflight/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: CatCorner22 (https://skillmd.com/u/catcorner22)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/catcorner22/pipeline-preflight

---

# AI pipeline pre-flight (mise en place)

**#2** · **Domain:** Culinary arts · **Category:** quality-control · **Difficulty:** 🟢 Low

## Core principle

No heat until ingredients are prepped, measured, and in place.

## AI problem addressed

Pipelines run with missing context then backfill assumptions.

## Implementation

Checklist before generate:
- [ ] Required input variables present and non-empty
- [ ] Referenced prior outputs exist in context
- [ ] Uploaded files attached and parsed
- [ ] System constraints loaded
- [ ] Required tools authenticated
HALT and report gaps if any fail.

## Boundaries

- Prototype as prompt scaffold (🟢) before full pipeline middleware (🟡/🔴)
- Category router: **`ai-transfer-quality-control`**
- Catalog: **`ai-transfer-ecosystem-primer`**
- Runtime plugin id: `mise_en_place`

