Skills › Operations › Weekly Team Brief
Weekly Team Brief
Automatically compile a weekly brief covering industry news, competitor moves, and internal signals — ready to send to the team.
Superpowers: handler_monitor · handler_research · handler_generate
When to use: You want to send a regular team update without manually scanning multiple news sources.
Steps
Gather industry news from the past week
Superpower: handler_monitor — live API reference →
POST /v2/superpowers/handler_monitor
{
"task": "trending",
"query": "[your industry] news announcements 2026",
"days": 7
}
Catch specific competitor or market moves
Superpower: handler_monitor — live API reference →
POST /v2/superpowers/handler_monitor
{
"task": "news",
"query": "[competitor OR market keyword] launch funding product"
}
Get a synthesised take on the top story
Superpower: handler_research — live API reference →
POST /v2/superpowers/handler_research
{
"task": "answer",
"query": "[top news item from step 1] — what does this mean for [your industry]?"
}
From previous step: top item from step 1 → form into a question for step 3
Write the weekly brief
Superpower: handler_generate — live API reference →
POST /v2/superpowers/handler_generate
{
"task": "chat",
"prompt": "Write a weekly team brief in the style of a newsletter. Sections: (1) This week in [industry] — 3 bullet points with source links, (2) What to watch — 1 trend worth tracking, (3) Quick take — 2-sentence editorial comment. Keep it under 250 words. Tone: informative and direct, not corporate. Data: [steps 1-3]"
}
From previous step: trending (step 1) + news (step 2) + research take (step 3) → inject into prompt
Outcome: Weekly brief covering industry news, competitor moves, and editorial commentary — ready to send.
Fetch this skill via API
GET /v2/skills/weekly-team-brief
Authorization: Bearer sk-hndlr-...