brain-snapshot

Updates runtime context payload with system state for other skills.

2|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/ARCASSystems/FounderOS --skill brain-snapshot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: brain-snapshot
Source: https://github.com/ARCASSystems/FounderOS/tree/main/skills/brain-snapshot
Command: npx skills add https://github.com/ARCASSystems/FounderOS --skill brain-snapshot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that other skills have the latest context to work effectively, by updating a snapshot of the current state.

Core Features & Use Cases

  • Runtime Context Update: Regularly refreshes a snapshot of the system's current state for other skills to consume.
  • Snapshot Generation: Automatically generates a markdown payload containing essential information like voice rules, brand fields, and open flags.
  • Usage Scenarios: It is used when a new skill is added, after a weekly review, or any major decision is made to ensure that all skills have the latest information.

Quick Start

To update the brain snapshot, execute the command: python scripts/brain-snapshot.py --write

Frequently Asked Questions about brain-snapshot

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

FAQPage Schema
How do I update runtime context for multiple skills to stay current?

Updating runtime context requires generating a snapshot of the current system state. This Skill captures essential information like voice rules, brand fields, and open flags, ensuring other skills consume the latest data to function correctly.

When do I need to generate a system state snapshot for my skill integration?

Generating a system state snapshot is needed when a new skill is added, after a weekly review, or following any major decision. This ensures all skill integrations have the latest runtime context and updated information.

How to generate a runtime context payload for other skills to consume?

To generate a runtime context payload, execute the command: python scripts/brain-snapshot.py --write. This automatically generates a markdown payload containing essential system state information like voice rules and weekly commitments.

Does updating system state require any external dependencies?

Updating system state requires no external dependencies. The Skill uses internal scripts to automatically generate a markdown payload, capturing essential system information like open flags and brand fields without needing additional packages.

What's the best way to keep open flags and brand fields updated across multiple skills?

The best way to keep open flags and brand fields updated is to regularly refresh the runtime context. By generating a snapshot of the current system state, you ensure all integrated skills stay current with the latest information.

Why does my skill integration fail to capture the latest weekly commitments?

Skill integration fails to capture weekly commitments when the runtime context is outdated. You must generate a new system state snapshot to update the payload, ensuring other skills have the latest information to function correctly.