briefing-writer

Assemble dated markdown briefing files from git activity, action items, and CAST intelligence.

8|1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/ek33450505/claude-agent-team --skill briefing-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: briefing-writer
Source: https://github.com/ek33450505/claude-agent-team/tree/main/skills/briefing-writer
Command: npx skills add https://github.com/ek33450505/claude-agent-team --skill briefing-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the repetitive and error-prone task of manually combining disparate daily inputs into a single, consistent morning briefing, ensuring every team member receives the same structured summary.

Core Features & Use Cases

  • Structured assembly: Combine git activity, open action items, and CAST intelligence markdown fragments into a single dated briefing.
  • Safe file handling: Create a dated markdown file in the briefings directory and avoid overwriting existing files by appending suffixes when needed.
  • Observability-ready output: Include counts of total items and number of sources, and always include each section with a clear "no data" message if empty.
  • Use Case: Ideal for daily standups or ops handovers where a PM or engineering lead needs a consistent, automated morning summary of repository activity and outstanding tasks.

Quick Start

Ask the skill to assemble today's morning briefing from gathered git activity, action items, and CAST intelligence and save it to the designated briefings directory.

Frequently Asked Questions about briefing-writer

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

FAQPage Schema
How do I automate morning briefing generation from git activity and action items?

Yes, you can combine git activity and action items into a single markdown briefing automatically. The assembly process merges multiple markdown fragments into one dated report file stored in the briefings directory, ensuring consistent daily summaries.

What is the best way to assemble daily standup summaries from multiple markdown sources?

The best way to assemble daily standup summaries is to merge markdown sections from git activity, action items, and CAST intelligence into a single dated file. This structured assembly ensures every team member receives the same consistent morning report.

How does the morning briefing file handle existing files with the same date?

The morning briefing file creation avoids overwriting existing files by appending suffixes when needed. It safely creates a new dated markdown file in the briefings directory, preserving previous reports while generating the current day's summary.

Can I include counts of total items and sources in my daily markdown briefing?

Yes, the daily markdown briefing includes counts of total items and number of sources for observability. It always includes each section with a clear no data message if empty, ensuring the report structure remains consistent even without input.

Do I need any dependencies to generate a dated markdown report for ops handovers?

No dependencies are required to generate a dated markdown report for ops handovers. The process works independently to assemble collected markdown sections into a single dated file within the designated briefings directory.

Why does my morning briefing show a no data message for empty sections?

The morning briefing shows a no data message for empty sections to maintain a consistent report structure. This observability-ready output ensures every expected section appears in the markdown file, even when git activity or action items are absent.