One-click install
npx skills add https://github.com/cosmicdreams/claude-plugins --skill morning-brief-cosmicdreams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: morning-brief
Source: https://github.com/cosmicdreams/claude-plugins/tree/main/workflow/skills/morning-brief
Command: npx skills add https://github.com/cosmicdreams/claude-plugins --skill morning-brief-cosmicdreams

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the daily scramble to figure out what actually needs your attention by consolidating overnight signals with your standing obligations into one prioritized view.

Core Features & Use Cases

  • Overnight activity synthesis: Collects new Slack messages since your last run and turns them into actionable items.
  • Standing obligation detection: Identifies unanswered questions/requests in the last 48 hours and surfaces them as items that still need you.
  • Cross-source Jira attention planning: Adds Jira delta changes and standing workload items, including blocked/unblocked and stale work, then ranks everything into a single priority list.
  • Optional daily focus update: Offers to narrow what your pulse monitoring watches and writes state/config when appropriate.

Quick Start

Use workflow:morning-brief to generate your priority-ordered morning briefing from Slack and Jira, and optionally update your focus for the day.

Frequently Asked Questions about morning-brief

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I consolidate overnight Slack messages and Jira updates into a single priority list?

To consolidate overnight Slack messages and Jira updates into a single priority list, this morning briefing workflow aggregates cross-source signals, applies timestamp-based delta filtering, and ranks items by urgency. It deduplicates entries across passes to output a unified action plan.

What is the best way to triage unanswered Slack requests and stale Jira issues at the start of the day?

The best way to triage unanswered Slack requests and stale Jira issues is through cross-source attention planning. It identifies standing obligations from the last 48 hours, detects blocked or unblocked work, and ranks everything into a priority-ordered table for immediate action.

Can I generate a morning briefing without write access to my Slack and Jira accounts?

Yes, you can generate a morning briefing without write access because the workflow requires read-only operation. It performs per-integration preflight checks and uses parallel collection to safely gather data, optionally writing state locally to workflow-morning-brief.state.json.

How does timestamp-based delta filtering work for daily team process reporting?

Timestamp-based delta filtering works for daily team process reporting by comparing current Slack and Jira signals against your last run. It isolates new messages and updated issues since that timestamp, ensuring your morning brief only surfaces net-new activity requiring attention.

Does the morning brief workflow update my focus configuration for pulse monitoring?

Yes, the morning brief workflow can update your focus configuration for pulse monitoring. After generating your priority table, it offers an optional daily focus update to narrow what gets monitored, writing the configuration changes when appropriate.

What are the limitations of using a read-only morning brief for team process management?

The main limitation of using a read-only morning brief is that it cannot modify underlying Slack or Jira issues directly. It strictly focuses on aggregation and reporting, meaning you must execute the prioritized actions and resolve blocked items manually in their source platforms.