e3742526
- 4 skills
- 0 followers
- 22 hours ago last updated
- ▌ Failsafe Readiness · e3742526 bundleAudit whether software fails safely under missing dependencies, bad configuration, malformed input, stalled work, interrupted runs, network errors, partial data, and operator mistakes. Use when reviewing graceful startup, shutdown, cleanup, timeout, recovery, degraded mode, logging, and rerun safety.
- ▌ Off Nominal Review · e3742526 bundleReview software and operational workflows using NASA-style nominal versus off-nominal scenario analysis. Use when auditing safeguards, fault management, containment, degraded behavior, and operator-visible handling of unexpected conditions.
- ▌ Playtest Scenarios · e3742526 bundleBuild and replay a standing playtest scenario library that pins how an application is actually driven — commands, flags, arguments, screens, controls, and expected behavior. Part 1 scans a repository and authors reusable scenario cards under docs/test_scenarios/. Part 2 replays those cards unchanged as a stress test for a new model, a new agent harness or toolchain, or an app release, and as a head-to-head comparison of different models on the same repository — classifying every failure as app drift, runner drift, or environment drift before the runner is trusted for real deliverables. Use to create test scenarios, playtest an app, re-verify that commands and flags still work, stress-test a new model or tooling version, or compare models against existing scenarios.
- ▌ Recovery Readiness · e3742526 bundleAudit recovery, restore, reconstitution, and rerun safety using NIST-style contingency and resilient-system thinking. Use when reviewing checkpointing, rollback, backup or restore flows, degraded operation, and validation of recovered capability.