aposd-improving-code-clarity

Installation
SKILL.md

Skill: aposd-improving-code-clarity

STOP - The Obviousness Rule

If a code reviewer says your code is not obvious, it is not obvious—regardless of how clear it seems to you. "Obvious" exists in the reader's mind, not the writer's.

For new code: Write comments BEFORE implementation. Comment difficulty signals design problems—fix the design, not the comment.


What Counts as "New Code"

Comments-first applies to ALL of these:

Scenario Why It's "New Code"
Writing from scratch Obviously new
Copy-paste-modify New context requires new understanding
Extending existing function (>5 lines) Substantial additions need documentation
Related skills

More from ryanthedev/code-foundations

Installs
1
GitHub Stars
243
First Seen
Mar 9, 2026