Help us improve
Share bugs, ideas, or general feedback.
From finny
Reconcile vendor accounts — bills, payments, credits, prepayments. Maps to open-string intent `vendor_reconciliation`. User invocation: /finny:finance:reconciliation [vendor]
npx claudepluginhub postergully/finny-claude-plugin --plugin finnyHow this skill is triggered — by the user, by Claude, or both
Slash command
/finny:reconciliation [vendor name or GSTIN] (optional — decomposer will ask if missing)[vendor name or GSTIN] (optional — decomposer will ask if missing)The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Reconcile a vendor's account: open bills, recent payments, credits, prepayments,
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Reconcile a vendor's account: open bills, recent payments, credits, prepayments, and the resulting net open balance.
This command maps to the OPEN-STRING intent vendor_reconciliation. NOT in the
bridge bless-list — passes through to Finny directly. Hand off to
intent-decomposer with:
intent: 'vendor_reconciliation'user_question: <the user's full request, including $ARGUMENTS>intent-decomposer will:
finny_query phase: 'discover' to get Finny's variable list.finny_query phase: 'execute'.judging-output.Open-string intents have less-strict scope enforcement than blessed intents. If Finny's discover phase comes back with vague example questions, the decomposer's default paraphrase rules apply (combine, drop jargon, lead with critical variable).
intent-decomposer — owns the orchestration.judging-output — handles the resulting envelope.