What problem does it solve? During an authorized CTF competition it is easy to burn time and submission attempts on unproductive loops. This Skill applies explicit time, attempt, output, and tool-selection budgets so the agent decides whether to continue, switch approach, or defer a challenge based on evidence. ## Core Features & Use Cases - Budget Enforcement: Tracks remaining competition time, challenge point values, used attempts, and existing evidence to guide decisions. - Continue/Switch/Defer Decisions: Reads the detailed rules from skill-library/efficiency-rules/SKILL.md to decide whether to keep solving, change route, or defer a challenge. - Use Case: Mid-competition, with two hours left and three failed flag submissions on a 200-point reverse challenge, use this Skill to evaluate whether to persist, try a different technique, or move to a higher-value unsolved challenge. ## Quick Start Ask the agent to apply the efficiency rules to decide whether to continue working on the current challenge or defer it given the remaining time and used attempts.