You do not need a prior PA-PVP Mini round to use PA-PVP Mini in Round 2+ mode. If you already have a structured review, a findings list from a colleague, linter output, a security audit, or any other prior analysis, you can feed it directly into the protocol asDocumentation 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.
PREVIOUS_ROUND_OUTPUT. PA-PVP Mini will treat it as audit material — checking it against the original artifact rather than simply accepting its conclusions.
What qualifies as valid prior material
PREVIOUS_ROUND_OUTPUT accepts any structured prior analysis, including:
Previous PA-PVP rounds
Output from an earlier PA-PVP Mini session, whether run by you or another person.
Findings lists from colleagues
Peer review notes, code review comments, or structured feedback from a team member.
Tool output
Linter results, static analysis output, security audit findings, or any structured diagnostic output.
Notes and informal reviews
Structured notes, decision memos with objections listed, or findings from a prior meeting.
How PA-PVP Mini treats prior material
ORIGINAL_ARTIFACT is always the primary source of truth. PREVIOUS_ROUND_OUTPUT — regardless of where it came from — is audit material. PA-PVP Mini runs a full independent review of the artifact first, then cross-checks the prior findings against that review. It will confirm what holds up, challenge what doesn’t, and surface anything the prior review missed.
This means the protocol never inherits the prior review’s conclusions uncritically. A finding from a colleague or a tool is treated the same way as a finding from a previous PA-PVP round: it must be defensible against the artifact or it gets challenged.
Input format
Use the same two-block format regardless of where your prior material came from:pa_pvp mini v2.3.txt into the chat first to activate the protocol, then send this input.
What the AI does with it
PA-PVP Mini executes Round 2+ behavior in strict order:- Produces a complete independent review of
ORIGINAL_ARTIFACT— without referencing the prior material at all - Cross-checks the prior findings against that independent review
- Returns a merged output with
CONFIRMED,CHALLENGED, andNEWlabels on every finding, plus aMERGE STATUSblock
Supplying
PREVIOUS_ROUND_OUTPUT automatically triggers Round 2+ behavior. You do not need to set a round number manually. If your prior material contains explicit round numbers, PA-PVP Mini will set the current round to the highest prior round number plus one. If no round numbers are present, it defaults to Round 2.