vault/Operations/Claude/skills/thinking/scale-game/SKILL.md
Test at extremes (1000x bigger/smaller) to expose fundamental truths hidden at normal scales.
npx skillsauth add eddowding/cortex scale-gameInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Test approaches at extreme scales to find what breaks and what survives.
Validate an approach by testing it at extreme scales to expose hidden assumptions and limits.
Core principle: Extremes expose fundamental truths hidden at normal scales.
Use when:
| Dimension | Test At Extremes | Reveals | |-----------|------------------|---------| | Volume | 1 item vs 1B items | Algorithmic complexity limits | | Speed | Instant vs 1 year | Async requirements, caching needs | | Users | 1 user vs 1B users | Concurrency issues, resource limits | | Duration | Milliseconds vs years | Memory leaks, state growth | | Failure rate | Never fails vs always fails | Error handling adequacy |
Error Handling
Synchronous APIs
In-Memory State
tools
Dispatch to the right problem-solving technique based on how you're stuck.
testing
Interactive brainstorming and advisory mode that helps think through questions, critique approaches, propose alternatives, and reach optimal decisions.
tools
Find one insight that eliminates multiple components - 'if this is true, we don't need X, Y, or Z'
data-ai
Explain concepts at three levels: 5-year-old, real-world analogy, and university-level definition.