pre-flight-readiness

Assess pre-flight risks for multi-system operations with a 5-phase What-If analysis.

1|3|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/vobbilis/aigile --skill pre-flight-readiness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pre-flight-readiness
Source: https://github.com/vobbilis/aigile/tree/main/.github/skills/pre-flight-readiness
Command: npx skills add https://github.com/vobbilis/aigile --skill pre-flight-readiness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Use BEFORE executing ANY E2E test, integration test, deployment, or multi-system operation. MANDATORY for operations involving >1 component. FORBIDDEN is executing without risk assessment. REQUIRED is the 5-phase 'What If' analysis with mitigations for each failure mode.

Core Features & Use Cases

  • 5-phase pre-flight assessment
  • What-If analysis with mitigation matrix
  • Health checks for all participating systems
  • Rollback/cleanup plan before execution
  • Wait-for-readiness strategy with timeouts

Quick Start

Run the 5-phase pre-flight assessment before any multi-system operation to validate risks and readiness.

Frequently Asked Questions about pre-flight-readiness

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a pre-flight risk assessment for multi-system deployments?

Pre-flight risk assessment for multi-system deployments requires a mandatory 5-phase What-If analysis. This process identifies failure modes and establishes mitigations, health checks, rollback plans, and wait-for-readiness timeouts before execution.

When do I need a pre-flight check for integration tests or E2E testing?

Pre-flight checks are mandatory for any integration test, E2E test, or deployment involving more than one component. Executing these operations without a prior risk assessment is forbidden to prevent multi-system failures.

What is included in a 5-phase What-If analysis for multi-component operations?

The 5-phase What-If analysis includes a mitigation matrix for failure modes, health checks for participating systems, rollback and cleanup plans, and a wait-for-readiness strategy with defined timeouts.

How do I validate readiness and plan rollbacks across multiple services and environments?

Readiness and rollback validation across services requires executing a pre-flight assessment that checks system health and defines cleanup plans. This ensures all participating environments are ready and have fallback strategies before operation execution.

Can I execute multi-component operations without a mitigation matrix and health checks?

Executing multi-component operations without a risk assessment and mitigation matrix is forbidden. You must complete health checks for all participating systems and establish a rollback plan before initiating any operation.

Why does my multi-system deployment fail without wait-for-readiness timeouts?

Multi-system deployments fail without wait-for-readiness timeouts because participating components may not be prepared. A pre-flight assessment establishes these timeouts alongside health checks to ensure all systems are ready before execution.