claudeers.

🔓 unclaimed — this page was auto-generated from GitHub. Are you the creator?

Claim this page →
// Automation & Workflows

claude-cto-team

Your personal CTO Team for Claude Code . These Subagents will help you challenging yourself while you plan and execute.

Dormant
45/100
last commit 7 months ago
last release none
releases 0
open issues 12
// install
git clone https://github.com/alirezarezvani/claude-cto-team

Claude Code Custom CTO Team - AI-Powered Technical Leadership Agents

Your personal CTO Team for Claude Code - Custom AI subagents that provide strategic technical leadership, system architecture design, and brutally honest feedback on your technical decisions.

Transform how you plan and execute software projects with three specialized AI agents that challenge your thinking, design scalable architectures, and validate your roadmaps before you commit resources.


Why Use Claude Code CTO Team?

  • Strategic Technical Guidance: Get CTO-level advice on architecture, technology stack, and implementation roadmaps
  • Honest Feedback: Receive ruthless validation of your plans before costly mistakes
  • Multi-Domain Expertise: ML/AI integration, cloud infrastructure, full-stack development, and scalability planning
  • Faster Decision Making: Route complex technical questions to the right specialist instantly

Quick Start Commands

Once installed, use these slash commands to instantly access CTO-level guidance:

CommandWhat It DoesExample
/validateRuthlessly validate your plans/validate my Q2 roadmap
/designDesign system architecture/design notification system for 100K users
/decideGet help with build vs buy decisions/decide should we use Auth0 or build custom auth
/ctoGeneral CTO guidance/cto our app is slow, users complaining

The Three-Agent System

AgentRoleBest For
cto-orchestratorCoordinator & RouterVague requirements, multi-domain projects, unclear where to start
cto-architectSystem DesignerNew architecture, "How should I build X?", technology decisions, roadmaps
strategic-cto-mentorRuthless ValidatorValidating plans, build vs buy, prioritization, need honest feedback

Agent Capabilities

cto-orchestrator (Sonnet)

The intelligent entry point for complex technical requests. Challenges vague buzzwords, clarifies requirements, and routes work to the right specialist.

Example triggers:

  • "I want to add AI capabilities to my app"
  • "Here's my Q2 roadmap, what do you think?"
  • "Our app is slow and users are complaining"

cto-architect (Opus)

Designs comprehensive system architectures and implementation roadmaps with 15+ years of simulated experience in scalable web/mobile applications with ML/AI integration.

Core expertise:

  • Full-stack: React, NextJS, Node.js, React Native, Swift, Kotlin
  • Backend: Microservices, PostgreSQL, GraphQL, REST APIs
  • ML/AI: Real-time CV pipelines, model serving, vector databases, RAG systems
  • Infrastructure: Kubernetes, Docker, AWS/GCP, multi-region deployments

Deliverables:

  • Executive summary with budget estimates
  • System architecture with component diagrams
  • Technology stack with explicit trade-off analysis
  • Phased implementation roadmap with validation checkpoints
  • Risk assessment and mitigation strategies

strategic-cto-mentor (Opus)

Ruthless CTO mentor who stress-tests your ideas until they're bulletproof. Simulates 20+ years of experience with hard lessons from both failed and successful ventures.

Seven-Dimension Evaluation Framework:

  1. Business Impact
  2. Technical Risk
  3. Operational Risk
  4. Financial Risk
  5. Timeline Risk
  6. Team Risk
  7. Market Risk

Anti-patterns Identified:

  • Premature Optimization Trap
  • Shiny Object Syndrome
  • Technical Debt Denial
  • Consensus Paralysis
  • Hero Culture
  • Build Trap
  • Timeline Fantasy

How the Agents Collaborate

User Request
     │
     ▼
┌─────────────────────────────────────────┐
│          cto-orchestrator               │
│  Clarifies → Challenges → Routes        │
└────────────────┬────────────────────────┘
                 │
    ┌────────────┴────────────┐
    ▼                         ▼
┌───────────────┐    ┌─────────────────────┐
│ cto-architect │    │ strategic-cto-mentor│
│   (Design)    │───▶│    (Validate)       │
└───────────────┘    └─────────────────────┘

Design → Validate: Architect creates design, mentor stress-tests it Validate → Design: Mentor identifies flaws, architect revises

Slash Commands

The CTO Team includes 4 custom slash commands for quick access to common CTO workflows:

/validate - Strategic Validation

Ruthlessly validate plans, roadmaps, or proposals before committing resources.

/validate my Q2 roadmap: migrate to microservices, add real-time features, launch mobile app

Output: 8-section validation report with verdict (GOOD / NEEDS MAJOR WORK / BAD), critical flaws, blindspots, and concrete next steps.

/design - Architecture Design

Design comprehensive system architecture with technology recommendations.

/design real-time notification system for e-commerce platform with 100K users

Output: Executive summary, system architecture, technology stack with trade-offs, implementation roadmap, risk assessment.

/decide - Strategic Decisions

Get help with build vs buy, technology choices, and prioritization dilemmas.

/decide should we use OpenAI API or host our own LLM for customer support chatbot

Output: Decision framework, TCO analysis, risk assessment, clear recommendation with rationale.

/cto - General Guidance

General CTO-level guidance for complex or vague requests.

/cto we want to add AI capabilities to improve customer retention

Output: Clarifying questions, routed to appropriate specialist, structured recommendations.

Skills

The CTO Team includes 12 specialized skills that enhance agent capabilities:

Orchestrator Skills (cto-orchestrator)

SkillPurpose
request-analyzerClassifies requests, detects vagueness, suggests routing
clarification-protocolGenerates targeted clarifying questions
delegation-prompt-crafterCreates structured prompts for specialist agents
cost-estimatorInfrastructure and development cost estimation

Architect Skills (cto-architect)

SkillPurpose
architecture-pattern-selectorSelect between Monolith, Microservices, Serverless
roadmap-generatorPhased implementation plans with Epic/Story breakdown
tech-stack-recommenderTechnology stack selection by project type
scalability-advisorScaling stages and capacity planning
ml-cv-specialistML system design and model selection

Mentor Skills (strategic-cto-mentor)

SkillPurpose
assumption-challengerStress-test implicit assumptions in plans
antipattern-detectorDetect common failure patterns
validation-report-generator8-section validation reports with verdicts

Skills are automatically discovered and used by agents based on context.

Prerequisites

Before installing the CTO Team plugin, ensure you have:

  • Claude Code CLI installed and configured
  • An active Anthropic API key or Claude Pro/Max subscription

Installation

Install directly from GitHub with a single command:

claude /plugin install alirezarezvani/claude-cto-team

This installs agents, slash commands, and skills globally - available in all your projects!

Option 2: Clone to Project

If you prefer project-specific installation:

# Clone the repository
git clone https://github.com/alirezarezvani/claude-cto-team.git

# Copy the plugin components to your project's .claude folder
cp -r claude-cto-team/agents /path/to/your/project/.claude/
cp -r claude-cto-team/commands /path/to/your/project/.claude/
cp -r claude-cto-team/skills /path/to/your/project/.claude/

Plugin Structure

claude-cto-team/
├── .claude-plugin/
│   └── plugin.json            # Plugin manifest
├── agents/                    # AI subagents
│   ├── cto-architect.md
│   ├── cto-orchestrator.md
│   └── strategic-cto-mentor.md
├── commands/                  # Slash commands
│   ├── cto.md
│   ├── decide.md
│   ├── design.md
│   └── validate.md
└── skills/                    # Agent skills
    ├── architecture-pattern-selector/
    ├── assumption-challenger/
    ├── antipattern-detector/
    ├── clarification-protocol/
    ├── cost-estimator/
    ├── delegation-prompt-crafter/
    ├── ml-cv-specialist/
    ├── request-analyzer/
    ├── roadmap-generator/
    ├── scalability-advisor/
    ├── tech-stack-recommender/
    └── validation-report-generator/

The agents and commands are automatically available in Claude Code after installation.

Usage Examples

Architecture Design Request

"I want to build a mobile app that uses computer vision to identify plants. We expect 100K users in the first year."

→ Routes to cto-architect for comprehensive architecture design with ML pipeline recommendations

Strategic Plan Validation

"Here's my draft Q2 roadmap: migrate to Kubernetes, implement real-time features, refactor payments, launch mobile app."

→ Routes to strategic-cto-mentor for ruthless stress-testing and timeline reality check

Build vs Buy Decision

"Should we use OpenAI's API or host our own LLM? We're processing 50K conversations per month."

→ Routes to strategic-cto-mentor for TCO analysis and trade-off evaluation

Author

Alireza Rezvani

Contributing

Contributions are welcome! If you have ideas for improving these agents or want to add new capabilities:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/new-agent)
  3. Commit your changes (git commit -m 'Add new agent capability')
  4. Push to the branch (git push origin feature/new-agent)
  5. Open a Pull Request

Support This Project

If this project saved you time or helped you make better technical decisions, consider supporting its continued development:

Buy me a book

A star on GitHub also helps others discover this project:

License

MIT License - Alireza Rezvani


Found this useful? Share it with your network and help others discover AI-powered technical leadership for Claude Code!

// compatibility

Platformscli, api, web, mobile
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguagePython

// faq

What is claude-cto-team?

Your personal CTO Team for Claude Code . These Subagents will help you challenging yourself while you plan and execute. . It is open-source on GitHub.

Is claude-cto-team free to use?

claude-cto-team is open-source under the MIT license, so it is free to use.

What category does claude-cto-team belong to?

claude-cto-team is listed under data in the Claudeers registry of Claude-compatible tools.

0 views
104 stars
unclaimed
updated 15 days ago

// embed badge

claude-cto-team on Claudeers
[![Claudeers](https://claudeers.com/api/badge/claude-cto-team.svg)](https://claudeers.com/claude-cto-team)

// retro hit counter

claude-cto-team hit counter
[![Hits](https://claudeers.com/api/counter/claude-cto-team.svg)](https://claudeers.com/claude-cto-team)

// reviews

// guestbook

0/500

// related in Automation & Workflows

🔓

The agent that grows with you

// automationNousResearch/Python211,605MIT[ claude ]
🔓

The API to search, scrape, and interact with the web at scale. 🔥

// automationfirecrawl/TypeScript143,720AGPL-3.0[ claude ]
🔓

🌐 Make websites accessible for AI agents. Automate tasks online with ease.

// automationbrowser-use/Python103,709MIT[ claude ]
🔓

An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message…

// automationbytedance/Python76,016MIT[ claude ]
→ see how claude-cto-team connects across the ecosystem