help
help and documentation for babysitter command usage, processes, skills, agents, and methodologies. use this command to understand how to use babysitter effectively.
What this skill does
# help
## if no arguments provided:
show this message:
```
Welcome to the Babysitter Help Center! Here you can find documentation and guidance on how to use Babysitter effectively.
Documentation: Explore our comprehensive documentation to understand Babysitter's features, processes, skills, agents, and methodologies. Read the Docs: https://github.com/a5c-ai/babysitter
Or ask specific questions about commands, processes, skills, agents, methodologies, domains, specialities to get targeted help.
Just type /babysitter:help followed by your question or the topic you want to learn more about.
PRIMARY COMMANDS
================
/babysitter:call [input]
Start a babysitter-orchestrated run. Babysitter analyzes your request, interviews you
to gather requirements, selects or creates the best process definition (from 50+
domain-specific processes covering science, business, engineering, and more), then
executes it step by step with breakpoints where you can steer direction.
How it works: The babysitter skill reads your input, explores the process library to
find matching processes, interviews you to refine scope, creates an SDK run with
run:create, and orchestrates iterations with run:iterate -- dispatching tasks,
handling breakpoints, and posting results until the run completes or you pause it.
Example: /babysitter:call migrate our Express.js REST API to Fastify, keeping all
existing routes and middleware behavior identical, with integration tests proving
parity
/babysitter:resume [run id or name]
Resume a paused or interrupted babysitter run. If you don't specify a run, babysitter
discovers all runs under .a5c/runs/, shows their status (created, waiting, completed,
failed), and suggests which incomplete run to pick up based on its process, pending
effects, and last activity.
How it works: Reads run metadata and journal, rebuilds state cache if stale, identifies
pending effects (breakpoints awaiting approval, tasks needing results), and continues
orchestration from exactly where it left off -- no work is repeated thanks to the
replay engine.
Example: /babysitter:resume
(discovers runs and offers: "Run abc123 is waiting on a breakpoint in the 'review
test results' phase of your API migration -- resume this one?")
/babysitter:yolo [input]
Start a babysitter run in fully autonomous mode. Identical to /call but all breakpoints
are auto-approved and no user interaction is requested. The babysitter makes every
decision on its own until the run completes or hits a critical failure it can't recover
from. Best for well-understood tasks where you trust the process.
How it works: Same orchestration as /call, but the process context is configured to
skip breakpoint effects -- instead of pausing for human approval, each breakpoint
resolves immediately with an auto-approve result.
Example: /babysitter:yolo add comprehensive unit tests for all functions in
src/utils/ using vitest with >90% branch coverage
/babysitter:plan [input]
Generate a detailed execution plan without running anything. Babysitter goes through
the full interview and process selection flow, designs the process definition with
all tasks, breakpoints, and dependencies, but stops before creating the actual SDK run.
You get a complete plan you can review, modify, or execute later with /call.
How it works: Runs the babysitter skill's planning phase only -- analyzes input,
matches to domain processes, interviews for requirements, then outputs the process
definition file and a human-readable execution plan showing each phase, task, and
decision point.
Example: /babysitter:plan redesign our database schema to support multi-tenancy,
migrate existing data, and update all queries -- I want to review the plan before
we touch anything
/babysitter:forever [input]
Start a babysitter run that loops indefinitely with sleep intervals. Designed for
ongoing operational tasks: monitoring, periodic maintenance, continuous improvement,
or recurring workflows. The process uses an infinite loop with ctx.sleepUntil() to
pause between iterations.
How it works: Creates a process definition with a while(true) loop. Each cycle performs
the task (e.g., check metrics, process tickets, run audits), then calls ctx.sleepUntil()
to pause for a configured interval. The run stays in "waiting" state during sleep and
resumes automatically when the sleep expires on the next orchestration iteration.
Example: /babysitter:forever every 4 hours, check our GitHub issues labeled "bug",
attempt to reproduce and fix any that look straightforward, and submit PRs for the fixes
SECONDARY COMMANDS
==================
/babysitter:doctor [issue]
Run a comprehensive 10-point health check on a babysitter run. Inspects journal
integrity (checksum verification, sequence gaps, timestamp ordering), state cache
consistency, stuck/errored effects, stale locks, session state, log files, disk usage,
process validation, and hook execution health. Produces a structured diagnostic report
with PASS/WARN/FAIL status per check and specific fix commands.
If no run ID is provided, automatically targets the most recent run. Can also diagnose
environment-wide issues like missing CLI, unregistered hooks, or plugin problems.
Example: /babysitter:doctor
(checks the latest run: "CRITICAL -- Check 5 Lock Status: FAIL -- stale lock detected,
process 12847 is no longer running. Fix: rm .a5c/runs/abc123/run.lock")
/babysitter:assimilate [target]
Convert an external methodology, AI coding harness, or specification into native
babysitter process definitions. Takes a GitHub repo URL, harness name, or spec file
and produces a complete process package with skills/ and agents/ directories.
Two workflows available:
- Methodology assimilation: clones the repo, learns its procedures and commands,
converts manual flows into babysitter processes with refactored skills and agents
- Harness integration: wires babysitter's SDK into a specific AI coding tool
(codex, opencode, gemini-cli, antigravity, etc.) so it can orchestrate runs
Example: /babysitter:assimilate https://github.com/some-org/their-deployment-playbook
(clones the repo, analyzes their deployment procedures, and generates babysitter
processes that replicate the same workflow with proper task definitions and breakpoints)
/babysitter:user-install
First-time onboarding for new babysitter users. Installs dependencies, runs an
interactive interview about your development specialties, preferred tools, coding
style, and how much autonomy you want babysitter to have. Builds a user profile
stored at ~/.a5c/user-profile.json that personalizes future runs.
Uses the cradle/user-install process which covers: dependency verification, user
interview (expertise areas, preferred languages, IDE, terminal setup), profile
generation, tool configuration, and optional global plugin installation.
Example: /babysitter:user-install
(walks you through: "What's your primary programming language? What frameworks do
you use most? Do you prefer babysitter to auto-approve routine tasks or always ask?")
/babysitter:project-install
Onboard a new or existing project for babysitter orchestration. Researches the
codebase (reads package.json, scans directory structure, identifies frameworks and
patterns), interviews you about project goals and workflows, generates a project
profile at .a5c/project-profile.json, and optionally sets up CI/CD integration.
Uses the cradle/project-install process which covers: codebase analysis, project
interview, profile creation, recommended plugin installation, hook configuration,
and optional CI pipeline setup.
Example: /babysitter:project-install
(scans your repo: "I see this is a Next.js 16 app with Tailwind, using vitest for
tests and PostgreSQL. What are your main development goals for this project?")
/babRelated in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.