weekly-monitor

Generates weekly project monitor updates with delta metrics, stall flags, and dashboard regeneration.

Updated May 25, 2026
One-click install
npx skills add https://github.com/DATA-AI-XYZ/Tandem --skill weekly-monitor-data-ai-xyz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weekly-monitor
Source: https://github.com/DATA-AI-XYZ/Tandem/tree/main/skills/weekly-monitor
Command: npx skills add https://github.com/DATA-AI-XYZ/Tandem --skill weekly-monitor-data-ai-xyz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Weekly project reviews require manually scanning stories, bugs, and decisions across many markdown files to compute progress, spot stalled work, and keep the monitor dashboard current. This Skill automates that Friday cadence so nothing slips through the cracks. ## Core Features & Use Cases - Weekly Delta Computation: Counts stories shipped, started, blocked, plus BUGs filed/fixed and ADRs created over the last 7 days. - Stall and Blocker Audits: Flags stories in-progress over 5 days, blocked over 5 days, or in-review over 3 days for escalation. - Backlog Hygiene: Proposes wontfix or archived status for items untouched for 90+ days and suggests triage when the inbox exceeds 20 items. - Use Case: On Friday afternoon, run the weekly review to prepend a dated revision-history entry to MONITOR.md, regenerate DASHBOARD.html via npm run pm:all, and get a carry-forward list for next week's planning. ## Quick Start Ask the AI to run the weekly monitor update and summarize this week's shipped, stalled, and blocked stories.

Frequently Asked Questions about weekly-monitor

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

FAQPage Schema
How do I run a weekly project review with Claude Code?

Invoke the weekly-monitor skill on Friday to compute the 7-day delta of shipped, started, and blocked stories. It updates MONITOR.md with a revision-history entry and regenerates the dashboard automatically.

How to detect stalled stories in a markdown-based backlog?

The skill audits story statuses and flags any story in-progress for more than 5 days as a stall risk, blocked for more than 5 days for escalation, or in-review for more than 3 days for close-out.

Does the weekly monitor update modify story file timestamps?

No. The skill explicitly preserves all artefact frontmatter timestamps. Only the MONITOR.md "Last updated" line changes during the weekly update.

What happens if the dashboard validator fails during the update?

The skill runs npm run pm:all, which executes the validator before the dashboard. If validation fails, violations must be fixed first, and only then is DASHBOARD.html regenerated.

When should backlog items be archived or marked wontfix?

Items sitting in not-started status for more than 90 days are proposed for wontfix or archived status under the SOP sunset rule. An inbox count above 20 triggers a triage pass suggestion.