Use when a lawyer, legal team, or client needs to assess AI agents that can act on someone's behalf: send messages, search, draft, file, pay, delete, connect to accounts, use tools, or rely on external data. Produces a practical delegation, oversight, accountability, and control audit for legal operations.
npx skills add https://github.com/lawve-ai/awesome-legal-skills --skill lawve-agentic-delegation-audit-ignacio-adrian-lerer
Use this skill to help lawyers evaluate whether an AI agent workflow is safe enough to use in legal or business operations.
Core idea:
When AI only answers, the user evaluates an output.
When AI acts, the user delegates authority.
Delegated authority needs controls, logs, revocation, and accountability.
Collect only what is necessary:
answer_only: produces information only.draft_only: drafts but does not send or change records.approval_gated_actor: acts only after explicit approval.policy_bounded_actor: acts within predefined limits.long_running_actor: continues across time, sessions, or triggers.PASS, ESCALATE, or BLOCK for downstream legal/business reliance.Use this compact format:
## Agentic Delegation Audit
### Verdict
PASS | NEEDS CONTROLS | BLOCK
### Why
[2-5 sentences]
### Delegated Authority
- Principal:
- Deployer/operator:
- Autonomy level:
- Systems/tools:
- Highest-risk action:
### Control Checklist
- Permission scope: adequate | weak | missing
- Human approval before external/legal/financial action: yes | partial | no
- User-readable logs: yes | partial | no
- Revocation/pause: yes | partial | no
- Prompt-injection/data-boundary controls: yes | partial | no
- Accountability owner: clear | partial | unclear
### Required Controls
- [control 1]
- [control 2]
- [control 3]
### Legal Reliance Gate
PASS | ESCALATE | BLOCK
### Next Step
[smallest practical next step]
PASS: agent is draft-only or tightly approval-gated, logs are clear, permissions are scoped, and no material legal/client risk remains unmanaged.NEEDS CONTROLS: agent may be useful, but missing controls prevent safe operational reliance.BLOCK: agent can perform external, legal, financial, confidential, destructive, or privileged actions without adequate approval, logging, revocation, or accountability.Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Replace with description of the skill and when Claude should use it.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Take lawve-ai/lawve-agentic-delegation-audit-ignacio-adrian-lerer from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.