원클릭으로
update-intent-breadcrumbs
Updates standardized intent files (NEXT.md, STATE.json) to maintain context across agent sessions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Updates standardized intent files (NEXT.md, STATE.json) to maintain context across agent sessions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
A QA gate that validates potentially destructive or irreversible actions before execution.
Detect and prevent state-visibility violations across execution contexts within a single transaction.
Convert mixed terminal output and instructions into safe, paste-ready command blocks.
Prepares isolated sub-workspaces for parallel agent execution. Copies context and generates specific mission instructions for "Worker" agents.
Structured logging and analysis of execution failures to prevent recurrence.
Detects when the agent is stuck in a reasoning loop or unproductive state by analyzing tool usage and sentiment patterns.
| name | Update Intent Breadcrumbs |
| description | Updates standardized intent files (NEXT.md, STATE.json) to maintain context across agent sessions. |
| version | 1.0.0 |
| author | Antigravity Skills Library |
| created | "2026-01-15T00:00:00.000Z" |
| leverage_score | 4/5 |
Agents often lose context between sessions. This skill enforces a standard "breadcrumb" trail by creating or updating NEXT.md (human readable) and STATE.json (machine readable) in the workspace root.
update breadcrumbssave stateupdate next stepscheckpoint workspace| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
--status | string | No | active | active, blocked, paused |
--objective | string | No | - | Current high-level objective |
--next-steps | string[] | No | - | List of immediate next tasks |
--blockers | string[] | No | - | List of blocking issues |
NEXT.md.STATE.json.NEXT.md (append/update rather than overwrite if possible, or use smart replacement).STATE.json.See update_breadcrumbs.ps1.
.\skills\05_update_breadcrumbs\update_breadcrumbs.ps1 -Status "active" -Objective "Fix EELS tests" -NextSteps "Run pytest", "Fix bugs"