coding-guidelines
Installation
SKILL.md
Auto-trigger
Any code writing or code changing work must load this skill first. Whether it's a new feature, bug fix, refactor, or code review — if you're touching code, read this first.
Core Principles
1. Think Before Coding
Don't assume. Don't hide confusion. Surface tradeoffs.
Before implementing:
- State your assumptions explicitly. If uncertain, ask.
- If multiple interpretations exist, present them — don't pick silently.
- If a simpler approach exists, say so. Push back when warranted.
- If something is unclear, stop. Name what's confusing. Ask.