Summary
Integrate domain knowledge from Anthropic's open-source enterprise plugins (anthropics/knowledge-work-plugins, anthropics/financial-services-plugins) into 5 new on-demand document-analysis subagents + 1 financial-analyst enhancement.
Spec: docs/pending-updates/plugin-updates.md
New Agents (5)
| Agent |
Purpose |
MCP Domains |
nda-triage-analyst |
10-point NDA screening → GREEN/YELLOW/RED classification |
None (document analysis only) |
contract-review-analyst |
Clause-by-clause playbook review + redline generation |
None (document analysis only) |
legal-risk-assessment-analyst |
5×5 severity-likelihood risk matrix → risk register |
CourtListener |
compliance-analyst |
GDPR/CCPA/DPA audit checklists |
FTC, Federal Register |
cim-builder |
8-section Confidential Information Memorandum generation |
SEC, financial-disclosure, BLS, code-execution |
Enhancement: financial-analyst — append merger model (accretion/dilution) + deal tracker methodology
Feature Flag
DOCUMENT_ANALYSIS_PLUGINS=false (default off). Agent count: 40 → 45 when enabled. Zero impact to existing memo pipeline.
Files (14 total)
- 7 new: 5 agent definitions + 1 test file + 3 structured output schemas (in existing file)
- 7 modified: featureFlags.js, _promptConstants.js, financial-analyst.js, index.js, domainMcpServers.js, hookSSEBridge.js, sdkHooks.js
Integration Points (all covered in spec)
Source
Apache 2.0 licensed SKILL.md files from Anthropic enterprise plugins (Feb 24, 2026 launch). Domain knowledge extracted and restructured into subagent system prompts — not used as plugins (incompatible execution model for server-side orchestration).
Summary
Integrate domain knowledge from Anthropic's open-source enterprise plugins (
anthropics/knowledge-work-plugins,anthropics/financial-services-plugins) into 5 new on-demand document-analysis subagents + 1 financial-analyst enhancement.Spec:
docs/pending-updates/plugin-updates.mdNew Agents (5)
nda-triage-analystcontract-review-analystlegal-risk-assessment-analystcompliance-analystcim-builderEnhancement:
financial-analyst— append merger model (accretion/dilution) + deal tracker methodologyFeature Flag
DOCUMENT_ANALYSIS_PLUGINS=false(default off). Agent count: 40 → 45 when enabled. Zero impact to existing memo pipeline.Files (14 total)
Integration Points (all covered in spec)
findSessionDirectory()update fordocument-analysis/path detectionclassifyAgent()entries before broad analyst catch-allclassifyDocument()handler fordocument-analysis/directorySource
Apache 2.0 licensed SKILL.md files from Anthropic enterprise plugins (Feb 24, 2026 launch). Domain knowledge extracted and restructured into subagent system prompts — not used as plugins (incompatible execution model for server-side orchestration).