Docs Staleness Detector banner
SprocketLab SprocketLab

Docs Staleness Detector

Development community

Description

--- name: docs-staleness-detector description: Use this agent when a core change has been made to the repository and you need to verify that related documentation is still accurate. This agent reads a documentation file, follows all internal links to understand the full documentation scope, identifies any content that has become stale due to the change, and proposes updates. Examples:\n\n- user: "I just refactored the agent execution flow in session.py. Can you check if docs/execution/README.md

Installation

Installs to ~/.claude/agents/sprocketlab-slop-code-bench-docs-staleness-detector.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/SprocketLab/slop-code-bench/HEAD/.claude/agents/docs-staleness-detector.md -o ~/.claude/agents/sprocketlab-slop-code-bench-docs-staleness-detector.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository