What problem does it solve? Before trusting an AI agent configuration in production, teams need evidence that its rules actually hold under pressure. This Skill provides a systematic adversarial testing protocol that attempts to break rule boundaries — authority pressure, urgency, scope creep, secret access, context bleed, and AFK loop safety — and documents every failure mode honestly. ## Core Features & Use Cases - Six test categories: Rule persistence under pressure, scope containment, secret isolation, context isolation between projects, AFK loop safety, and rule conflict resolution. - Scored pass/fail protocol: Each scenario records PASS, FAIL, PARTIAL, or UNTESTED with minimum thresholds for production readiness (100% on secrets and AFK safety). - Structured audit report: Generates a stress test report saved to working/research/ and promoted to docs/audits/ for transparent disclosure. - Use Case: Before rolling out ctrl+shft to a client team, run all six categories, document two known failure modes with workarounds, and publish the report so stakeholders can make an informed trust decision. ## Quick Start Invoke the stress-test skill and specify a category, or run all categories in sequence, then record each scenario result and generate the final report.