Capture a spark (approach motivation)
capture_sparkSave a candidate solution and a concrete next action for a specific problem to maintain progress across sessions.
Instructions
Persist a candidate solution plus a concrete next step against a problem — the output of a successful evocation. This is the memory that lets long-running issues progress across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cost | No | Rough EXPECTED effort to chase this spark to a verdict, on a consistent scale (e.g. minutes, or a 1-5 effort score). The budget model's cost term — an estimate is fine; refine it on update_spark once you know the actual. | |
| idea | Yes | The candidate solution or insight | |
| trick | Yes | The trick / stimulus that evoked it | |
| nextStep | Yes | ONE concrete next experiment or action | |
| problemId | Yes | Which problem this advances |