Use-case guide

Turn AI receipts into an approval queue.

A personal AI assistant should not leave finished work buried in chat. Use receipts to create an approval queue where every item has a source, draft, status, owner, and next action.

Build the queue from receipts, not reminders.

A reminder says something needs to happen. A receipt explains what the assistant already did. That difference matters when the assistant checks websites, reads messages, drafts replies, or generates publishable assets.

Start with the incoming request.

If the work starts in SMS, iMessage, or a customer thread, preserve the original context. A text message AI assistant can capture the ask, but the approval queue should also show who asked, when, and what the assistant inferred.

Attach source proof.

Browser evidence and repeated checks belong in the receipt. This is where computer-use cache becomes useful.

Separate draft from approval.

The assistant can prepare the response, page, or follow-up, but the queue should make the approval state impossible to miss.

A practical queue workflow.

The simplest durable workflow is capture, enrich, draft, decide, then log the outcome. Each step should update one receipt card instead of scattering context across tools.

Capture

Record the original ask, channel, user, urgency, and expected output.

Enrich

Attach links, message excerpts, browser state, screenshots, and assumptions.

Draft

Prepare the reply, plan, queue note, or generated page from the evidence.

Decide

Approve, edit, ask for more context, schedule, publish, or archive.

Approval queue checklist.

Every queue card needs source, state, draft, owner, and outcome.

Source

Include the original request and the evidence used to create the draft. Link back to message context, browser context, or files.

State

Use explicit states: new, researching, drafted, waiting for approval, approved, sent, published, blocked, archived.

Owner

Make clear whether the AI assistant, user, operator, or customer is responsible for the next step.

Outcome

After approval, log what happened. Super is useful when the same workflow spans messages, browser work, and generated outputs.

Sources and assumptions

This guide is based on personal AI assistant workflows, message-native intake, browser-use agents, approval queues, and agent-generated publishing. Relevant Super workflows include Super, text message AI assistance, computer-use cache, and AI agent website building.