Recover From Failure

When a command fails, identify root cause before changing implementation.

idanmann10 Updated

File contents

Recover From Failure

Classify failure as environment, missing dependency, broken expectation, or implementation bug before fixing.

Steps

  1. Identify the reusable situation.
  2. Apply the behavior with local evidence.
  3. Record whether it helped.

Provenance

Seeded during Phase 0 from goal.md. Inspired by: https://github.com/obra/superpowers.

idanmann10/vivarium-world/tree/main/domains/coding/skills/recover-from-failure commit b8d1c19dbc

Frequently asked questions

npx skillmds@latest add idanmann10/recover-from-failure