---
name: Standup
slug: standup-2
category: AI Engineering
description: "Standup sweeps Superset workspaces, tasks, and agent terminals to report what finished, needs review, and what's blocked. Use when you ask what your agents did or need a summary after being away."
github: "https://github.com/superset-sh/superset/tree/main/plugins/superset/skills/standup"
language: TypeScript
stars: 12897
forks: 1190
install: "npx degit https://github.com/superset-sh/superset/tree/main/plugins/superset/skills/standup ~/.claude/skills/standup"
installs_to: ~/.claude/skills/standup
source_path: plugins/superset/skills/standup/SKILL.md
collection_size: 14
category_size: 2451
collection_url: "https://dirskills.com/collections/superset-sh/superset"
added: 2026-08-14T07:13:26.820Z
last_synced: 2026-08-14T07:13:26.820Z
canonical_url: "https://dirskills.com/skills/standup-2"
---

# Standup

Standup sweeps Superset workspaces, tasks, and agent terminals to report what finished, needs review, and what's blocked. Use when you ask what your agents did or need a summary after being away.

**Install:**

```bash
npx degit https://github.com/superset-sh/superset/tree/main/plugins/superset/skills/standup ~/.claude/skills/standup
```

## README

# Superset Standup

Answer "what happened while I was away?" from real state, not guesses. Entirely read-only.

## 1. Sweep (parallel, prefer --json)

- `superset workspaces list` — active workspaces
- `superset tasks list` — task states
- Per active workspace: `superset terminals list --workspace <id>`, then `superset terminals read --workspace <id> --terminal <terminalId>` for each agent terminal — the last screen of output shows whether the agent finished, asked a question, or errored

## 2. Classify each workspace

- **Needs you**: agent finished and awaits review, asked a question, or hit a permission prompt / failure
- **In flight**: actively working
- **Blocked**: waiting on something external
- **Stale**: idle with no pending work — candidate for cleanup

## 3. Report

Lead with what needs the user, one line per item: workspace, agent, state, and the next action. Then in-flight, then completed, then stale-workspace cleanup suggestions. Keep the whole digest scannable — no terminal dumps; quote at most the single relevant line an agent printed.

## Rules

Never send input to a terminal, modify tasks, or clean anything up as part of the digest — offer those as follow-ups and act only when asked.
