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

# Summary and standups

> Roll up any day or date range into a scannable summary. Export to markdown for standups.

## What it is

Summary view rolls up tasks across any day or date range into three buckets: what's **completed**, what's **still pending**, and what **moved** to another date. It's the counterpart to the daily task view — instead of "what's on my plate right now," it answers "what did I actually do."

## When to use it

* **Daily standup** — pick yesterday, export to markdown, paste into Slack.
* **Weekly review** — pick the last 7 days, scan completion rate and priority breakdown.
* **End-of-day log** — pick today, check what slipped and carry it forward.
* **Retrospective** — pick a sprint or month range when planning the next one.

## How to use it

1. Open the Summary view from the main navigation.
2. Pick a single date, or use the range picker for multi-day reports.
3. Optionally filter by priority or completion status.
4. Click **Export to markdown** to copy a formatted summary to your clipboard.

The exported markdown includes task text, completion status, and priority — ready to paste into a standup doc, PR description, or Slack channel.

## Example

Yesterday's summary, exported:

```markdown theme={null}
## Yesterday — 2026-04-14

### ✓ Completed
- Review PR #412
- Ship migration
- Reply to customer support thread

### ○ Still Pending
- Draft release notes

### → Moved
- Deploy to prod (moved to 2026-04-15)
```

Paste that into Slack at 9am. Standup done.

## Related

* [Quick log](/features/quick-log) — capture completions throughout the day so the summary is accurate.
* [Streaks](/features/streaks) — summary view and streaks both reward consistent logging.
* [Search](/features/search) — if you need to go back further than a range picker allows.
