Competitor Profile Builder (per-row enrichment).
Per-competitor enrichment prompt that runs inside the Map Competitive Set automation. For each similar company returned by PitchBook, this prompt takes the structured facts the upstream steps already pulled (financing, investors, website) and asks the model to research the missing qualitative fields — tech approach, key use case, balanced pro / con — and return them in a strict delimiter-separated shape so the next code step can split the response into independently usable variables without LLM-aware parsing. Pairs 1:1 with the Map Competitive Set automation and the Competitor Finder module in the Diligence playbook; one invocation per row in the competitor table.
Where this runs
Prompts by section
The full set, in execution order. Each section is its own LLM call — cheaper to debug, easier to swap, and resilient against any single prompt failing. Templated fields like {{1__parent_record_values__name[]value}} are substituted at runtime by the orchestrator from CRM trigger data.