From aletheia-nexus
Classify the task, identify risk, choose a strategy, and set a proof plan before non-trivial work. Use for architecture, migrations, auth, billing, concurrency, large refactors, or whenever failure would be costly.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aletheia-nexus:metacog-preflightThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before acting, produce a compact preflight for $ARGUMENTS:
Before acting, produce a compact preflight for $ARGUMENTS:
Task type
Risk level
Failure cost
Strategy (pick one)
Proof plan Name the smallest checks that would prove or falsify success (tests, grep, type check, build, manual inspection).
Tool plan Explicitly state which tools are truly necessary and which can be skipped.
Risk: {level}
Strategy: {chosen}
Proof plan: {checks}
First action: {next step}
npx claudepluginhub yannabadie/meta-ygnRuns a structured pre-mortem on plans before execution, enforcing per-step risk checks, evidence sourcing, and action verdicts to catch failures early.
Validates implementation plans against codebase reality, architecture, quality, risks, and conventions before execution using four parallel specialized reviewers.