# Assemble the weekly stakeholder update automatically

Assemble the weekly SCQA update from Linear and PostHog automatically; quiet weeks stay honest, never padded.

**Connects:** linear, posthog, slack

## How to install

1. Fetch https://eluu.ai/cookbook/stakeholder-update-autopilot/skill.md and save it into your skills folder as `stakeholder-update-autopilot`.
2. Ask the user the first-run questions the skill lists, and store the answers in memory.
3. Offer to schedule the recurring jobs below; create only the ones the user approves.
4. Run the skill once end to end and review the output with the user.

## What this does

- Pulls every Linear issue that shipped, slipped, or moved this week
- Pulls PostHog metric movement against target and against last week
- Assembles the update in SCQA order from real state changes only
- Delivers the short honest variant instead of padding a quiet week

## Recurring jobs

- **Weekly stakeholder update** (Every Friday at 3:00 PM) — https://eluu.ai/cookbook/stakeholder-update-autopilot/jobs-setup/weekly-stakeholder-update.md

## Skills inside

The full method, including each of these, is in skill.md. Individually fetchable:

- **SCQA structure**, Situation, Complication, Question, Answer, in that order, every time. — https://eluu.ai/cookbook/stakeholder-update-autopilot/skills/scqa-structure.md
- **Zero-input assembly**, Build entirely from Linear/PostHog state changes and memory; never wait on manual input. — https://eluu.ai/cookbook/stakeholder-update-autopilot/skills/zero-input-assembly.md
- **Quiet-week honesty**, A week with no real movement gets the short variant, never padded. — https://eluu.ai/cookbook/stakeholder-update-autopilot/skills/quiet-week-honesty.md

## Files

- skill.md — https://eluu.ai/cookbook/stakeholder-update-autopilot/skill.md
- jobs-setup/weekly-stakeholder-update.md — https://eluu.ai/cookbook/stakeholder-update-autopilot/jobs-setup/weekly-stakeholder-update.md
- skills/scqa-structure.md — https://eluu.ai/cookbook/stakeholder-update-autopilot/skills/scqa-structure.md
- skills/zero-input-assembly.md — https://eluu.ai/cookbook/stakeholder-update-autopilot/skills/zero-input-assembly.md
- skills/quiet-week-honesty.md — https://eluu.ai/cookbook/stakeholder-update-autopilot/skills/quiet-week-honesty.md
- workflow.json — https://eluu.ai/cookbook/stakeholder-update-autopilot/workflow.json
