PromptVault Docs
Dashboard

Drafts

The Drafts queue tracks prompts with in-progress work and how to resolve them.

Drafts is the queue of prompts with in-progress work. The sidebar counter shows the same total across the workspace.

What Appears Here

Each row represents a prompt with at least one draft. The page shows:

ColumnMeaning
Slug + folderPrompt identity and location, with a direct link to the editor.
Live labelCurrent production version.
Draft labelCurrent in-progress version.
AuthorLatest person to change the draft.
UpdatedLast draft change time.

Clicking a row jumps to the editor with that draft loaded.

Why Drafts Exist

A draft version is the bridge between "I'm editing this" and "this is live." It lets you:

  • Save checkpoints without changing what production serves.
  • Stage a version visible to pv_test_ keys.
  • Hand a prompt to a teammate without disturbing live traffic.

Drafts are mutable during an iteration, so repeated draft saves do not clutter history with unnecessary labels.

Resolving a Draft

ActionEffect
Promote to liveThe draft becomes the live version.
Delete the draftThe draft is removed.
Supersede itA newer live save makes the draft obsolete.

Activity Entries

Draft saves appear in Activity with the message from the save modal.

On this page