get_template
Retrieve structural constraints and anti-patterns for a design pattern in a selected language. Provides concise plain-text guidance for implementing patterns correctly.
Instructions
Get structural constraints and anti-patterns for a specific design pattern in a specific language. Returns compact plain text (~300-500 tokens) optimized for LLM consumption. Call this when you know which pattern to implement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Pattern name (e.g. "Strategy", "Observer", "Circuit Breaker") | |
| language | Yes | Target language: "go", "java", "python", "rust", or "generic" |