feat: legal-ops plugin — 9 skills, 6 jurisdictions, 4 commands#3
Merged
Conversation
Legal Operations and Compliance plugin for Chapter 22 of The AI Agent Factory. Includes legal-global-router with jurisdiction-aware dispatch, jurisdiction-contract-review, jurisdiction-nda-triage (named to avoid collision with Anthropic's base legal plugin), ip-protection, regulatory-monitoring, dsar-privacy, legal-spend, compliance-calendar, and contract-intake-agent. 6 jurisdiction overlays: UK, EU, US, Pakistan, UAE, GCC. 4 commands: /review-contract, /triage-nda, /vendor-check, /legal-brief. 8 exercises, 4 workflow recipes, evals, hooks, playbook template. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…tion - legal-ops-evals.yml: skill structure validation, golden file checks, dry-run - legal-ops-release.yml: tag-triggered zip builds and GitHub release - marketplace.json: correct to 9 skills, 6 jurisdictions (was 8/5) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Golden files are arrays, not dicts with a 'cases' key. Fix field name checks to match actual schema (expected_product_skill, scenario, expected_contains). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
legal-ops-evals.yml(PR validation) +legal-ops-release.yml(tag → zip + GitHub Release)jurisdiction-prefix on contract-review and nda-triage skills avoids collision with Anthropic'slegal@knowledge-work-pluginsbase pluginCompanion PR
Book repo: panaversity/agentfactory —
feat/ch22-legal-opsbranch (12 lessons)Test plan
skills/*/SKILL.mdfiles have valid YAML frontmatter (name, description)marketplace.jsonis valid JSON with correct legal-ops entryplugin.jsonmatches actual skill/command countspython3 evals/run-evals.py --dry-runpasses🤖 Generated with Claude Code