Skip to content
OpenSmartRoute
Skillv1.0.0

cto-advisor

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-leve

by shipshitdev(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from shipshitdev/skills (skills/cto-advisor/SKILL.md). Install upstream with npx skills add shipshitdev/skills --skill cto-advisor. Copyright stays with the author (MIT).

CTO Advisor

When This Activates

  • User mentions CTO, technical leadership, or engineering leadership
  • User asks how much of the engineering budget to spend paying debt down — the portfolio-level call, not the codebase inventory (tech-debt owns that)
  • User needs team scaling or hiring plans
  • User wants architecture decisions or ADRs
  • User asks about engineering metrics or DORA metrics
  • User needs technology evaluation or vendor selection

Quick Start

Tech Debt Assessment

python scripts/tech_debt_analyzer.py

Team Scaling Planning

python scripts/team_scaling_calculator.py

Architecture Decisions

See references/architecture_decision_records.md

Technology Evaluation

See references/technology_evaluation_framework.md

Engineering Metrics

See references/engineering_metrics.md

Core Responsibilities

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

Key Ratios

Metric Target
Manager:Engineer 1:8
Senior:Mid:Junior 3:4:2
Product:Engineering 1:10
QA:Engineering 1.5:10

DORA Metrics Targets

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%

Success Indicators

Area Target
System uptime >99.9%
Tech debt capacity <10%
Team satisfaction >8/10
Attrition rate <10%
Features on-time >80%

Red Flags

  • Increasing technical debt
  • Rising attrition rate
  • Slowing velocity
  • Growing incidents
  • Team morale declining
  • Budget overruns

Integration

Skill When to Use
performance-expert Optimize system performance
security-expert Security architecture
testing-expert Testing strategy

Related

  • 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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/shipshitdev-skills-cto-advisor/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

shipshitdev-skills-cto-advisor.ocm.jsonjson
{
  "ocm": "1",
  "id": "shipshitdev-skills-cto-advisor",
  "kind": "skill",
  "name": "cto-advisor",
  "description": "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`.",
  "publisher": "shipshitdev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "leadership",
      "engineering",
      "architecture",
      "strategy",
      "metrics",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "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`."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/shipshitdev/skills",
      "path": "skills/cto-advisor/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/shipshitdev/skills/blob/HEAD/skills/cto-advisor/SKILL.md",
      "key": "shipshitdev/skills/skills/cto-advisor/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# CTO Advisor\n\n## When This Activates\n\n- User mentions CTO, technical leadership, or engineering leadership\n- User asks how much of the engineering budget to spend paying debt down —\n  the portfolio-level call, not the codebase inventory (`tech-debt` owns that)\n- User needs team scaling or hiring plans\n- User wants architecture decisions or ADRs\n- User asks about engineering metrics or DORA metrics\n- User needs technology evaluation or vendor selection\n\n## Quick Start\n\n### Tech Debt Assessment\n\n```bash\npython scripts/tech_debt_analyzer.py\n```\n\n### Team Scaling Planning\n\n```bash\npython scripts/",
  "cost": {
    "context_tokens": 610
  }
}

Fetch it by URL: GET /api/v1/registry/shipshitdev-skills-cto-advisor/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.