What problem does it solve?
Designs, APIs, and utility abstractions often accumulate orphaned surfaces, redundant verbs, and inert features hidden behind aspirational documentation. This Skill forces a one-sentence reduction of any product, API, or utility to expose incoherence before it becomes permanent code.
Core Features & Use Cases
- Cohesion Audit (top-down): Write a thesis sentence for a design or surface, then check every command, endpoint, or option against it to find orphaned or redundant surfaces.
- Value-Add Audit (bottom-up): Apply three ordered reductions (strip-docs, default-config, caller-need) to a utility or wrapper to reveal what it actually does under the defaults in use.
- Use Case: A notification API has grown to seven methods including schedule, batch, and digest. Reducing it to one sentence reveals those three belong to a sibling product, not this one.
Quick Start
Ask the AI to apply the one-sentence test to your API surface or utility wrapper and show the sentence it writes before auditing each surface against it.