get_anti_pattern
Identify recurring failure modes in regulated-industry tech delivery by searching an anti-pattern catalogue. Get pattern details, diagnostic tells, and corrective actions to flag issues in architecture or codebase reviews.
Instructions
Look up anti-patterns from the catalogue at hellouchit.com/anti-patterns/ — named failure modes that recur across regulated-industry tech delivery.
Each match returns: where the pattern appears, why it's bad, what to do instead, and a diagnostic 'tell' that surfaces it. Examples: 'Inline Prompt Pattern', 'AI CoE Trap', 'Vault Theatre', 'SBOM Shelfware', 'PDF Principles', 'Eval Set That Never Runs'.
Use when reviewing an architecture description or codebase to flag known failure shapes; or when you need to name a problem precisely for a stakeholder conversation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query. Can be a name ('AI CoE Trap'), slug ('vault-theatre'), or keyword ('inline prompt', 'static credentials'). Case-insensitive substring search. | |
| list_all | No | If true, ignore query and return all known anti-patterns. Useful for catalogue browsing. |