jpskill.com
💼 ビジネス コミュニティ

plan-payroll

Forecasts cash, ranks overdue invoices, and stages PayPal reminders so the owner can confidently run payroll. Accepts optional horizon and payroll-date arguments.

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o plan-payroll.zip https://jpskill.com/download/22770.zip && unzip -o plan-payroll.zip && rm plan-payroll.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/22770.zip -OutFile "$d\plan-payroll.zip"; Expand-Archive "$d\plan-payroll.zip" -DestinationPath $d -Force; ri "$d\plan-payroll.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して plan-payroll.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → plan-payroll フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

[スキル名] plan-payroll 2つのスキルを連結して、payroll-confidenceパイプラインを実行します。オーナーは各引き継ぎで承認します。明示的な確認なしにリマインダーを送信したり、予測を確定したりすることはありません。

引数を解析します。

  • --horizon (デフォルト 30) — 予測期間を日数で指定します (30、60、または90)
  • --payroll-date (オプション) — 給与が実行される日付。デフォルトは次の金曜日です。

ステップ1 — キャッシュ予測 (cash-flow-snapshot)

cash-flow-snapshot スキルワークフローをトリガーします。

  1. QuickBooks、PayPal、Stripe、またはSquare (接続されているもの) から売掛金、買掛金、および過去のキャッシュタイミングをプルします。コネクタが稼働していない場合は、CSVアップロードにフォールバックします。
  2. 既知の固定費 (家賃、給与、定期的なベンダー料金) を重ね合わせます。
  3. パーセンテージ分散の信頼帯域を持つ30/60/90日間の予測 (要求された --horizon を使用) を作成します。
  4. 命名されたリスクにフラグを立てます。例:「5月15日の給与は、中央値予測で固定費の最低額を4,200ドル下回ります。」
  5. チャットの要約とダウンロード可能なXLSXを配信します。
  6. オーナーに提示します。ステップ2に進む前に、明示的な「OK、何を集金できるか見てみよう」を待ちます。

予測で給与が十分にカバーされていると示された場合、オーナーに未払い請求書をまだ追いかけるか、ここで止めるかを尋ねます。

ステップ2 — 延滞回収 (invoice-chase)

ステップ1の承認後、invoice-chase スキルワークフローをトリガーします。

  1. QuickBooksとPayPalから延滞請求書をプルします。
  2. 金額 × 延滞日数 × 顧客の支払い履歴でランク付けします。
  3. それぞれについて、トーンに合わせたリマインダーを下書きします (優良顧客には丁寧、繰り返し遅延する支払い者には厳しく)。
  4. PayPal発行の請求書はPayPal-sendドラフトとしてキューに入れられ、PayPal以外の請求書はMailドラフトとしてキューに入れられます。
  5. ドラフトされたリマインダーとともにランク付けされたリストを提示します。上位N個のサブセットが期間内に支払われた場合の予測されるキャッシュインパクトを示します。これにより、ステップ1の給与ギャップは解消されますか?
  6. プッシュする前に、リマインダーごとに (または一括承認で) 明示的な「これらを送信する」を待ちます。

承認ゲート (必須)

  • オーナーの承認なしにリマインダーを送信しないでください。「送信」が与えられるまではドラフトのみです。
  • オーナーのサインオフなしに予測を権威あるものとして確定しないでください。
  • コネクタ (QuickBooks、PayPal、Mail) に到達できない場合は、停止し、どのコネクタが失敗したかを報告し、再試行するか、CSVにフォールバックするか、中止するかを尋ねてください。

出力

実行を1段落の要約で終了します。予測の判断 (カバーされている / ギャップ / リスク)、送信されたリマインダーとその宛先、リマインダーが変換された場合の予測される新しいキャッシュポジション。

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Run the payroll-confidence pipeline by chaining two skills. The owner approves at each handoff — never send a reminder or commit a forecast without explicit confirmation.

Parse arguments:

  • --horizon (default 30) — forecast window in days (30, 60, or 90)
  • --payroll-date (optional) — the date payroll runs; defaults to next Friday

Step 1 — Cash forecast (cash-flow-snapshot)

Trigger the cash-flow-snapshot skill workflow:

  1. Pull AR, AP, and historical cash timing from QuickBooks, PayPal, Stripe, or Square (whichever are connected). Fall back to CSV upload if no connector is live.
  2. Layer in known fixed costs (rent, payroll, recurring vendor charges).
  3. Produce a 30/60/90-day forecast (use the requested --horizon) with percentage-variance confidence bands.
  4. Flag named risks — e.g., "payroll on May 15 lands $4,200 below your fixed-cost floor at the median forecast."
  5. Deliver chat summary + downloadable XLSX.
  6. Present to the owner. Wait for explicit "okay, see what we can collect" before Step 2.

If the forecast shows payroll is comfortably covered, ask the owner whether they still want to chase overdue invoices or stop here.

Step 2 — Overdue collection (invoice-chase)

After Step 1 approval, trigger the invoice-chase skill workflow:

  1. Pull overdue invoices from QuickBooks and PayPal.
  2. Rank by amount × days-late × customer payment history.
  3. For each, draft a reminder matched to tone (gentle for good customers, firm for repeat late payers).
  4. PayPal-issued invoices queue as PayPal-send drafts; non-PayPal invoices queue as Mail drafts.
  5. Present the ranked list with drafted reminders. Show the projected cash impact if a top-N subset gets paid within the horizon — does that close the payroll gap from Step 1?
  6. Wait for explicit "send these" per reminder (or batch approval) before pushing.

Approval gates (must hold)

  • Never send a reminder without owner approval — drafts only until "send" is given.
  • Never commit a forecast as authoritative without owner sign-off.
  • If a connector is unreachable (QuickBooks, PayPal, Mail), stop, report which connector failed, and ask whether to retry, fall back to CSV, or abort.

Output

End the run with a one-paragraph recap: forecast verdict (covered / gap / risk), reminders sent and to whom, projected new cash position if reminders convert.