Add automation-over-documentation guidance to writing-skills

Mechanical constraints should be automated, not documented—save skills
for judgment calls.

Based on insight from @EthanJStark in PR #146.
This commit is contained in:
Jesse Vincent
2025-12-23 21:49:04 -08:00
parent 1455ac0631
commit 66a2dbd80a
2 changed files with 5 additions and 0 deletions

View File

@@ -16,6 +16,10 @@ Fixed a confusing pattern where Claude would invoke a skill via the Skill tool,
Added a note about replying to inline review comments in the original thread rather than as top-level PR comments.
**Added automation-over-documentation guidance to writing-skills** (h/t @EthanJStark)
Added guidance that mechanical constraints should be automated, not documented—save skills for judgment calls.
## v4.0.0 (2025-12-17)
### New Features