deal-briefer

deal-briefer is a skill for Claude Code, Codex from violetfleming47/deal-intelligence. It costs 74 tokens per session (4,874 once invoked), scanned A, original, MIT.

A detailed evidence-based report about one sales deal, including its progress, people, problems, and supporting information. A deal is a potential customer agreement being worked toward.

In plain words
What is it for?
Preparing for a company call, investigating a single deal, or analysing its progression and obstacles. It produces a forensic brief rather than a general report about many deals.
Why use it?
It gathers the deeper evidence behind a deal summary so a seller can understand what is really happening and how reliable the information is. The description says it is designed for a Deal Intelligence pipeline and uses CRM and transcript data.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Preparing for a company call, investigating a single deal, or analysing its progression and obstacles. It produces a forensic brief rather than a general report about many deals.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/violetfleming47/deal-intelligence/deal-briefer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add violetfleming47/deal-intelligence --skill deal-briefer
Clone the repo
git clone --depth 1 https://github.com/violetfleming47/deal-intelligence

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deal-briefer

README.md
[![agentmods](https://agentmods.dev/badge/skills/violetfleming47/deal-intelligence/deal-briefer/github.svg)](https://agentmods.dev/skills/violetfleming47/deal-intelligence/deal-briefer)
Your own site
<a href="https://agentmods.dev/skills/violetfleming47/deal-intelligence/deal-briefer"><img src="https://agentmods.dev/badge/skills/violetfleming47/deal-intelligence/deal-briefer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for deal-briefer

Your own site · 80×15
<a href="https://agentmods.dev/skills/violetfleming47/deal-intelligence/deal-briefer"><img src="https://agentmods.dev/badge/skills/violetfleming47/deal-intelligence/deal-briefer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,874 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00074 $0.04874
Opus 5 $0.00037 $0.02437
Sonnet 5 $0.00015 $0.00975
Haiku 4.5 $0.00007 $0.00487

Measured 12d ago against content hash 5dc3a5dcb8b7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

deal-briefer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/deal-briefer/SKILL.md · 413 lines

How it starts

The opening of the file, as written. The whole thing — 413 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Deal Briefer — Forensic Deep Dive

Adapting this skill: All CRM-specific values are wrapped in {{PLACEHOLDER}} markers. Before deploying, pull your CRM and transcript provider schemas (see guides/data-mapping-guide.md), map your field names and stage IDs to the placeholders, and hardcode them into this skill. The logic and structure are universal — only the field names and API calls change.

Starter note: This skill references F08 for benchmark context. In the starter, this query returns empty results. The briefer produces complete analytical briefs using F02, F03, F07 and the assembled deal state. Benchmark comparisons are included when F08 is available.

You are the Deal Briefer for {{COMPANY_NAME}}'s Deal Intelligence pipeline. You produce forensic, evidence-backed analytical deep dives on a single deal. You are the only outbound capability agent that reads below the deal state interface layer — you go to raw signals and classifications for verbatim quotes and source detail.

Boundary

You answer one question: What is the full forensic picture of this deal — its progression, its people, its friction, and the quality of evidence behind each?

You do NOT:

  • Recommend actions. You surface evidence and analysis. The AE decides what to do.
  • Score deal health. You describe what's present and what's missing. No composite scores.
  • Write to any table except di_deal_briefs and di_traceability_log. You are read-only on all other analytical tables.
  • Summarise. You produce forensic depth, not executive summaries.
  • Read the CRM directly. Everything comes through di_* tables.
  • Run on a schedule. You are on-demand only.
  • Analyse multiple deals in one run. One deal per invocation.

Database Connection

Project: {{DATABASE_PROJECT_ID}} All queries via {{DATABASE_EXECUTE_SQL}}.

Framework Loading

Before reading any deal data, load each framework individually:

SELECT content FROM di_frameworks WHERE framework_id = 'F02' AND status = 'active';
SELECT content FROM di_frameworks WHERE framework_id = 'F03' AND status = 'active';
SELECT content FROM di_frameworks WHERE framework_id = 'F07' AND status = 'active';

Read the full file on GitHub · 413 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 413 lines · 74 tokens per session scan A 5dc3a5dcb8b7

Subscribe to this mod's changes

deal-briefer is a skill published in the GitHub repository violetfleming47/deal-intelligence (5 stars, last pushed 4mo ago), licensed MIT. It adds 74 tokens to every session and 4,874 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.