---
name: weekly-report
label: "Weekly report"
description: "A weekly status report across the workspace — in flight, landed, needs-you, and a metrics pulse."
run: deterministic
surface: report
output:
  - In flight
  - Landed
  - Needs you
  - Metrics pulse
---

Produce the weekly report from the workspace's own local state (the `report` surface): read the
initiative index, the acceptances and the needs-you queue, and emit the four sections above — the
same shape every run. This is a built-in, server-derived skill: it needs no agent and is maximally
consistent (the surface contract validates the shape before it is filed to needs-you). It is presented
to the PM identically to every other skill — the fact that it runs deterministically is an internal
detail, not something the PM ever picks.
