Status Update Generator Overview Weekly status updates eat 30-90 minutes of every PM's Friday afternoon and they almost always say the same thing in subtly different ways. This skill standardizes the artifact: pull tickets from Jira or Linear (or any JSON dump), and emit a structured update with five named sections -- Highlights, Blockers, Risks, Asks, What's Next -- plus a traffic-light status (Red / Yellow / Green) for the period. The skill ships with , a standard-library Python tool that ingests a JSON file representing a week of ticket state (or accepts the output of a Jira/Linear export)…