Stats
Actions
Tags
From superpowers-cowork
Cross-source synthesis — pull context from email, calendar, and docs
How this skill is triggered — by the user, by Claude, or both
Slash command
/superpowers-cowork:brief <topic or question to brief on><topic or question to brief on>The summary Claude sees in its skill listing — used to decide when to auto-load this skill
> Entry point — chains to implementation skills. Users invoke this directly.
Entry point — chains to implementation skills. Users invoke this directly.
Load and invoke the following internal skills in order:
context-awareness → cross-source-synthesis → verification → output-review → sensitivity-guard → delivery
If no argument, ask: "What would you like me to brief you on?" Do not proceed until you have a topic.
context-awareness skill now for the source categories needed by the topic. Report available sources.cross-source-synthesis skill now. Search email, calendar, Drive, and web for relevant information. Weave information into a coherent summary with source attribution.verification skill now. Flag any conflicts between sources. Do not proceed if critical conflicts exist — report and ask how to handle.output-review skill now. Ensure the brief is complete and accurate.sensitivity-guard skill now. Present: "This brief combines data from [sources]. Going to [destination]. Anything look off?" Do not deliver until the human signs off.delivery skill now. Present the brief. State the destination explicitly. Do not execute delivery until the human explicitly confirms.npx claudepluginhub smatty-ice/superpowers-cowork-marketplace --plugin superpowers-coworkGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.