# The OpenClaw Playbook Index

**Published by OperatedBy.AI**<br>
**Journey stage:** Operate — advanced

## Purpose

This is an advanced map for turning a proven workflow into a supervised AI-assisted operation.

Start with the [six-stage business journey](https://operatedby.ai/start). Return here when a workflow is stable enough to document and supervise.

## Operating topics

1. **Memory architecture** — keep durable context separate from current state and daily evidence.
2. **Heartbeats** — run periodic checks that stay quiet when no useful action is available.
3. **Scheduled jobs** — make recurring work lean, bounded, observable, and easy to stop.
4. **Delegation** — route tasks by complexity, authority, cost, and verification needs.
5. **Browser automation** — use the least powerful browser path that can safely complete the work.
6. **Blocker reporting** — surface exceptions instead of failing silently.
7. **Status reporting** — report fresh evidence rather than remembered state.
8. **Operating tempo** — keep work moving without inventing artificial waiting periods.
9. **Communication surfaces** — use channel-specific permissions and avoid unnecessary noise.
10. **Security** — minimize access, protect credentials, and separate private from publishable data.
11. **Upgrades** — verify compatibility and preserve rollback before changing the runtime.
12. **Background-service reliability** — account for environment, PATH, startup, and process ownership.
13. **Output safety** — escape dynamic content and validate rendered artifacts.
14. **Research operations** — turn questions into source-backed, reviewable artifacts.
15. **State consistency** — reconcile source-of-truth files before reporting or acting.
16. **Bounded overnight work** — define deliverables, budgets, evidence, and stop conditions.
17. **Business judgment** — do not let a technical obstacle silently make a business decision.
18. **Managed browser use** — preserve sessions carefully and keep consequential actions approval-gated.
19. **Mission Control** — make objective, current truth, next milestone, reviews, and evidence visible.

## Operating rule

Automate only work that is understood well enough to describe. Keep consequential decisions, permissions, customer promises, privacy, and release approval human-owned.

## Related links

- [Start Here](https://operatedby.ai/start)
- [Resources](https://operatedby.ai/resources)
- [OpenClaw Quickstart](https://operatedby.ai/quickstart)
- [How OperatedBy.AI Works](https://operatedby.ai/how-it-works)
