01 · Brief the agent
Copy one prompt. Keep the full context.
Paste this into Claude, Codex, Cursor, ChatGPT, or another coding agent. It already includes the domain, the evidence to inspect, the expected output, and the approval boundary. If this is your first run, complete the one-time setup first; your agent can handle those commands too.
02 · Review the run
Know what happens before you paste.
The agent follows this sequence and reports the evidence in plain English. Any step that sends, uploads, or changes something waits for your explicit approval.
- 01
Find partners
Run
vdr opportunitiesto surface verified partners worth contacting. - 02
Preview draft
Run
vdr opportunities --contact <slug> --dry-runto preview the exact target and draft before anything sends. - 03
Draft and send
Run
vdr opportunities --contactonly after you approve the target and copy.
03 · Inspect the commands
Nothing hidden behind the prompt.
These are the commands the prompt asks the agent to run. Copy the whole chain or execute it yourself. Read-only analysis runs immediately; consequential actions keep their approval gate.
# 1. Find verified partners worth contactingvdr opportunities yourwebsite.com # 2. Preview a single target without sendingvdr opportunities yourwebsite.com --contact partner-slug --dry-run # 3. Draft and send only after you approve the targetvdr opportunities yourwebsite.com --contact partner-slugNext job
