store_workflow_pattern
Save reusable workflow patterns to durable memory for cross-session retrieval. Capture debugging routines, review flows, and handoff steps to maintain process continuity across fresh agent windows.
Instructions
Store a reusable workflow pattern as durable memory. Use this when you identify a repeatable process worth reusing across fresh windows, such as startup continuity, debugging routines, review flows, or handoff steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short pattern title | |
| trigger | Yes | When this workflow should be used | |
| steps | Yes | Ordered workflow steps | |
| outcome | No | Optional expected outcome | |
| tools | No | Optional tools, commands, or interfaces involved | |
| importance | No | Importance score from 0 to 1 | |
| scope | Yes | Required scope such as project:recallnest or session:abc123 | |
| source | No | How this pattern was captured | agent |
| tags | No | Optional tags | |
| canonicalKey | No | Optional stable key for merge/update semantics |