The CFO's Guide to
Claude Cowork
A practical implementation guide for CFOs and finance leaders — covering setup, integration patterns, and 10 production-ready workflows for closing, reporting, forecasting, and compliance. Adapt the stack, file paths, and thresholds to your own environment.
Foundation
What Claude Cowork is, how it differs from other AI tools, and the conceptual framework finance leaders need before deploying it.
Introduction & Executive Summary
This guide is designed to be adapted, not followed verbatim. File paths reference a Finance_Cowork/ folder structure — rename these to match your own drive. ERP navigation examples use NetSuite, but the export logic applies to any ERP. Workflow prompts use placeholder column names — update them to match your actual export headers before running for the first time.
Finance leaders spend a disproportionate share of their week on work that is necessary but not strategic — assembling reports, reconciling data across systems, chasing approvals, formatting variance commentary, and packaging material that someone else reads in five minutes. Conservative estimates put this at 12–18 hours per week for a typical finance team member.
Claude Cowork is Anthropic's desktop tool designed for non-developers who want to automate repeatable, multi-step workflows across files and applications. For finance teams, this narrows the gap between "we have a process" and "that process mostly runs itself" — without requiring IT involvement or a line of code.
What This Guide Covers
This guide is written for CFOs and senior finance leaders who want to move past experimentation and deploy Cowork as a genuine operational tool.
- Part I — The conceptual foundation: what Cowork is and how it differs from other AI tools
- Part II — Implementation: connecting your stack, configuring security, building your first automation
- Part III — Ten concrete, fully-specified finance workflows ready to adapt and deploy
- Part IV — Scaling: team rollout, measuring ROI, and change management
This is about cognitive reallocation, not headcount reduction. When your finance team stops assembling data and starts interpreting it, you get better forecasts, faster decisions, and professionals who operate as strategic partners rather than report factories.
What is Claude Cowork & How It Differs
Anthropic offers multiple ways to work with Claude. Understanding the distinctions is important before choosing which tool to deploy for which finance task:
| Product | Primary Use | Finance Application |
|---|---|---|
| Claude.ai | Conversational analysis, drafting, ad-hoc questions | Drafting board commentary; asking one-off analytical questions; reviewing a contract |
| Claude Code | Developer-grade automation; API and ERP integrations; advanced scripting | Building custom financial models; direct ERP API integrations (requires technical skill) |
| Claude Cowork | Repeatable desktop workflows for non-developers; file and task automation | Automating the monthly close; assembling board packs; processing NetSuite exports into reports |
Cowork operates at the desktop level. It reads files on your computer, processes them using Claude's intelligence, and produces outputs — populated templates, summaries, alerts, or completed documents. You invoke it manually via plain-language instructions or saved shortcuts. It does not run as a background service or independently monitor your file system unless paired with OS-level scheduling tools.
Cowork is powerful but is an on-demand tool, not a fully autonomous background agent. You trigger it — either manually or via an OS scheduler — and it executes. This is by design: for financial workflows, having a human trigger point before processing is a feature, not a limitation.
The Core Cowork Loop
Core Concepts for Finance Leaders
You don't need to be technical to use Cowork effectively. These four concepts cover everything you need to design and operate finance automations.
Shortcuts (Workflows)
Saved, reusable automation instructions you write once and run repeatedly. A "Run Month-End Close Package" shortcut will follow the same logic every time, applied to whatever input files you point it at.
Instructions (Prompts)
Plain-English directions that tell Cowork exactly what to do, what files to read, what logic to apply, and what output to produce. The more specific your instructions, the more consistent and useful your outputs will be.
Context Files
Reference documents you provide to give Cowork background about your organisation — your chart of accounts, entity list, variance thresholds, reporting calendar. Better context = better outputs.
Outputs
Files Cowork produces: populated Word or Excel templates, written summaries, alert documents, or drafted emails. Outputs are always created as new files — Cowork does not modify your source data.
The best Cowork automations mirror how a skilled analyst would approach the task — they have a defined starting point, clear instructions, a consistent output format, and a built-in human review step before anything consequential happens downstream.
Prerequisites & Setup Checklist
The investment you make in pre-work directly determines the quality of every automation you run. Most items here take under 30 minutes. A few require IT coordination.
Technical Prerequisites
- Claude account at Pro or Team tier — Team plans add collaboration features and higher usage limits appropriate for a finance team
- Claude Cowork installed — Download from Anthropic's website and install on each team member's machine (desktop application, not browser-based)
- Google Drive for Desktop installed — Required. Download from drive.google.com/drive/download and sign in with your Google Workspace account. This syncs your Finance_Cowork folder to your local desktop so Cowork can read and write files locally. Without this, none of the file paths in this guide will work.
- Organised source file structure — Key inputs (NetSuite exports, payroll, bank statements) should live in consistently named, dedicated folders
- Export formats confirmed — Know what format each source system produces (CSV, XLSX, PDF) and verify Cowork can read a sample file before building automations
- Output templates prepared — Have your board pack, variance report, and other output formats saved as templates with clear placeholder markers
Process Prerequisites
- Write out the manual process first — For each workflow you want to automate, write a plain-English description of every manual step. This becomes the specification for your automation instructions
- Define materiality thresholds — Decide what constitutes a significant variance or exception before building alert logic (e.g., >5% budget variance, >$10k absolute, >30 days overdue)
- Map human review checkpoints — Identify every point where a qualified person must review before an output is used, distributed, or acted upon
- Standardise file naming — Cowork instructions reference specific file paths. Predictable names (e.g., GL_Export_YYYYMM.csv) prevent the automation from reading the wrong file
Governance Prerequisites
- IT and legal review — Review Anthropic's data handling and enterprise privacy terms before processing any sensitive financial data through Cowork
- Data classification — Classify which data types can flow through Cowork and which require additional controls (see Section 07)
- Audit trail planning — Determine how Cowork outputs will be retained, versioned, and referenced for audit purposes before going live
- Define who can create vs. run vs. modify automations — A clear permission structure prevents inconsistency and reduces error risk
Implementation
Connecting your finance stack, configuring Cowork, and building your first working automation end-to-end.
Getting Started: First-Time Configuration
First-time setup for a finance team takes 2–3 hours if done properly. That investment determines the quality of everything you run afterward.
Step 1 — Install & Authenticate
Download and install Cowork from Anthropic's website on your desktop. Sign in with your Anthropic account credentials. If your organisation uses a Claude Team plan, join the correct shared workspace so shortcuts can be shared across your finance team.
Step 2 — Create Your Finance Folder Structure
Create a dedicated folder in Google Drive named Finance_Cowork — this is Cowork's working area. Once created, it will sync to your desktop automatically via the Google Drive for Desktop app, making it accessible as a local folder on your machine. A clean, predictable structure prevents automations from operating on the wrong files and makes troubleshooting straightforward.
Step 3 — Build Your Context Library
The context library is a folder of reference files that you point Cowork to within your automation instructions. The more it knows about your organisation, the less you need to explain each time. Key files to prepare:
- Chart of accounts summary — A CSV mapping account codes to plain-English names (e.g., "6100 = Salary & Wages")
- Entity and cost centre list — All legal entities and business units with their identifiers, functional currencies, and jurisdiction
- Reporting calendar — Close dates, board dates, payroll dates, tax deadlines
- Variance policy document — Your defined thresholds by line item type
- Currency mapping — Which entities operate in which currencies and your group reporting currency
Step 4 — Validate with a Simple Test Before Building Complex Workflows
Before committing to complex automation builds, run a basic validation: ask Cowork to summarise a recent GL export in plain English, or compare two monthly P&Ls and list the five largest movements. This confirms Cowork can correctly read your specific export column structure and handle your file format — issues here will cascade into every workflow you build.
Building a sophisticated monthly close automation before validating that Cowork correctly reads NetSuite's CSV column structure. Always test with a simple read task first. Your ERP may export numbers with commas as thousands separators, or dates in non-standard formats — identify these early.
Connecting Your Finance Stack
NetSuite is your source for all financial data exports (GL, trial balance, aging, budgets, intercompany). Google Drive is your file hub — all inputs and outputs live in your synced Finance_Cowork folder, accessible from any device. Google Docs & Sheets are your primary document and spreadsheet formats; download as .docx / .xlsx when Cowork needs to read or write structured files. Excel handles complex financial models (cash flow, BvA dashboard) where Google Sheets falls short on advanced formatting. Gmail receives your Cowork-drafted email content — paste, review, and send manually.
Cowork does not require native integrations with your ERP or payroll systems. It works through file-based inputs — exports you pull from NetSuite and save to your Google Drive inputs folder, which Cowork then reads and processes. This keeps setup simple and avoids any write-access risk to live systems.
The Two Core Integration Patterns
You run your standard ERP report, save the export to the inputs folder, then invoke the relevant Cowork shortcut. This is the most reliable pattern and gives you full control over which data version is processed. Best for month-end and board pack workflows.
Configure your ERP to email or drop a scheduled export (e.g., daily GL export at 6am). Use Windows Task Scheduler or macOS Automator to save the file and launch the Cowork shortcut at a set time. More complex to set up but reduces manual steps for recurring workflows like cash monitoring.
Cowork should have read-only access to export files only — never write access to your live ERP, payroll system, or banking platform. Cowork reads exports and writes to your Google Drive outputs folder (synced locally). A human reviews outputs before anything is uploaded, sent, or acted upon. This preserves your ERP as the system of record and maintains an auditable human-in-the-loop control.
Recommended Export Configurations by System Type
| System | Recommended Export Format | Key Config Notes |
|---|---|---|
| Cloud ERP (NetSuite, Sage Intacct, MS Dynamics, QuickBooks) | CSV with column headers in row 1 | Include: account code, account name, entity, period, debit, credit, running balance. Exclude subtotals/summary rows — Cowork works better with raw transaction-level or account-level detail. |
| Payroll Platforms (Deel, Remote, Rippling, ADP) | CSV payroll register | Use employee ID rather than full name where possible. Include: cost centre, gross pay, statutory deductions, net pay, jurisdiction. Aggregate by cost centre if headcount data is sensitive. |
| Banking & Treasury | CSV statement (OFX can be converted) | Include: date, description, debit, credit, balance, reference. Remove account numbers from file — reference by last 4 digits or account nickname only. |
| Excel-based Models | XLSX (direct, no export needed) | Ensure data is in clean tabular format: consistent column headers in row 1, no merged cells in the data range, no formulas in rows that Cowork will read as data. |
| AP/AR Platforms | CSV aging report | Include: vendor/customer name, invoice date, due date, amount, aging bucket (current/30/60/90+), currency. One row per invoice — not pre-summarised by vendor. |
Security, Access Controls & Data Governance
As CFO, data governance is your responsibility to define before any team-wide deployment. Work through this framework with your IT security and legal teams.
Data Classification Framework
| Data Type | Risk Level | Cowork Guidance |
|---|---|---|
| Management P&L, variance reports, KPI dashboards | Medium | Permitted. Classify outputs as "Management – Confidential" and restrict distribution to authorised recipients. |
| Individual payroll records (names + salaries) | High | Use aggregate exports by cost centre only. Anonymise to Employee ID before passing to Cowork. Review Anthropic's enterprise data handling terms before proceeding. |
| Full bank account numbers, routing details | Critical | Do not include in any Cowork input file. Reference accounts by last 4 digits or nickname only. |
| Pre-release investor or M&A financials | Critical | Consult legal before using Cowork for this data. Apply strict need-to-know access controls on all outputs. |
| Budget vs. actuals, operational metrics | Medium | Permitted. Label outputs with your internal confidentiality classification. |
| Publicly available benchmarks, market rates | Low | No restrictions. |
Access Control Recommendations
- Separate Cowork access by role — The CFO's instance should not have the same file access as an AP clerk
- Read-only on source exports — Set file permissions so Cowork's inputs folder is read-only; only NetSuite scheduled exports or you should be able to write to it
- Lock outputs folder — Only authorised team members should have access to completed Cowork outputs, particularly board pack drafts
- Log automation runs — Keep a simple log: which shortcut ran, when, which input files were used, which output file was created. This is your Cowork audit trail
- Enterprise privacy terms — Anthropic's Enterprise plans include data privacy commitments (no training on your data). Verify your plan tier before processing sensitive financials
Every Cowork output is an AI-assisted draft until a qualified human has reviewed and approved it. Build a named, documented sign-off step into every finance automation before any output is distributed, filed with a regulator, or used to make a payment decision. "The AI produced it" is not an acceptable internal control response during an audit.
Building Your First Automation — A Walkthrough
This walkthrough builds a practical first automation: a weekly P&L summary draft. It is intentionally simple so you can focus on the mechanics before tackling the complex workflows in Part III.
Google Drive/Finance_Cowork/inputs/gl_exports/PL_Current.csv and prior month to Google Drive/Finance_Cowork/inputs/gl_exports/PL_Prior.csv. Using fixed names (not date-stamped for the first test) keeps the instruction simple to write.A well-built automation like this takes 60–90 minutes to configure and validate. Once running, it saves 2–4 hours per week. The payback period is less than one week of use. Every subsequent automation you build is faster because your context library and templates are already in place.
The 10 CFO Workflows
Ten production-ready automation workflows — each guide follows the same pattern: export data from your ERP, save files to your local working folder, run the Cowork shortcut, and review the output. Adapt file paths, column names, and thresholds to match your own systems.
How Every Workflow Works — Read This First
If this is your first time using Claude Cowork, every workflow in this section follows the same five-step pattern. Once you've done it once, the rest will feel familiar.
Never use or distribute a Cowork output without reading it first. Every output is an AI-assisted draft — you are the reviewer, approver, and accountable person. This is not optional; it is a basic internal control that must be documented.
- Trial balance export — current month and prior month (CSV)
- Balance sheet export (CSV)
- Year-to-date budget file (same structure as actuals)
- Prior month management pack (for consistency reference)
- Output template (your standard management pack format — DOCX or XLSX)
- Populated management reporting template
- Executive summary with CFO commentary draft (marked where your judgement is needed)
- Variance analysis table: actuals vs. budget and vs. prior month
- Top material variances listed with factual one-sentence commentary each
- KPI summary section
- Anomalies flagged for human review before distribution
• Trial Balance (this month): Reports → Financial → Trial Balance → set Period to current month → Export CSV → save as
Google Drive/Finance_Cowork/inputs/monthly_close/TB_Current.csv• Trial Balance (prior month): Same report, change period to prior month → Export CSV → save as
Google Drive/Finance_Cowork/inputs/monthly_close/TB_Prior.csv• Budget YTD: Reports → Budgeting → Budget vs. Actual → Export CSV → save as
Google Drive/Finance_Cowork/inputs/monthly_close/Budget_YTD.csv• Balance Sheet: Reports → Financial → Balance Sheet → Export CSV → save as
Google Drive/Finance_Cowork/inputs/monthly_close/BalanceSheet_Current.csvNetSuite tip: Save each as a Saved Report (Customize → Save As) so next month is a one-click run — no need to reconfigure periods or filters.
[INSERT P&L TABLE HERE][INSERT CFO COMMENTARY HERE][INSERT VARIANCE ANALYSIS HERE]Then: File → Download → Microsoft Word (.docx)
Save the .docx to:
Google Drive/Finance_Cowork/templates/ManagementPack_Template.docxKeep the Google Doc as your master — download a fresh copy each month. Cowork writes to the .docx; you review and reopen in Google Docs for final editing.
[BRACKETS] with your real values — your file paths, your materiality thresholds (e.g., "flag variances over $10,000 or 8%"), and your company's account groupings. The more specific you are here, the less editing you'll do on the output.Google Drive/Finance_Cowork/outputs/monthly_close/ folder.Tip: To review collaboratively, upload the output .docx to Google Drive and open with Google Docs (right-click → Open with → Google Docs). To edit privately, open directly in Microsoft Word.
- Headline numbers: Spot-check net revenue and EBIT against NetSuite — these must match exactly
- Variance calculations: Pick 3–4 line items and verify the $ and % variances manually
- Commentary: Read each AI-drafted commentary sentence — remove or correct anything factually wrong. Add your strategic context where you see
[CFO TO ADD CONTEXT] - Template placeholders: Confirm all
[INSERT ... HERE]markers have been replaced and none remain in the output - Sign off before sharing: Do not distribute to leadership or the board until a qualified person has reviewed and approved — document your sign-off
- Expense report export from your expense platform (CSV or XLSX — one row per line item)
- Expense policy document (PDF or DOCX — your current approved policy)
- Per-diem and category spending limits reference (context CSV)
- Employee-to-manager mapping (context CSV — for notification drafts)
- Prior period compliance report (for trend comparison)
- Full compliance review — every line item flagged as COMPLIANT, EXCEPTION, or REQUIRES RECEIPT
- Policy breach summary by violation type (e.g., over-limit, missing receipt, unapproved vendor, personal expense)
- Total non-compliant spend value by department and by employee
- Repeat offender flag — employees with policy violations in 2+ consecutive periods
- Draft exception emails to line managers (not sent — draft only)
- Clean summary for finance sign-off before payroll/reimbursement run
For the most control, use a Saved Search: Lists → Search → Saved Searches → New → select Expense Report → add columns for Employee, Submission Date, Expense Date, Category, Amount, Currency, Receipt Attached, Business Purpose, Department. Export as CSV.
Save as:
Google Drive/Finance_Cowork/inputs/expenses/Expense_Export.csvCategory, Per_Item_Limit, Daily_Limit, Receipt_Threshold, Notes. One row per expense category (meals, travel, accommodation, per diem, etc.).Export as CSV: File → Download → Comma Separated Values (.csv)
Save as:
Google Drive/Finance_Cowork/context/expense_limits.csvKeep the Google Sheet as the editable master — re-export to CSV whenever policy thresholds are updated. Every future automation run picks up the changes automatically.
Google Drive/Finance_Cowork/context/Expense_Policy.pdf. Cowork reads this alongside the limits file to understand qualitative rules (approved vendors, prohibited categories, etc.).Expense_Export.csv and look at the header row. Note the exact column names for: employee name, expense date, category, amount, currency, receipt attached, and business purpose. You'll need to replace the column names in the prompt with your real ones — they vary by platform.When exporting from NetSuite, always use the Expense Report Detail report or a custom Saved Search — not the summary-level Expense Report report. The detail version gives one row per expense line item; the summary gives one row per report, which isn't specific enough for policy compliance checking. If you use a Saved Search, confirm the exported CSV has the column headers listed in the prompt before running.
- Spot-check 5 flagged items: Pick five exceptions at random and verify manually against the source export — confirm the flag is correct before escalating to managers
- Check the "compliant %" total: If it's unusually low (below 70%) your policy limits file may have a threshold set incorrectly — review before sending manager emails
- Review repeat offender list: These are sensitive conversations — confirm the flags before escalating. Verify the prior period file was read correctly
- Manager draft emails: Read every draft email before it leaves your system. Edit tone as needed — Cowork's tone is factual, not diplomatic. You add the diplomacy
- Never auto-send: The prompt explicitly instructs Cowork not to send. Confirm the output folder contains
.txtdraft files, not sent emails
- AR aging report by customer (CSV — one row per invoice)
- AP aging report by supplier (CSV — one row per invoice)
- Customer credit limit file (CSV — customer name, limit, currency)
- Prior period aging (for trend comparison)
- AR: Top 10 overdue accounts — dollar value and days outstanding
- AR: Accounts where 60+ day balance exceeds credit limit
- AR: DSO calculation and movement vs. prior period
- AP: Invoices due in next 7 and 14 days
- AP: Early payment discounts within window
- AP: DPO calculation and movement
- Working capital health one-pager with RAG status
• AR Aging Detail: Reports → Accounts Receivable → Accounts Receivable Aging Detail → Export CSV → save as
Google Drive/Finance_Cowork/inputs/ar_aging.csv• AP Aging Detail: Reports → Accounts Payable → Accounts Payable Aging Detail → Export CSV → save as
Google Drive/Finance_Cowork/inputs/ap_aging.csvNetSuite tip: Before exporting, select "No Grouping" in the report options to get clean one-row-per-invoice data without subtotals. Subtotals in the CSV will break the Cowork analysis.
Customer_Name, Credit_Limit, Currency. One row per client or customer. Credit limits are typically defined in customer contracts or set by your credit team — check your CRM or contract management system if you don't have them centrally documented.Export as CSV: File → Download → CSV
Save as:
Google Drive/Finance_Cowork/context/credit_limits.csvar_aging.csv and check the exact column headers. Common ones include: Customer, Invoice_Date, Due_Date, Amount, Days_Overdue, Aging_Bucket. Note them down — you'll reference them in the prompt so Cowork reads the file correctly.Google Drive/Finance_Cowork/outputs/working_capital/. Open it and review before sharing with the collections or AP team.- DSO figure: Verify against what you know — if it looks off, check that your daily revenue denominator in the prompt is correct
- Credit limit flags: Confirm flagged customers against your credit limit file — a mismatch usually means a customer name doesn't exactly match between the two files
- AP due this week: Cross-reference the top 3 amounts manually against your ERP to verify the figures before cash planning
- Discount opportunities: Verify discount terms and expiry dates on any flagged invoices before authorising early payment
- Completed management accounts (output from W1, reviewed and approved)
- KPI tracking spreadsheet (XLSX)
- Board pack template (DOCX)
- Prior board pack (for narrative consistency)
- Covenant compliance data (if applicable)
- Any approved strategic commentary notes from leadership discussions
- Financial summary section — populated with current period data
- CFO narrative pages — draft, with strategic sections flagged for your voice
- KPI dashboard with period-on-period trends
- Covenant compliance table (if applicable)
- Talking points document — 8 bullets for your board presentation
The board pack workflow is a first-draft accelerator. Cowork handles data assembly and structural drafting; you contribute strategic narrative, forward-looking judgment, and tone. The CFO's voice in a board pack cannot and should not be fully automated — but the 10+ hours of assembly work can be.
Approved management pack location:
Google Drive/Finance_Cowork/outputs/monthly_close/MgmtPack_[MONTH].docxNote on file naming: W1 outputs the file as
MgmtPack_[MONTH]_DRAFT.docx. After your sign-off, save a copy without the _DRAFT suffix (i.e. rename it to MgmtPack_[MONTH].docx) so this workflow reads the approved version.• KPI tracker: Save your Excel KPI file →
Google Drive/Finance_Cowork/inputs/kpi_tracker.xlsx• Board pack template: Open your existing board pack template in your document editor → export/download as Word (.docx) → save as
[Your Drive]/Finance_Cowork/templates/BoardPack_Template.docx• Prior board pack: Download last quarter's approved pack from Google Drive → save as
Google Drive/Finance_Cowork/inputs/board_packs/BoardPack_Prior.docx• CFO notes: Open a new Google Doc, bullet-point your strategic context and narrative points → File → Download → Plain Text (.txt) → save as
Google Drive/Finance_Cowork/inputs/board_packs/CFO_Notes.txt[CFO TO ENHANCE] or [CFO TO ADD FORWARD GUIDANCE] needs your personal input before the pack is board-ready.[CFO TO...] marker. Replace each with your actual strategic judgment. The draft handles the data and structure; you provide the context, conviction, and forward guidance that only you can bring. Budget 60–90 minutes for this — it is time well spent on the highest-visibility deliverable you produce.- Every number in the pack: Verify headline P&L, revenue, EBIT, and cash figures against your approved management accounts — these must match exactly
- KPI figures: Spot-check 3–4 KPIs against the source tracker file
- All
[CFO TO...]markers: Do a document search for this text — every single one must be resolved before distribution. A board pack with placeholder markers in it is never acceptable - Talking points document: Read every bullet — edit for your voice and ensure they align with the narrative in the pack
- Final approver: The CFO must personally approve this document before it reaches the board. Do not delegate this sign-off
- Actuals by department / cost centre (current month CSV)
- Budget file (same account structure as actuals)
- Department head contact list (CSV: name, email, cost centre code)
- Variance commentary template (DOCX)
- Materiality threshold definition (in your instructions)
- Variance analysis by department — $ and % for all line items
- Factual commentary for each material variance
- Individual department page per cost centre (separate DOCX files)
- Draft email per department head requesting explanations (TXT files, not sent)
- Consolidated CFO variance summary (all departments on one page)
• Actuals by Department: Reports → Financial → Income Statement → customise → add Department dimension → Export CSV →
Google Drive/Finance_Cowork/inputs/gl_exports/Actuals_by_Dept.csv• Budget by Department: Reports → Budgeting → Budget vs. Actual → filter current month → Export CSV →
Google Drive/Finance_Cowork/inputs/Budgets/Budget_Current.csvImportant: Make sure department codes match exactly between both files — the same label must appear identically in both actuals and budget exports. Even minor differences (e.g., "Ops-North" vs "North Operations") will cause Cowork to fail to join the datasets. Check your ERP's department/class dimension setup if codes don't align.
Department_Code, Department_Name, Head_Name, Head_Email. One row per cost centre or department. Use email addresses for each department head.Export as CSV: File → Download → CSV
Save as:
Google Drive/Finance_Cowork/context/dept_contacts.csvCowork uses the email addresses from this file to address draft variance emails. These become the "To:" line in each draft — you review, edit, and send manually.
CFO_Summary.docx first — this is the one-page view of all departments. Use this to triage which individual department files need the most attention before you review each one..txt draft in your outputs folder. Edit the tone for each relationship — some department heads need a gentle nudge, others a firmer ask. Copy-paste the edited text into a Gmail compose window. Do not use a bulk send approach for these; each one benefits from your personal touch.- CFO_Summary RAG statuses: Verify the GREEN/AMBER/RED assignments make sense relative to your business context — adjust thresholds in the prompt if they're systematically off
- Department variance totals: Spot-check 2–3 departments by re-running the math manually: do the actuals, budget, and variance figures add up?
- Draft emails: Read every email before it leaves your team. Cowork writes factually — you add relationship awareness and tone. Gmail's Bcc or Groups features are useful if you want to copy the finance team on all variance request emails
- Commentary marked [DEPT HEAD TO EXPLAIN]: Ensure these items are genuinely unknown to finance — don't ask a department head to explain something you already have context on
- Weekly bank statement export (CSV)
- Prior 13-week cash flow model (XLSX — your working model)
- AP payment schedule — upcoming committed payments (XLSX)
- Payroll schedule — dates and net amounts (context CSV)
- Committed capex / large one-off payments schedule (if material) — include in ap_payments.xlsx or as a separate XLSX in inputs/cashflow/
- Updated 13-week model with last week's actuals rolled in
- Forecast accuracy scorecard: prior week predicted vs. actual by category
- Forward 13-week closing cash balance by week
- Minimum cash balance week identified with date and amount
- Liquidity headroom vs. your minimum operating threshold
- One-paragraph cash commentary for distribution
When Cowork updates an XLSX cash flow model, it writes a new file — it does not modify your source model in place. Always save the previous week's model first so you have a version history. Name outputs with the week date: CashFlow_13W_Week20250127.xlsx.
Merge them into a single file with an added
Entity column (e.g., "Entity-A", "Entity-B", "Entity-C") before saving.Save as:
Google Drive/Finance_Cowork/inputs/banking/Statement_This_Week.csvFX note: For multi-currency operations, ensure each row includes the transaction currency — the prompt will convert to your group reporting currency for the consolidated model.
Keyword, Entity, Cash_Flow_Category. Map bank transaction description keywords to your cash flow categories. Examples:"PAYROLL", "Entity-A", "Payroll — [Entity A name]""PAYROLL", "Entity-B", "Payroll — [Entity B name]""DEEL", "ALL", "Payroll Processing Fees""CLIENT NAME", "ALL", "Client Receipts"Export as CSV: File → Download → CSV
Save as:
Google Drive/Finance_Cowork/context/bank_categorisation.csvThis file is the heart of the workflow — the more complete it is, the fewer [UNCATEGORISED] items each week.
Google Drive/Finance_Cowork/inputs/cashflow/CashFlow_13W.xlsxLists → Search → Saved Searches → New → Transaction → filter Type = Vendor Bill, Status = Open → add columns: Vendor, Due Date, Amount, Currency → sort by Due Date ascending → Export CSV
Convert the CSV to XLSX and save as:
Google Drive/Finance_Cowork/inputs/ap_payments.xlsxUpdate this file each week before running the forecast — stale AP data will produce an unreliable cash projection.
Pay_Date, Entity, Gross_Amount, Currency, Notes. For multi-entity businesses, include one row per entity per payroll cycle.Export as CSV: File → Download → Comma Separated Values (.csv)
Save as:
Google Drive/Finance_Cowork/context/payroll_dates.csvUpdate whenever payroll dates or net amounts change. The cash forecast uses this file to project outflows in the correct forward weeks.
[INSERT YOUR THRESHOLD] with the actual dollar amount.[UNCATEGORISED - REVIEW] items. These are transactions Cowork couldn't match to your categorisation file. Add the new keywords to your bank_categorisation.csv and rerun — over time your categorisation rate approaches 100%.- Opening balance: Confirm last week's closing balance in the model matches your actual bank balance — if these don't reconcile, the entire forecast is built on a wrong foundation
- Uncategorised transactions: Resolve all
[UNCATEGORISED - REVIEW]items before relying on the forecast. Unknown transactions distort every category total - Low liquidity warnings: If a
[LOW LIQUIDITY WARNING]flag appears, verify it manually before escalating — check the specific week, the amount, and whether your AP schedule assumptions are current - Commentary paragraph: Read and edit before distributing — ensure it accurately reflects what you know about the business, not just what the numbers say in isolation
- Weekly actuals P&L by business unit (CSV)
- Annual budget file — phased by week or month (XLSX)
- KPI data file — operational metrics (revenue, headcount, utilisation, etc.)
- BvA dashboard template (XLSX with chart data tables)
- Updated BvA dashboard with current week data
- RAG status per business unit (based on YTD tracking)
- Top 3 "tracking ahead" items
- Top 3 "tracking behind" items requiring attention
- Draft leadership email with weekly performance snapshot (TXT, not sent)
• Weekly actuals from NetSuite: Reports → Financial → Income Statement → customise → set period to current week → add Department/Class dimension → Export CSV → save as
Google Drive/Finance_Cowork/inputs/gl_exports/Weekly_Actuals.csv• Annual budget from Excel: Open your annual budget model → save a copy as
Google Drive/Finance_Cowork/inputs/Budgets/Annual_Budget_Weekly.xlsxImportant: Use the exact same business unit names in both files — your ERP's department codes must match your budget's column labels exactly. A mismatch (e.g., "Ops-North" vs "North Operations") will cause Cowork to fail to join the datasets. Standardise labels in both systems before building this automation.
Save the template to:
Google Drive/Finance_Cowork/templates/BvA_Dashboard.xlsxTip: Keep this file in Google Drive so it's accessible from any device and auto-backed up. Open it in Microsoft Excel (not Google Sheets) for editing — complex Excel formatting and named ranges don't always survive in Google Sheets.
Week_Ending, Business_Unit, KPI_Name, Actual, Target, Unit.Key KPIs to consider: Revenue per headcount, Gross margin %, Client count, Headcount by business unit, and any service-line revenue split relevant to your business model.
Export as CSV: File → Download → Comma Separated Values (.csv)
Save as:
Google Drive/Finance_Cowork/inputs/kpi_data.csvUpdate this file each week before running. Keep the Google Sheet as the editable master — re-export to CSV each run.
LeadershipEmail_Week[X].txt draft. Cowork writes factually — your job is to add your read on the numbers, decide whether to emphasise a concern or celebrate a win more strongly, and personalise the tone for your specific audience.- YTD actuals total: Verify the company-wide YTD revenue and cost totals match what you'd expect from NetSuite — these are your anchor numbers
- RAG assignments: Do a quick sense-check — does the RED/AMBER/GREEN picture reflect your actual business reality this week?
- Charts in the dashboard: Open the XLSX and visually confirm charts updated — a chart stuck on prior week data is a common first-run issue (usually a template data range problem)
- Leadership email tone: Adjust before sending. The "watch" items in particular should be framed with appropriate context — an amber flag in isolation can look alarming without your accompanying narrative
- Contract register (XLSX — one row per contract with key dates and values)
- Individual contract PDFs or summaries (for Cowork to read specific financial terms — text-based PDFs only, not scanned)
- Renewal policy document (your defined notice periods and escalation thresholds)
- Budget impact reference — cost centre per contract (context CSV)
- Contracts expiring in 30 / 60 / 90 days with RAG flags
- Auto-renewal contracts where opt-out deadline is within 60 days (URGENT)
- Price escalation clauses triggering in next 90 days
- Total committed spend in expiring contracts this quarter
- Action list with contract owner and recommended next step
The highest-value contracts to monitor typically fall into three categories: Client agreements or MSAs (revenue contracts with renewal and rate escalation terms), Supplier contracts (SaaS tools, office leases, service vendors), and Payroll processing arrangements (monitor for fee changes, volume tier triggers, and notice period requirements). Your contract register should include all three categories with the relevant cost centres assigned.
Contract_ID, Supplier_or_Customer, Type, Start_Date, Expiry_Date, Annual_Value, Auto_Renewal (Y/N), Opt_Out_Notice_Days, Escalation_Clause (Y/N), Escalation_Date, Owner, Cost_CentreSave as:
Google Drive/Finance_Cowork/inputs/contracts/Contract_Register.xlsxTip: Even an imperfect register with 80% of contracts is enormously valuable. Start with your top 20 contracts by annual value — key client agreements, major vendor arrangements, critical SaaS tools — and add the rest over time.
[INSERT TODAY'S DATE] placeholder. Each time you run, replace it with the actual current date in YYYY-MM-DD format (e.g., 2025-07-01).[AUTO-RENEW RISK] flag. Check Tab 2 of the output first — if there's an auto-renewal you've missed, the time to act is now, not after the renewal date has passed.- Tab 2 — Auto-Renew Risk: This is your highest-priority review. Verify the opt-out deadlines independently before deciding whether to act
- Days-to-expiry calculations: Spot-check 2–3 contracts using the actual dates in your register to confirm Cowork's math is correct
- Cost escalations (Tab 3): Verify any escalation % figures — these directly affect your budget model if they're triggering soon
- Action list owners: Review and assign each of the 10 action items to a named person with a deadline before distributing
- Missing contracts: If the total contract count looks lower than expected, check whether all contract types were included in your register before the run
- Auditor's PBC (Provided By Client) list — XLSX or PDF
- Trial balance and sub-ledger exports (CSV)
- Bank statements and reconciliations (PDF or CSV)
- Supporting invoices and contracts folder
- Prior year audit file for comparative schedules
- Audit schedule templates (prepayments, accruals, fixed assets, intercompany)
- PBC completion tracker with COMPLETE / PARTIAL / MISSING status per item
- Organised evidence folder with files renamed to PBC reference numbers
- Pre-populated standard audit schedules
- Outstanding items task list — what to gather, from which system
- Audit readiness percentage by category
All Cowork-generated audit schedules must be reviewed and certified by a qualified accountant before submission to external auditors. Cowork organises and assembles — it does not certify the accuracy of financial statements. Maintain documented human sign-off for every schedule in your audit workpapers.
Save as:
Google Drive/Finance_Cowork/inputs/audit/PBC_List.xlsxIf it arrives as a PDF, convert to Excel first so Cowork can read and process each row as a distinct item. To convert: open the PDF in Google Drive → right-click → Open with Google Docs → the table will be extracted as text, which you can then copy into Google Sheets and export as XLSX. Alternatively, use Adobe Acrobat (Export PDF → Microsoft Excel).
Google Drive/Finance_Cowork/inputs/audit/evidence/Use descriptive file names. For Google Docs/Sheets files, download as PDF or Excel first — Cowork reads PDFs and XLSX/CSV natively.
NetSuite exports for audit: The most commonly requested items are the year-end trial balance, sub-ledger detail (AR, AP, Fixed Assets), and bank reconciliations — all exportable from NetSuite as CSV.
Google Drive/Finance_Cowork/templates/audit/If your templates are currently in Google Sheets, download as Excel (.xlsx) first. Cowork pre-populates these from the NetSuite year-end trial balance export — saving the most time-consuming part of audit prep.
Key schedules to have ready: prepayments, accruals, fixed asset roll-forward, and our intercompany matrix (directly connected to W10).
- PARTIAL items: These require your judgment — open the evidence file and decide if it actually satisfies the PBC request or if a better document is needed
- MISSING items list: This is your audit prep work plan. Assign each item to a named person with a deadline immediately after reviewing the output
- Pre-populated schedules: Every DRAFT schedule must be opened, reviewed line-by-line, corrected if needed, and signed off by a qualified accountant. Do not submit to auditors without this step
- File organisation in /outputs/audit/organised/: Confirm that the renamed files are correctly labelled with the PBC reference before transferring to your auditors
- Intercompany receivables and payables extract per entity (CSV)
- Entity list with functional currencies (context CSV)
- FX rates for translation to group currency
- Prior month intercompany balances (for movement analysis)
- Materiality threshold for elimination entries
- Intercompany matrix — all entity pairs, receivable and payable by each
- Matched vs. unmatched balances — mismatches flagged with dollar difference
- Proposed elimination journal entries in NetSuite's CSV journal import format
- Unresolved differences task list with entity contact for each
- Month-on-month movement summary
Intercompany reconciliation failures are one of the top causes of delayed consolidations and audit adjustments. When Entity A records a $500k receivable from Entity B but Entity B shows a $487k payable, that $13k difference needs to be resolved before close. Cowork surfaces every disagreement automatically, so your team spends their time resolving differences — not finding them.
Lists → Search → Saved Searches → New → Transaction → filter by Type = Intercompany and Subsidiary = [entity]
Export one CSV per entity:
• Philippines entity →
Google Drive/Finance_Cowork/inputs/intercompany/IC_PHIL.csv (PHP)• Colombia entity →
Google Drive/Finance_Cowork/inputs/intercompany/IC_COL.csv (COP)• Canada entity →
Google Drive/Finance_Cowork/inputs/intercompany/IC_CAN.csv (CAD)Required columns:
Counterparty_Entity, Transaction_Type (receivable/payable), Amount_Local, Currency, DescriptionNote: The prompt will translate all local currency amounts to your group reporting currency using today's FX rates.
• Entity list (one-time): Create a spreadsheet with one row per entity. Columns:
Entity_Code, Entity_Name, Functional_Currency, Finance_Contact_Email. Example:ENTITY-A, [Entity A name], [currency], [finance contact email]ENTITY-B, [Entity B name], [currency], [finance contact email]ENTITY-C, [Entity C name], [currency], [finance contact email]Export as CSV →
Google Drive/Finance_Cowork/context/entity_list.csv• FX rates (refresh each run): Get today's PHP/USD, COP/USD, and CAD/USD rates from xe.com or your bank's published rates. Create a simple 3-row CSV:
PHP, USD, [rate]COP, USD, [rate]CAD, USD, [rate]Save as:
Google Drive/Finance_Cowork/inputs/banking/FX_Rates_Today.csvFX tip: If you use a specific FX provider for cross-border payments, use their published rates rather than spot rates — these reflect your actual conversion costs more accurately.
- Matrix totals: The total intercompany receivables and payables across all entities should net to zero at the group level — if they don't, there's an input file issue or a missing entity
- MISMATCH items: Review each one to determine if it's a timing difference (invoice posted in one entity but not yet in the other) or a genuine discrepancy. Assign each to an entity contact with a resolution deadline
- Elimination journal format: Open the
Eliminations_[month].csvand verify it matches NetSuite's import format exactly before uploading — a column mismatch will cause the import to fail - FX translation: Spot-check one or two translated amounts manually using the rates in your FX file — translation errors compound across every subsequent consolidated figure
- Sign-off before close: Do not proceed to consolidated reporting until all material mismatches are resolved or formally documented as acceptable with an explanation
Scaling & Governance
Moving from personal use to a team-wide deployment — with the measurement, change management, and governance frameworks to make it sustainable.
Rolling Out to Your Finance Team
The most common deployment mistake is moving too fast. A phased rollout builds team confidence, catches edge cases before they become audit findings, and creates internal advocates who accelerate adoption in later phases.
Phase 1 — CFO Pilot (Weeks 1–4)
The CFO or Controller runs 2–3 workflows personally. The goal is not output perfection — it is developing a genuine, first-hand understanding of how Cowork handles your specific data, where it adds most value, and where human guardrails are essential. Direct experience makes you a credible advocate and a sharper quality reviewer when the broader team starts using it.
Phase 2 — Finance Core Team (Weeks 5–10)
Expand to 3–5 people: your FP&A lead, Controller, and senior analysts. Deploy 4–5 validated workflows. Hold a weekly 30-minute debrief to collect feedback, refine instructions, and document what is working. Begin building your internal Cowork Playbook — a shared document of your approved, tested automation configurations.
Phase 3 — Finance Function-Wide (Weeks 11–20)
Expand across the full finance function. By this point you have a library of proven workflows and a team that understands both the tool and its limitations. Establish a Cowork Steward role at this stage — one person responsible for maintaining the shared library, reviewing new automation proposals, and managing the governance framework.
Governance Structure
| Role | Responsibility |
|---|---|
| CFO | Final approver for any automation touching external reporting, board packs, or regulatory submissions |
| Controller / Finance Director | Approves new automation designs; quality reviewer for close and audit workflows |
| Cowork Steward | Maintains the shared workflow library; trains new users; first reviewer of new automation proposals; owns the Cowork Playbook |
| Finance Team Members | Can run approved workflows; must flag unexpected outputs; cannot modify or publish production automations without Steward review |
| IT / Security | Approves new data connections; maintains data classification register; manages access controls |
Measuring ROI & Time Savings
Hold your AI investment to the same standard as any other operational investment. Measure across three categories:
Time Recovered
Track hours per task before and after automation. Multiply by loaded hourly rate. The 10 workflows in this guide typically recover 40–70 hours per month across a 5–10 person finance team.
Error Reduction
Track manual errors caught vs. missed. Most valuable in reconciliation and audit prep workflows, where errors carry direct financial or regulatory consequences.
Speed-to-Insight
How many days after month-end is your management pack ready? How quickly are variance and cash reports available? Target a 30–50% reduction in reporting cycle time.
Strategic Capacity
The hardest to quantify but most valuable: what share of your team's time has shifted from assembly to analysis and business partnering? Survey your team at 3 and 6 months.
ROI Tracking Reference
| Workflow | Hours Before | Hours After | Typical Monthly Saving |
|---|---|---|---|
| Monthly Close Package | 8 hrs | 1.5 hrs | 6.5 hrs |
| Board Pack Assembly | 12 hrs | 2 hrs | ~10 hrs per pack |
| AP/AR Aging Alerts | 3 hrs/week | 0.5 hrs/week | 10 hrs |
| Cash Flow Refresh | 3 hrs/week | 0.5 hrs/week | 10 hrs |
| Intercompany Recon | 6 hrs | 1 hr | 5 hrs |
| Audit Package | 20 hrs/cycle | 3 hrs/cycle | 17 hrs per audit |
Change Management for Finance Leaders
Finance teams often show the most resistance to AI tools — and for understandable reasons. Finance professionals are trained to be precise, cautious, and accountable. Address these concerns directly and early.
"What if it makes a mistake?" — Cowork makes errors, just as humans do. The difference is that its errors are consistent and detectable, which makes them easier to catch. The answer is not to avoid automation — it is to build review checkpoints that are at least as rigorous as today's (which, for many manual processes, are weaker than they appear).
"Is this going to replace my job?" — Be direct: automation replaces tasks, not roles. A finance analyst who spends 60% of their week assembling reports will spend 10% assembling them with Cowork — and 90% analysing, advising, and partnering with the business. That analyst becomes significantly more valuable. Finance teams that adapt grow; those that don't become commoditised.
"How do we handle this in an audit?" — Document your automation design, your review process, and your human sign-off at each critical step. An auditor evaluates controls and evidence — they do not care whether a human or a machine performed the calculation. A well-documented, consistently-controlled automated process is often more defensible than a manual one.
"Our data is too sensitive." — This deserves a proper answer, not dismissal. Review Anthropic's enterprise data handling and privacy terms with your legal and IT teams. Operate within the data classification framework in Section 07. For the most sensitive data, maintain human-only processes until you have the governance structure you need.
Troubleshooting & Common Pitfalls
| Problem | Most Likely Cause | Fix |
|---|---|---|
| Output quality is inconsistent run-to-run | Instructions are too vague or ask Cowork to make judgment calls without sufficient guidance | Tighten instructions: specify exact column names, exact thresholds, exact output format. Test with the same input file twice — if outputs differ significantly, the instructions need more specificity. |
| Cowork reads the wrong columns | Your ERP export has column headers that differ from what you specified in the instructions | Open the actual CSV file and copy the exact column header text into your instructions. Don't assume — paste it verbatim. |
| Numbers don't match my ERP | Export includes items that should be excluded (e.g., intercompany before elimination, or tax lines within EBIT) | Adjust your ERP export query to apply the correct filters before export. Alternatively, add explicit exclusion logic to your instructions: "Exclude all accounts in range 9000–9999." |
| Commentary is generic and not useful | Cowork lacks enough context about your business and cost structure to write specific commentary | Expand your context library: add a one-page business model summary, a description of each major cost category, and 2–3 examples of the commentary style you want. Cowork improves significantly with richer context. |
| Scheduled automation doesn't run | Cowork application is not open or user is not logged in when the OS scheduler fires | Cowork must be open and authenticated for OS-triggered shortcuts to run. If automated running is critical, consider leaving Cowork open in the background on a dedicated machine or workstation. |
| Team members produce different quality outputs | Individuals are modifying the shared automation instructions without going through the review process | Keep production automation instructions in a locked shared document. Require Steward review before any modification to an approved workflow. Maintain version history. |
| Output XLSX charts don't update | Cowork updated the data but Excel's chart references point to named ranges or pivot tables that need a manual refresh | Open the output XLSX and press Ctrl+Alt+F5 (Windows) or Cmd+Option+F9 (Mac) to refresh all calculations. Design your templates to use simple data table references rather than pivot tables where possible. |
Reference Materials
Prompt Library for Finance Automations
These reusable prompt building blocks can be combined into any automation. Copy and adapt them — fill in your specific file paths, column names, and thresholds.
Variance Calculation Block
Executive Summary Block
File Reconciliation Block
Date & Deadline Alert Block
RAG Status Summary Block
Integration Compatibility Reference
Cowork works with any system that produces a file export. This table summarises recommended export configurations and known formatting considerations for common finance platforms.
| System Type | Recommended Format | Key Configuration Notes | Known Issues to Avoid |
|---|---|---|---|
| Cloud ERP NetSuite, Sage Intacct, MS Dynamics, QuickBooks Online |
CSV with headers in row 1 | Include: account code, account name, entity, period, amounts. Suppress summary/subtotal rows. | NetSuite often includes thousands-separator commas in number fields — export in "no formatting" mode or Cowork will misread numbers as text. |
| Global Payroll Platforms Deel, Remote, Rippling, ADP, Paylocity |
CSV payroll register | Use Employee_ID not name. Include: cost centre, gross pay, employer taxes, net pay, jurisdiction code. | Rippling and Deel sometimes export multi-currency amounts in the same column with currency codes embedded in the value — separate into Amount and Currency_Code columns before saving to inputs. |
| Banking & Treasury | CSV statement | Date, description, debit, credit, running balance. Remove full account numbers — last 4 digits only. | OFX/QFX formats need converting to CSV first. Most bank portals offer a direct CSV download — use that where available. |
| Excel Models | XLSX direct | Headers in row 1, no merged cells in data range, no formulas in cells Cowork reads as data inputs. | Merged cell headers cause column misreading. Flatten all merged cells before pointing Cowork at the file. |
| AP/AR Platforms Bill.com, Tipalti, SAP Ariba |
CSV aging report | One row per invoice. Include: counterparty, invoice date, due date, amount, aging bucket, currency. | Some platforms export aging as a pre-summarised pivot (totals only) — ensure you export the detail-level (invoice-by-invoice) version, not the summary. |
| PDF Reports | Text-based PDF only | Any text-based PDF Cowork can read directly. | Scanned PDFs (image-only) cannot be read by Cowork. Convert to searchable PDF using OCR software (e.g., Adobe Acrobat) before processing. |
Glossary
| Term | Definition in this Guide's Context |
|---|---|
| Shortcut | A saved set of Cowork instructions that performs a named, repeatable task. Equivalent to a named macro, but written in plain English. |
| Instructions / Prompt | The plain-English directions inside a shortcut telling Cowork exactly what to read, what logic to apply, and what to produce. The quality of your instructions determines the quality of your outputs. |
| Context Library | A folder of reference documents (chart of accounts, entity list, policies) that Cowork can read to understand your organisation. Referenced explicitly in your automation instructions. |
| Trigger | What initiates a shortcut. In Cowork, this is primarily manual (you run it) or OS-scheduled (Windows Task Scheduler or macOS Automator launches it at a set time, with Cowork open). |
| Output Template | A pre-formatted DOCX or XLSX file containing placeholder markers where Cowork inserts data and analysis. Ensures every run produces consistently formatted outputs. |
| Human-in-the-Loop | A mandatory review and approval step performed by a qualified human before a Cowork output is distributed, filed, or acted upon. Essential internal control for all financial reporting workflows. |
| Cowork Steward | The designated team member responsible for maintaining the shared shortcut library, reviewing new automation designs, and training users. Created at Phase 3 of the rollout. |
| Cowork Playbook | Your team's internal documentation of all approved, tested automation configurations — including instructions, input requirements, expected output format, and review owner. |
| PBC List | Provided By Client — the list of documents and schedules your external auditors request from you to complete the annual audit. A standard term in external audit engagements. |
| Materiality Threshold | The minimum dollar or percentage value at which a variance or exception is significant enough to require commentary, investigation, or escalation. Must be defined before building variance alert workflows. |
| RAG Status | Red / Amber / Green — a traffic-light classification system used in several workflows to indicate severity or performance tracking status at a glance. |