What problem does it solve? When a specialized CTF solver gets stuck on an authorized challenge, it is easy to loop on the same failed assumptions. This Skill reviews the current challenge state and evidence to identify what has been verified, which hypotheses failed, and what materially different route to try next. ## Core Features & Use Cases - Stuck-State Diagnosis: Reads the challenge's challenge.json, candidate.json, and artifacts to separate verified facts from failed assumptions. - Alternative Route Recommendation: Proposes a genuinely different next approach instead of repeating commands that already failed. - Use Case: After a crypto solver exhausts its standard attacks on a challenge, invoke this Skill to review the evidence and get a fresh direction, such as switching from ciphertext analysis to implementation weakness hunting. ## Quick Start Ask the agent to judge why the current CTF challenge attempt is stuck and suggest a different approach based on the existing artifacts.