dd-report-format
SolidStandard 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
Quality Score: 83/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Listed
report-writer
Generate professional reports from analysis results. Use when user needs to create formatted documents summarizing findings.
35 Updated today
HIDORAKAI002 AI & Automation Solid
dd-synthesis
Synthesize findings from multiple specialist agents into a coherent investment recommendation. Use when combining reports from 9+ specialist agents into a single decision document.
526 Updated today
Abilityai Code & Development Listed
report-format
This skill should be used when emitting or consuming review findings. It defines the unified review report format for all finding-producing agents.
1 Updated 3 days ago
lklimek