Prereqs
- You have OpenClaw installed and
openclawis on PATH. - Set recipes cron installation behavior in config (safe default is
prompt).cronInstallation: prompt⇒ asks before installing cron jobscronInstallation: on⇒ installs cron jobs (enabled state still depends onenabledByDefault)cronInstallation: off⇒ skips cron reconciliation
Teams to verify
- product-team
- research-team
- writing-team
- social-team
- customer-support-team
- development-team
Commands
Scaffold each team
Note:For each recipe id--team-idmust end with-team.
<rid> above:
Verify scaffold output
For each~/.openclaw/workspace-<rid>-team/ ensure:
notes/plan.mdexistsnotes/status.mdexistsshared-context/priorities.mdexistsshared-context/agent-outputs/existswork/backlog/,work/in-progress/,work/testing/,work/done/exist
Verify cron reconciliation behavior
-
With
cronInstallation: prompt:- Re-run scaffold-team and confirm you are prompted.
- Answer No and verify that installed jobs are created disabled (or not created, depending on implementation).
-
With
cronInstallation: on:- Re-run scaffold-team and verify recipe cron jobs are installed.
- Confirm jobs are listed:
- Optionally force-run a job:
Cleanup (important)
These verification commands create temporaryworkspace-<teamId> directories.
After you finish (or between runs), clean up test workspaces so they don’t accumulate:
What to record
- Any recipe that fails to scaffold
- Any cron job install/update errors
- Any cron job that runs but fails (include logs / error output)
