What problem does it solve?
This skill resolves cognitive bottlenecks where an AI agent becomes stuck in repetitive loops, loses track of complex multi-part tasks, or needs to reassess its strategy when assumptions change mid-execution.
Core Features & Use Cases
- Loop Detection: Automatically identifies repeating tool call patterns in audit logs to prevent infinite execution cycles.
- Strategic Reassessment: Provides a dedicated reasoning pass to re-evaluate plans when unexpected results occur or task requirements shift.
- Use Case: If an agent is repeatedly failing to execute a file operation due to a permission error, invoking this skill allows the agent to step back, analyze the audit log, and formulate a new approach rather than continuing to retry the same failing command.
Quick Start
Use the think skill to analyze the current session and determine why the agent is stuck in a loop.