# Zero-input assembly

A reusable skill the "Assemble the weekly stakeholder update automatically" recipe pulls in. Add it once and every agent on the team can use it.

Build the weekly update entirely from linear, posthog, and memory — never wait on manual PM input.

## Method
1. Pull every linear issue in {{team}}/{{project}} that changed state since last Friday.
2. Pull posthog trend data for {{key_metrics}} versus target and versus last week.
3. Pull any decisions or risks the PM logged in memory during the week.
4. Build the full update from these three sources alone — do not pause the run to ask the PM for input.
5. If a needed data source is unreachable, note the gap explicitly in the update rather than skipping it silently.
6. Deliver on schedule (Friday, 3:00 PM) whether or not the PM has engaged with the draft first.

## Rules
- The update runs and delivers even if the PM says nothing all week — silence is not a reason to skip the job.
- Every claim in the update must trace to a linear state change, a posthog number, or a logged memory entry — no manual additions mid-run.
- A missing or unreachable source is disclosed in the update, never silently omitted.
- The PM can review before it posts, but the assembly itself never depends on that review happening.

## Output
A complete SCQA update assembled from linear, posthog, and memory alone, delivered on schedule with no manual input step.
