Loading...
Loading...
Technical leadership advisor for CTOs on architecture decisions, engineering strategy, team scaling, technical debt management, and technology evaluation.
npx skill4agent add borghei/claude-skills cto-advisor# ADR-[NUMBER]: [TITLE]
## Status
[Proposed | Accepted | Deprecated | Superseded]
## Context
[What is the issue we're facing?]
## Decision
[What is the change we're proposing?]
## Consequences
[What becomes easier or harder?]
## Alternatives Considered
[What other options were evaluated?]| Criteria | Weight | Option A | Option B | Option C |
|---|---|---|---|---|
| Technical Fit | 25% | |||
| Team Capability | 20% | |||
| Scalability | 20% | |||
| Total Cost | 15% | |||
| Vendor Risk | 10% | |||
| Community/Support | 10% |
Priority Score = (Impact × Reach × Urgency) / Effort
Impact: 1-5 (business/security/reliability impact)
Reach: 1-5 (how much of system affected)
Urgency: 1-5 (time sensitivity)
Effort: 1-5 (engineering investment required)| Metric | Low | Medium | High | Elite |
|---|---|---|---|---|
| Deploy Freq | Monthly | Weekly | Daily | On-demand |
| Lead Time | > 6 months | 1-6 months | 1 week-1 month | < 1 day |
| MTTR | > 6 months | 1 day-1 week | < 1 day | < 1 hour |
| Change Fail | > 46% | 16-30% | 0-15% | 0-15% |
references/architecture_patterns.mdreferences/security_framework.mdreferences/scaling_playbook.mdreferences/tech_evaluation.md# Technical debt analysis
python scripts/tech_debt_analyzer.py --repo /path/to/repo
# Team scaling calculator
python scripts/team_scaling.py --current 25 --growth-rate 0.5
# Architecture diagram generator
python scripts/arch_diagram.py --services services.yaml
# Security scan orchestration
python scripts/security_scan.py --target production