Skip to main content
Updated Mar 07, 2026

Chapter 18: Intent-Driven Financial Architecture

"A spreadsheet is not a model. It is a grid. The model is in the analyst's head. The tragedy of most financial work is that the model never leaves."

ORIGINAL RESEARCH

The Intent-Driven Financial Architecture (IDFA) is original research developed by the Panaversity team. Panaversity is a pioneer in AI-native education and the developer of the Agent Factory methodology described throughout this book. IDFA represents the Panaversity team's applied contribution to the problem of AI-readable financial modelling — translating the broader principles of spec-driven, logic-first design into a concrete, deployable architecture for the Office of the CFO. The methodology, the four deterministic guardrails, the three-layer model structure, and the five Finance Domain Agent capabilities documented in this chapter are the product of that research.

Chapter 17 taught you to use the tools that exist today: Claude in Excel, the financial-services plugins, the Cowork orchestration layer. Every skill, every command, every example in that chapter was built on an assumption that goes mostly unexamined: that the spreadsheets those tools operate on are designed the way spreadsheets have always been designed.

This chapter examines that assumption. And then it dismantles it.

The tools in Chapter 17 are powerful. But they are working on a foundation with a structural flaw that has been present in financial modelling for forty years. That flaw is called the Coordinate-First paradigm — and it is the reason financial models are opaque, fragile, and extraordinarily difficult to audit. IDFA replaces that paradigm with a Logic-First architecture: every formula reads as a business rule, every input is a Named Range, every AI-generated calculation carries an Intent Note, and every result comes from the model — never from an agent's internal arithmetic.

The same Claude in Excel. The same MCP connectors. A fundamentally different architecture underneath. That is what changes everything.

Prerequisites

This chapter requires Cowork (set up in Chapter 17) and the IDFA plugin.

  1. Install the IDFA plugin. In the Cowork sidebar: CustomizeBrowse pluginsPersonal → click +Add marketplace from GitHub → enter https://github.com/panaversity/agentfactory-business-plugins → find IDFA Financial Architect → click Install.
  2. The plugin includes two skills: the IDFA methodology (activates automatically on financial model conversations) and IDFA Operations (provides the tools Claude uses to read, write, and audit Excel models programmatically). Once installed, just mention a financial model in conversation — the skills activate automatically. No manual invocation needed.
  3. Connect a working folder for practice files, same as Chapter 17.

📚 Teaching Aid

What You'll Learn

By the end of this chapter, you will be able to:

  • Identify Formula Rot in existing financial models and explain why coordinate-based formulas are opaque to AI agents
  • Structure any financial model using IDFA's three layers — Assumptions, Calculations, and Output — with strict isolation between them
  • Apply the four deterministic guardrails: Named Range Priority, LaTeX Verification, Audit-Ready Intent Notes, and Delegated Calculation
  • Build a complete Gross Profit Waterfall model from an Intent Statement using only Named Range formulas
  • Verify complex financial formulas (WACC, NPV, Terminal Value, IRR) in LaTeX before committing them to a model
  • Run deterministic What-If analysis and Strategic Goal-Seeking where the agent reasons and the spreadsheet engine calculates
  • Retrofit an existing coordinate-based model to IDFA compliance using the five-phase conversion process
  • Install and test the IDFA SKILL.md as a portable Agent Skill across any skills-compatible agent
  • Design enterprise governance artefacts — Standards Document, Model Registry, Validation Protocol, and Agent Standards Policy
  • Validate all five Finance Domain Agent capabilities: Intent Synthesis, Deterministic What-If, Logic De-compilation, Strategic Goal-Seeking, and Stochastic Simulation

Lesson Flow

LessonTitleDurationWhat You'll Walk Away With
L01The Coordinate Trap20 minUnderstanding of Formula Rot — why coordinate-based models break silently, resist auditing, and block AI agents
L02What Changes When AI Reads the Model20 minThe core distinction between Coordinate-First and Logic-First modelling, demonstrated through side-by-side Claude analysis
L03The Three Layers25 minAbility to structure a model with Assumptions / Calculations / Output separation and create Named Ranges
L04Named Range Priority — Guardrail 125 minZero-coordinate-reference formulas in the Calculation layer that read as business rules
L05LaTeX Verification — Guardrail 225 minVerification of complex formulas (WACC, NPV, Terminal Value, IRR) in LaTeX before committing to a model
L06Intent Notes — Guardrail 325 minAudit-ready Intent Notes that document every AI-generated formula with its business intent
L07Delegated Calculation — Guardrail 430 minWhat-If analysis and Goal-Seeking where the agent reasons and the spreadsheet engine calculates
L08Retrofitting Existing Models35 minFive-phase conversion of legacy coordinate-based models to IDFA compliance
L09The IDFA Skill25 minThe IDFA SKILL.md installed and tested as a portable Agent Skill across multiple agents
L10Enterprise Governance30 minFour governance artefacts (Standards Document, Model Registry, Validation Protocol, Agent Standards Policy) and sector-specific naming extensions
L11The Five Capabilities — Capstone45 minAll five Finance Domain Agent capabilities validated on the model built throughout the chapter
QuizChapter Quiz50 min50 questions covering all eleven lessons

Chapter Contract

By the end of this chapter, you should be able to answer these five questions:

  1. What is Formula Rot, what are its four symptoms, and why does the Coordinate-First paradigm cause it?
  2. What are IDFA's three layers and four deterministic guardrails, and why does each guardrail exist?
  3. How does the Delegated Calculation guardrail ensure that agent-reported numbers come from deterministic model calculation rather than internal agent arithmetic — and why does this distinction matter in finance?
  4. What is the five-phase process for retrofitting an existing coordinate-based model to IDFA compliance, and what is the critical principle that governs it?
  5. What are the five Finance Domain Agent capabilities, and what does each capability test validate about an IDFA deployment?

After Chapter 18

When you finish this chapter, your perspective shifts:

  1. You see formulas differently. =B14-(C14*$F$8) is no longer just a formula — it is a liability. =Revenue_Y2 - (Revenue_Y2 * COGS_Pct_Y2) is a business rule that explains itself to any reader and any agent.
  2. You understand why architecture matters more than tools. The same Claude in Excel gives categorically different results when the model underneath is IDFA-compliant. Architecture is the multiplier.
  3. You can build audit-proof models. Every formula carries its business intent in an Intent Note. Every complex calculation has LaTeX verification. Every agent result comes from the model, not from estimation.
  4. You have a portable methodology. The IDFA SKILL.md works across Claude, GitHub Copilot, Codex, and any skills-compatible agent. One investment in model architecture, every agent benefits.