Назад към всички

tla-plus-generator

// Generate and analyze TLA+ specifications for distributed systems verification

$ git log --oneline --stat
stars:384
forks:73
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
nametla-plus-generator
descriptionGenerate and analyze TLA+ specifications for distributed systems verification
allowed-toolsBash,Read,Write,Edit,Glob,Grep
metadata[object Object]

TLA+ Generator

Purpose

Provides expert guidance on generating TLA+ specifications for distributed systems design and verification.

Capabilities

  • TLA+ module generation from protocol description
  • Invariant and temporal property specification
  • State space exploration configuration
  • PlusCal to TLA+ translation
  • Model checking execution
  • Refinement mapping

Usage Guidelines

  1. System Modeling: Model system components and state
  2. Action Specification: Define system actions/transitions
  3. Property Specification: Specify safety and liveness properties
  4. Model Checking: Configure and run TLC model checker
  5. Refinement: Relate abstract and concrete specifications

Tools/Libraries

  • TLA+ Toolbox
  • TLC model checker
  • TLAPS proof system
  • PlusCal