dd-sourcing
Document sources properly for due diligence reports. Use when citing any external data, ensuring full traceability and auditability of findings.
What this skill does
# Source Documentation Standards
All due diligence findings must be traceable to their sources. This enables audit trails, follow-up verification, and legal defensibility.
## Source Quality Tiers
### Tier 1: Primary Sources (Highest Credibility)
- SEC filings (10-K, 10-Q, S-1)
- Court documents and legal filings
- Government databases (USPTO, state registrations)
- Company's own audited financials
- Direct customer/reference interviews
### Tier 2: Secondary Sources (High Credibility)
- Established data providers (Crunchbase, PitchBook, CB Insights)
- Major news outlets (WSJ, Bloomberg, TechCrunch)
- Industry analyst reports (Gartner, Forrester)
- LinkedIn profiles (for employment verification)
- Academic research and papers
### Tier 3: Tertiary Sources (Use with Caution)
- Social media posts
- Blog articles
- Glassdoor reviews
- Wikipedia (only as starting point)
- Forum discussions
## Citation Format
Every fact must include a source citation:
```json
{
"source": {
"name": "Full source name",
"type": "SEC_FILING | NEWS | DATA_PROVIDER | INTERVIEW | GOVERNMENT | OTHER",
"url": "https://... (if available)",
"access_date": "2024-01-15",
"publication_date": "2024-01-10",
"tier": 1,
"excerpt": "Relevant quote or data point"
}
}
```
## Best Practices
### DO:
- Capture URLs at time of access (pages change/disappear)
- Note the access date for all web sources
- Quote relevant passages, don't just link
- Use multiple sources for critical claims
- Prefer recent sources over older ones
### DON'T:
- Cite a source you haven't actually reviewed
- Use company press releases as independent verification
- Rely on a single source for material claims
- Cite sources behind paywalls without noting limitation
- Mix up "stated by company" vs "independently verified"
## Source Tracking in Output
Include a sources section in every analysis:
```json
{
"sources_used": [
{
"id": "S1",
"name": "Crunchbase - Acme Corp Profile",
"url": "https://crunchbase.com/...",
"access_date": "2024-01-15",
"tier": 2,
"used_for": ["funding_history", "employee_count"]
}
],
"source_statistics": {
"tier_1": 3,
"tier_2": 8,
"tier_3": 2,
"total": 13
}
}
```
## Handling Source Conflicts
When sources disagree:
1. Note the discrepancy explicitly
2. Prefer higher-tier sources
3. Prefer more recent sources
4. Document both versions with reasoning for which to trust
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.