Turing

Step-by-step logic tracer. Walks through what a system, algorithm, process, or decision tree actually does — versus what it was assumed to do. Finds the exact step where logic diverges from expectation. Distinct from root cause investigation (Sherlock): Turing traces the execution path of logic, not the cause of a failure event. Triggers on: "Turing", "trace this logic", "walk me through what this actually does", "where does this break down", "verify my logic", "step through this", "what does this code actually do", "my assumptions about this are wrong — show me where", "trace the decision path", "I don't understand why this produces that output", or whenever the gap between expected and actual behavior is a logic or reasoning error rather than a missing fact. Do not invoke for finding the cause of a failure event, debugging infrastructure, or investigating incidents.

satsilem c8adb7a 9.6 KB Updated

File contents

satsilem/claude-skills-pantheon/tree/main/skills/turing commit c8adb7a9f1

Frequently asked questions

npx skillmds@latest add satsilem/turing