This skill should be used when generating draft legal documents for a project or company. It gathers company context interactively, invokes the legal-document-generator agent, and writes markdown output.
From soleurnpx claudepluginhub jikig-ai/soleur --plugin soleurThis skill uses the workspace's default tool permissions.
Generate draft legal documents from company context. Supports 8 document types across US, EU/GDPR, and UK jurisdictions. All output is marked as a draft requiring professional legal review.
Use the AskUserQuestion tool to gather company context. Ask for:
If the user provides arguments after the skill name (e.g., /legal-generate privacy-policy), use that as the document type selection and skip Phase 1.
Use the AskUserQuestion tool to select a document type from the 8 supported types listed above.
Invoke the legal-document-generator agent via the Task tool with the company context and selected document type:
Task legal-document-generator: "Generate a [document type] for [company name].
Company: [name]
Product: [description]
Data practices: [practices]
Jurisdiction: [jurisdiction]
Contact: [contact info]"
<decision_gate>
Present the generated document to the user. Use the AskUserQuestion tool with options:
</decision_gate>
On acceptance, write the markdown file to the user-specified path or default docs/legal/<type>.md (e.g., docs/legal/privacy-policy.md).
Report: "Draft written to <path>. This document requires professional legal review before use."