Skip to content

Start Agent Work

Use jumpspace task work <id> when a task is ready for implementation.

Terminal window
npx @jumpspace/cli task scan
npx @jumpspace/cli task find invitation workflow --json --compact
Terminal window
npx @jumpspace/cli task ready --json
npx @jumpspace/cli task plan validate DOC-PROJECT-001 --json
npx @jumpspace/cli task next DOC-PROJECT-001 --json

ready lists approved dependency-unblocked tasks. next returns pending unblocked plan steps.

Terminal window
npx @jumpspace/cli task work DOC-PROJECT-001 --json

The packet is designed for agents. It includes:

  • intent and source doc path
  • linked code and tests
  • acceptance criteria
  • durable plan state
  • next executable steps
  • verification records
  • mutation history
  • guardrails
  • schema names

Add drift context when a Git baseline is available:

Terminal window
npx @jumpspace/cli task work DOC-PROJECT-001 --since main --json
Terminal window
npx @jumpspace/cli task step complete DOC-PROJECT-001 design --evidence "Human approved the implementation plan."

Jumpspace refuses to complete a blocked step or a step without evidence.

Terminal window
npx @jumpspace/cli task handoff --task DOC-PROJECT-001 --json

Use handoff before switching agents, pausing work, or opening a PR.