---
name: hmbown/simplify
source: https://app.decimal.ai/s/hmbown-simplify@1/SKILL.md
source_sha256: 5b8ed94cda42
---

# Simplify

## When to use
Use after behavior is understood and the user wants clarity or less complexity.

## Non-goals
- Do not mix cleanup with speculative refactors that change behavior.
- Do not “simplify” by deleting necessary safety checks.

## Workflow
1. Confirm current behavior with tests or reproduction.
2. Reduce complexity in small, reviewable steps.
3. Keep behavior-preserving verification green.