← Back to Skills Marketplace
p9sgr2rnrj-ux

Preflight Workflow

by p9sgr2rnrj-ux · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ pending
43
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install preflight-workflow
Description
Stop before you break — four mandatory checks before every operation: search, rollback, test, scope
README (SKILL.md)

🛡️ Preflight Workflow

A lightweight safety workflow that stops agents and humans from acting before they think. Four mandatory checks — if even one fails, stop and fix it first.

When to Use

Every time you (or your agent) are about to:

  • Run a system command
  • Deploy or modify code
  • Change configuration
  • Execute an unfamiliar or risky operation

Core rule: No search = no action. No preflight = no execution.

How It Works (for agents)

Step 1: User describes what they want to do

If it's a new, unfamiliar, or risky operation → run the full four-question checklist.

Step 2: Four mandatory questions

✅ Q1: Have you searched first?

  • Look for existing solutions, known pitfalls, or prior experience
  • Don't answer from memory or intuition
  • Check at least 2 independent sources

✅ Q2: Is there a rollback plan?

  • What state can you return to if it fails?
  • Have you made a backup?
  • Do you have clear rollback steps?

✅ Q3: Has it been tested or validated?

  • Has the approach been verified on a small scale?
  • Are you relying on "let's try and see"?

✅ Q4: Is the impact clear?

  • What are you changing?
  • Who/what will it affect?
  • How long to recover if it goes wrong?

Step 3: All pass → proceed. Any fail → stop.

Four ✅ required. Not one less.

Step 4: After the operation

Outcome Action
✅ Success Log it (date + what + result)
❌ Failure Write to LEARNINGS.md (root cause + fix + prevention)
💡 New insight Update this SKILL.md

CLI Mode (no agent, just a shell script)

chmod +x preflight.sh
./preflight.sh "deploy new cron job"

Answers four yes/no questions interactively. All ✅ → "All passed, go ahead." Any ❌ → "Blocked: ... Fix it first."

Common Pitfalls

  • ❌ "I know this one" → No you don't. Search first.
  • ❌ "This is too simple to check" → Small ops cause big outages.
  • ❌ Trying repeatedly without documenting → Failure is a lesson. Write it down.
  • ✅ Getting corrected? Accept → Fix → Remember. No excuses.

Included Files

File Purpose
preflight.sh Interactive CLI checklist (4 yes/no questions)
SKILL.md Loadable skill for any SKILL.md-compatible agent
LEARNINGS.md Post-mortem template (root cause + fix + prevention)
install.sh One-command install script
README.md Quick start guide

Verification

Run the script and answer all four questions:

  • All y → ✅ "All passed, proceed."
  • Any n → ❌ "Blocked by: [reason]. Fix before proceeding."
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install preflight-workflow
  3. After installation, invoke the skill by name or use /preflight-workflow
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug preflight-workflow
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Preflight Workflow?

Stop before you break — four mandatory checks before every operation: search, rollback, test, scope. It is an AI Agent Skill for Claude Code / OpenClaw, with 43 downloads so far.

How do I install Preflight Workflow?

Run "/install preflight-workflow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Preflight Workflow free?

Yes, Preflight Workflow is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Preflight Workflow support?

Preflight Workflow is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Preflight Workflow?

It is built and maintained by p9sgr2rnrj-ux (@p9sgr2rnrj-ux); the current version is v1.0.0.

💬 Comments