Plans
A durable plan belongs in the task block. It gives agents ordered work instead of relying on a chat plan that disappears.
Plans include:
- task ID
- goal
- status
- ordered steps
Top-level plan status and each step status use the same values:
pending, in_progress, complete, or blocked.
Each step can include:
- stable step ID
- observable outcome
- status
- dependencies
- linked source files
- linked tests
- executable checks
- evidence
Commands
Section titled “Commands”npx @jumpspace/cli task plan review DOC-PROJECT-001npx @jumpspace/cli task plan save DOC-PROJECT-001 --file plan.ymlnpx @jumpspace/cli task plan show DOC-PROJECT-001npx @jumpspace/cli task plan validate DOC-PROJECT-001npx @jumpspace/cli task next DOC-PROJECT-001next returns only pending unblocked steps.