What problem does it solve?
This Skill helps you identify and reduce unnecessary mental effort in code, APIs, CLIs, documentation, and workflows. It is designed for situations where users or developers must remember too many rules, flags, states, or naming conventions just to use a system correctly.
Core Features & Use Cases
- Working-memory analysis: Maps everything a user must keep in mind, including concepts, defaults, ordering rules, and exceptions.
- Load classification: Separates intrinsic complexity from avoidable extraneous complexity so you can simplify without removing real capability.
- Concrete design improvements: Recommends chunking, better naming, safer defaults, validation, and other ways to move knowledge from memory into the interface or type system.
- Use cases: Review a confusing SDK, audit a CLI with tangled flags, improve onboarding documentation, or refactor code that feels hard to follow even when the diff is small.
Quick Start
Ask the cognitive-load-review skill to evaluate a specific API, CLI, document, or code path and identify the biggest sources of working-memory burden and the highest-impact reductions.