pa_pvp mini requires no installation, no account, and no API key. The entire protocol is a plain-text file. You activate it by pasting the text — or uploading the file — into any AI chat that accepts long context input. Once activated, the AI operates under the behavioral contract defined by the protocol for the rest of that session.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 text
Download
pa_pvp mini v2.3.txt from the GitHub repository or copy the full text directly from the file. The protocol is a single plain-text file. No dependencies, no build step.Keep the file somewhere easy to reach. You will paste it or upload it at the start of every new review session.Activate the protocol in an AI chat
Open any AI chat (ChatGPT, Claude, Gemini, or any other long-context model). Then do one of the following:
- Paste the full protocol text into the chat as your first message, or
- Upload
pa_pvp mini v2.3.txtdirectly if the chat supports file uploads.
Submit your artifact
Send the material you want reviewed. For the cleanest output, label it explicitly using the The artifact can be a plan, a prompt, a procedure, a spec, a list of proposed fixes, or any other structured material. The protocol will review the entire artifact, not just the most obvious section.
ORIGINAL_ARTIFACT: convention:Read the findings
The AI returns a structured output block. Every response from the protocol begins with a Each finding line contains the
ROUND: block identifying the current round number and mode, followed by a FINDINGS: block, and closes with the END OF PROTOCOL marker.A Round 1 response looks like this:finding_id, fix_id, origin_round, derived_from (or NONE), severity (HIGH / MED / LOW), and label (INDEPENDENT in Round 1). The three lines below it give you what_breaks, evidence, and fix in a consistent, scannable format.Round 2 and later rounds add a MERGE STATUS: block that confirms, challenges, or flags conflicts with findings from previous rounds. To run Round 2, activate the protocol in a second AI chat, send the same artifact, and paste the full Round 1 output alongside it.Next steps
Two-AI mode
Run pa_pvp mini as a ping-pong between two separate AI chats to get independent challenges on both the artifact and the previous review.
What to review
See the full range of material types pa_pvp mini handles well, and learn how to structure input for cleaner findings.