jpskill.com
📦 その他 コミュニティ

gc-review

/cs:gc-review <plan> — General Counsel interrogation of contracts, IP, regulatory, term sheets, and employment-law surface.

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

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

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

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

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して gc-review.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → gc-review フォルダができる
  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 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

/cs:gc-review — 法務顧問の強制質問

コマンド: /cs:gc-review <plan>

法務顧問の視点。契約、タームシート、IP関連の動き、または規制上のコミットメントを行う前に確認すべき6つの質問です。これは gstack が全く持っていない領域であり、たった1つの条項を見落とすだけで、1年分のエンジニアリング費用よりも大きな損失を招く可能性があります。

⚠️ 法的助言ではありません。 このコマンドは、外部弁護士と話す前に尋ねるべき適切な質問を提示します。拘束力のある決定を下す際は、必ず資格のある弁護士にご相談ください。

実行すべき時

  • 10万ドルを超える、または1年を超える契約に署名する前
  • 株式を発行する前(従業員への付与、アドバイザーへの付与)
  • タームシートへの回答前
  • 規制市場(ヘルスケア、フィンテック、防衛)に参入する前
  • コアIPにおけるオープンソースライセンスの決定前
  • M&AのLOI(意向表明書)前

6つのGC質問

1. IP所有権

この取引で作成または共有されるIPの所有者は誰ですか?

  • 業務委託(Work-for-hire)か、ライセンスか、共同か。
  • 従業員および請負業者向け:書面によるIP譲渡契約はありますか?
  • OSS向け:ライセンスの互換性は確認済みですか?

2. 責任と補償

責任の上限はいくらで、そこから何が除外されていますか?

  • 標準的な上限:12ヶ月分の手数料。
  • 除外事項:IP侵害、データ漏洩、故意の不正行為。
  • 相互補償が望ましいです。

3. データ処理

どのような個人データが関係しており、DPA(データ処理契約)は締結されていますか?

  • GDPR / CCPAの範囲内ですか?
  • サブプロセッサーへのフローダウンはありますか?
  • データレジデンシー要件はありますか?

4. 終了と更新

終了権はどのようなもので、通知期間はどのくらいで、自動更新はありますか?

  • 便宜による終了(Termination for convenience)か、原因による終了(Termination for cause)か。
  • 通知期間(30 / 60 / 90日)。
  • 自動更新の落とし穴はありませんか?

5. 規制面

これにより、会社は新しい規制体制にさらされますか?

  • ヘルスケア → HIPAA。
  • フィンテック → BSA/AML、州の送金業者規制。
  • 医療機器 → FDA、MDR、ISO 13485。
  • データ → GDPR、CCPA、州のデータ漏洩法。

6. 雇用 / 株式

これが雇用または請負業者である場合:管轄、分類、株式付与、IP譲渡は?

  • 誤分類のリスクはありませんか?
  • 株式の権利確定基準(4年、1年クリフ)は?
  • 加速トリガーはありますか?
  • 409Aは最新ですか?

ワークフロー

  1. 契約書 / タームシートを最初から最後まで読みます。
  2. 6つの質問を実行します。
  3. 外部弁護士のレビューが必要な上位3つの問題を特定します。
  4. 評決を適用します。

出力形式

# GC Review: <plan>
**Date:** YYYY-MM-DD

## Document
- Type: <contract / term sheet / grant / DPA>
- Counterparty: <name>
- $ value or scope: <amount>

## Issues
| # | Issue | Risk | Recommendation |
|---|---|---|---|
| 1 | <e.g., uncapped IP indemnity> | HIGH | Cap at fees paid, mutual |
| 2 | <e.g., 5-year auto-renew> | MED | 1-year max, 60-day notice |
| 3 | <e.g., no DPA, EU data> | HIGH | Require DPA before sign |

## Regulatory Trigger
- New regime triggered? <yes/no>
- Specific frameworks: <HIPAA / GDPR / etc.>

## Outside Counsel Action Items
- [ ] <specific item 1>
- [ ] <specific item 2>
- [ ] <specific item 3>

## Verdict
🟢 SIGN AS-IS (rare)
🟡 NEGOTIATE — counter on top-3 issues
🔴 DO NOT SIGN — material risk

ルーティング

  • /cs:ciso-review — データに触れるすべての契約について
  • /cs:cfo-review — 1年を超える、または収益の1%を超えるすべてのコミットメントについて
  • /cs:decide — 外部弁護士のレビュー後に評決を記録します

general-counsel-advisor スキルとのワークフロー統合

v2.5.1以降、このコマンドは ../../../skills/general-counsel-advisor/ にある完全なスキルによってサポートされており、2つのPythonツールが含まれています。

# Automated contract scan (12 founder-killer patterns)
python ../../../skills/general-counsel-advisor/scripts/contract_risk_scanner.py path/to/contract.txt

# Term sheet scoring (0-100 founder-friendliness)
python ../../../skills/general-counsel-advisor/scripts/term_sheet_analyzer.py path/to/term_sheet.json

cs-general-counsel-advisor エージェントは、両方のツールと3つの参照(契約プレイブック、IP + 規制、タームシートデコーダー)を調整します。

関連


バージョン: 1.0.0

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

/cs:gc-review — General Counsel Forcing Questions

Command: /cs:gc-review <plan>

The General Counsel lens. Six questions before any contract, term sheet, IP move, or regulatory commitment. This is a lane gstack has zero of — and one where a single missed clause costs more than a year of engineering.

⚠️ Not legal advice. This command surfaces the right questions to ask before talking to outside counsel. Always engage qualified counsel for binding decisions.

When to Run

  • Before signing any contract > $100K or > 1 year
  • Before issuing equity (employee grants, advisor grants)
  • Before a term sheet response
  • Before entering a regulated market (healthcare, fintech, defense)
  • Before any open-source license decision in core IP
  • Before an M&A LOI

The Six GC Questions

1. IP Ownership

Who owns the IP being created or shared in this transaction?

  • Work-for-hire vs license vs joint.
  • For employees and contractors: written IP assignment in place?
  • For OSS: license compatibility checked?

2. Liability & Indemnity

What's the liability cap, and what's carved out from it?

  • Standard cap: 12 months of fees.
  • Carve-outs: IP infringement, data breach, willful misconduct.
  • Mutual indemnity desirable.

3. Data Processing

What personal data is involved, and is a DPA in place?

  • GDPR / CCPA scope?
  • Subprocessor flow-down?
  • Data residency requirements?

4. Termination & Renewal

What's the termination right, what's the notice period, and what's auto-renew?

  • Termination for convenience vs cause.
  • Notice period (30 / 60 / 90 days).
  • Auto-renewal trap?

5. Regulatory Surface

Does this expose the company to a new regulatory regime?

  • Healthcare → HIPAA.
  • Fintech → BSA/AML, state money-transmitter.
  • Medical device → FDA, MDR, ISO 13485.
  • Data → GDPR, CCPA, state breach laws.

6. Employment / Equity

If this is a hire or contractor: jurisdiction, classification, equity grant, IP assignment?

  • Misclassification risk?
  • Equity vesting standard (4-year, 1-year cliff)?
  • Acceleration triggers?
  • 409A current?

Workflow

  1. Read the contract / term sheet end to end
  2. Run the six questions
  3. Identify the top-3 issues that need outside counsel review
  4. Apply the verdict

Output Format

# GC Review: <plan>
**Date:** YYYY-MM-DD

## Document
- Type: <contract / term sheet / grant / DPA>
- Counterparty: <name>
- $ value or scope: <amount>

## Issues
| # | Issue | Risk | Recommendation |
|---|---|---|---|
| 1 | <e.g., uncapped IP indemnity> | HIGH | Cap at fees paid, mutual |
| 2 | <e.g., 5-year auto-renew> | MED | 1-year max, 60-day notice |
| 3 | <e.g., no DPA, EU data> | HIGH | Require DPA before sign |

## Regulatory Trigger
- New regime triggered? <yes/no>
- Specific frameworks: <HIPAA / GDPR / etc.>

## Outside Counsel Action Items
- [ ] <specific item 1>
- [ ] <specific item 2>
- [ ] <specific item 3>

## Verdict
🟢 SIGN AS-IS (rare)
🟡 NEGOTIATE — counter on top-3 issues
🔴 DO NOT SIGN — material risk

Routing

  • /cs:ciso-review — for any data-touching contract
  • /cs:cfo-review — for any commitment > 1 year or > 1% of revenue
  • /cs:decide — log the verdict after outside counsel review

Workflow Integration with general-counsel-advisor skill

Since v2.5.1, this command is backed by a full skill at ../../../skills/general-counsel-advisor/ with two Python tools:

# Automated contract scan (12 founder-killer patterns)
python ../../../skills/general-counsel-advisor/scripts/contract_risk_scanner.py path/to/contract.txt

# Term sheet scoring (0-100 founder-friendliness)
python ../../../skills/general-counsel-advisor/scripts/term_sheet_analyzer.py path/to/term_sheet.json

The cs-general-counsel-advisor agent orchestrates both tools plus 3 references (contracts playbook, IP + regulatory, term sheet decoder).

Related


Version: 1.0.0