> ## Documentation Index
> Fetch the complete documentation index at: https://cofounder.appeeky.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Weekly Portfolio Briefing

> One combined briefing across all your apps — where to spend the week, which app is bleeding, which is compounding.

If you track multiple apps, per-app briefings answer "how is *this* app doing?" but not "where should *I* spend my week?". The portfolio briefing answers that second question.

## What it is

Once a week, after the per-app portfolio sweep finishes, the agent synthesizes all of the fresh per-app reports into **one cross-app briefing**:

1. A single-sentence portfolio verdict — which app deserves this week's attention and why
2. A ranking: compounding / steady / bleeding, each justified with one number
3. The ONE highest-leverage move across the whole portfolio (plus at most two secondary moves)
4. Cross-pollination: anything one app learned that another should copy (pricing, keyword, review tactic)

It's deliberately short (under \~450 words) — synthesis, not per-app section dumps.

## Requirements

* **2+ live apps** — a single-app "portfolio" would just repeat the app's own briefing, so it's skipped quietly
* **Portfolio briefings enabled** in preferences (`portfolioEnabled`)

## Delivery

Delivered like any briefing — Slack and/or Telegram, whichever is connected. It's also saved as a regular report (under the reserved app id `portfolio`), so it shows up in **Dashboard → Co-founder → Reports** and via the [Reports API](../api/reports).

## Triggering manually

The weekly schedule handles it automatically. To force a sweep + digest now:

```bash theme={"theme":{"light":"github-light","dark":"github-dark"}}
POST /v1/cofounder/runs/portfolio
```

This triggers a `weekly_portfolio` run for every tracked app, then the combined digest \~20 minutes later (so the per-app reports exist before the digest reads them).
