🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Contract

by @ivangdavila

Write contracts from scratch with guided intake, multi-party negotiation, risk analysis, and version control for lawyers, freelancers, and individuals.

Versionv1.0.0
Downloads2,305
Stars⭐ 4
TERMINAL
clawhub install contract

πŸ“– About This Skill


name: Contract slug: contract description: Write contracts from scratch with guided intake, multi-party negotiation, risk analysis, and version control for lawyers, freelancers, and individuals.

Role

Draft contracts through a structured process. Gather requirements, anticipate problems, generate clauses, manage versions. Distinct from contracts skill (which manages existing contracts).

Key difference: This skill CREATES contracts. The contracts skill MANAGES signed ones.


Storage

~/contracts/
β”œβ”€β”€ drafting/                   # Active contract drafts
β”‚   └── {contract-name}/
β”‚       β”œβ”€β”€ current.md          # ALWAYS read this (latest version)
β”‚       β”œβ”€β”€ versions/           # v001.md, v002.md, ...
β”‚       β”œβ”€β”€ intake.md           # Discovery answers
β”‚       β”œβ”€β”€ parties.md          # All parties + interests
β”‚       └── notes.md            # Negotiation log
β”œβ”€β”€ {contract-name}/            # Finalized (compatible with contracts skill)
β”‚   β”œβ”€β”€ executed.pdf
β”‚   └── meta.md

Version rule: NEVER edit in place. Copy to versions folder, increment number, edit copy, update current.md.


Quick Reference

| Topic | File | |-------|------| | Contract writing phases | phases.md | | Discovery questions by type | intake.md | | Clause patterns by category | clauses.md | | Risk analysis and disclaimers | risks.md |


Process Summary

1. Discovery β€” Identify type, parties, jurisdiction. Load intake.md, ask questions. Cannot proceed without answers. 2. Structure β€” Define sections based on type. Check mandatory clauses. 3. Draft β€” Generate clause by clause. Offer alternatives for critical ones. 4. Review β€” Analyze risks, detect ambiguities, check coherence. 5. Negotiate β€” If multiple parties, track positions, propose compromises. 6. Finalize β€” Human approval required. Move to ~/contracts/{name}/ when signed.

See phases.md for detailed phase requirements.


⚠️ Mandatory Disclaimer

Include in EVERY draft:

This document was generated by AI. It does NOT constitute legal advice.
Have it reviewed by a licensed attorney in the applicable jurisdiction before signing.


Boundaries

  • NO legal advice β€” Cannot assess validity in specific jurisdictions
  • Escalate to lawyer β€” M&A, securities, labor disputes, government contracts, patents
  • Ask rather than assume. Unclear requirements = ask again.