What problem does it solve? Finance teams spend hours each week manually pulling balance sheet, receivables, payables, and P&L data from accounting systems to build a weekly cash and performance summary. This Skill automates that four-step data-gathering sequence and produces a consistent, executive-readable weekly financial pulse report. ## Core Features & Use Cases - Four-Section Pulse Report: Compiles cash & runway status, AR aging with priority collections actions, AP commitments due this week, and MTD revenue/spend pacing against targets. - Accounting Tool Integration: Executes the acct_get_balance_sheet, acct_get_aging_report, acct_list_purchase_bills, and acct_get_profit_loss MCP contract calls in the correct order. - Delivery & Archiving: Formats the report for Slack/Telegram delivery and archives a copy to the gbrain finance source at finance/reports/weekly/<date>.md. - Use Case: A CFO asks "Give me the weekly financial pulse" on Monday morning; the agent runs the script, flags the top 5 overdue invoices by amount, and posts the formatted report to the finance Slack channel. ## Quick Start Ask the finance-manager agent to generate the weekly financial pulse report for this week, or run the script with python weekly_pulse.py --dry-run to preview a sample report.