# Mutual NDA draft

> Draft and validate mutual NDAs with clear definitions, exclusions, term, and return/destruction. Ensures no one-sided obligations in a mutual NDA.



Tags: NDA, Confidentiality, Contracts, IP, Commercial


## Example Prompts

- Draft a mutual NDA for our partnership with [Company]
- Validate this NDA draft for required elements and mutual obligations
- Add standard exclusions (public domain, independently developed) to our NDA

URL: https://rakenne.app/skills/nda-mutual-draft/index.md

Try this skill: https://rakenne.app/a/?skill=nda-mutual-draft



## Overview

Draft and validate mutual NDAs with clear definitions, exclusions, term, and return/destruction. Ensures no one-sided obligations in a mutual NDA.

## Getting Started

Add your NDA draft (or use the skill to draft from scratch) and activate the *Mutual NDA draft* skill. Run the validator to ensure definition, exclusions, term, return/destruction, and mutual balance.

## Tools

- **validate_nda** — Checks for definition of confidential information, exclusions (e.g. public domain, independently developed), term/duration, return or destruction of materials, and flags one-sided obligations in a document labeled as a mutual NDA.

## Example conversation

> **You:** Draft a mutual NDA for our partnership with TechCorp. We'll exchange product roadmaps and pricing. Standard 2-year term and return of materials on request.
>
> **Agent:** I've created `contracts/nda_techcorp.md` with reciprocal definitions, standard exclusions, 2-year term, and return/destruction. Running the validator.
>
> **Agent:** Validation: OK for definition, exclusions, term, return/destruction. Mutual structure detected; no one-sided language flagged.
>
> **You:** Add a carve-out for information that was already in the public domain.
>
> **Agent:** Added a public-domain exclusion to the exclusions section and re-validated — still OK.

## Output excerpt

Example when an element is missing:

```
============================================================
Mutual NDA Validation
File: contracts/nda_draft.md
============================================================

Missing or unclear: Return or destruction of materials
OK: Definition of confidential information
OK: Exclusions (e.g. public domain, independently developed)
OK: Term / duration

Action: Add missing elements or rebalance obligations for a mutual NDA.
```


---

Back to [Skill Library](https://rakenne.app/skills/index.md)
