Contract Helper
Create and review influencer partnership agreements. Clear contracts protect both brand and creator and set expectations for the collaboration.
⚠️ This skill provides general guidance and templates. Always have contracts reviewed by legal counsel before execution.
Quick Start
Draft an influencer agreement for [deliverables] with [compensation terms]
Review these contract terms from an influencer agency: [paste terms]
Skill Contract
- Reads: campaign brief, agreed deliverables, compensation figure, platform list, usage-rights and exclusivity needs, any pasted incoming agreement. If
memory-management is active, prior outreach terms and budget caps load from the hot cache. For rostered creators, read memory/creators/<handle-slug>.md — the creator-registry roster record — for existing exclusivity windows, contract status, usage-rights history, and standard-range anchors before drafting or reviewing.
- Writes: drafted agreement or review memo to
memory/influencer/contract-helper/YYYY-MM-DD-<topic>.md. Signed terms (usage-rights window, exclusivity scope, final rate) also go as a one-line update to memory/creators/candidates.md — only creator-registry writes canonical roster records.
- Promotes: durable facts (signed terms, usage-rights window, exclusivity scope, payment schedule) to
memory/hot-cache.md.
- Done when:
- Every required term is filled or explicitly marked TBD (parties, deliverables, compensation, payment timeline, usage rights, exclusivity, termination).
- Red flags are listed for any review, and a legal-counsel review note is attached before execution.
- A negotiation cheat sheet maps each open term to a standard range.
- Primary next skill: content-amplifier — once the contract is signed, amplify the licensed content.
Handoff Summary
Emit the standard shape from skill-contract.md §Handoff Summary Format.
Data Sources
This family needs no live integrations (Tier 1). The skill works by asking you for the inputs directly: parties, deliverables, compensation, platform, and any incoming terms to review. Paste an agency's draft and it reviews against the checklist with zero setup.
Optional connectors that COULD speed up specific steps:
~~CRM / deal record — pull agreed scope and rate so you don't re-type them.
~~influencer database — confirm the creator's legal name, entity, and audience-authenticity signals for the warranties section.
~~e-signature — route the finished agreement for signing.
See CONNECTORS.md for the free/keyless recipe per category. None are required.
Instructions
When a user requests contract help:
- Gather contract parameters — parties, partnership details (campaign, duration, deliverables, compensation), and additional terms (usage rights, exclusivity, approval, platforms). Use the gathering form in references/templates.md §1.
- Draft the agreement — fill the 11-section framework (scope, compensation, usage rights, exclusivity, approval, compliance/FTC, warranties, confidentiality, indemnification, termination, miscellaneous + signatures). Full template in references/templates.md §2. Scale sections to deal size — drop whitelisting/broad-exclusivity blocks for small deals.
- Explain key clauses — for each material clause give what it covers, why it matters, and what to watch for. Clause guide in references/templates.md §3.
- Review and flag — for any incoming paper, run the checklist: essential terms present, red flags, and per-clause negotiation ranges. Checklist + tables in references/templates.md §4-5.
Save the drafted agreement or review memo to memory/influencer/contract-helper/YYYY-MM-DD-<topic>.md, and promote durable signed terms to the hot cache. Once terms are signed, also submit them (usage-rights window, exclusivity scope, final rate) as a one-line update to memory/creators/candidates.md for creator-registry to reconcile into the roster record.
Example
User: "Draft a simple agreement for a micro-influencer to create 2 Instagram posts for $500"
Output: a simplified agreement scoped to the deal — 2 IG posts, $500 with a payment schedule, non-exclusive 12-month usage on owned channels, #ad disclosure, and a short timeline. Heavier sections (whitelisting, broad exclusivity, multi-round approval) are dropped. See references/templates.md §7 for the worked walkthrough.
Reference Materials
- references/templates.md — gathering form, full 11-section agreement template, clause explanations, review checklist, negotiation tables, tips, worked example.
- skill-contract.md — shared contract and Handoff Summary format.
- state-model.md — memory tiers and save-path convention.
- CONNECTORS.md — free/keyless connector recipes per category.
- Sibling skills: outreach-manager (negotiate before contract), content-reviewer (execute the approval clause), budget-optimizer (set compensation), brief-generator (attach the brief as an exhibit).
Next Best Skill
Primary: content-amplifier — once the agreement is signed and usage rights are locked, amplify the licensed content into paid and owned channels.
Alternates (same Activate/Convert family):
Termination: keep a visited-set for this session. If a skill above has already been invoked, stop and report chain-complete rather than re-running it. Max chain depth is 3 hops; once reached, summarize and hand back to the user.
Related Skills
1---2name: contract-helper-23description: Use when the user asks to "draft an influencer contract", "review these agreement terms", or "build a partnership template"; produces a full influencer agreement framework (scope, compensation, usage rights, exclusivity, FTC disclosure), a clause-by-clause review with red flags, and a negotiation cheat sheet. Not for outreach negotiation before a deal exists — use outreach-manager.4license: Apache-2.05---6
7# Contract Helper
8
9Create and review influencer partnership agreements. Clear contracts protect both brand and creator and set expectations for the collaboration.
10
11⚠️ This skill provides general guidance and templates. Always have contracts reviewed by legal counsel before execution.
12
13## Quick Start
14
15```
16Draft an influencer agreement for [deliverables] with [compensation terms]
17```
18```
19Review these contract terms from an influencer agency: [paste terms]
20```
21
22## Skill Contract
23
24- **Reads**: campaign brief, agreed deliverables, compensation figure, platform list, usage-rights and exclusivity needs, any pasted incoming agreement. If `memory-management` is active, prior outreach terms and budget caps load from the hot cache. For rostered creators, read `memory/creators/<handle-slug>.md` — the [creator-registry](../../../protocol/creator-registry/SKILL.md) roster record — for existing exclusivity windows, contract status, usage-rights history, and standard-range anchors before drafting or reviewing.
25- **Writes**: drafted agreement or review memo to `memory/influencer/contract-helper/YYYY-MM-DD-<topic>.md`. Signed terms (usage-rights window, exclusivity scope, final rate) also go as a one-line update to `memory/creators/candidates.md` — only `creator-registry` writes canonical roster records.
26- **Promotes**: durable facts (signed terms, usage-rights window, exclusivity scope, payment schedule) to `memory/hot-cache.md`.
27- **Done when**:
28 - Every required term is filled or explicitly marked TBD (parties, deliverables, compensation, payment timeline, usage rights, exclusivity, termination).
29 - Red flags are listed for any review, and a legal-counsel review note is attached before execution.
30 - A negotiation cheat sheet maps each open term to a standard range.
31- **Primary next skill**: [content-amplifier](../content-amplifier/SKILL.md) — once the contract is signed, amplify the licensed content.
32
33### Handoff Summary
34
35> Emit the standard shape from [skill-contract.md §Handoff Summary Format](../../../references/skill-contract.md).
36
37## Data Sources
38
39This family needs no live integrations (Tier 1). The skill works by asking you for the inputs directly: parties, deliverables, compensation, platform, and any incoming terms to review. Paste an agency's draft and it reviews against the checklist with zero setup.
40
41Optional connectors that COULD speed up specific steps:
42
43- `~~CRM` / deal record — pull agreed scope and rate so you don't re-type them.
44- `~~influencer database` — confirm the creator's legal name, entity, and audience-authenticity signals for the warranties section.
45- `~~e-signature` — route the finished agreement for signing.
46
47See [CONNECTORS.md](../../../CONNECTORS.md) for the free/keyless recipe per category. None are required.
48
49## Instructions
50
51When a user requests contract help:
52
531. **Gather contract parameters** — parties, partnership details (campaign, duration, deliverables, compensation), and additional terms (usage rights, exclusivity, approval, platforms). Use the gathering form in [references/templates.md §1](references/templates.md).
542. **Draft the agreement** — fill the 11-section framework (scope, compensation, usage rights, exclusivity, approval, compliance/FTC, warranties, confidentiality, indemnification, termination, miscellaneous + signatures). Full template in [references/templates.md §2](references/templates.md). Scale sections to deal size — drop whitelisting/broad-exclusivity blocks for small deals.
553. **Explain key clauses** — for each material clause give what it covers, why it matters, and what to watch for. Clause guide in [references/templates.md §3](references/templates.md).
564. **Review and flag** — for any incoming paper, run the checklist: essential terms present, red flags, and per-clause negotiation ranges. Checklist + tables in [references/templates.md §4-5](references/templates.md).
57
58Save the drafted agreement or review memo to `memory/influencer/contract-helper/YYYY-MM-DD-<topic>.md`, and promote durable signed terms to the hot cache. Once terms are signed, also submit them (usage-rights window, exclusivity scope, final rate) as a one-line update to `memory/creators/candidates.md` for [creator-registry](../../../protocol/creator-registry/SKILL.md) to reconcile into the roster record.
59
60## Example
61
62**User**: "Draft a simple agreement for a micro-influencer to create 2 Instagram posts for $500"
63
64**Output**: a simplified agreement scoped to the deal — 2 IG posts, $500 with a payment schedule, non-exclusive 12-month usage on owned channels, #ad disclosure, and a short timeline. Heavier sections (whitelisting, broad exclusivity, multi-round approval) are dropped. See [references/templates.md §7](references/templates.md) for the worked walkthrough.
65
66## Reference Materials
67
68- [references/templates.md](references/templates.md) — gathering form, full 11-section agreement template, clause explanations, review checklist, negotiation tables, tips, worked example.
69- [skill-contract.md](../../../references/skill-contract.md) — shared contract and Handoff Summary format.
70- [state-model.md](../../../references/state-model.md) — memory tiers and save-path convention.
71- [CONNECTORS.md](../../../CONNECTORS.md) — free/keyless connector recipes per category.
72- Sibling skills: [outreach-manager](../outreach-manager/SKILL.md) (negotiate before contract), [content-reviewer](../content-reviewer/SKILL.md) (execute the approval clause), [budget-optimizer](../../plan/budget-optimizer/SKILL.md) (set compensation), [brief-generator](../../plan/brief-generator/SKILL.md) (attach the brief as an exhibit).
73
74## Next Best Skill
75
76**Primary**: [content-amplifier](../content-amplifier/SKILL.md) — once the agreement is signed and usage rights are locked, amplify the licensed content into paid and owned channels.
77
78**Alternates (same Activate/Convert family)**:
79- [content-reviewer](../content-reviewer/SKILL.md) — run the approval workflow the contract defines.
80- [outreach-manager](../outreach-manager/SKILL.md) — if terms stall, return to negotiation before re-drafting.
81
82**Termination**: keep a visited-set for this session. If a skill above has already been invoked, stop and report chain-complete rather than re-running it. Max chain depth is 3 hops; once reached, summarize and hand back to the user.
83
84## Related Skills
85
86- [outreach-manager](../outreach-manager/SKILL.md) - Negotiate before contract
87- [brief-generator](../../plan/brief-generator/SKILL.md) - Attach brief as exhibit
88- [content-reviewer](../content-reviewer/SKILL.md) - Execute approval process
89- [budget-optimizer](../../plan/budget-optimizer/SKILL.md) - Set compensation terms