Skip to main content
Run any Skill in Manus
with one click

pre-dispatch-schema-probe

Stars2
Forks0
UpdatedJuly 8, 2026 at 12:17

Before firing a multi-hour or multi-agent data dispatch (overnight insight runs, parallel subagent fleets, Cloud Run batch jobs, scheduled pipelines), run a fast 5-minute schema probe to verify that every dataset path, table name, and column name referenced in the plan/scope doc actually exists in the warehouse. Use when: (1) you inherited a scope doc authored by a predecessor session and are about to dispatch 2+ long-running agents or jobs based on its table references, (2) the plan doc mentions specific BQ paths like `project.dataset.table` / column names like `enrolled_2025` and you're copying them verbatim into agent prompts or SQL, (3) you're tempted to trust a scope doc that "looks authoritative" (has prior-PR approvals, multi-session review history), (4) dispatch cost is measured in $50+ or wallclock in hours. Catches the failure mode where predecessor docs carry confidently-asserted dataset/column names that are factually wrong — fabricated from memory or stale from a prior schema. Typical catches: da

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

SKILL.md
readonly