What problem does it solve? After editing a file in a workspace, related files such as catalogs, progress logs, and daily notes often become stale because their references are easy to miss. This Skill detects those related files and proposes the missing updates so nothing is left inconsistent. ## Core Features & Use Cases - Reference Discovery: Searches the workspace with Grep and Glob for files that mention the changed file, skill, agent, or project name, excluding archives and generated directories. - Structural and Time-Based Checks: Verifies skill and agent catalogs, locates project progress.md files by walking up folder trees, and checks today's daily note for recordable accomplishments. - Approval-Gated Updates: Presents an impact report table, asks which items to update, applies minimal edits, and can create a progress.md from a template when approved. - Use Case: After creating a new skill, run it to confirm the skill is registered in the skills catalog, the project progress log records the change, and today's daily note captures the accomplishment. ## Quick Start Ask the assistant to check for related files that need updating after your edits, for example by saying "find related files and update anything I missed".