Status Snapshot

Read day-plan.json, strike list, and nag ledger to produce a status digest.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill status-snapshot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Status Snapshot
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/status-snapshot
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill status-snapshot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a compact, read-only status digest from multiple sources to keep stakeholders informed without mutating any state.

Core Features & Use Cases

  • Read-only snapshot of the day plan, nag list, and active runs to deliver quick situational awareness.
  • Supports standups, leadership updates, and comms with a concise status digest.

Quick Start

Ask for a status snapshot to generate a concise update for Nick, the team, or communications.

Frequently Asked Questions about Status Snapshot

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

FAQPage Schema
How do I get a read-only project status snapshot for a daily standup?

A read-only status snapshot aggregates data from the day plan, nag list, and active runs to deliver quick situational awareness for daily standups without mutating state. It fetches active runs in parallel to provide an accurate digest.

What is a read-only status digest and how does it work?

A read-only status digest compiles current project state by reading the day-plan.json, strike list, and nag ledger simultaneously. It fetches active runs in parallel while never writing state, ensuring a safe, accurate snapshot for team communication.

Can I generate a team communication update without modifying the day plan or nag list?

Yes, you can generate a team communication update without modifying the day plan or nag list. The snapshot performs parallel reads from the day-plan.json, strike list, and nag ledger, guaranteeing state is never mutated.

Does generating a status snapshot alter active runs or strike list data?

Generating a status snapshot does not alter active runs or strike list data. It strictly performs read-only operations across the day plan, nag ledger, and active runs in parallel to ensure no state mutation occurs.

What is the best way to monitor active runs and nag list items for leadership updates?

The best way to monitor active runs and nag list items for leadership updates is requesting a status snapshot. It reads these sources in parallel, providing a concise, read-only digest that informs stakeholders quickly.

What data sources do I need to generate a quick situational awareness digest?

To generate a quick situational awareness digest, you need the day-plan.json, the strike list, the nag ledger, and any available active runs. The snapshot reads these sources in parallel to compile the update.