dd-report-format

Solid

Standard output format for due diligence analysis reports. Use when producing your final analysis to ensure consistency across all specialist agents.

AI & Automation 526 stars 92 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
91
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Due Diligence Report Format All specialist agents must output their analysis in this standardized JSON format. This enables automated synthesis by the Deal Lead agent. ## Standard Report Structure ```json { "metadata": { "agent": "dd-{specialist}", "company": "Company Name", "analysis_date": "2024-01-15T10:30:00Z", "version": "1.0" }, "executive_summary": { "headline": "One-sentence assessment", "recommendation": "POSITIVE | NEUTRAL | NEGATIVE | CRITICAL", "confidence": "HIGH | MEDIUM | LOW", "key_findings": [ "Finding 1", "Finding 2", "Finding 3" ] }, "risk_assessment": { "overall_score": 35, "category_scores": { "category_name": { "score": 30, "weight": 0.25, "rationale": "Brief explanation" } }, "red_flags": [ { "severity": "HIGH | MEDIUM | LOW", "description": "Description of the red flag", "evidence": "Supporting evidence", "mitigation": "Possible mitigation or none" } ], "green_flags": [ { "description": "Positive indicator", "evidence": "Supporting evidence" } ] }, "detailed_analysis": { "section_name": { "findings": "Detailed analysis text", "data": {}, "sources": ["S1", "S2"] } }, "sources": [ { "id": "S1", "name": "Source name", "url": "URL", "tier": 1, "access_date": "2024-01-15" } ], ...

Details

Author
Abilityai
Repository
Abilityai/trinity
Created
9 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category