HomeLibraryServicesCase studiesBlogAbout
consultance.ai
Book a discovery call →

Services

  • AI consulting
  • AI implementation
  • AI agents
  • Workflow automation
  • RAG systems
  • Voice AI
  • Custom AI development
  • All services

Library

  • AI build library
  • Finance AI automation
  • AiToEarn content agent
  • Fincept Terminal
  • ERPNext
  • SEO + GEO Claude skill
  • Claude for Legal
  • Free Claude Code proxy

Resources

  • Case studies
  • Blog
  • Industries
  • Locations
  • Guide: AI for property management
  • Guide: AI for marketing agencies
  • Guide: AI agents vs Zapier
  • AI glossary
  • vs traditional consulting

Company

  • About
  • Book a call
  • Contact
  • Privacy
  • Terms

© 2026 consultance.ai · AI, implemented.

audit → build → deploy

← Libraryconsultance.ai
Book a build call
Finance and data

Daily Macro Morning Note

10 prompts run a daily macro morning note in your own Claude. It's the desk read family office CIOs and hedge fund PMs pay five figures for, on your data, scoring market regime locally.

Free — runs in your own ClaudeMedium setup · 5 steps10 ready-to-run prompts+ live interactive tool
Set it up free — takes 3 minutes ↓Or have us wire it in →
Step 1 · setup
Three minutes, three steps, nothing to install by hand

Claude sets it up for you. You just paste.

Never used Claude? It is free and takes 30 seconds to open. Copy the instruction below, paste it into Claude, and it reads this page and walks you through everything, one question at a time.

  1. 1

    Copy your setup instruction

    A short instruction plus a link to this page lands on your clipboard. First copy asks for your email once. That unlocks every button across the whole library.

  2. 2

    Open Claude in a new tab

    Free account, no card, 30 seconds. This tab stays open so you can come back.

    Open claude.ai ↗
  3. 3

    Paste, send, and answer one question

    Claude reads this page, asks which computer you are on, then guides you step by step until it works. If anything errors, tell Claude what you see, and it fixes it with you.

▸How should Claude talk to you? (optional)
▸Prefer the full prompt instead of the link? (optional)
I want to set up the Allocator Morning Note vault and run my first IC-ready morning note before the market opens. Walk me through it step by step, one question at a time, waiting for my answer before moving. I am an allocator, family office principal, or PM. Define every term once. This is not a coding install.

## What this produces
A desk-grade morning note running in my own Claude: a scored regime read (risk-on or risk-off with the signals behind it, not a vibe), an overnight market scan across every asset class my book touches, sovereign and country risk flags, a macro shock catch if something broke overnight, and a two-minute IC brief. The work a research desk bills six figures for. My data and positions stay in my own Claude tenant. Nothing leaves my machine.

## Step one — ask me this first, nothing else
Before anything else, ask me ONE question:

"How will you get market data into the prompts each morning?
(A) My firm already licenses Bloomberg, Refinitiv/LSEG, FactSet, or S&P Capital IQ — I want Claude to pull data directly from that terminal with no copy-paste.
(B) I want a free data connection with no install friction — walk me through Alpha Vantage MCP (free API key, connects directly into Claude in 5 minutes).
(C) I will pull it from OpenBB Platform — open-source, 200+ data integrations, runs locally on my machine.
(D) I have a crypto-heavy book — I will use CCXT to pull directly from my exchange (100+ exchanges, local).
(E) I copy-paste from Bloomberg, Refinitiv, FactSet, or any terminal — no install needed.
(F) I type the numbers in manually.
(G) Mix — I will tell you which.

Reply A, B, C, D, E, F, or G."

Wait for my answer. Then follow the matching path below.

## Path A — Licensed terminal MCP connector (Bloomberg, Refinitiv, FactSet, CapIQ)
Zero install. Data flows directly into Claude. No copy-paste.

If your firm licenses one of these, Claude for Financial Services has native MCP connectors for all of them:
- Bloomberg Terminal → Bloomberg MCP
- Refinitiv/LSEG Eikon or Workspace → LSEG MCP connector
- FactSet → FactSet Claude connector
- S&P Capital IQ → S&P Global Claude MCP
- Moody's Analytics → Moody's Claude connector

Walk me through:
1. Ask which terminal/provider they use. Then: in Claude, go to Settings → Integrations (or your firm's Claude admin console) and find the connector for that provider. Your IT team may have already approved it.
2. Once connected, no Python needed. Each morning, ask Claude: "Pull the 10Y UST yield, SPY overnight move, DXY, VIX, WTI crude, and gold from this morning's data." Claude pulls and returns the numbers.
3. Set up Claude Project: create Project "Morning Desk," pin Opus 4.8. Paste Prompt 01, select data source = MCP connector.
4. Run first-session drill.

Do NOT tell me a step is "not possible." If the connector is not visible, ask your firm's IT or Claude admin first.

## Path B — Alpha Vantage MCP (free, no license needed)
Free API key, connects directly into Claude. No Python. No paste.

Walk me through:
1. Go to alphavantage.co, sign up for a free API key. Takes 2 minutes.
2. In Claude, go to Settings → Integrations → search "Alpha Vantage" → connect with your API key.
3. Once connected, ask Claude: "Pull SPY quote, 10Y treasury rate, DXY, and WTI crude from Alpha Vantage." Claude pulls live.
4. Set up Claude Project: create Project "Morning Desk," pin Opus 4.8. Paste Prompt 01, data source = Alpha Vantage MCP.
5. Run first-session drill.

## Path C — OpenBB Platform (open-source, 200+ integrations, local)
OpenBB is the honest answer to "500 live feeds." Connects to Yahoo Finance, FRED, Alpha Vantage, Polygon, Binance, Coinbase, SEC EDGAR, CBOE, and more. Runs on your machine.

Walk me through:
1. Open Terminal (Mac: Cmd+Space, type Terminal / Windows: search Command Prompt). Run: `pip install openbb`. Wait.
2. Test: paste `from openbb import obb; print(obb.fixedincome.government.treasury_rates())`. If rate data appears, live. If error, paste it and we fix it.
3. Give me the morning pull script — Python block pulling equity index, rates, FX, oil, gold formatted for Prompt 02.
4. Set up Claude Project: create Project "Morning Desk," pin Opus 4.8. Paste Prompt 01, data source = OpenBB.
5. Run first-session drill.

Do NOT tell me a step is "not possible." If pip is not found, walk me through installing Python first.

## Path D — CCXT (crypto-heavy books)
100+ crypto exchanges (Binance, Coinbase, Kraken, OKX, Bybit), unified API, local.

Walk me through: `pip install ccxt`, then test pull for BTC and ETH from my exchange. Ask if I also need macro data — if yes, add OpenBB (Path C) alongside. Then Project setup.

## Path E — Copy-paste from existing terminal
No install. Pull overnight moves for the seven regime signals (equity index, 10Y yield, credit spread, DXY, VIX, oil, gold) from Bloomberg, Refinitiv, FactSet, or any broker feed in any format. The prompts read messy paste.

Walk me to Project setup: create Project "Morning Desk," pin Opus 4.8. Paste Prompt 01, data source = terminal paste. Then first-session drill.

## Path F — Manual entry
Walk me to the Regime Score Calculator first (consultance.ai/library/allocator-morning-note) — enter seven signals, get regime verdict before opening Claude. Then Project setup as in Path E, data source = manual.

## First-session drill (run after Prompt 01 is set up)
Once I confirm Prompt 01 is working, give me this drill:

"Run these three prompts in this order for the first IC-ready note in under 30 minutes:

1. Prompt 04 (Regime Score) — paste your seven signals, get the verdict. This is the backbone.
2. Prompt 02 (Pre-market scan) — paste overnight moves, get the pre-market read.
3. Prompt 10 (IC brief) — paste results from 04 and 02, get the synthesized morning note.

What good output looks like: Prompt 10 gives a one-page brief with a clear regime verdict, three signal calls, a book implication paragraph, and two risk scenarios. If it runs longer or less specific, paste it here and I will tighten the prompt.

Review check before trusting it: compare Prompt 04's regime verdict to Prompt 10's regime statement. They must match. If they do not, the self-check gate in Prompt 10 will flag it — do not override it, reconcile it."

## Standing rules for this session
- One step at a time. Wait for my confirmation before the next step.
- Define every term once: Project, tenant, regime, risk-on, risk-off, OpenBB, CCXT, self-check gate.
- The prompts never invent a market number I did not give them. If data is missing, they flag it.
- The regime score always shows the signals behind it. No black-box calls.
- This is decision support. A named human owns the position and the call. Not investment advice.

Built and shared by Muhammad at consultance.ai. Runs in my own Claude tenant. Data stays on my machine.

Related: [[allocator-manager-dd]] · [[lbo-returns-model]]
Step 2 · run it on your data

Step 1 set it up. These 10 prompts do the work.

the vault

The 10 prompts

Grab the whole pack as one file, or tap any prompt below to copy it on its own. Placeholders that look like {{THIS}} get swapped for your own numbers — and if you ran Step 1, Claude fills them in for you.

One .md file · all 10 prompts, numbered, in order · nothing left out.
🔥 optional · live interactive tool

Open the Regime Score Calculator

Browser-based. No signup. Drop in your numbers and see the trade in real time. Opens in a new tab so the prompts stay where you left them.

Launch the live tool ↗

Rent it forever, or own it once.

10 prompts run a daily macro morning note in your own Claude

Path A · free

You just did it

The setup rail and every prompt above are free and stay free. The cost is your time, and the risk of wiring it wrong on live data.

Back to the prompts ↑
Path B · done with you

We wire it into your business

We would deliver a deployed morning desk: the 10 prompts loaded into your Claude tenant, OpenBB wired to your prime broker and market data feeds, a daily automation script that pulls and formats the morning data before you arrive, regime score logging so you build a track record, and a compliance overlay mapped to your regulatory obligations. Done with you, then handed over so you own it.

Book a build call →
data safety

Before you use live numbers

  • • Run last quarter's numbers first. Live data is not a test bed.
  • • Nothing here uploads to us. It runs in your own Claude account, on your own machine.
  • • A named human reviews and signs every output before it reaches a board, lender, or client.
  • • Mask account numbers and names to the minimum the task needs.
the fine print

Straight answers on ownership

Prompt set authored by consultance.ai. OpenBB Platform is MIT-licensed; CCXT is MIT-licensed. Data provider terms pass through from each provider — Yahoo Finance and Alpha Vantage free tiers are non-commercial; commercial use requires a paid license. Goldman Sachs, Bridgewater, and BlackRock are referenced as the desk-standard the pack matches, no affiliation implied. Your data, book, and positions stay in your own Claude tenant; we never see them. This is decision support, not investment advice; a named human signs every call before it informs a position.

Want this running in your business, not just your laptop? We build it and hand you the keys.

Book a build callBack to the library

Want this wired into your stack instead of running it yourself? That is our AI deal desk and finance automation service.

the newsletter

AI news worth opening.

The AI tools, launches, and shifts that actually matter, in plain English. New library drops the moment they land.

100% freeNo paywall, everUnsubscribe anytime

More like this

Other builds worth a weekend

All repos →
Finance and data

Cap Table Desk

For founders, CFOs, and deal teams: 9 Claude prompts that rebuild the cap table from the signed documents instead of the spreadsheet, run the waterfall clause by clause against the actual LPA or charter, and recompute fee and carry independently, so a stale sheet gets caught before a round closes on it.

Setup guide →
Finance and data

The CFO Claude Stack

For CFOs and finance leaders: the map of seven finance desks, deal, diligence, close, tax, underwriting, family office, and market, each one a free prompt vault that runs inside your own Claude, plus the order to install them in so a team actually adopts them.

Setup guide →
Finance and data

Month End Close Reconciliation Engine

For CFOs and controllers, including sponsor backed portfolio finance teams: 14 Claude prompts that run the month end close reconciliation itself, match bank and subledgers both directions, refuse to report a tie six ways before it reaches you, and draft the break memo and flux memo, so a 6 day close lands in 2.

Setup guide →
Get the free kitBook a call

Forward this to whoever owns the workflow.

The person drowning in this every week is the one who'll actually want it.

Forward by email
in one line

What is Daily Macro Morning Note?

Daily Macro Morning Note is a finance and data build in the consultance.ai AI Build Library. 10 prompts run a daily macro morning note in your own Claude. It's the desk read family office CIOs and hedge fund PMs pay five figures for, on your data, scoring market regime locally. It fits allocators at family offices, PE GPs, macro hedge fund PMs, and family office CIOs who pay five figures per seat for macro research subscriptions and want the same desk-grade read running locally on their own data. Setup difficulty is Medium, with 5 plain-English steps.

What does Daily Macro Morning Note do?

10 prompts run a daily macro morning note in your own Claude. It's the desk read family office CIOs and hedge fund PMs pay five figures for, on your data, scoring market regime locally.

Who is Daily Macro Morning Note for?

It fits allocators at family offices, PE GPs, macro hedge fund PMs, and family office CIOs who pay five figures per seat for macro research subscriptions and want the same desk-grade read running locally on their own data.

How hard is Daily Macro Morning Note to set up?

Medium to set up — one guided setup instruction covering 5 plain-English steps, plus 10 ready-to-run prompts on the resource page.

How would consultance.ai build this out?

We would deliver a deployed morning desk: the 10 prompts loaded into your Claude tenant, OpenBB wired to your prime broker and market data feeds, a daily automation script that pulls and formats the morning data before you arrive, regime score logging so you build a track record, and a compliance overlay mapped to your regulatory obligations. Done with you, then handed over so you own it.

What are the licensing terms?

Prompt set authored by consultance.ai. OpenBB Platform is MIT-licensed; CCXT is MIT-licensed. Data provider terms pass through from each provider — Yahoo Finance and Alpha Vantage free tiers are non-commercial; commercial use requires a paid license. Goldman Sachs, Bridgewater, and BlackRock are referenced as the desk-standard the pack matches, no affiliation implied. Your data, book, and positions stay in your own Claude tenant; we never see them. This is decision support, not investment advice; a named human signs every call before it informs a position.

Want this built into your workflow?

Daily Macro Morning Note is the starting point. On a free AI audit we map where it fits your stack and what consultance.ai would build around it.

This build comes from our AI consulting and AI implementation practice — see the full AI in finance guide and how we work with CFO teams.

Book your free AI audit