roblox-proof-and-analysis-toolkit

Installation
SKILL.md

Roblox Proof And Analysis Toolkit

Overview

Every recipe here turns a hunch into a checkable statement: a formula you computed by hand, an assert that fails loudly on the wrong branch, or a table derived from the actual data modules. "I ran it once and it looked right" is not proof on this stack — the placement saga (Recipe 1's case study) is the canonical precedent: five stacked causes each survived a "just try it" fix.

These recipes assume the firebit house stack: Luau strict, a single currency-service write choke point, tuning values in src/Shared/Data modules, a FeatureFlags class gating dormant features, and a ledgered ProcessReceipt flow. Verify each anchor against the current project before relying on it (one-liners in the final section).

When to use / When NOT to use

Use when:

  • You are about to claim an orientation, an economy number, a difficulty value, an idempotency property, a determinism property, or a concurrency-safety property is correct.
  • You need the predicted-metric half of a tuning rationale (hard rule 4 — see roblox-change-control for the rule itself).
  • A bug survived one "obvious fix" already.

Do NOT use when:

Installs
2
Repository
dig1t/skills
GitHub Stars
4
First Seen
Aug 22, 2026
roblox-proof-and-analysis-toolkit — dig1t/skills