yannmenec

Morning Scan — Data skill for Claude Code

Data community

Run the Morning Scan agent on the Project Mercury Sprint 42 data.

How to install Morning Scan

Installs to ~/.claude/commands/yannmenec-delivery-management-skills-morning-scan.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yannmenec/delivery-management-skills/HEAD/.claude/commands/morning-scan.md -o ~/.claude/commands/yannmenec-delivery-management-skills-morning-scan.md

Restart Claude Code, or start a new session, for it to be picked up.

What Morning Scan does

Run the Morning Scan agent on the Project Mercury Sprint 42 data.

Read the agent prompt from agents/morning-scan/prompt.md. Read the sprint data from data/jira-sprint-42.json. Read GitHub PRs from data/github-prs.json. Read CI builds from data/ci-builds.json. Read GitHub commits from data/github-commits.json.

Apply the prompt's processing logic to the data and produce the morning scan briefing in the exact output format specified in the prompt.

Alternatives in Data

  • Bitbucket Data Center 71.9k ★
  • Financial Services — Reference agents, skills, and data connectors for the financial-services workflows we see most — investment ba 34.5k ★
  • Data Contract — This document defines which files belong to the system (auto-updatable) and which belong to the user (never to 32.5k ★

Full documentation available on GitHub

View Source Repository