Skip to main content
Intent, so the next agent continues the work instead of restarting it. A plan written at the end of a session is what turns a hard stop into a handover.

Parameters

string
required
The forward-looking plan to record.
'org' | 'agent'
default:"org"
org (default) writes to the shared team memory. agent keeps it private to the identity in the X-Vex-Agent header. See Scope.
string
Optional space slug. Omit to write to the org’s default store.

Examples

Guidance

A plan is most useful when it records progress against itself. “Three passes, first is done” tells the next agent where to start. “Refactor in three passes” does not.
When the work is done or the approach changes, record the new decision. The superseding step retires the plan it contradicts, so you are not maintaining a to-do list by hand.