resilience

Applies bat-inspired echolocation principles to guide visually impaired users through their surroundings.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Objective-Arts/lens-dist --skill resilience-objective-arts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resilience
Source: https://github.com/Objective-Arts/lens-dist/tree/main/canon/resilience
Command: npx skills add https://github.com/Objective-Arts/lens-dist --skill resilience-objective-arts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps design and build systems that do not just survive but actively improve when exposed to volatility, randomness, and stressors, moving beyond mere robustness to achieve antifragility.

Core Features & Use Cases

  • Antifragile Design Principles: Learn and apply concepts like Via Negativa, Skin in the Game, and the Barbell Strategy.
  • Code Application: See practical examples of how to implement antifragile patterns in code, such as using optionality and circuit breakers.
  • Risk Mitigation: Identify and avoid fragile anti-patterns by focusing on bounded downside and redundancy.
  • Use Case: When designing a new microservice, apply the Barbell Strategy by using proven technologies for the core (90%) and experimenting with new tech in an isolated, low-risk capacity (10%).

Quick Start

Review the antifragile characteristics checklist before shipping code.

Frequently Asked Questions about resilience

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

FAQPage Schema
What is antifragile system design and how does it differ from robustness?

Apply the Barbell Strategy by using proven technologies for 90% of your core microservices and experimenting with new tech in an isolated 10% capacity. This limits downside risk while capturing upside optionality.

Can I apply risk management principles like the Barbell Strategy to microservices?

Apply the Barbell Strategy by using proven technologies for 90% of your core microservices and experimenting with new tech in an isolated 10% capacity. This limits downside risk while capturing upside optionality.

How do I implement antifragility patterns like optionality and circuit breakers in code?

Identify fragile anti-patterns by checking for unbounded downside and lack of redundancy. An antifragile checklist helps mitigate these risks by ensuring systems have Skin in the Game and structural optionality.

When should I not use antifragile approaches in system design?

Implement antifragility in code by applying optionality and circuit breakers to manage failure. This approach focuses on bounded downside and redundancy to ensure systems gain from random events.