Back to list
Sounder25

update-intent-breadcrumbs

by Sounder25

Operational capabilities for high-leverage AI coding agents. Features deterministic execution, 100% tested safety gates, impasse detection, and adversarial review. Includes 'Gold Standard' meta-skills like Pre-Action Guard and Failure Postmortem to prevent loops and data loss.

8🍴 3📅 Jan 23, 2026

SKILL.md


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-15 leverage_score: 4/5

SKILL-005: Update Intent Breadcrumbs

Overview

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.

Trigger Phrases

  • update breadcrumbs
  • save state
  • update next steps
  • checkpoint workspace

Inputs

ParameterTypeRequiredDefaultDescription
--statusstringNoactiveactive, blocked, paused
--objectivestringNo-Current high-level objective
--next-stepsstring[]No-List of immediate next tasks
--blockersstring[]No-List of blocking issues

Outputs

  1. Updated NEXT.md.
  2. Updated STATE.json.

Preconditions

  1. Valid workspace root.

Safety/QA Checks

  1. Preserve existing content in NEXT.md (append/update rather than overwrite if possible, or use smart replacement).
  2. Validate JSON syntax for STATE.json.

Implementation

See update_breadcrumbs.ps1.

Integration

.\skills\05_update_breadcrumbs\update_breadcrumbs.ps1 -Status "active" -Objective "Fix EELS tests" -NextSteps "Run pytest", "Fix bugs"

Score

Total Score

70/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon