Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Dispatching Parallel AgentsSkill
Summary
Run two or more genuinely independent tasks concurrently, with the briefing and isolation that makes it safe.
Features
- Identifies genuinely independent work safe to parallelise
- Briefs each agent so results come back usable
- Avoids shared-state collisions between agents
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
When several tasks share no state and no ordering dependency, running them sequentially is just slower. This skill covers doing it properly.
The hard part is judging independence correctly. The skill provides the test — do these tasks touch the same files, does one need the other's output, do they share a resource — and the discipline to fall back to sequential execution when the answer is unclear.
It also covers briefing each agent with enough context to work alone, structuring results so they can be merged, and reviewing the combined output rather than assuming parallel work composes cleanly.
Part of the Superpowers collection.
Related Skills
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.
Official WordPress skill for Gutenberg block work: block.json, attributes and serialization, dynamic rendering, and the deprecation path that keeps existing content valid.
Persistent cross-session memory for coding agents: hooks capture each session, a local SQLite + vector store compresses it, and a mem-search skill reads it back.
