Record
Capture and log all financial transactions for "$ARGUMENTS". Document each transaction with date, amount, parties, description, and source document reference.
Prerequisites
None — this is the first phase.
Process
Identify transaction sources:
- What accounts are active? (bank, credit card, cash, digital payments)
- What period are we recording? (month, quarter, year)
- What source documents are available? (receipts, invoices, bank feeds, contracts)
Capture each transaction:
- Date — when the transaction occurred
- Amount — exact figure with currency
- Direction — inflow (revenue, loan) or outflow (expense, payment)
- Counterparty — who paid or was paid
- Description — what the transaction was for
- Source — receipt number, invoice ID, or bank reference
- Payment method — bank transfer, card, cash, etc.
Organize the transaction log:
- Sort chronologically
- Flag any transactions missing source documents
- Note any unusual or large transactions for review
- Identify recurring transactions (subscriptions, rent, payroll)
Write the artifact to .metapowers/bookkeeping/$ARGUMENTS/01-record.md with sections:
- Period — date range covered
- Transaction Log — table of all transactions
- Missing Documents — transactions without source references
- Flags — unusual items requiring review
Output
The transaction log written to .metapowers/bookkeeping/$ARGUMENTS/01-record.md. Present a summary highlighting:
- Total transactions recorded
- Total inflows and outflows
- Any missing documents or flagged items
1---2name: record3description: Capture and log financial transactions with source documents4---56# Record78Capture and log all financial transactions for "$ARGUMENTS". Document each transaction with date, amount, parties, description, and source document reference.910## Prerequisites1112None — this is the first phase.1314## Process15161. **Identify transaction sources:**17 - What accounts are active? (bank, credit card, cash, digital payments)18 - What period are we recording? (month, quarter, year)19 - What source documents are available? (receipts, invoices, bank feeds, contracts)20212. **Capture each transaction:**22 - **Date** — when the transaction occurred23 - **Amount** — exact figure with currency24 - **Direction** — inflow (revenue, loan) or outflow (expense, payment)25 - **Counterparty** — who paid or was paid26 - **Description** — what the transaction was for27 - **Source** — receipt number, invoice ID, or bank reference28 - **Payment method** — bank transfer, card, cash, etc.29303. **Organize the transaction log:**31 - Sort chronologically32 - Flag any transactions missing source documents33 - Note any unusual or large transactions for review34 - Identify recurring transactions (subscriptions, rent, payroll)35364. **Write the artifact** to `.metapowers/bookkeeping/$ARGUMENTS/01-record.md` with sections:37 - **Period** — date range covered38 - **Transaction Log** — table of all transactions39 - **Missing Documents** — transactions without source references40 - **Flags** — unusual items requiring review4142## Output4344The transaction log written to `.metapowers/bookkeeping/$ARGUMENTS/01-record.md`. Present a summary highlighting:45- Total transactions recorded46- Total inflows and outflows47- Any missing documents or flagged items