Skip to content
Automation
Skill

/formula-authoring

Author TOML-based Formula workflow templates that become Protomolecules and active Molecules in Gas Town's durable workflow system.

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill formula-authoring --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/formula-authoring

Context preview

The summary Claude sees to decide when to auto-load this skill.

Author TOML-based Formula workflow templates that become Protomolecules and active Molecules in Gas Town's durable workflow system.

SKILL.md

formula-authoring.SKILL.md
name: formula-authoring
description: Author TOML-based Formula workflow templates that become Protomolecules and active Molecules in Gas Town's durable workflow system.
allowed-tools: Read, Write, Edit, Bash, Grep, Glob, WebFetch, WebSearch, Agent, AskUserQuestion
graph:
  domains: [domain:software-engineering]
  skillAreas: [skill-area:agentic-loops, skill-area:orchestration-loop]
  workflows: [workflow:feature-development]
  topics: [topic:developer-experience]
  roles: [role:tech-lead, role:backend-engineer]
  • Creating multi-step processes with variable binding
  • Building workflows that must survive restarts
  • When NDI (Nondeterministic Idempotence) is needed

Process

1. **Define** formula steps and variables in TOML format 2. **Validate** formula structure and dependencies 3. **Cook** into protomolecule (resolve variables, freeze) 4. **Test** by instantiating a trial molecule 5. **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`

Read more
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.