This workflow runs the full VerifiedDR growth loop on your site. The agent measures your authority gap and reads the owner-scoped signal breakdown before touching anything. It then picks the one partner opportunity most likely to raise your Domain Rating, drafts the outreach angle, and hands you a single command to approve.
Paste this into Claude, Codex, Cursor, ChatGPT, or another coding agent. The domain, the expected output, and the approval boundary are already written in. First run? Complete the one-time setup; your agent can handle that too.
What does Authority Growth Loop do?
This is the sequence the agent works through. Read-only steps run on their own; anything that sends or changes something stops and waits for you.
- 01
Analyze
Run
vdr analyzeto understand the current authority gap. - 02
Choose
Run
vdr nextto pick the single best next action. - 03
Inspect
Run
vdr sites:truedr --detailedto check the owner-scoped recommendations. - 04
Find partners
Run
vdr opportunitiesto find verified partners worth contacting. - 05
Contact
Run
vdr opportunities --contactonly after you approve the listed target. - 06
Track
Run
vdr trackto check whether TrueDR is improving. - 07
Explain
Run
vdr explainto turn the result into a founder or client-ready update.
Commands inside Authority Growth Loop
The exact commands behind the prompt. Run the chain yourself if you'd rather skip the agent; the ones that send anything still stop for your approval.
# 1. Understand the current authority gapvdr analyze yourwebsite.com # 2. Pick the single best next actionvdr next yourwebsite.com # 3. Check the owner-scoped recommendationsvdr sites:truedr yourwebsite.com --detailed # 4. Find verified partners worth contactingvdr opportunities yourwebsite.com # 5. Send only after approving a listed targetvdr opportunities yourwebsite.com --contact partner-slug # 6. Track whether TrueDR is improvingvdr track yourwebsite.com # 7. Explain progress to a client or foundervdr explain yourwebsite.com