preflight-risk-review

Convert ee preflight and tripwire outputs into evidence-backed risk review briefs.

41|3|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Dicklesworthstone/eidetic_engine_cli --skill preflight-risk-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: preflight-risk-review
Source: https://github.com/Dicklesworthstone/eidetic_engine_cli/tree/main/skills/preflight-risk-review
Command: npx skills add https://github.com/Dicklesworthstone/eidetic_engine_cli --skill preflight-risk-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

It converts mechanical ee preflight and tripwire outputs into a bounded, evidence-linked risk brief that helps an agent decide whether to proceed safely, needs escalation, or must stop when evidence is missing or degraded.

Core Features & Use Cases

  • Evidence-bounded risk summaries: Produces low/medium/high/blocked/unknown risk levels using only workspace-scoped ee JSON and exported evidence, while preserving degraded codes, redaction status, and provenance.
  • Stop/Go gates for destructive and high-impact work: Enforces explicit confirmation and required tripwire checks for destructive commands, migrations, and production deploys.
  • Operational verification planning: Generates must-verify checks, follow-up ee commands, and asks-now questions, refusing to claim “low risk” from silence or degraded/no-evidence states.

Quick Start

Use this skill by asking an agent to review a task’s preflight risk for a specific workspace using ee status, preflight run, and tripwire results before any change or deploy is executed.

Frequently Asked Questions about preflight-risk-review

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

FAQPage Schema
How do I create a safe go/no-go risk review before running destructive commands or migrations?

A preflight risk review converts ee preflight and tripwire JSON outputs into an evidence-backed brief with low, medium, high, blocked, or unknown risk levels. It enforces stop/go gates for destructive commands and migrations, preventing actions when evidence is missing or degraded.

How does a preflight risk assessment handle degraded or missing workspace evidence?

A preflight risk assessment handles degraded or missing evidence by refusing to claim low risk from silence. It preserves degraded codes, redaction status, and provenance, enforcing strict gates that block the agent from proceeding without explicit confirmation and valid evidence bundles.

When do I need an evidence-bounded risk brief for coding-agent actions?

You need an evidence-bounded risk brief before coding-agent actions involving destructive commands, database migrations, production deploys, or dependency updates. It is required whenever you must verify operational safety using workspace-scoped ee JSON and exported tripwire evidence before executing changes.

Can I use preflight tripwire outputs to generate operational verification checks for deploys?

Yes, you can use preflight tripwire outputs to generate must-verify checks, follow-up ee commands, and asks-now questions for deploys. The review process consumes explicit ee --json outputs and approved evidence bundles to plan operational verification and enforce stop/go gates.

What are the limitations of relying on preflight risk reviews for production deploys?

Preflight risk reviews are limited by their strict dependence on consuming only explicit ee --json outputs and approved evidence bundles. They cannot claim low risk from silence, will block actions during degraded states, and require explicit confirmation for high-impact production deploys without overriding redaction or prompt-injection gates.

Does a preflight risk review preserve evidence provenance and IDs during redaction handling?

Yes, a preflight risk review preserves evidence provenance and IDs throughout redaction handling. It enforces redaction, prompt-injection, and degraded-state gates while emitting a schema-compliant ee.skill.preflight_risk_review.v1 brief that maintains full workspace-scoped evidence tracking.