What problem does it solve? Agents often ask users to paste files or paths when the relevant context already exists on disk. This Skill discovers plans, design notes, reviews, TODOs, and skill artifacts across the current repo, sibling repos, and local Claude or Codex directories so workflows start from real project evidence. ## Core Features & Use Cases - Prioritized local search: Scans the current repo first, then sibling working repos, then ~/.claude and ~/.codex for high-signal files like PLAN, DESIGN, REVIEW, TODO, SKILL.md, and AGENTS.md. - Bundled discovery helper: A bash script emits tab-separated or JSON-lines output listing source and absolute path for each discovered file. - Triage guidance: Instructs agents to read only the smallest useful set of files and to ask the user for input only after local discovery fails. - Use Case: When asked to summarize emerging patterns from recent work, run the helper against the current repo, inspect the top design and review artifacts, and expand to home directories only if needed. ## Quick Start Ask the agent to discover relevant local context for the current repository before requesting any pasted files or paths.