AI prompt + workflow to automate PCI DSS documentation across any organization.
It reviews evidence ZIPs, validates policy cadences, and generates audit-ready summaries, memos, and checklists.
100% vendor-agnostic. Works with ChatGPT / Claude / Gemini (or any LLM with file upload).
- ZIP + Tracker Review
- Automated Status Mapping (✅
⚠️ ❌) - Policy Cadence Validation
- Gap Memo & Checklist Generation
- Audit-Ready Summaries in Markdown
- Configurable policy rules (
config/policy.yml)
pci-dss-evidence-assistant/
├─ README.md
├─ INSTRUCTIONS.md
├─ config/
│ └─ policy.example.yml
├─ templates/
│ ├─ letterhead_template.png
│ ├─ memo_template.md
│ ├─ checklist_template.md
│ └─ summary_template.md
├─ tracker/
│ └─ tracker_template.csv
└─ LICENSE
- Copy
INSTRUCTIONS.mdinto your AI assistant’s instructions. - Upload
Requirement_X.zipand a tracker file (tracker.xlsxortracker/tracker_template.csv). - Ask: "Process Requirement X and generate summary + gap memo + checklist."
- The assistant returns:
- Audit-ready summary table
- Gap memo & action checklist
- Proposed tracker notes (you paste back)
config/policy.example.yml defines expected intervals (password rotation, access reviews, firewall reviews, etc.).
Located in /templates for easy customization:
- Memo (executive gaps summary)
- Checklist (action items)
- Summary (requirement table)
- Letterhead (replace with your brand)
MIT License — free for commercial and educational use.