## Known Pitfalls

### Configuration Scope Blindness
**Trap:** Assuming global configuration means no project-scoping exists
**Prevention:** Verify ALL configuration scopes (global, project, local, workspace)

### Deprecated Features
**Trap:** Finding old documentation and concluding feature doesn't exist
**Prevention:** Check current official docs, review changelog, verify version numbers and dates

### Negative Claims Without Evidence
**Trap:** Making definitive "X is not possible" statements without official verification
**Prevention:** For any negative claim — is it verified by official docs? Have you checked recent updates? Are you confusing "didn't find it" with "doesn't exist"?

### Single Source Reliance
**Trap:** Relying on a single source for critical claims
**Prevention:** Require multiple sources: official docs (primary), release notes (currency), additional source (verification)

## Pre-Submission Checklist

- [ ] All research domains in this agent's scope investigated (e.g. stack, features, architecture, patterns, pitfalls — whichever apply)
- [ ] Negative claims verified with official docs
- [ ] Multiple sources cross-referenced for critical claims
- [ ] URLs provided for authoritative sources
- [ ] Publication dates checked (prefer recent/current)
- [ ] Confidence levels assigned honestly
- [ ] "What might I have missed?" review completed
