deal-pipeline

deal-pipeline is a skill for Claude Code from Fusion-Data-Company/bristol-os. It costs 53 tokens per session (611 once invoked), scanned A, original, MIT.

A simple system for tracking real-estate deals through stages from initial sourcing to closing, development, or sale.

In plain words
What is it for?
It is for adding deals, moving them between pipeline stages, recording updates, and producing summaries that identify stalled deals or decisions needed.
Why use it?
It keeps deal status, ownership, next actions, deadlines, blockers, and related files in one living record.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the bristol-os plugin — 14 skills shipped together

Good fit It is for adding deals, moving them between pipeline stages, recording updates, and producing summaries that identify stalled deals or decisions needed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fusion-data-company/bristol-os/deal-pipeline
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 Fusion-Data-Company/bristol-os --skill deal-pipeline
Clone the repo
git clone --depth 1 https://github.com/Fusion-Data-Company/bristol-os

Made for: Claude Code.

Or install bristol-os, the plugin that ships this one along with the rest of its 14 skills.

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-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/fusion-data-company/bristol-os/deal-pipeline/github.svg)](https://agentmods.dev/skills/fusion-data-company/bristol-os/deal-pipeline)
Your own site
<a href="https://agentmods.dev/skills/fusion-data-company/bristol-os/deal-pipeline"><img src="https://agentmods.dev/badge/skills/fusion-data-company/bristol-os/deal-pipeline/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-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/fusion-data-company/bristol-os/deal-pipeline"><img src="https://agentmods.dev/badge/skills/fusion-data-company/bristol-os/deal-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 611 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.00053 $0.00611
Opus 5 $0.00026 $0.00305
Sonnet 5 $0.00011 $0.00122
Haiku 4.5 $0.00005 $0.00061

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

Security

Grade A, and why

deal-pipeline 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.

plugins/bristol-os/skills/deal-pipeline/SKILL.md · 46 lines

How it starts

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

Deal Pipeline

Keep a simple, living record of Bristol deals and produce clean status updates.

When to use

"Add this to my pipeline," "what's in the pipeline," "update [deal] to underwriting," "give me a pipeline summary for Monday."

Where it lives

A single file: bristol-os/pipeline.md in the workspace. Create it on first use.

Stages (Bristol deal lifecycle)

Sourced → Screening → Underwriting → IC/Approval → Capital Raise → Closing → Development → Lease-up → Stabilized → Disposition/Refi

For each deal track

  • Name / location / product & units
  • Stage + date entered stage
  • Owner (who at Bristol is driving it)
  • Next action + due date
  • Key open items / blockers
  • Link to the deal folder and latest memo

Operations

  • Add: append a new deal row/section.
  • Update: move stage, log the change with a date, update next action.
  • Summary: produce a grouped-by-stage overview, highlight what's stalled (no movement / overdue next action) and what needs a decision.
  • Whenever another play produces a deliverable for a deal, note it on that deal's pipeline entry.

Output

  • Updated pipeline.md, plus a readable summary when asked (e.g., a Monday update grouped by stage with a "needs your attention" section at top).

Live tracker artifact (build it for them — HARD LAW)

Bristol OS gives each person a live visual deal board they can reopen any time.

  1. The first time pipeline is used (and during onboarding), build it for them: read bristol-os/templates/project-tracker.html and create a persistent artifact from it with the create_artifact tool (title it "Bristol Deal Tracker"). Don't tell them how — just make it and open it.
  2. Tell them where it is and how to use it in one plain sentence: "I made you a live Deal Tracker — it's pinned in this conversation; click any card to update a deal, and it saves itself on your computer."
  3. Keep it in sync: when a deal changes, update both pipeline.md and (when asked for the board) regenerate/refresh the artifact. The board saves deals in the browser, so it persists across sessions.
  4. Never make the user build or find it themselves — you create it and point to it.

Read the full file on GitHub · 46 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 · 46 lines · 53 tokens per session scan A df1e6b5b095e

Subscribe to this mod's changes

deal-pipeline is a skill published in the GitHub repository Fusion-Data-Company/bristol-os (1 stars, last pushed 2mo ago), licensed MIT. It adds 53 tokens to every session and 611 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

syndic

Gère un parc de copropriétés en France avec vue portfolio consolidée. Couvre administration, comptabilité (décret 2005, plan comptable copro, 5 annexes), assemblées générales (convocation, PV, notification), appels de fonds, travaux, fournisseurs, recouvrement d'impayés et transition de syndic. Maîtrise les majorités…

romainsimon/paperasse · 194 tokens

trade-execution

Trade execution using price action setups, major trend reversal trading top and bottom, MTR failure continuation, strong bull and bear breakout trading, strong and weak channel trading strategies, trading range strategies, opening range swings, integration with gold.technicalsetups for setup matching and execution…

agentii-ai/agentii-investment-intelligence · 59 tokens

trade-idea-generation

Systematic trade idea generation framework, fundamental quantitative and qualitative screening pipeline, catalyst-driven trade structuring, macro-to-micro idea translation, 20-60 day long-short portfolio management process.

agentii-ai/agentii-investment-intelligence · 42 tokens

chart-patterns

Chart pattern recognition, price action patterns, candlestick signal bars, pullback bar counting H1/H2/H3/H4, trend channels, micro channels, trading ranges, breakouts, major trend reversals 5-step sequence, wedges, double tops and bottoms, triangles, head and shoulders, climaxes, measured moves, support and…

agentii-ai/agentii-investment-intelligence · 73 tokens

cashflow-forecaster

Forecast construction project cash flow. Project income and expenses, identify funding gaps, and optimize payment timing for improved financial management.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 30 tokens

challenge

Adversarial verification of research theses — cross-run/cross-thesis contradiction via the entity index, pre-mortem (Klarman/Kahneman: assume the loss already happened, reverse the path), inversion (Munger: invert, always invert), and wrongif falsifiability review. ≈50-finding cap sorted by severity; content-derived…

agentii-ai/agentii-investment-intelligence · 101 tokens