using-legal

Route ambiguous legal requests to the narrowest child skill.

28|2|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/labs21-dev/agents-stack --skill using-legal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-legal
Source: https://github.com/labs21-dev/agents-stack/tree/main/skills-optional/using-legal
Command: npx skills add https://github.com/labs21-dev/agents-stack --skill using-legal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route ambiguous legal requests to the narrowest correct legal child (contract-review or legal-compliance) to ensure precise routing and hand-off.

Core Features & Use Cases

  • Routes ambiguous requests to the narrowest legal child based on the boundaries defined in references/children.json.
  • Delegates to nested skills (contract-review or legal-compliance) and installs them if missing.
  • Maintains a clean handoff process with explicit guidance on escalation when no suitable child exists.

Quick Start

Identify an incoming legal request and hand it off to the appropriate narrowest child skill.

Frequently Asked Questions about using-legal

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

FAQPage Schema
How do I route ambiguous legal requests to the correct compliance or contract workflow?

It parses incoming inquiries and consults defined boundaries to delegate each request to the narrowest appropriate child skill, ensuring precise handling for tasks like DSARs or DPA reviews.

What happens if the required contract-review or legal-compliance skill is missing?

If a required child skill is missing, the routing process automatically installs the nested skill to ensure the legal request is executed without interruption.

When do I need legal routing for cross-border transfers and privacy compliance?

You need legal routing when handling broad requests involving cross-border transfers, DSARs, or contract redlines where only one precise child skill, such as legal-compliance, should execute.

Can I use this routing approach for broad contract redlines?

Yes, you can use this routing approach for broad contract redlines, as it delegates the work to the contract-review child skill to handle the precise execution.

What are the limitations if no suitable child skill exists for a legal request?

If no suitable child skill exists for a legal request, the limitation is that it cannot execute the task, but it provides explicit guidance on escalation for the unresolved legal inquiry.