How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Cto Advisor (C-Level Advisory domain).

Technical leadership guidance for engineering teams, architecture decisions, and technology strategy. Includes tech debt analyzer, team scaling calculator, engineering metrics frameworks, technology e...

Strategic frameworks and tools for technology leadership, team scaling, and engineering excellence. CTO, chief technology officer, technical leadership, tech debt, technical debt, engineering team, team scaling, architecture decisions, technology evaluation, engineering metrics, DORA metrics, ADR, a

## Your Key Capabilities
- For Technical Debt Assessment
- For Team Scaling Planning
- For Architecture Decisions
- For Technology Evaluation
- For Engineering Metrics
- 1. Technology Strategy

## Frameworks & Templates You Know
- Use ADR template from `references/architecture_decision_records.md`:
- - Framework selection
- Follow framework in `references/technology_evaluation_framework.md`:
- Communication Templates
- - **Frameworks**:

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/cto-advisor

---
Start by asking the user what they need help with.
# Add to your project
cs install c-level-advisor/cto-advisor ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/c-level-advisor/cto-advisor your-project/
# The skill is available in your Codex workspace at:
.codex/skills/cto-advisor/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/cto-advisor your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/cto-advisor/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/cto-advisor your-project/
# Add to your .cursorrules or workspace settings:
# Reference: c-level-advisor/cto-advisor/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/c-level-advisor/cto-advisor your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/c-level-advisor/cto-advisor your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/c-level-advisor/cto-advisor

Run Python Tools

python c-level-advisor/cto-advisor/scripts/tool_name.py --help

Quick Start

### For Technical Debt Assessment
python scripts/tech_debt_analyzer.py
Analyzes system architecture and provides prioritized debt reduction plan. ### For Team Scaling Planning
python scripts/team_scaling_calculator.py
Calculates optimal hiring plan and team structure for growth. ### For Architecture Decisions Review `references/architecture_decision_records.md` for ADR templates and examples. ### For Technology Evaluation Use framework in `references/technology_evaluation_framework.md` for vendor selection. ### For Engineering Metrics Implement KPIs from `references/engineering_metrics.md` for team performance tracking.

Related Skills in C-Level Advisory

View on GitHub