원클릭으로
cap-table-maintain
Apply a triggering event to the cap table and emit the diff.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Apply a triggering event to the cap table and emit the diff.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Draft a board (or shareholder) consent for a routine action.
Summarize a case (or set of cases) on a named question.
Add a newly observed clause to the clause library with its classification, source, and the playbook position it relates to.
Sequence handoffs when legal work spans multiple teams.
Draft offer letters and employment agreements from a hiring brief.
Draft an engagement letter from an intake brief.
| slug | cap-table-maintain |
| name | Cap Table Maintain |
| description | Apply a triggering event to the cap table and emit the diff. |
| version | 0.1.0 |
| metadata | {"sources":[{"mode":"port-original","author":"ClaudeCoder","added_in":"0.1.0"}]} |
Port-original skill. Hand-authored for Legal & Contracts. Owned by
cap-table-maintainer.
A triggering event needs to be applied to the cap table: a new option grant, an exercise, a stock transfer, a financing round, a forfeiture, a buyback.
Required: event type, parties (grantee / transferor / transferee / investor), share class, share count, price (where applicable), date, board / shareholder consent reference. Optional: vesting schedule (for grants), restriction details (transfer restrictions, ROFR), 409A reference (for option grants), wire / closing reference (for financings).
A cap-table diff plus an updated cap-table file. Diff format:
event:
type: grant | exercise | transfer | financing | forfeiture | buyback
date: <ISO>
consent_ref: <board-consent-id>
parties:
- <name>: <role>
change:
- holder: <name>
share_class: <Common / Preferred Series A / option pool / RSU>
delta: +N / -N
new_total: <N>
notes: <vesting, restrictions, etc.>
post_event_totals:
outstanding_common: <N>
outstanding_preferred: <N>
option_pool_authorized: <N>
option_pool_outstanding: <N>
option_pool_available: <N>
fully_diluted: <N>
provenance:
reviewer: cap-table-maintainer (port-original v0.1)
attorney_owner: <name>
source_docs: [<links>]
status: proposed # never "applied" without attorney sign-off
escalation-routing.No legal advice; especially no advice on 409A valuations, securities-law compliance, or financing-round mechanics.
The agent applies math, not policy. If the event implies a policy decision (e.g., changing the option pool size), refuse and route.
Every event must trace to a signed consent. Unsourced events escalate.
Cap table is highly sensitive; do not share outside the work-item thread.
UPL line. This skill is designed against the unauthorized-practice-of-law line. Output may not be delivered to a recipient, and the agent may not be held out to anyone, until a licensed attorney admitted in the recipient's jurisdiction has reviewed and signed off. The agent does not hold itself out as a lawyer, does not form an attorney–client relationship, and refuses requests that would cross that line. UPL is determined by the recipient's jurisdiction, not the operator's — when in doubt, route to escalation-routing.
Write the diff to cap-table/proposed-events/<date>-<slug>.yaml and the candidate cap-table file to cap-table/proposed/<date>-cap-table.yaml. Post a comment naming both and the attorney who needs to sign off. The live cap-table file is updated only after attorney approval.