
Daily Briefing
- Updated March 22, 2026
- cantoramann/plugins
daily-briefing is a multi-agent system in which seven agents collaborate to produce a curated daily news digest spanning hard news, cross-domain analysis, and a deep dive. A user runs it to get a structured, multi-perspective briefing each day. It coordinates several agents into one editorial output.
Key points
- 7-agent pipeline
- Curated news digest
- Cross-domain analysis
- Daily deep dive
Daily Briefing by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add cantoramann/plugins/plugin install daily-briefing@pluginsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | March 22, 2026 |
|---|---|
| Repository | cantoramann/plugins ↗ |
What it does
Multi-agent daily briefing where 7 agents produce a curated news digest with hard news, cross-domain analysis, and a deep dive.
README.md
Daily Briefing Plugin
A multi-agent daily briefing system that produces curated news digests combining hard news with intellectually curious cross-domain content. Inspired by the directness of Morning Brew and the intellectual depth of MIT Technology Review.
How It Works
The briefing is generated by a 3-stage pipeline of 7 specialized agents:
Stage 1 — Domain Scouts (run in parallel):
- Tech & AI — technology, software, AI, cybersecurity
- Business & Markets — earnings, M&A, startups, economic indicators
- Policy & Geopolitics — regulation, trade, elections, diplomacy
- Science & Health — research, clinical trials, climate, space
- Culture & Consumer Trends — consumer behavior, cultural milestones, viral phenomena
Stage 2 — Cross-Pollinator (editorial intelligence): Receives all scout reports and curates the editorial plan — selecting stories, identifying cross-domain connections, and choosing the deep dive topic.
Stage 3 — Briefing Composer (writer): Writes the final briefing with consistent voice and structure.
Briefing Sections
- The Rundown — 5-6 headline stories with sharp takes
- Feature Stories — 2-3 medium-depth articles with analysis
- The Deep Dive — One long-form piece with backstory and hidden connections
- Curiosity Corner — 2-3 cross-domain discoveries and surprising insights
- One More Thing — A memorable closing item
Usage
On-demand
Type /briefing to generate today's briefing immediately.
Scheduled
Configure a scheduled task to run the briefing automatically each morning. Use the /schedule command or set up a cron-based trigger.
Components
| Component | Count | Description |
|---|---|---|
| Commands | 1 | /briefing — triggers the full pipeline |
| Skills | 1 | Editorial philosophy, scout strategies, briefing structure |
| Agents | 7 | 5 domain scouts + 1 cross-pollinator + 1 composer |
Requirements
- Web search access (for scouts to find current news)
- Opus model access recommended (for cross-pollinator and composer quality)
Output
Each briefing is saved as briefing-YYYY-MM-DD.md in the current working directory.