Loop Pre Flight

Loop Pre-Flight mode (✈️) — a toggle-on pre-launch check that, before any substantial task, sharpens the prompt and right-sizes the execution so you stop over-orchestrating. On every substantive request it runs a fast gate and gives a one-line verdict, then proceeds: (1) finish-line — does the ask have a verifiable end state + runnable check + guardrail + cap, or is "done" a vibe? (2) shape — climb the ladder (one prompt → workflow → agent → multi-agent); is it genuinely parallel with little shared context, or should it run inline? scale agents to complexity (don't spawn 100). (3) plan-mode — big / cross-cutting / ambiguous refactor → propose plan mode FIRST. (4) runtime — /loop vs Workflow vs inline, cache-aware delays, maker≠verifier. Use when the user says "loop pre-flight", "pre-flight on/off", "pre-flight mode", "/loop-pre-flight", "check my prompt", "right-size this", "should I fan this out", or before firing a loop / workflow / refactor.

seanx10m 5cf81c5 8.7 KB Updated

File contents

seanx10m/skills/tree/main/engineering/loop-pre-flight commit 5cf81c5bef

Frequently asked questions

npx skillmds@latest add seanx10m/loop-pre-flight