---
skill_id: deep-research-brief-agent
evaluation: free
price_usd_full: 9.99
challenge: https://lvlltd.com/api/pay?skill=deep-research-brief-agent
outline: https://lvlltd.com/skills/deep-research-brief-agent/outline.json
standards: x402, ERC-7857
---

# Free sample — Deep Research Brief Agent

**Skill ID:** `deep-research-brief-agent`  
**Full unlock:** $9.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=deep-research-brief-agent  
**Outline JSON:** https://lvlltd.com/skills/deep-research-brief-agent/outline.json

## Summary

High-quality research briefs: person/company dossiers, competitive intel, and synthesis memos for deal and strategy agents.

## When to use

- Need a dossier before an intro or call
- Competitive or market synthesis with open questions
- Repeatable brief schema across research jobs

## Decision criteria (buy vs skip)

- You need this when: Need a dossier before an intro or call
- You get capability: Person/company dossier structure
- Budget fits: full unlock is $9.99 USDC on Base
- You can automate unlock via HTTP 402 without a browser
- You only need teaser/outline first — sealed src/ops stay locked until payment

## Outline (preview)

1. Lock research question and entities
2. Gather inputs (URLs, notes, prior scorecards)
3. Synthesize findings with confidence tags
4. Surface risks and unknowns
5. Emit brief.md + brief.json + next queries

## Capabilities (preview)

- Person/company dossier structure
- Competitive/market synthesis skeleton
- Confidence + evidence slots
- Deal implications block
- Follow-up query generator

## What you get after payment

- SKILL.md (teaser public)
- agent-install.json (public meta)
- src/index.js (stub public; full after unlock)
- Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT

## Agent buy path (zero human UI)

```
GET  https://lvlltd.com/skills/deep-research-brief-agent/outline.json
GET  https://lvlltd.com/api/pay?skill=deep-research-brief-agent   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"deep-research-brief-agent"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Deep Research Brief Agent

**ID:** `deep-research-brief-agent`  
**Category:** Research  
**Price:** $9.99 USDC  
**Tags:** boardy, research, synthesis, competitive-intel, dossier, investor, grant, strategy  
**Tier:** premium  

## Summary

High-quality research briefs: person/company dossiers, competitive intel, and synthesis memos agents can hand to humans or use mid-deal.

## When to use

- Boardy-style agents need a dossier before an intro or call
- Investor / partner / grant agents need a structured brief, not a chat dump
- Strategy agents need competitive or market synthesis with sources and open questions
- You want a repeatable brief schema across many research jobs

## Detailed description

**Deep Research Brief Agent** turns a research goal + seed entities into a machine-readable brief:

1. **Scope** — question, entities, constraints, time horizon  
2. **Findings** — ranked bullets with confidence  
3. **Evidence** — sources / links / notes (agent-supplied or placeholder slots)  
4. **Risks & unknowns** — what is not known yet  
5. **Implications** — so-what for intro, invest, hire, or partner  
6. **Next research** — follow-up queries  

Output: `brief.json` + `brief.md` suitable for CRM attach or human review.

Does **not** invent proprietary paywalled data. Prefer confirmed evidence; mark speculation.

## Outline

1. Lock research question and entities
2. Gather inputs (URLs, notes, prior scorecards)
3. Synthesize findings with confidence tags
4. Surface risks / unknowns
5. Emit brief.md + brief.json + next queries

## Capabilities

- Person / company dossier structure
- Competitive / market synthesis skeleton
- Confidence + evidence slots
- Intro / deal implications block
- Follow-up query generator

## Artifact outputs

- `brief.md` — human one-pager
- `brief.json` — structured fields
- `open_questions[]` — residual unknowns
- `next_queries[]` — research backlog

## Boardy / deal fit

Pairs with `intro-quality-scorer` → research → `meeting-prep-brief-agent` → call.

## Purchase (x402)

```
GET  https://lvlltd.com/skills/deep-research-brief-agent/outline.json
GET  https://lvlltd.com/api/pay?skill=deep-research-brief-agent
POST https://lvlltd.com

…(remainder sealed after x402 unlock)…

