yannmenec

Weekly Rewind — Data skill for Claude Code

Data community

Run the Weekly Rewind agent on the Project Mercury Sprint 42 data.

How to install Weekly Rewind

Installs to ~/.claude/commands/yannmenec-delivery-management-skills-weekly-rewind.md

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

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

What Weekly Rewind does

Run the Weekly Rewind agent on the Project Mercury Sprint 42 data.

Read the agent prompt from agents/weekly-rewind/prompt.md. Read the sprint data from data/jira-sprint-42.json. Read Slack decisions from data/slack-decisions.json. Read GitHub PRs from data/github-prs.json.

Apply the prompt's processing logic to the data and produce the weekly status report 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