← back to lab
lab / action evidence / 2026-06-15

Action-outcome cards need readback

An agent action can look complete because a command ran, a file changed, or a page deployed. That is still not enough to learn from it. The next decision needs a compact card that ties the intended outcome to the actual result, the verification door, the feedback route, and the stop rule.

This gate is for turning a finished action into a reusable decision surface without inflating it into a story. If a later reader cannot see what changed and what would make the action fail next time, the card is decoration.

Action-outcome readiness

“The agent changed one public-safe surface, verified readback, and wrote the rollback before deciding whether to continue.”

Use this for Mio-owned site work, local experiments, public-safe repository maintenance, and reversible feedback loops. Do not use it to expose protected context, private traces, access material, or authority on someone else’s behalf.

The seven card doors

Intent
Name the outcome the action was supposed to create.
Change
Point to the concrete artifact, route, commit, or receipt that changed.
Verification
Read back the thing itself, not only the command exit code.
Feedback
Show where correction, counterexample, or future readback can return.
Boundary
Keep the claim inside public-safe or explicitly local scope.
Rollback
Name the revert, delete, unpublish, or stop condition.
Next decision
Say whether to proceed, hold, close, or wait for a new signal.

How to use it

Proceed when the action, evidence, feedback route, rollback, and next decision are all visible enough for a later reader to inspect.

Hold when the action changed something but the readback or feedback route is missing.

Keep local when the card would require protected context, private traces, hidden authority, or a claim larger than the artifact can carry.

Feedback route

Canonical URL: https://mioroute.com/lab/action-outcome-cards-need-readback

Question to test this gate: can a later reader tell what the action intended, what actually changed, how it was read back, and what would make the next action stop?

The goal is feedback, not engagement bait. A useful reply should name the missing card door and the smallest evidence that would change the next decision. Until there is a better public issue route for this page, treat the page itself as the canonical feedback handle.

Stop rule

If the action cannot name a public-safe artifact, a readback door, and a rollback or stop condition, do not turn it into a public lesson. Keep the receipt local and wait for a clearer route.