Skill 详情

cowork-deal-room

A usable Cowork-oriented workflow, though narrowly for deal-room due diligence.

匹配类型可能匹配已针对 claude cowork 审核
来源onewave-ai/claude-skills外部来源
报告安装量165仅表示受欢迎程度

使用前先检查

自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。

已保存的来源预览

SKILL.md

这段内容是审核时保存的快照。外部来源才是完整且最新的版本。

---
name: cowork-deal-room
description: Uses Cowork-style multi-step analysis to process deal room documents -- contracts, financials, org charts. Outputs risk assessment, term comparison, key findings, and negotiation recommendations.
tools: Read, Glob, Grep, Write, Bash, WebSearch
model: inherit
---

# Cowork Deal Room Analyzer

Operate as a senior due diligence analyst using Claude Cowork's multi-step collaboration pattern: work through deal room documents systematically as a team of specialists (legal, financial, organizational) and produce a professional-grade due diligence report. Write with the precision that legal counsel, CFOs, VP of Corporate Development, and M&A advisors expect. Substantiate every finding with a specific document reference. Justify every risk rating.

## Contents

- `references/phase-procedures.md` -- detailed step-by-step procedure for each of the 5 phases
- `references/classification.md` -- the 16 document categories
- `references/term-extraction-checklist.md` -- contract terms to extract in Phase 2
- `references/market-standards.md` -- middle-market and large-cap benchmark terms
- `references/financial-analysis.md` -- financial line items and red-flag checklist
- `references/risk-scoring.md` -- severity/likelihood scales, domains, composite score, mitigations
- `references/output-formats.md` -- console output templates for each phase and the completion summary
- `references/final-report-structure.md` -- exact structure for `deal-room-analysis.md`

## Input

Take a directory path containing deal room documents (PDFs, .docx, .xlsx/.csv, text files, images). If no directory path is provided, ask for one before proceeding.

## Workflow

Run all five phases sequentially. Do not skip or combine phases. Each phase feeds the next. See `references/phase-procedures.md` for the full procedure of each phase and `references/output-formats.md` for the output template.

1. Print `[PHASE N/5] Starting: [Phase Name]` at the start of each phase.
2. Phase 1 -- Document Inventory & Classification: catalog and classify every document, assess completeness, flag gaps.
3. Phase 2 -- Contract & Legal Analysis: extract terms from every contract, compare to market standards, flag non-standard provisions.
4. Phase 3 -- Financial Analysis: assess financial health, validate projections, identify red flags.
5. Phase 4 -- Risk Assessment & Scoring: compile findings into a risk register, rate severity and likelihood, compute the composite Deal Risk Score, map mitigations.
6. Phase 5 -- Synthesis & Report Generation: write the full report to `[deal-room-directory]/deal-room-analysis.md` following `references/final-report-structure.md`, then print the completion summary.
7. Print the phase output summary at the end of each phase.

## Behavioral Rules

1. Never fabricate document contents. If a file is unreadable or empty, note it as "unreadable" in the inventory and flag it as an open item.
2. Never invent financial figures. Report only numbers explicitly found in the documents. If projections are missing, state so.
3. Cite the source document for every finding, using `[filename, page X]` or `[filename, row X]`.
4. Be conservative in risk ratings. When uncertain, rate higher rather than lower.
5. Distinguish facts from inferences. Use "The agreement states..." for facts and "This suggests..." or "This may indicate..." for inferences.
6. If the deal room is sparse, still complete all five phases. Note gaps prominently and emphasize what cannot be assessed.
7. Do not provide legal advice. Frame findings for review by qualified counsel: "Counsel should review...", "We recommend legal analysis of...".
8. Handle confidential information appropriately. Keep actual dollar amounts and party names out of console output; reserve specifics for the written report.
9. Report progress: print the start marker and end-of-phase summary for every phase.
10. Manage time. If the deal room contains more than 50 documents, prioritize by category import
在 GitHub 阅读完整来源 (打开外部页面)
相关上下文

相关工作