一键导入
invoicing-ar
Generate clean, complete invoices and chase unpaid ones with a polite, escalating dunning ladder — turn delivered work into collected cash.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate clean, complete invoices and chase unpaid ones with a polite, escalating dunning ladder — turn delivered work into collected cash.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Visual, filterable catalog of every CC Commander skill, agent, and command. Cascades from broad category picker into 4-at-a-time detail cards. Use when the user types…
Visual, filterable catalog of every CC Commander skill, agent, and command. Cascades from broad category picker into 4-at-a-time detail cards. Use when the user types…
Build something new — web app, API, CLI, or mobile. Guided spec interview routes to the right template, then scaffolds. Use when: 'build something', 'new project', 'create app'.
Show what changed in the latest CC Commander update. Reads CHANGELOG.md and renders the most-recent version section in a digestible summary. Use when the user types…
CC Commander interactive discovery tool. Renders a live flow diagram of every /ccc-* workflow by reading the plugin directly as single source of truth. Use when the…
Adversarial multi-agent debate (antfooding): fan out N agents that argue and critique a design or diff from distinct lenses until issues resolve, then synthesize a verdict.
基于 SOC 职业分类
| name | invoicing-ar |
| description | Generate clean, complete invoices and chase unpaid ones with a polite, escalating dunning ladder — turn delivered work into collected cash. |
| version | 1.0.0 |
| category | smb-ops |
| parent | ccc-smb-ops |
| tags | ["ccc-smb-ops","invoicing","accounts-receivable","collections","dunning"] |
| disable-model-invocation | true |
Two jobs that decide whether delivered work becomes money in the bank:
Confirm the essentials are present. A missing field is the #1 reason invoices stall:
Set clear terms. State the due date as a real date. Note any late fee or early-pay discount up front — it's not enforceable later if it wasn't on the invoice.
Send it to the right person, the day the work is done. Speed of sending is the single biggest driver of speed of payment. Attach as PDF; put the total and due date in the email subject or first line.
Run this schedule on any invoice past its due date. Escalate tone by step, never skip a rung, and stop the moment payment clears.
| Step | Timing | Channel | Tone | Message core |
|---|---|---|---|---|
| 0 | Due date − 3 days | Friendly | "Heads-up, invoice #{n} for {$} is due {date}. Here's the pay link/instructions." | |
| 1 | Due date + 1 day | Warm reminder | "Invoice #{n} ({$}) was due yesterday — likely just slipped through. Copy attached." | |
| 2 | Due date + 7 days | Direct | "Following up on #{n}, now 7 days past due. Can you confirm a payment date?" | |
| 3 | Due date + 14 days | Phone + email | Firm, personal | Call the billing contact; email a written recap of what was agreed. |
| 4 | Due date + 30 days | Formal | State the amount, days overdue, any late fee, and a specific pay-by date. | |
| 5 | Due date + 45 days | Email/letter | Final notice | Clear consequence: pause of service, or referral to collections after {date}. |
Rules for the ladder:
Sort everything owed into buckets so you chase the right invoices first:
# AR Aging — {Business Name} (as of {YYYY-MM-DD})
| Bucket | Count | Amount | Action |
|--------|-------|--------|--------|
| Current (not yet due) | {n} | {$} | Monitor |
| 1–30 days late | {n} | {$} | Ladder steps 1–2 |
| 31–60 days late | {n} | {$} | Ladder steps 3–4 — call them |
| 61–90 days late | {n} | {$} | Final notice; consider hold on service |
| 90+ days late | {n} | {$} | Collections / write-off decision |
| **Total AR** | **{n}** | **{$}** | — |
## Priority chase list (this week)
1. #{invoice} — {customer} — {$} — {days late} — {next ladder step}
2. …
Deliver one of: a ready-to-send invoice, a dunning message for the correct ladder step, or an AR aging report with a prioritized chase list. Always include the exact next action and date.
cash-flow-forecast — place each expected payment in the week the customer actually tends to pay.