Recursive Decision Ledger Use this skill when the user is trying to force deeper computation through repeated rollouts or "Prime Gauss" style recursive prompting. Preserve the useful part: repeated trials, prior memory, fresh information, and explicit marks. Remove the unsafe part: pretending the loop proves certainty. Ledger Contract Every rollout should record: - rollout id and timestamp; - prior accepted winner and prior watchlist; - fresh information ingested; - search space size; - model families or heuristics used; - trial count and effective trial count; - top candidates; - decision ma…