lawve-ai/lawve-agentic-delegation-audit-ignacio-adrian-lerer
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.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.