What problem does it solve?
Teams repeatedly rebuild solutions that already exist in other projects, old conversations, meeting notes, or archived chats because there is no disciplined way to find and verify prior work before starting new implementation. This Skill enforces a source-verified retrieval workflow so reuse decisions are grounded in opened evidence rather than search snippets or memory.
Core Features & Use Cases
- Manifest-driven multi-carrier search: Validates an explicit JSON source manifest, then queries filesystem carriers with ripgrep, declared command adapters (semantic/conversation recall), and manual routes such as live WeChat, ranking business-outcome candidates ahead of implementation matches.
- Verified reuse receipts: Records reuse, adapt, or no-reuse decisions with reasons tied to candidate IDs, checks candidate freshness against Git HEAD and file mtimes, and gates completion through a machine-checked receipt.
- Companion hooks for Claude Code and Codex: UserPromptSubmit, PreToolUse, and Stop hooks arm retrieval only on explicit prior-work signals, block substantial writes lacking a valid receipt, and never convert ordinary edits into retrieval obligations.
- Use Case: Before writing a new provider API integration, a user says "we solved this in another project, reuse it" — the Skill searches code, docs, skills, and conversation history, opens the original provider contract, and records an adapt decision before any code is written.
Quick Start
Ask the assistant to find and verify any existing prior work on this task across our declared sources before writing new code, then record a reuse or adapt receipt.