# Stale Baseline Guard

> Avoid acting on outdated context. Use after interruptions, long sessions, branch changes, or concurrent edits.

- Skill: `lubochka/stale-baseline-guard` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lubochka/stale-baseline-guard`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lubochka/stale-baseline-guard/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: lubochka (https://skillmd.com/u/lubochka)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lubochka/stale-baseline-guard

---


# Stale Baseline Guard

## Purpose
Avoid acting on outdated context.

## When to Use
Use after interruptions, long sessions, branch changes, or concurrent edits.

## Inputs
Current files, branch status, latest plan, previous assumptions.

## Steps
1. Re-read the relevant current state.
2. Compare it with the last known state.
3. Identify stale assumptions.
4. Update the plan before execution.

## Gates
Baseline is current or the risk is stated.

## Evidence
Fresh file reads, status checks, or updated notes.

## Anti-Patterns
Continuing an old plan after files changed.

## Related
`project-rules-first`, `claim-verification`

