Acerca de
This skill implements a rigorous 'verify-before-act' pattern for Claude Code, specifically optimized for the Maestro framework. It prevents premature and incorrect code edits by requiring the model to first validate the system's actual state—checking for the existence of cache files, inspecting logs, and manually reproducing errors. By focusing on empirical evidence from directories like .maestro/cache/ and differentiating between local and global paths, it ensures that bug fixes are targeted and based on real-world behavior rather than assumptions.