extensions/thinkies/skills/trace-logic/SKILL.md
Follow reasoning step-by-step
npx skillsauth add synapseradio/ai-skills trace-logicInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Follow these steps:
Target: $ARGUMENTS, else the reasoning in the current context.
Decompose into the smallest logical moves — one inference each. Make implicit steps explicit and number them.
For each step: what is claimed, what it rests on, whether the inference is valid, and what unstated assumptions make it work.
Verify the type is appropriate and correctly applied.
Missing steps, unjustified jumps, connections assumed but unproven, circular dependencies.
Confirm AND, OR, IF-THEN, NOT are used correctly. Map which conclusions depend on which premises to see how failures propagate and whether alternative paths exist.
Does the conclusion follow validly? Where is the reasoning strongest and weakest? What would strengthen weak links?
data-ai
Locate where a small change shifts the whole system
tools
Surface unstated assumptions at multiple levels and rank them
data-ai
Assess how well evidence supports claims
testing
Spot logical errors in reasoning