computer-use-playbook
Installation
SKILL.md
Computer Use Playbook
Overview
Use this skill for end-to-end computer automation across browser and desktop surfaces. Browser use is a major track, but not the only one. Prefer deterministic methods first, then escalate to visual/native automation only when required. For browser MCP workflows, treat tab_id as a required handle for all stateful actions.
Execution Mode (Default: Lesson-Lock)
When a matching topic already exists under references/learnings/<topic-slug>/lessons.md, run in lesson-lock mode.
- Execute the lesson checklist as written before trying any novel approach.
- Do not create a new topic slug when an existing topic clearly matches.
- Do not publish until all pre-publish lesson gates pass.
- If a lesson step fails, try only fallbacks documented in the same
lessons.mdfirst. - Use
experience-log.mdonly to fill missing detail, not to override lesson rules. - If documented lesson paths fail and the task is not human-gated, run bounded self-learning attempts, then codify the winning pattern.