Persist orchestration state atomically

beads-stateskillsetup L364
Tibsfox/gsd-skill-creator
What it does

Model reactive state in Beads framework for dataflow and UI updates

Best for

Building reactive UIs in Beads where state changes automatically propagate to views.

Inputs
  • · state schema (properties, types)
  • · reactive dependencies
Outputs
  • · Beads state object
  • · computed derivations
Requires
  • · beads-framework
Preconditions

Beads framework installed and initialized

Failure modes
  • · circular dependency in computed values
  • · state mutation outside Beads update loop
  • · change detection not triggered
Trust signals
  • · state schema definition shown
  • · computed value examples provided
  • · change detection pattern documented