What problem does it solve? Ad-hoc web searches produce shallow answers with one or two sources and no audit trail. This Skill runs a structured L1 research pipeline that decomposes a query, scrapes 10-15 sources, writes per-source summaries, and synthesizes a cited ~1000-word report. ## Core Features & Use Cases - Planner Decomposition: Breaks any research question into exactly 3 sub-questions saved to plan.md before searching. - Parallel Search & Scraping: Runs Firecrawl and Tavily searches concurrently, then scrapes and deduplicates 10-15 ranked sources. - Per-Source Summaries: Writes a 300-500 word .sum.md file per source with quality grades, key facts, and quotes, enabling traceable synthesis. - Verified Output: Runs a shared verification script checking word count, citation mapping, and source pairs before delivery. - Use Case: Ask "how does Drizzle ORM work" and receive a structured report with inline citations, an annotated bibliography, and all artifacts stored in .firecrawl/research/<slug>/L1/. ## Quick Start Ask the assistant to research how a specific framework or technology works using the research skill.