What problem does it solve? Developers often reinvent the wheel by writing custom utilities when well-maintained open-source packages, MCP servers, or existing skills already solve the problem, leading to wasted effort and unnecessary maintenance burden. ## Core Features & Use Cases - Structured Research Workflow: Guides a five-phase process from need analysis through parallel search (npm/PyPI, MCP servers, GitHub), evaluation, decision, and implementation. - Decision Matrix: Provides clear adopt/extend/compose/build criteria based on candidate quality signals like maintenance status, license, and community. - Agent Integration: Coordinates with researcher, planner, and architect agents so technology decisions are informed by existing solutions. - Use Case: Before writing a custom HTTP retry wrapper, the skill searches npm and PyPI, finds got or httpx with built-in retry support, and recommends adopting them directly with zero custom code. ## Quick Start Ask the assistant to research existing tools and libraries for the functionality you are about to build before writing any custom code.