What problem does it solve? Autonomous agents often stall by waiting for user instructions during idle cycles, after task failures, or between evolution rounds. This Skill enforces proactive behavior: it scans the skill tree and logs, identifies concrete gaps (such as missing verification checklists or constraint rules), and fixes them with traceable, source-backed output. ## Core Features & Use Cases - Proactive Exploration: Triggered by idle cycles, task failures, or evolution rounds, it autonomously scans the skill tree and system state instead of waiting for instructions. - Traceable Fixes: Every assertion and fix includes verifiable provenance (file paths, log line numbers) and modification diffs, with credentials read only from environment variables. - Boundary Enforcement: Detects functional overlap with other synthos-akne-bridge skills and merges to keep atomic boundaries clean. - Use Case: After an evolution round ends with no new tasks, the Skill scans the skill tree, finds that a content skill lacks a constraint-rules section, derives rules from that file's existing pitfalls and verification content, and applies the fix with a full diff and source references. ## Quick Start Trigger the synthos skill during an idle cycle to scan the skill tree, find a concrete gap, and autonomously fix it with traceable sources.