Contract & Proposal Writer
Generates professional, jurisdiction-aware business documents such as freelance contracts, project proposals, SOWs, NDAs, and MSAs. Outputs structured Markdown with docx conversion instructions, covering US (Delaware), EU (GDPR), UK, and DACH jurisdictions. Not a substitute for legal counsel; provides strong starting points.
✨ What it does
- Generates freelance contracts, proposals, SOWs, NDAs, and MSAs
- Jurisdiction-specific clauses for US, EU, UK, and DACH
- Includes GDPR Data Processing Addendum for EU/DACH
- Provides key clauses reference with options
- Includes docx conversion instructions using pandoc
- Flags missing data as REQUIRED
🎯 When to use it
- Starting a new client engagement and need a contract fast
- Client asks for a proposal with pricing and timeline
- Partnership or vendor relationship requiring an MSA
- Protecting IP or confidential information with an NDA
- EU/DACH project requiring GDPR-compliant data clauses
🚀 How to use
Trigger by asking for a contract, proposal, SOW, NDA, or MSA. Provide document type, jurisdiction, engagement type, parties, scope, value, dates, and special requirements. Example prompts:
Draft a freelance web development contract for a client in Germany (DACH) with fixed-price payment.
Create a project proposal for a US client including timeline and budget breakdown.
📄 Output: Structured Markdown document with placeholders filled, ready for conversion to DOCX.
📦 Add this skill to Claude Code
# 1. Get the skills repo
git clone --depth 1 https://github.com/alirezarezvani/claude-skills /tmp/claude-skills
# 2. Copy this skill into your project (or ~/.claude/skills for all projects)
mkdir -p .claude/skills
cp -r /tmp/claude-skills/business-growth/skills/contract-and-proposal-writer .claude/skills/contract-and-proposal-writerSkill source: business-growth/skills/contract-and-proposal-writer/SKILL.md
⚠️ Good to know
Not a substitute for legal counsel; review with an attorney for high-value or complex engagements.
❓ FAQ
What jurisdictions are supported?
US (Delaware), EU (GDPR), UK, and DACH (German law) jurisdictions are covered.
Does the skill include GDPR compliance?
Yes, it includes a GDPR Data Processing Addendum for EU/DACH projects.
Can I convert the output to DOCX?
Yes, the skill provides pandoc commands for converting Markdown to DOCX.
🤖 Overview, features, install steps and FAQ were generated from the project's SKILL.md on Sep 4, 2026. Always check the original source before running commands.