suggest_pattern
Map a problem description to up to 3 ranked design pattern suggestions with confidence scores. Use when you know the problem but not which pattern applies.
Instructions
Map a problem description to design pattern name(s). Returns up to 3 ranked suggestions with confidence scores. Call this when you know the problem but not which pattern to apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Optional: narrow search to one pattern category | |
| description | Yes | Describe the problem (e.g. "multiple interchangeable algorithms selected at runtime") |