TLA+ is already an "extremely lightweight specification language", with a super-useful model checker, and a ton of tooling around it (e.g. VSCode plugin), books, talks, hundreds of battle-tested examples online, etc.
> There's a possibility for something with a much lower barrier to entry [...] than something like Z. Part of what makes this possible is that we can jettison a formal semantics entirely. It doesn't need to mean anything. At the end of the day the only semantics will be in the mind of the human reader.
So, it can't really be "machine-checkable" like TLA+ or Alloy are, because the symbols don't mean anything. I take it that's it's supposed to be more of an aid to thought, like diagramming on a whiteboard.
TLA+ might be a better language, but with no prior horse in the race the better-described tool will be my first to try. And unless there is a showstopper issue, I'd likely stick with it.