promptster with no arguments to open an interactive menu. Pass a command directly to skip the menu.
Command reference
promptster start <key>
promptster start <key>
Redeems your assessment key, clones or prepares your workspace, configures Claude Code and Cursor hooks, and starts the session. This is the first command you run.The key format is Flags:
Example — non-interactive:
PST-XXXX-XXXX. You can also run promptster with no arguments to get an interactive menu that prompts you for the key.What start does:Prepares your workspace
Clones the starter repo (if provided) or lets you choose a workspace directory.
Configures hooks
Writes Promptster hooks into your Claude Code and Cursor project settings so telemetry is captured automatically.
| Flag | Description |
|---|---|
--accept-tos | Accept the terms of service non-interactively (for scripted or CI use). |
--workspace PATH | Use PATH as the workspace directory instead of prompting interactively. |
The task brief is also written to
TASK.md in your workspace so Claude Code and Cursor can reference it directly.promptster done
promptster done
Submits your assessment. Uploads workspace code, flushes all buffered events, and marks the session complete.When submission succeeds, you receive a results link. The session state and hooks are cleaned up automatically.
promptster brief
promptster brief
Shows the current task brief, time remaining, and workspace path. Use this to check the task description at any point during your assessment.Alias:
promptster taskThe same information is also available in TASK.md in your workspace root.promptster status
promptster status
Shows session info: session ID, start time, time elapsed, time remaining (if a limit is set), and the live event count fetched from the backend.Example output:
promptster explain [--last <duration>]
promptster explain [--last <duration>]
Opens an interactive terminal UI to document your decision rationale for recent work. Use this to capture the why behind significant architectural choices.Flags:
When you run See Decisions for more detail on how decision capture works.
| Flag | Default | Description |
|---|---|---|
--last <duration> | 20m | How far back to look for recent activity (e.g. 15m, 30m, 1h). Max 60 minutes. |
promptster explain, the CLI:- Fetches a summary of your recent activity (files changed, commands run) from the backend.
- Displays the activity context in a box.
- Opens a multi-line text editor — type your rationale, then press Ctrl+D to submit or Esc to cancel.
promptster doctor
promptster doctor
Checks your local Promptster setup and reports the status of each component: CLI version, active session, Claude Code binary, project hooks, and PATH configuration.Each check is printed with a green
✓ (pass) or red ✗ (fail). Failed checks include a suggested fix command.Run this first if hooks don’t appear to be capturing events, or if promptster start behaves unexpectedly.promptster version
promptster version
Prints the installed CLI version.
Interactive menu
Runningpromptster with no arguments opens a numbered menu. You can type a menu number or paste your assessment key directly at the prompt — the CLI detects the PST- prefix automatically.