PA-PVP Mini requires no installation and works with any AI chat platform — ChatGPT, Claude, Gemini, or any other model. All you need is the protocol file and something you want reviewed. The steps below walk you through activating the protocol and getting your first structured adversarial review back.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/XxYouDeaDPunKxX/PA-PVP-mini/llms.txt
Use this file to discover all available pages before exploring further.
Get the protocol file
Download or copy The file contains the full behavioral contract that PA-PVP Mini imposes on the AI session. Keep it somewhere easy to access — you will paste it (or upload it) at the start of every new review session.
pa_pvp mini v2.3.txt from the official repository:Open a new AI chat session
Start a fresh conversation in any AI chat platform. PA-PVP Mini is model-agnostic: it works with ChatGPT, Claude, Gemini, and any other instruction-following model. Using a new session matters — it prevents prior context from leaking into the review.
Activate the protocol
Paste the full text of
pa_pvp mini v2.3.txt into the chat as your first message. If your platform supports file attachments, you can upload the file directly instead.Pasting the protocol establishes it as the behavioral contract for the session. The AI will now act as an adversarial reviewer for everything that follows: no praise, no narrative, only findings with severity, evidence, and structural fixes.Send your artifact
In your next message, submit the material you want reviewed. Label it explicitly using the For example, submitting a short deployment procedure looks like this:The protocol treats
ORIGINAL_ARTIFACT block for cleaner, more reliable results:ORIGINAL_ARTIFACT as the single source of truth. Every finding the AI produces will be anchored to this block — not to prior chat history or assumptions.Read the Round 1 output
The AI returns a structured response that follows the PA-PVP Mini output format. Here is what each section means:ROUND header — confirms which round was run and the mode:FINDINGS block — each finding includes a one-line identifier, severity, label, what breaks, evidence anchored to your artifact, and a concrete structural fix:All Round 1 findings carry the
INDEPENDENT label, meaning they were reached by reviewing your artifact alone with no prior review to reference. Severity uses three levels: HIGH (breaks core function or correctness), MED (weakens reliability or robustness), and LOW (real structural weakness with limited blast radius).END OF PROTOCOL marker — signals that the full review is complete:Optional: continue to Round 2
Once you have Round 1 output, you can start a second adversarial pass. Open a new AI chat session (a different model is ideal), activate PA-PVP Mini again, then submit the original artifact together with the full Round 1 output:The AI will first review the artifact independently, then audit the prior round’s findings — confirming, challenging, or superseding them. Each round carries the review forward without requiring shared memory between chats.
Running reviews across two separate AI chats — “ping-pong mode” — is the most powerful way to use PA-PVP Mini. See the Two-AI Mode guide for the full workflow.