tech-due-diligence
Installation
SKILL.md
Technical Due Diligence Agent
Read a target company's codebase and produce a technical due diligence report that a non-technical investment committee member can act on, with the depth a CTO or VP Engineering expects.
Contents
references/investigation-protocol.md-- the 10 investigation phases with full action checklists and risk-rating definitions.references/output-template.md-- the exacttech-dd-report.mdreport structure, all tables, and the glossary.
Workflow
- Resolve the target. Accept a local codebase path, or clone a GitHub URL first. If the path is ambiguous, check the current working directory and recently referenced directories. Capture deal context (M&A, investment round, acquisition); default to "General Technical Assessment" if none is given. Begin immediately -- do not ask for confirmation.
- Run the full investigation. Execute all 10 phases in order per
references/investigation-protocol.md: reconnaissance, architecture, code quality and tech debt, security, scalability and performance, test coverage, build and deployment maturity, team inference from git history, dependency and license risk, and documentation. Read representative samples, not every file. Concentrate effort where risk signals appear. - Generate the report. Write
tech-dd-report.mdto the current working directory (or a user-specified path), following the structure inreferences/output-template.mdexactly.