simplify-code-solution

Installation
SKILL.md

Simplify Code Solution

Find the smallest complete solution to a code problem.

Goal

Prefer direct, boring changes that meet every real requirement. Simpler is valid only when it preserves behavior, fits existing patterns, and can be verified.

Success Criteria

  • The actual problem and success criteria are explicit.
  • Requirements are separated from assumptions and nice-to-haves.
  • Relevant code has been inspected before judging the approach.
  • Every proposed abstraction, refactor, dependency, or state change is justified by a real requirement.
  • The recommendation or implementation is the smallest complete change that preserves behavior and fits local patterns.
  • Tradeoffs and validation are stated.

Constraints

Related skills

More from marcellocurto/skills

Installs
6
GitHub Stars
2
First Seen
9 days ago