What you receive
Try tells you:
- Which command starts the application
- Which route, screen, endpoint, or CLI command to use
- What to click, type, or run
- What successful behavior looks like
- Which visible results would indicate a defect
When to use it
Use try after implement, Autopilot, check, or complete when you want to inspect the result yourself without reverse-engineering the feature spec.
Read-only behavior
Try does not run the proof pass, edit code, or mark criteria complete. Check is the automated observation lane; try is the human review lane.