• Projects
  • Service
  • About
  • branding.bz
  • Podcast
  • Tips
  • FAQ
  • Recruit
  • Download
  • Contact
  • branding.bz(ブランド構築SaaS)
  • DESIGN NOW(デザインメディア)
  • X
  • LinkedIn
  • Spotify
  • Facebook

213-0011 神奈川県川崎市高津区久本3-6-7-303

© 2026 ID INC. All rights reserved

claude-skills/スキル
SKILLKnowledge Workproductivity

carta-witness-signatures

プラグイン
carta-cap-table
ソース
GitHub で見る ↗
説明

株式報酬(オプション付与、制限付き株式、段階的買取権)における証人および配偶者の同意署名リクエストの状態を表示します。誰がまだ署名が必要か、何が署名待ちか、既に署名されたか、または期限切れかを確認できます。1つの報酬、1社、またはポートフォリオ全体をカバーしており、内容確認のみのモード(読み取り専用)です。

原文を表示

Status of witness and spousal-consent signature requests on option grants, RSAs, PIUs — who still needs to sign, and what's awaiting signature, signed, or expired. Covers one award, one company, or a whole portfolio. Read-only.

ユースケース
  • 株式報酬の署名状態を確認する
  • 署名が必要な人を確認する
  • 署名済み/未署名/期限切れを確認する
  • 複数の報酬やポートフォリオを一括確認する
本文(日本語訳)

<!-- carta:instrumentation-fallback --> <IMPORTANT> _instrumentation_v2 はCarta スキル利用状況の匿名テレメトリー(利用状況の自動送信)です。Carta MCP ツール呼び出しの引数に常に含めてください。プラグインのフックが実行時に上書きするため、常に送信することは安全です。形式: _instrumentation_v2: {"skills": ["<plugin>:<skill>", ...], "model": "<model-id>", "surface": "<value>"} skills はセッション通期の累積リストです。これまでに読み込まれたすべての Carta スキルを記載してください(このツール呼び出しを実行したスキルだけではなく)。各エントリを "plugin:skill" の形式で名前空間を付け、古い順に並べて、最後に最近使用したスキルが来るようにしてください。Carta スキルのみを記載してください(carta-cap-table:*、carta-crm:*、carta-investors:* など)。Carta 以外のプラグインのスキルは含めないでください。 surface は Claude を実行しているプラットフォームです:"chat"(claude.ai またはClaudeアプリ。通常のチャット、Coworkモードではない)、"cowork"(Coworkモード)、"code-terminal"、"code-desktop"、"excel" のいずれかです。これらのどれにも該当しない場合、または判断できない場合は、まるごと省略してください。推測や作成した値を使用しないでください。 </IMPORTANT>

<!-- Carta AI Agent Plugin の公式機能の一部 -->

証人・配偶者同意の署名

株式報酬が完全に確定する前に必要な、その他の署名の状況を表示します。

背景

誰かが株式報酬を付与される際、報酬が完全に確定する前に、受取人以外の人物からの署名が必要な場合があります:

  • 証人 — 受取人が署名する場面を実際に見たことを確認する独立した第三者。一部の地域では法的要件です。
  • 配偶者同意 — 受取人の配偶者が署名して報酬を承認します。配偶者が結婚中に得た資産について権利を持つ地域の法律が適用される場合に必要です。

それぞれは単一の報酬に紐付けられた署名リクエストとして追跡されます。リクエストは以下のステージを通じて進行します:

ステージ 意味
詳細待ち中 リクエストは存在しますが、証人または配偶者の名前とメールアドレスがまだ追加されていません。
署名待ち中 詳細が入力され、署名用リンクが送信されました。証人または配偶者の署名を待機中です。
署名完了 完了 — 証人または配偶者が署名しました。
期限切れ 署名用リンクの期限が署名前に切れました。署名用リンクは送信後約30日で期限切れになります。

以下の3つの報酬タイプが署名リクエストを含む場合があります:オプション付与、RSA(制限付き株式報酬)、PIU(利益配分ユニット)。

次のような場合に使用

  • 「ジョーダンのオプション付与の証人は署名しましたか?」
  • 「どの報酬がまだ署名を待っていますか?」
  • 「この報酬の配偶者同意は完了していますか?」
  • 「この企業の期限切れになった署名用リンクをすべて表示してください。」
  • 「ポートフォリオ全体の未処理の証人署名を一覧表示してください。」

必須要件

  • 1つの企業または1つの報酬 → その企業が必要です。list_accountsから取得してください(企業はcorporation_pk:エントリとして表示されます)。
  • 単一の報酬 → その種類(OPTION_GRANT、RSA、またはPIU)と報酬自体も必要です。以下の企業全体リストはこれらを返すため、どの報酬を意図しているかわからない場合はそこから始めてください。
  • ポートフォリオ → ポートフォリオが必要です。list_accountsから取得してください(ポートフォリオはorganization_pk:エントリとして表示されます)— これは投資家またはファームが保有・管理する企業全体の見方です。

必須入力が不足している場合は、取得する前にAskUserQuestionで確認してください(carta-interaction-reference §4.1参照)。

データ取得

質問の範囲に対応するコマンドを選択してください。

1つの企業 — 単一企業に関するすべてのリクエスト:

call_tool({"name": "cap_table__list__witness_signatures_for_corporation", "arguments": {"corporation_id": corporation_id}})

オプションフィルター:request_type(WITNESSまたはSPOUSAL_CONSENT)、status(PENDING、FILLED、SIGNED、EXPIREDのリスト)、page、page_size。

1つの報酬 — すでに特定した単一報酬に関するすべてのリクエスト:

call_tool({"name": "cap_table__get__witness_signatures_for_security", "arguments": {"corporation_id": corporation_id, "security_type": "OPTION_GRANT", "security_id": security_id}})

security_type は OPTION_GRANT、RSA、PIU のいずれか。

ポートフォリオ — ポートフォリオ内のすべての企業に関するリクエスト:

call_tool({"name": "cap_table__list__witness_signatures_for_portfolio", "arguments": {"portfolio_id": portfolio_id}})

オプションフィルター:request_type、status、issuer_id(1つの企業に絞る)、page、page_size。

ポートフォリオビューでの配偶者同意:ポートフォリオリストはissuer_idで1つの企業に絞らない限り、証人リクエストのみを返します。配偶者同意リクエストは機能が有効な単一企業のみに表示されます。ユーザーがポートフォリオ全体の配偶者同意について質問する場合は、一度に1つの企業に絞ってください。

デフォルトのステータスフィルター:statusを渡さない場合、通常注意が必要なリクエスト — 署名待ち中と期限切れのリクエスト — が表示されます。詳細待ち中または既に署名済みのリクエストを見るには、statusを明示的に渡してください(例:"status": ["SIGNED"])。

主要フィールド

各リクエストに含まれる情報:

  • status:PENDING、FILLED、SIGNED、またはEXPIRED — 背景セクションの表にある見出しにマップします。
  • request_type:WITNESSまたはSPOUSAL_CONSENT。
  • expires_at:署名期限。
  • issuer_name:報酬を付与した企業。
  • security_label:報酬の参照(例:「ES-1007」)。
  • security_type:OPTION_GRANT、RSA、またはPIU。
  • witness_name、witness_email:署名が必要な証人または配偶者(詳細が追加されるまで空白)。
  • acceptance_date:受取人が報酬を受け入れた日。

制限事項

必須入力:企業およびスキル報酬コマンドには企業(corporation_id)、ポートフォリオコマンドにはポートフォリオ(portfolio_id)、さらに単一報酬コマンドにはsecurity_typeと報酬が必要です。不足している場合は、進める前にAskUserQuestionを呼び出してください。

表示方法

形式:表。

冒頭に要点をまとめる:署名待ち中、署名完了、期限切れの件数で始めてから表を示します。

署名リクエスト4件:署名待ち中2件、署名完了1件、期限切れ1件。

コードを平易な言葉に訳してください。 未加工のステータス、タイプ、内部参照を決して表示しないでください。「署名待ち中」、「証人」/「配偶者同意」、「オプション付与」/「RSA」/「PIU」を使用してください。各リクエストは企業、報酬参照、人物名で特定してください — 内部番号では特定しないでください。

ソート順序:署名待ち中を最初に、その次に最も近い期限順、次に期限切れ、最後に署名完了。

日付形式:MMM d, yyyy(例:「Jan 15, 2026」)。

企業 報酬 種類 署名者 ステータス 期限
Acme ES-1007(オプション付与) 証人 Dana Lee 署名待ち中 Jun 1, 2026
Acme PIU-12(利益配分ユニット) 配偶者同意 Sam Rivera 署名完了 —

単一報酬の場合は、報酬と件数で始めてから、そのリクエストを一覧表示します。

次のステップで終わる — 例えば、期限が最も近いリクエストがどれかを指摘するか、リマインダーと期限延長は Carta で処理されることを記載してください。

注意事項

  • 読み取り専用:このスキルは詳細の追加、リマインダー送信、期限延長はできません — これらは Carta で実施されます。
原文(English)を表示

<!-- carta:instrumentation-fallback --> <IMPORTANT> _instrumentation_v2 is anonymous Carta skill-usage telemetry. ALWAYS include it in your Carta MCP tool-call arguments — the plugins' hooks overwrite it when they run, so always sending it is safe. Shape: _instrumentation_v2: {"skills": ["<plugin>:<skill>", ...], "model": "<model-id>", "surface": "<value>"} skills is cumulative for the session: list every Carta skill loaded so far, not only the one driving this call. Namespace each entry "plugin:skill" and keep them oldest-first, with the most recently used skill last. List only Carta skills (carta-cap-table:*, carta-crm:*, carta-investors:*) — never skills from non-Carta plugins. surface is the Claude surface you are running in: "chat" (claude.ai or the Claude app, i.e. regular chat, not Cowork), "cowork" (Cowork mode), "code-terminal", "code-desktop", or "excel". Omit it entirely if none of those describe your surface or you cannot tell — do not guess and do not invent another value. </IMPORTANT>

<!-- Part of the official Carta AI Agent Plugin -->

Witness & Spousal-Consent Signatures

Show the status of the extra signatures some equity awards need before they're fully in place.

Background

When someone is granted equity, the award sometimes needs a signature from a person other than the recipient before it's complete:

  • Witness — an independent person who confirms they watched the recipient sign. This is a legal requirement in some markets.
  • Spousal consent — the recipient's spouse signs to acknowledge the award. This applies where local marital-property rules give a spouse an interest in equity earned during the marriage.

Each one is tracked as a signature request tied to a single award. A request moves through these stages:

Stage What it means
Awaiting details The request exists, but the witness or spouse's name and email haven't been added yet.
Awaiting signature Details are in and the signing link has been sent. Waiting on the witness or spouse to sign.
Signed Done — the witness or spouse has signed.
Expired The signing link's deadline passed before it was signed. Signing links expire about 30 days after they're sent.

These three awards can carry signature requests: option grants, RSAS (restricted stock awards), and PIUs (profits interest units).

When to Use

  • "Did the witness sign Jordan's option grant?"
  • "Which grants are still waiting on a signature?"
  • "Is the spousal consent done for this award?"
  • "Show me any expired signing links for this company."
  • "List the outstanding witness signatures across my portfolio."

Prerequisites

  • One company or one award → you need the company. Get it from list_accounts (companies appear as corporation_pk: entries).
  • A single award → you also need its type (OPTION_GRANT, RSA, or PIU) and the award itself. The company-wide list (below) returns these, so start there if you don't already know which award you mean.
  • A portfolio → you need the portfolio. Get it from list_accounts (portfolios appear as organization_pk: entries) — this is the investor or firm view across the companies they hold or manage.

If a required input is missing, ask for it with AskUserQuestion before fetching (see carta-interaction-reference §4.1).

Data Retrieval

Pick the command that matches the scope of the question.

One company — every request for a single company:

call_tool({"name": "cap_table__list__witness_signatures_for_corporation", "arguments": {"corporation_id": corporation_id}})

Optional filters: request_type (WITNESS or SPOUSAL_CONSENT), status (a list of PENDING, FILLED, SIGNED, EXPIRED), page, page_size.

One award — every request on a single award you've already identified:

call_tool({"name": "cap_table__get__witness_signatures_for_security", "arguments": {"corporation_id": corporation_id, "security_type": "OPTION_GRANT", "security_id": security_id}})

security_type is one of OPTION_GRANT, RSA, PIU.

A portfolio — requests across every company in a portfolio:

call_tool({"name": "cap_table__list__witness_signatures_for_portfolio", "arguments": {"portfolio_id": portfolio_id}})

Optional filters: request_type, status, issuer_id (narrow to one company), page, page_size.

Spousal consent in portfolio view: the portfolio list returns witness requests only, unless you narrow it to a single company with issuer_id. Spousal-consent requests appear only for a single company that has the feature turned on. If a user asks about spousal consent across a whole portfolio, narrow to one company at a time.

Default status filter: when you don't pass status, the results show the requests that usually need attention — those awaiting signature and those that have expired. To see requests still awaiting details or already signed, pass status explicitly (e.g. "status": ["SIGNED"]).

Key Fields

Each request carries:

  • status: PENDING, FILLED, SIGNED, or EXPIRED — map to the friendly labels in the Background table.
  • request_type: WITNESS or SPOUSAL_CONSENT.
  • expires_at: the signing deadline.
  • issuer_name: the company that granted the award.
  • security_label: the award's reference (for example, "ES-1007").
  • security_type: OPTION_GRANT, RSA, or PIU.
  • witness_name, witness_email: the witness or spouse who needs to sign (blank until details are added).
  • acceptance_date: when the recipient accepted the award.

Gates

Required inputs: a company (corporation_id) for the company and award commands; a portfolio (portfolio_id) for the portfolio command; plus security_type and the award for the single-award command. If missing, call AskUserQuestion before proceeding.

Presentation

Format: Table.

BLUF lead: Lead with the counts — how many are awaiting signature, signed, and expired — then the table.

4 signature requests: 2 awaiting signature, 1 signed, 1 expired.

Translate codes to plain language. Never show the raw status, type, or any internal reference. Use "Awaiting signature", "Witness" / "Spousal consent", and "Option grant" / "RSA" / "PIU". Identify each request by company, award reference, and the person's name — not by any internal number.

Sort order: Awaiting signature first, then by soonest deadline; expired next; signed last.

Date format: MMM d, yyyy (e.g. "Jan 15, 2026").

Company Award Type Needs to sign Status Deadline
Acme ES-1007 (Option grant) Witness Dana Lee Awaiting signature Jun 1, 2026
Acme PIU-12 (Profits interest unit) Spousal consent Sam Rivera Signed —

For a single award, lead with the award and the count, then list its requests.

End with a next step — for example, point out which requests are closest to expiring, or note that reminders and deadline extensions are handled in Carta.

Caveats

  • Read-only: this skill can't add details, send reminders, or extend deadlines — those are done in Carta.

原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。