PHASE · 05
Automate and delegate¶
When you have done a thing three times. The command line that drives the visible app, long-running work that wakes the session when it is done — and the automations surface, which exists in the source but is compiled off in the public build.
-
Build an automation by chatting
A saved, re-runnable task with a schedule and a run history, built by describing it rather than filling in a form. Takes untimed · Moment apply
-
Drive Berd from the command line
berdctl is the command-line tool that drives the visible app: berdctl
. It is described in Berd's own docs as the CLI agents use, and that is the surprising part — the main reason to know it exists is that your agent can change Berd for you, and you can read what it did. The outcome of this task is knowing what the tool can do, when to reach for it, and which one of its verbs acts without asking. Takes untimed · Moment apply -
Run long work outside the turn
Two bundled skills: berd-monitor for a command that outlives the turn, berd-orchestrator for work that belongs in another session. Takes untimed · Moment apply