Documentation
README
Process Builder
Create new process definitions for the babysitter event-sourced orchestration framework.
Quick Reference
Processes live in: library/
βββ methodologies/ # Reusable development approaches (TDD, BDD, Scrum, etc.)
β βββ [name]/
β βββ README.md # Documentation
β βββ [name].js # Main process
β βββ examples/ # Sample inputs
β
βββ specializations/ # Domain-specific processes
βββ [category]/ # Engineering specializations (direct children)
β βββ [process].js
βββ domains/
βββ [domain]/ # Business, Science, Social Sciences
βββ [spec]/
βββ README.md
βββ references.md
βββ processes-backlog.md
βββ [process].js
This is the opening of the README. Read the full README on GitHub.