patterns
Retrieve and apply reusable workflow patterns.
Get a pattern:
{ "tool": "patterns", "arguments": { "action": "get", "name": "investigation" }}List patterns:
{ "tool": "patterns", "arguments": { "action": "list" }}Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
action | string | Yes | get, list, or search |
name | string | No | Pattern name (for get) |
query | string | No | Search query (for search) |
Available Patterns
Section titled “Available Patterns”| Pattern | Purpose |
|---|---|
onboarding | New agent setup workflow |
investigation | Structured debugging approach |
code-review | Code review memory workflow |
learning | Documentation learning workflow |
Examples
Section titled “Examples”Get onboarding workflow:
{ "tool": "patterns", "arguments": { "action": "get", "name": "onboarding" }}Search patterns:
{ "tool": "patterns", "arguments": { "action": "search", "query": "debug" }}When to Use
Section titled “When to Use”- Starting a new type of task
- Need structured approach to a problem
- Onboarding to Engrammic
Availability
Section titled “Availability”patterns is always available regardless of tool profile.