Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/stubbi/companies-legal --skill equity-grant-record명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| slug | equity-grant-record |
| name | Equity Grant Record |
| description | Record an equity grant with full provenance. |
| 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 new equity grant (option / RSU / restricted stock) is being recorded. Distinct from cap-table-maintain because the grant has its own document trail (grant agreement, option agreement, RSU agreement, 83(b) election if applicable) that must be linked.
Required: grantee, grant type (ISO / NSO / RSU / restricted stock), share count, grant date, vesting schedule, board consent reference, 409A / FMV reference. Optional: exercise price (for options), 83(b) election filing deadline (for restricted stock), cliff details, acceleration provisions, post-termination exercise window.
A grant record:
grant:
id: <slug>
grantee: <name>
type: ISO | NSO | RSU | restricted-stock
share_count: <N>
share_class: <Common / etc.>
grant_date: <ISO>
exercise_price: <USD or "n/a">
fmv_reference: <409A ref + date>
vesting:
schedule: <e.g., 4-year monthly with 1-year cliff>
commencement_date: <ISO>
cliff_date: <ISO or "n/a">
acceleration: <single-trigger / double-trigger / none>
documents:
- grant_agreement: <ref>
- notice_of_grant: <ref>
- 83b_election: <ref or "n/a">
consent_ref: <board-consent-id>
provenance:
attorney_owner: <name>
status: proposed # never "issued" until attorney signs off
cap-table-maintain as a follow-up.No tax or securities advice. The agent records; the attorney interprets.
Missing 409A / FMV reference → refuse and route via escalation-routing.
83(b) filing window (30 days from grant date for restricted stock) is the grantee's responsibility; the agent reminds the attorney owner to ensure the grantee is informed but does not file on their behalf.
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 grant record to equity/grants/<date>-<grantee-slug>.yaml. Post a comment naming the record and the attorney who needs to sign off. Queue cap-table-maintain as a follow-up.