# Simplify

> When a solution needs simplifying, load this skill with the map-reduce skill to find its essence. Use when this capability is needed.

- Skill: `tomevault-io/simplify-7` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/simplify-7`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/simplify-7/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/simplify-7

---


## ::input::

$target: what to simplify
$essence: what must be preserved

## ::context::

$relevantHeuristics: a list of heuristics picked from #heuristics
  
## ::workflow::

FOR $heuristic IN $relevantHeuristics
  USE ~/skill/map-reduce WITH
    $transform: $heuristic
    $validator: check if $essence is preserved
    $strategy: Strategy = "independent"
    $maxIterations: 5
  END
END

## Heuristics

1. Subtractive Iteration: remove one element and check if it still works. 
2. Forced Constraints: reimplement with half the lines and note what survives. 
3. Explain to Caveman: if you can't explain it simply, simplify it. 
4. Reverse Complexity Audit: list every abstraction and name the catastrophe it prevents. 
5. Rewrite Bet: two hours to rewrite from scratch, note what you keep.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/djgrant) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

