Context-aware search across indexed source documents. Adapts search strategy based on what's being built (deck type, audience, phase). Dispatches research agents that choose their own search approach. Use when: "find information about", "search sources", "what do we know about", "look up", "find evidence for", "search for data on"
Dispatch-based search skill that reads project context from deck-state.json and
adapts its search strategy to the type of deck being built. Instead of running a
single flat query, it dispatches 1-2 research agents with different scopes, then
merges and deduplicates the results.
wicked-prezzie:ask is too heavy (ask runs a full 4-stage pipeline; search is a lighter single-pass lookup).Prerequisite: Source documents must be indexed via wicked-prezzie:learn. If no
index exists, warn the user and recommend running learn first.
On invocation, read deck-state.json (if it exists) to determine the deck type,
audience, current phase, and active workflow template. Adapt search strategy