contract-and-proposal-writer

Generate jurisdiction-aware contracts, proposals, SOWs, NDAs, and MSAs as structured Markdown.

1|Updated May 6, 2026
One-click install
npx skills add https://github.com/surfingalien/FinSurfing --skill contract-and-proposal-writer-surfingalien
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: contract-and-proposal-writer
Source: https://github.com/surfingalien/FinSurfing/tree/main/business-growth/skills/contract-and-proposal-writer
Command: npx skills add https://github.com/surfingalien/FinSurfing --skill contract-and-proposal-writer-surfingalien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Drafting freelance contracts, proposals, and NDAs from scratch is slow and error-prone, especially when jurisdiction-specific clauses (GDPR, German BGB, Delaware law) are required. This Skill produces structured legal document templates with the right clauses for US, EU, UK, and DACH engagements. ## Core Features & Use Cases - Document Templates: Generate freelance development contracts, consulting retainers, SaaS partnership agreements, SOWs, and mutual or one-way NDAs with bracketed placeholders. - Jurisdiction-Aware Clauses: Includes governing law, IP assignment, liability caps, and arbitration clauses tailored to US (Delaware), EU (GDPR), UK, and DACH (German BGB/DSGVO) jurisdictions, plus a GDPR Data Processing Addendum. - DOCX Conversion: Provides pandoc commands to convert generated Markdown contracts into formatted DOCX files with numbered sections or company templates. - Use Case: A freelancer landing a German client asks for a fixed-price development contract; the Skill produces a BGB-compliant agreement with a DPA, milestone payment schedule, and explicit Nutzungsrechte transfer. ## Quick Start Ask the assistant to draft a fixed-price development contract for a US client with milestone payments and a 90-day warranty using the contract-and-proposal-writer skill.

Frequently Asked Questions about contract-and-proposal-writer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write a freelance development contract?▼

Provide the document type, jurisdiction, engagement type, party names, scope, fee, and dates, then the Skill fills a fixed-price or hourly contract template. The output includes payment milestones, IP assignment, warranty, liability cap, and termination clauses ready for review.

What clauses should an NDA include?▼

The Skill offers mutual and one-way NDA templates covering confidentiality terms of 2-5 years, perpetual protection for trade secrets, and return or destruction of materials on termination. Jurisdiction-specific variants exist for US, EU, UK, and DACH.

Does the contract template support GDPR compliance?▼

Yes, EU and DACH documents include a Data Processing Addendum per Article 28 GDPR covering data categories, processor obligations, sub-processors, and cross-border transfer mechanisms. It is required whenever personal data is processed on behalf of a client.

How do I convert a Markdown contract to DOCX?▼

Install pandoc and run pandoc contract.md -o contract.docx with options like --number-sections for legal-style numbering or --reference-doc for a company template. The Skill documents the exact commands for macOS and Ubuntu.

What are the limitations of generated contract templates?▼

Templates are starting points and not a substitute for legal counsel; high-value or complex engagements should be reviewed by an attorney. Jurisdiction mismatches, such as applying Delaware law to a German-only project, can create enforcement problems.