# Rp Preflight

> Validates the selected source and destination configuration before discovery.

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

---


# rp-preflight

Run the deterministic preflight helper before discovery:

```bash
node skills/wix-replatform/scripts/orchestration-preflight.js <projectDir>
```

Use its structured result as authority. When it reports missing source configuration or
credentials, route to `rp-source-inputs`; when it reports a destination issue, route to
`rp-destination`. Do not begin discovery with a blocked preflight.

