Prompt Library Suggester — Site Navigation
Purpose
Manage and surface the platform's prompt library — a curated set of 152 legal AI prompts organized for browsing, filtering, copying, and direct use. The library serves as:
- A discoverability tool: helps users who know they want to use legal AI but don't know how to phrase effective prompts.
- A best-practice resource: demonstrates the right level of specificity, jurisdiction-tagging, and role-setting for effective legal AI prompts.
- A growth / SEO surface: prompt library pages rank for "legal AI prompts" and "best prompts for [practice area]" queries.
Inputs / signals
| Signal |
Target |
Direct /tools/prompts navigation |
Prompt library landing page (unfiltered) |
| "AI prompts for lawyers", "legal prompts" |
Prompt library landing page |
| "Prompts for [practice area]" |
Filtered: /tools/prompts?area=[area] |
| "Prompts for [jurisdiction]" |
Filtered: /tools/prompts?jurisdiction=[jur] |
| "NDA prompts", "contract review prompts" |
Filtered by document type: /tools/prompts?doc=[type] |
| In-product "Suggest a prompt" |
Surface top 3 relevant prompts from library based on current context |
Prompt library architecture
Scale
152 prompts as of current version. Each prompt entry contains:
- Prompt text: the actual prompt, ready to copy.
- Title: short human-readable name.
- Description: one sentence on when to use this prompt.
- Practice area tags: M&A, Employment, IP, Litigation, Corporate, Real Estate, etc.
- Jurisdiction tags: UAE, KSA, LB, DIFC, ADGM, GCC, UK, US, EU, Multi.
- Document type tags: NDA, employment agreement, SHA, lease, etc. (where applicable).
- Skill level: Beginner / Intermediate / Advanced (complexity of the prompt).
Filter dimensions
- Practice area (multi-select).
- Jurisdiction (multi-select).
- Document type (multi-select).
- Skill level.
- Free text search within prompt text and description.
Per-prompt actions
- Copy: one-click copy of the prompt text to clipboard.
- Share: generate a shareable link to this specific prompt.
- Save: add to the user's personal prompt collection (requires account).
- Try in product: deep-link to the AI chat with the prompt pre-loaded ("Try this prompt in Louis →").
In-product prompt suggestion
When a user is mid-task in the AI product and appears to be struggling to frame a good query, surface 2–3 relevant prompts from the library:
"Looking for a good starting point? Here are some prompts from the library that might help:"
- [Prompt title] — [one-sentence description]
- ...
Triggering conditions:
- User's query is very short (< 10 words) or very vague ("help me with a contract").
- User has rewritten their query multiple times in a short period.
- User explicitly asks "how should I phrase this?" or "what's a good prompt for...?"
Sample prompt categories
Drafting prompts (examples)
- "Draft a unilateral NDA governed by UAE law for disclosure to a potential strategic partner."
- "Draft a standard employment agreement for a UAE national employee in Abu Dhabi, in English and Arabic."
- "Draft a shareholders agreement for a DIFC-registered company with two co-founders."
Review prompts (examples)
- "Review this NDA and flag any clauses that are unusual or unfavorable for the disclosing party."
- "Identify all material adverse change triggers in this acquisition agreement."
- "What are the key differences between this employment contract and UAE Labour Law requirements?"
Research prompts (examples)
- "Summarize the key obligations of a UAE employer on employee termination under Federal Decree-Law No. 33 of 2021."
- "What are the main differences between DIFC arbitration and DIAC arbitration for commercial disputes?"
- "What are the mandatory clauses in a KSA employment contract under Saudi Labour Law?"
Quality bar for library prompts
Each library prompt must:
- Produce a genuinely useful output when run as written.
- Be jurisdiction-specific where jurisdiction matters — "draft a UAE NDA" not "draft an NDA."
- Avoid ambiguity that would lead to a low-quality default output.
- Be tested against the AI model before publishing.
- Be reviewed and updated when underlying law changes.
Related skills
- [[site-ai-feature-router]] — routing for AI feature queries (often overlaps with prompt library)
- [[site-legal-document-router]] — document library for template browsing
- [[site-feature-router]] — general feature routing
- [[site-solutions-router]] — persona-based routing that may surface relevant prompt categories
1---2name: site-prompt-library-suggester3description: Use when a site visitor navigates to the prompt library, searches for AI prompts for legal work, or uses the in-product prompt discovery feature. Manages the 152-prompt library — filterable by practice area, jurisdiction, and document type — with per-prompt actions (copy, share, save, try-in-product CTA). Helps lawyers and legal teams discover and reuse high-quality prompts for common legal AI tasks.4license: MIT5---67# Prompt Library Suggester — Site Navigation89## Purpose1011Manage and surface the platform's prompt library — a curated set of 152 legal AI prompts organized for browsing, filtering, copying, and direct use. The library serves as:121. A **discoverability tool**: helps users who know they want to use legal AI but don't know how to phrase effective prompts.132. A **best-practice resource**: demonstrates the right level of specificity, jurisdiction-tagging, and role-setting for effective legal AI prompts.143. A **growth / SEO surface**: prompt library pages rank for "legal AI prompts" and "best prompts for [practice area]" queries.1516## Inputs / signals1718| Signal | Target |19|--------|--------|20| Direct `/tools/prompts` navigation | Prompt library landing page (unfiltered) |21| "AI prompts for lawyers", "legal prompts" | Prompt library landing page |22| "Prompts for [practice area]" | Filtered: `/tools/prompts?area=[area]` |23| "Prompts for [jurisdiction]" | Filtered: `/tools/prompts?jurisdiction=[jur]` |24| "NDA prompts", "contract review prompts" | Filtered by document type: `/tools/prompts?doc=[type]` |25| In-product "Suggest a prompt" | Surface top 3 relevant prompts from library based on current context |2627## Prompt library architecture2829### Scale30152 prompts as of current version. Each prompt entry contains:31- **Prompt text**: the actual prompt, ready to copy.32- **Title**: short human-readable name.33- **Description**: one sentence on when to use this prompt.34- **Practice area tags**: M&A, Employment, IP, Litigation, Corporate, Real Estate, etc.35- **Jurisdiction tags**: UAE, KSA, LB, DIFC, ADGM, GCC, UK, US, EU, Multi.36- **Document type tags**: NDA, employment agreement, SHA, lease, etc. (where applicable).37- **Skill level**: Beginner / Intermediate / Advanced (complexity of the prompt).3839### Filter dimensions40- Practice area (multi-select).41- Jurisdiction (multi-select).42- Document type (multi-select).43- Skill level.44- Free text search within prompt text and description.4546### Per-prompt actions47- **Copy**: one-click copy of the prompt text to clipboard.48- **Share**: generate a shareable link to this specific prompt.49- **Save**: add to the user's personal prompt collection (requires account).50- **Try in product**: deep-link to the AI chat with the prompt pre-loaded ("Try this prompt in Louis →").5152## In-product prompt suggestion5354When a user is mid-task in the AI product and appears to be struggling to frame a good query, surface 2–3 relevant prompts from the library:55> "Looking for a good starting point? Here are some prompts from the library that might help:"56> 1. [Prompt title] — [one-sentence description]57> 2. ...5859Triggering conditions:60- User's query is very short (< 10 words) or very vague ("help me with a contract").61- User has rewritten their query multiple times in a short period.62- User explicitly asks "how should I phrase this?" or "what's a good prompt for...?"6364## Sample prompt categories6566### Drafting prompts (examples)67- "Draft a unilateral NDA governed by UAE law for disclosure to a potential strategic partner."68- "Draft a standard employment agreement for a UAE national employee in Abu Dhabi, in English and Arabic."69- "Draft a shareholders agreement for a DIFC-registered company with two co-founders."7071### Review prompts (examples)72- "Review this NDA and flag any clauses that are unusual or unfavorable for the disclosing party."73- "Identify all material adverse change triggers in this acquisition agreement."74- "What are the key differences between this employment contract and UAE Labour Law requirements?"7576### Research prompts (examples)77- "Summarize the key obligations of a UAE employer on employee termination under Federal Decree-Law No. 33 of 2021."78- "What are the main differences between DIFC arbitration and DIAC arbitration for commercial disputes?"79- "What are the mandatory clauses in a KSA employment contract under Saudi Labour Law?"8081## Quality bar for library prompts8283Each library prompt must:84- Produce a genuinely useful output when run as written.85- Be jurisdiction-specific where jurisdiction matters — "draft a UAE NDA" not "draft an NDA."86- Avoid ambiguity that would lead to a low-quality default output.87- Be tested against the AI model before publishing.88- Be reviewed and updated when underlying law changes.8990## Related skills9192- [[site-ai-feature-router]] — routing for AI feature queries (often overlaps with prompt library)93- [[site-legal-document-router]] — document library for template browsing94- [[site-feature-router]] — general feature routing95- [[site-solutions-router]] — persona-based routing that may surface relevant prompt categories