Tech Stack Scanner
Overview
The Tech Stack Scanner skill provides automated technical architecture review for venture capital due diligence. It assesses technology choices, infrastructure scalability, security posture, and technical debt to inform investment decisions.
Capabilities
Architecture Assessment
- Evaluate technology stack choices
- Assess microservices vs. monolith architecture
- Review database and data store choices
- Analyze API design and integration patterns
Infrastructure Review
- Evaluate cloud infrastructure (AWS, GCP, Azure)
- Assess scalability and auto-scaling capabilities
- Review disaster recovery and backup strategies
- Analyze infrastructure costs and efficiency
Security Assessment
- Review authentication and authorization
- Assess data encryption practices
- Check for common vulnerabilities
- Evaluate security monitoring and incident response
Scalability Analysis
- Model load handling capabilities
- Identify potential bottlenecks
- Assess horizontal vs. vertical scaling
- Review performance optimization practices
Usage
Scan Tech Stack
Input: Company technical documentation, access credentials
Process: Automated scanning, architecture analysis
Output: Tech stack assessment, architecture diagram
Assess Security Posture
Input: Security policies, system access
Process: Security scanning, policy review
Output: Security assessment, vulnerability report
Evaluate Scalability
Input: Current load, growth projections, infrastructure
Process: Load modeling, bottleneck analysis
Output: Scalability assessment, recommendations
Review Infrastructure Costs
Input: Cloud billing data, infrastructure inventory
Process: Cost analysis, optimization identification
Output: Cost assessment, efficiency recommendations
Assessment Categories
| Category |
Key Areas |
| Architecture |
Stack choices, patterns, technical debt |
| Infrastructure |
Cloud, scaling, DR, monitoring |
| Security |
Auth, encryption, vulnerabilities, compliance |
| Performance |
Response times, throughput, optimization |
| DevOps |
CI/CD, deployment, testing, monitoring |
Integration Points
- Technical Due Diligence: Core skill for tech DD
- Code Quality Analyzer: Detailed code-level analysis
- IP Patent Analyzer: Coordinate IP and tech review
- Technical Assessor (Agent): Support DD agent
Technology Checklist
- Frontend frameworks and mobile platforms
- Backend languages and frameworks
- Databases and data storage
- Cloud infrastructure and services
- Third-party integrations and dependencies
- Development and deployment tools
- Monitoring and observability
Best Practices
- Request architecture documentation upfront
- Supplement automated scanning with interviews
- Focus on scalability relative to growth plans
- Assess technical debt pragmatically
- Consider technology choices in industry context
1---2name: tech-stack-scanner3description: Automated technical architecture review, security assessment, scalability analysis4---5
6# Tech Stack Scanner
7
8## Overview
9
10The Tech Stack Scanner skill provides automated technical architecture review for venture capital due diligence. It assesses technology choices, infrastructure scalability, security posture, and technical debt to inform investment decisions.
11
12## Capabilities
13
14### Architecture Assessment
15- Evaluate technology stack choices
16- Assess microservices vs. monolith architecture
17- Review database and data store choices
18- Analyze API design and integration patterns
19
20### Infrastructure Review
21- Evaluate cloud infrastructure (AWS, GCP, Azure)
22- Assess scalability and auto-scaling capabilities
23- Review disaster recovery and backup strategies
24- Analyze infrastructure costs and efficiency
25
26### Security Assessment
27- Review authentication and authorization
28- Assess data encryption practices
29- Check for common vulnerabilities
30- Evaluate security monitoring and incident response
31
32### Scalability Analysis
33- Model load handling capabilities
34- Identify potential bottlenecks
35- Assess horizontal vs. vertical scaling
36- Review performance optimization practices
37
38## Usage
39
40### Scan Tech Stack
41```
42Input: Company technical documentation, access credentials
43Process: Automated scanning, architecture analysis
44Output: Tech stack assessment, architecture diagram
45```
46
47### Assess Security Posture
48```
49Input: Security policies, system access
50Process: Security scanning, policy review
51Output: Security assessment, vulnerability report
52```
53
54### Evaluate Scalability
55```
56Input: Current load, growth projections, infrastructure
57Process: Load modeling, bottleneck analysis
58Output: Scalability assessment, recommendations
59```
60
61### Review Infrastructure Costs
62```
63Input: Cloud billing data, infrastructure inventory
64Process: Cost analysis, optimization identification
65Output: Cost assessment, efficiency recommendations
66```
67
68## Assessment Categories
69
70| Category | Key Areas |
71|----------|-----------|
72| Architecture | Stack choices, patterns, technical debt |
73| Infrastructure | Cloud, scaling, DR, monitoring |
74| Security | Auth, encryption, vulnerabilities, compliance |
75| Performance | Response times, throughput, optimization |
76| DevOps | CI/CD, deployment, testing, monitoring |
77
78## Integration Points
79
80- **Technical Due Diligence**: Core skill for tech DD
81- **Code Quality Analyzer**: Detailed code-level analysis
82- **IP Patent Analyzer**: Coordinate IP and tech review
83- **Technical Assessor (Agent)**: Support DD agent
84
85## Technology Checklist
86
87- Frontend frameworks and mobile platforms
88- Backend languages and frameworks
89- Databases and data storage
90- Cloud infrastructure and services
91- Third-party integrations and dependencies
92- Development and deployment tools
93- Monitoring and observability
94
95## Best Practices
96
971. Request architecture documentation upfront
982. Supplement automated scanning with interviews
993. Focus on scalability relative to growth plans
1004. Assess technical debt pragmatically
1015. Consider technology choices in industry context