scbe-sitrep

Generate a deduplicated situation report from cross-talk packets, git logs, and session signons.

6|1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-sitrep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scbe-sitrep
Source: https://github.com/issdandavis/SCBE-AETHERMOORE/tree/main/.claude/skills/scbe-sitrep
Command: npx skills add https://github.com/issdandavis/SCBE-AETHERMOORE --skill scbe-sitrep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a deduplicated situation report from cross-talk packets, git logs, and session signons to provide a clear briefing of multi-agent activity and changes.

Core Features & Use Cases

  • Deduplicates by task_slug to surface a single, current view per task
  • Classifies items into BLOCKED, NEEDS ACK, IN PROGRESS, and DONE with concise context
  • Pulls recent git commits and checks active session signons to ground the report

Quick Start

Run sitrep to generate a concise briefing from the latest cross-talk and commit context.

Frequently Asked Questions about scbe-sitrep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a deduplicated situation report from multi-agent activity?

To generate a deduplicated situation report from multi-agent activity, run a sitrep to consolidate cross-talk packets, git logs, and session signons. It deduplicates events by task_slug to provide a single, current view per task.

What is the best way to brief multi-agent activity before planning a session?

The best way to brief multi-agent activity before planning is to run a sitrep that categorizes cross-talk by priority. It surfaces BLOCKED, NEEDS ACK, IN PROGRESS, and DONE items with concise context to ground your planning.

How does sitrep deduplication work for cross-talk packets?

Sitrep deduplication works by matching cross-talk packets to a shared task_slug. This process collapses multiple agent updates into a single entry per task, ensuring the briefing remains concise and avoids repeating redundant activity logs.

Does the sitrep briefing include recent git commits and active session signons?

Yes, the sitrep briefing includes recent git commits and active session signons. It pulls recent commit logs and checks active session signons to ground the report, providing a clear briefing of multi-agent activity and codebase changes.

When do I need to run a sitrep for autonomous agent runs?

You need to run a sitrep for autonomous agent runs at the session start, after long autonomous runs, or before planning. It extracts cross-talk packets and git logs to deliver an actionable briefing of recent multi-agent progress and blockers.