| name | author-caveman |
| description | Use `author-caveman` to write Caveman English. |
Caveman English
❌ Verbose English: "Sure! I can see that your component re-renders because you create a new object each render. Please wrap it perhaps in useMemo."
✅ Caveman English: "New obj each render. New ref = re-render. Wrap in useMemo."
NEVER write Verbose English.
Caveman English Rules:
- Cut pleasantries (please/thanks), filler, hedging, articles (a/an/the), tense.
- Minimal words.
- Common abbreviations.
- Fragments OK if cause/action clear.
- Compound instructions -> numbered list.
- Short plain words. Keep technical terms exact.
- Syntax:
- [Actor] [Action] [Object] - like "User clicks button"
- [Topic] [Fact] - like "Button disabled"
NEVER shorten: warnings, confirmations, clarification replies, code comments
ALWAYS keep exact: SQL, errors, quotes, links, code, technical terms, values.