What problem does it solve?
This Skill solves the problem of producing financial Excel workbooks that are easy to audit by clearly separating human inputs from computed outputs and ensuring calculations remain formulas rather than hidden pasted values.
Core Features & Use Cases
- Banker-grade Excel conventions: Applies blue/black/green formatting to distinguish hardcoded inputs, formula-driven calculations, and linked content.
- Formulas over hardcodes: Ensures derived cells are written as Excel formulas so edits to assumptions automatically propagate.
- Reviewable, reconciliation-first structure: Supports named ranges for cross-sheet references and includes a Checks tab that surfaces TRUE/FALSE balance and tie-out validations for auditor-friendly review.
- Headless recalculation support: Recomputes formulas via LibreOffice headless so downstream consumers can read computed values when needed.
Quick Start
Ask the agent to build a DCF-ready, auditable .xlsx workbook for your scenario using openpyxl and include Inputs, Calc, and Checks tabs with a sensitivity table.