Formula authoring
Skill a5c-ai/babysitter/library/methodologies/gastown/skills/formula-authoring
Author TOML-based Formula workflow templates that become Protomolecules and active Molecules in Gas Town's durable workflow system.From its SKILL.md
npx -y skills add a5c-ai/babysitter --skill formula-authoringAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.4 KB, 213 tokens by cl100k_base, as published. Nobody here has run it
- Creating multi-step processes with variable binding
- Building workflows that must survive restarts
- When NDI (Nondeterministic Idempotence) is needed
Process
- Define formula steps and variables in TOML format
- Validate formula structure and dependencies
- Cook into protomolecule (resolve variables, freeze)
- Test by instantiating a trial molecule
- Register in the formula library for reuse
Formula Lifecycle
Formula (TOML template) -> Protomolecule (frozen) -> Molecule (active, durable)
Key Concepts
- Formula: TOML-based workflow template with variables
- Protomolecule: Frozen template ready to instantiate
- Molecule: Active durable workflow surviving restarts
- NDI: Nondeterministic Idempotence - useful outcomes from unreliable processes
Tool Use
Invoke via babysitter process: methodologies/gastown/gastown-molecule
What ships with it: 1 file
589 B alongside SKILL.md
- README.md589 B