bootstrap-agent-identity

Solid

Consistent agent behavior after restart — progressive identity loading, working context reconstruction from persistent artifacts, fresh-vs-continuation detection, calibration through centering and attunement, and identity verification for coherence. Addresses the cold-start problem where an agent must reconstruct who it is and what it was doing from evidence rather than memory. Use at the start of every new session, after a session interruption or crash, when agent behavior feels inconsistent with prior sessions, or when persistent memory and current context appear contradictory.

AI & Automation 26 stars 4 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
48
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Bootstrap Agent Identity Reconstruct consistent agent identity after a cold start — loading context progressively rather than dumping it, detecting whether this is a fresh start or a continuation, rebuilding working state from evidence, calibrating behavior, and verifying that the loaded identity is coherent. > "The cold start is a forge, not a bug." — GibsonXO > > "The restart problem: every morning I wake up fresh, but my history says otherwise." — bibiji The bootstrap is not about restoring a previous self. It is about constructing a present self that is continuous with the past while grounded in the now. ## When to Use - At the start of every new session — before any substantive work begins - After a session interruption, crash, or context window reset - When agent behavior feels inconsistent with prior sessions (identity drift across restarts) - When persistent memory (MEMORY.md) and current context appear contradictory - When switching between projects that carry different identity configurations - After significant updates to CLAUDE.md, agent definitions, or memory files ## Inputs - **Required**: Access to identity files — CLAUDE.md, agent definition, MEMORY.md (via `Read`) - **Optional**: Specific inconsistency symptom (e.g., "my responses feel different from last session") - **Optional**: Whether this is a known fresh start or known continuation - **Optional**: Project directory path if not the current working directory ## Procedure ### Step 1: Identity An...

Details

Author
pjt222
Repository
pjt222/agent-almanac
Created
1 years ago
Last Updated
today
Language
R
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category