Candidate agent-only entries, grouped by contributor-docs coverage. Each lands as its own reviewed PR.
- casing-and-pluralization — how API names map to Terraform names; when
api_nameis required. - output-only-test-assertions — server-populated fields must have their values asserted in tests.
- pr-mined-lessons — recurring review catches and per-service quirks surfaced from merged PRs.
- permadiff-decision-path — choosing between
output,default_from_api, diff suppression, or a real fix; mechanics are indocs/content/develop/diffs.md. - data-source-idioms — pitfalls beyond the procedure in
docs/content/develop/add-handwritten-datasource.md. - test-adequacy-traps — cases
docs/content/test/test.mddoesn't cover (identical-config update steps, missing import-and-recheck).
- immutability-nuances —
docs/content/reference/field.md,docs/content/best-practices/immutable-fields.md. - sensitive-and-write-only —
docs/content/reference/field.md.
- failure-troubleshooting-catalog —
.agents/skills/operations/troubleshooting_reference.md; migrates here if it outgrows the skill.