---
name: loom-status
description: >
  Lightweight pi-loom session status (~50 tokens). Returns active memory count,
  last 3 high-signal memories, and latest Dream Engine insight. Use at session
  start before any other tools — cheaper than full loom_recall. Triggers: "loom
  status", "check memory state", "what's in loom", "session overview".
---

# Loom Status

Check the current pi-loom memory state for this project.

## Usage

```
/loom-status
```

## What it does

Calls `loom_status()` tool which returns:
- active / expired / archived memory counts
- last 3 high-signal memories (importance ≥ 0.7)
- latest Dream Engine insight if available

Use this at the start of every session, right after `esr_get_context()`.
It's cheaper than a full `loom_recall()` — ~50 tokens vs potentially thousands.

## When to run `loom_dream`

If the status shows 10+ active memories and no recent insights:
```
/loom-dream
```
