store_workflow_pattern
Save reusable workflow patterns as durable memory for repeatable processes like startup continuity, debugging routines, review flows, or handoff steps. Recall them in fresh sessions when the trigger occurs.
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 |
|---|---|---|---|
| tags | No | Optional tags | |
| scope | Yes | Required scope such as project:recallnest or session:abc123 | |
| steps | Yes | Ordered workflow steps | |
| title | Yes | Short pattern title | |
| tools | No | Optional tools, commands, or interfaces involved | |
| source | No | How this pattern was captured | agent |
| outcome | No | Optional expected outcome | |
| trigger | Yes | When this workflow should be used | |
| importance | No | Importance score from 0 to 1 | |
| canonicalKey | No | Optional stable key for merge/update semantics |