Update Intent Breadcrumbs

Synchronizes NEXT.md and STATE.json via PowerShell script to preserve session context.

27|8|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/Sounder25/Google-Antigravity-Skills-Library --skill update-intent-breadcrumbs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Update Intent Breadcrumbs
Source: https://github.com/Sounder25/Google-Antigravity-Skills-Library/tree/main/05_update_breadcrumbs
Command: npx skills add https://github.com/Sounder25/Google-Antigravity-Skills-Library --skill update-intent-breadcrumbs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Agents often lose context between sessions, causing duplicated effort and misaligned goals. This skill updates NEXT.md and STATE.json to preserve a consistent, human- and machine-readable trail of objective, status, and next steps.

Core Features & Use Cases

  • Context synchronization: updates NEXT.md and STATE.json to reflect current objective, status, and blockers.
  • Workspace continuity: ensures a stable reference for resumed sessions and automated workflows.
  • Use Case: When a project resumes after a pause, the latest plan and status are automatically restored.

Quick Start

Run the Update Intent Breadcrumbs workflow by executing the provided PowerShell script from the workspace root: .\update_breadcrumbs.ps1 -Status "active" -Objective "Maintain session continuity" -NextSteps "Review pending items" "Run tests"

Frequently Asked Questions about Update Intent Breadcrumbs

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

FAQPage Schema
How do I preserve workspace context across long-running agent sessions?

To preserve workspace context across long-running agent sessions, you can automate the synchronization of NEXT.md and STATE.json files. This maintains a consistent, machine-readable trail of your project's objective, current status, and next steps after restarts.

Why does my agent lose context and duplicate effort after a workspace restart?

Agents lose context and duplicate effort after a restart because session memory is cleared. Updating intent breadcrumbs with NEXT.md and STATE.json provides a stable reference trail to automatically restore the latest plan, status, and blockers.

How do I update NEXT.md and STATE.json automatically using PowerShell?

To update NEXT.md and STATE.json automatically, execute the update_breadcrumbs.ps1 PowerShell script from your workspace root. Pass parameters like -Status, -Objective, and -NextSteps to write the current session context to these files.

Can I use PowerShell to maintain session state for branching workspaces?

Yes, you can use PowerShell to maintain session state for branching workspaces. The breadcrumb synchronization script reads and writes to the workspace root, ensuring objective and status continuity across restarts, updates, and branching workflows.

What is the best way to track automated workflow status and blockers between updates?

The best way to track automated workflow status and blockers between updates is synchronizing intent breadcrumbs. Updating NEXT.md and STATE.json creates a human-readable reference of your current objective, status, and next steps to prevent misaligned goals.

Do I need a specific environment setup to run the update breadcrumbs PowerShell script?

You need a Windows environment with PowerShell and access to the workspace root directory to run the update breadcrumbs script. The script requires read and write permissions for NEXT.md and STATE.json to successfully preserve context.