Invokeable
Guides

Create a journey

Describe a customer task, review the generated test plan, and prepare meaningful coverage.

A journey should describe one outcome a customer expects from an agent.

Journeys list with test-case counts, readiness status, Run controls, and View controls
Journeys show whether a saved task is ready to run and how many test cases cover it.

Write the description

Open Journeys, select Create journey, and write the task in ordinary customer language. Include:

  • Who is asking
  • What they want to accomplish
  • The final state they should see
  • Any confirmation that must occur
  • Any duplicate, unauthorized, or harmful state that must not occur
  • What a safe failure response should say or do
Good journey description
A signed-in customer asks to cancel an order that has not shipped.
Confirm the order number before cancellation. Verify that the order is canceled
and that no second cancellation record exists. If the order has shipped, do not
cancel it and explain the next available option.

Review the plan

Check the intent

Confirm that the plan describes the same customer task and does not add unrelated work.

Check success

The final state must be observable. Replace phrases such as "the agent handled it" with a product state that can be checked.

Check protected behavior

Add forbidden actions or states, required confirmation, authorization boundaries, and duplicate-effect protection.

Check the failure response

Define safe recovery, escalation, or noncompletion. The agent should not claim success when the state is unknown.

Check coverage

Review normal, edge, failure, uncertainty, and recovery cases. Keep cases that change the decision or exercise a meaningful risk.

Journey detail with success, protected behavior, failure response, and coverage sections
Edit the plan until each section matches the real customer task.

Approval and updates

Submit a journey for review when your workspace requires approval. Later edits create a new version. Existing results continue to reference the version they used.

If an update changes required actions or success criteria, review coverage and run the journey again.

Continue with Run an assessment.

On this page