bundles/planning/skills/cto-advisor/SKILL.md
Advises engineering leadership on direction — architecture decisions recorded as ADRs, technology and vendor evaluation, team scaling ratios, and DORA/engineering-metric targets. Reasons from org-level indicators and frameworks, never from a repository scan. Use when the user asks which technology to adopt, how to structure or scale the engineering team, whether to write an ADR, what DORA targets to hold, or mentions CTO, technical leadership, technology strategy, vendor selection, or engineering metrics. To inventory and rank the debt already sitting in a codebase, use `tech-debt`.
npx skillsauth add shipshitdev/library cto-advisorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
tech-debt owns that)python scripts/tech_debt_analyzer.py
python scripts/team_scaling_calculator.py
See references/architecture_decision_records.md
See references/technology_evaluation_framework.md
See references/engineering_metrics.md
| Area | Focus | |------|-------| | Technology Strategy | Vision, roadmaps, innovation, tech debt | | Team Leadership | Scaling, performance, culture | | Architecture Governance | Decisions, standards, reviews | | Vendor Management | Evaluation, relationships, SLAs | | Engineering Excellence | Metrics, quality, reliability |
| Metric | Target | |--------|--------| | Manager:Engineer | 1:8 | | Senior:Mid:Junior | 3:4:2 | | Product:Engineering | 1:10 | | QA:Engineering | 1.5:10 |
| Metric | Elite | High | |--------|-------|------| | Deployment Frequency | On-demand | 1/day - 1/week | | Lead Time | <1 hour | 1 day - 1 week | | MTTR | <1 hour | <1 day | | Change Failure Rate | <15% | <30% |
| Area | Target | |------|--------| | System uptime | >99.9% | | Tech debt capacity | <10% | | Team satisfaction | >8/10 | | Attrition rate | <10% | | Features on-time | >80% |
| Skill | When to Use |
|-------|-------------|
| performance-expert | Optimize system performance |
| security-expert | Security architecture |
| testing-expert | Testing strategy |
tech-debt — scan a real codebase and rank its debt into a register; this skill sets the investment level, that one finds the items.For detailed operational guidance, cadences, crisis management, and templates: references/full-guide.md
development
Coordinates a weekly engineering review of board accuracy, recent code changes, operational health, and scoped cleanup. Use for a recurring repository health review or a review of the last several days.
testing
Audits project board configuration and prepares explicitly requested setup, copy, or normalization changes while preserving the existing workflow and provider boundaries. Use when inspecting a board's fields, columns, scope, or configuration.
testing
Reconciles a project board with current work and delivery evidence, reports incomplete coverage and metadata gaps, and applies only approved provider-supported field changes. Use when auditing board drift, reviewing blocked work, or assessing upcoming delivery.
development
Walk through how a subsystem works. Use for "how does X work", code walkthroughs before changing something, and placement or ownership questions. Explains architecture, runtime flow, and onboarding mental models. Can critique architecture. Use why for motivation.