# Pattern Doc Entity
### Scope
- **Purpose**: Document reusable design patterns applied in the implementation of implements.
- **Responsibility**: Index of pattern doc instances for the implements crate.
- **In Scope**: Internal design patterns that shape how the macro works.
- **Out of Scope**: Feature documentation (→ feature/), API contracts (→ api/), correctness invariants (→ invariant/).
### Overview Table
| 001 | [Autoref Specialization](001_autoref_specialization.md) | Simulate trait specialization using method resolution priority | ✅ |