Claw Workflow Umbrella
Overview
Use this umbrella for Claw-branded agent workflows. The shared theme is coordinating work, not solving a domain-specific problem.
Sections
- Desktop control: remote UI control and interactive app driving.
- Flow orchestration: multi-step or detached workflows that run across sessions.
- Hub operations: skill/package discovery, install/update/publish style tasks.
- Inbox triage: sorting, summarizing, and routing incoming work.
- Task lists: maintaining ordered work queues and execution state.
Workflow
- Identify whether the task is about operating Claw infrastructure or moving work through it.
- Break the task into a small execution plan with clear checkpoints.
- Keep session-specific details in references or scripts, not in the umbrella body.
References
references/workflows.mdfor the coordination families absorbed into this umbrella.
Pitfalls
- Don’t create separate micro-skills for each one-off Claw session artifact.
- Don’t confuse a workflow wrapper with the underlying task domain.
- Don’t let desktop control and queue management drift into separate skill families when they serve the same coordination class.