What problem does it solve? When running repeated reconnaissance waves against the same targets, findings pile up across waves and it becomes unclear what is new, what was patched, and what persists. This Skill provides a methodology to diff wave outputs and classify every finding into actionable delta categories. ## Core Features & Use Cases - Delta Classification: Labels each finding as NEW, REGRESSION, PERSISTENT, CHANGE, or REVERSED based on comparison across waves. - Per-Target Comparison: Compares XMLRPC status, CORS headers, open ports, WordPress users, subdomains, and sensitive paths between wave output directories. - Use Case: After completing Wave 9 of a deep recon engagement, compare it against Wave 8 output to discover that MySQL port 3306 newly opened on one target, XMLRPC was hardened on another, and CORS findings were missed on two targets across three prior waves. ## Quick Start Compare the recon output in the wave6 directory against wave7 and produce a per-target delta report classifying each finding as new, regressed, persistent, or changed.