Add comprehensive explanations of the four principles:
- Think Before Coding: explicit reasoning and assumption surfacing
- Simplicity First: anti-patterns and the "senior engineer" test
- Surgical Changes: editing vs cleaning up your own changes
- Goal-Driven Execution: imperative to declarative transformation table
Also add sections for measuring effectiveness, customization guidance,
and tradeoff notes for trivial vs non-trivial tasks.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Provides alternative install method for users who prefer
skills directory over modifying CLAUDE.md
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Behavioral guidelines to reduce common LLM coding mistakes:
1. Think Before Coding - surface assumptions and tradeoffs
2. Simplicity First - minimum code, nothing speculative
3. Surgical Changes - touch only what you must
4. Goal-Driven Execution - define success criteria, loop until verified
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>