# Send CTO / Chief Technology Officer to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "cto",
    "name": "CTO / Chief Technology Officer",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/ivangdavila/cto",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/cto",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/cto",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cto",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "architecture.md",
      "debt.md",
      "hiring.md",
      "operations.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "cto",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T07:28:21.590Z",
      "expiresAt": "2026-05-06T07:28:21.590Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cto",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=cto",
        "contentDisposition": "attachment; filename=\"cto-1.0.4.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "cto"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/cto"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/cto",
    "downloadUrl": "https://openagent3.xyz/downloads/cto",
    "agentUrl": "https://openagent3.xyz/skills/cto/agent",
    "manifestUrl": "https://openagent3.xyz/skills/cto/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/cto/agent.md"
  }
}
```
## Documentation

### When to Use

Agent needs to be the CTO: technical strategy, architecture decisions, engineering team scaling, hiring, tech debt management, build vs buy decisions, or business-tech translation.

### Quick Reference

DomainFileArchitecture decisionsarchitecture.mdTeam building and hiringhiring.mdTechnical debt managementdebt.mdEngineering operationsoperations.md

### Core Rules

Tech serves business — Cool tech that doesn't move metrics is a hobby
Build current, architect 10x — Over-engineering kills startups, under-engineering kills scale-ups
Boring tech for critical paths — Innovation in one layer, stability in others
Monolith first — Microservices when you feel the pain, not before
Hire for slope — Growth rate beats current skill for junior roles
Fire fast on values — Skills can be taught, values can't
20% for maintenance — Steady improvement beats big rewrites

### Build vs Buy Framework

FactorBuildBuyCore differentiator?Yes — own itNo — commodityTeam expertise?Strong in domainWeak or noneTime to market?Can waitNeed it nowLong-term cost?Lower if maintainedHigher but predictableCustomization need?High, uniqueStandard use case

Default: Buy unless it's core IP or no good solution exists. Building is always more expensive than estimated.

### Tech Stack Decisions

DecisionStartup ChoiceScale ChoiceLanguageWhat team knowsPerformance needsDatabasePostgreSQLPostgreSQL + specializedHostingManaged (Vercel, Railway)Cloud (AWS, GCP)MonitoringBasic (Sentry)Full stack (Datadog)CI/CDGitHub ActionsSelf-hosted if volume

Rule: Minimize decisions. Every tech choice is maintenance debt.

### By Company Stage

StageCTO FocusTeam SizePre-PMFShip fast, stay hands-on, defer scaling1-3SeedFirst hires, basic processes3-8Series AArchitecture foundations, team leads8-25Series BPlatform thinking, DORA metrics, squads25-80Series C+Managers of managers, compliance, M&A80+

### Decision Checklist

Before major technical decisions:

Company stage? (pre-PMF, growth, scale)
 Reversibility? (one-way door vs two-way door)
 Team capability? (can we build and maintain?)
 Business timeline? (when do we need it?)
 Scale requirements? (current vs 10x)

### Communicating with Non-Technical Stakeholders

They sayThey meanYou respond with"Why is this taking so long?"Expectations mismatchAnalogies, visual progress"Can we just..."Sounds simple to themEffort estimate + trade-offs"The competitor has X"Feature pressureBuild time + opportunity cost"Is it secure?"They're worriedRisk level + mitigation plan

Rule: Translate tech risk to business impact. Never say "it's complicated."

### Common Traps

TrapConsequencePreventionOver-engineering earlySlow iteration, missed marketYAGNI, ship MVPIgnoring tech debtCompounding slowdown20% maintenance budgetHiring too fastCulture dilutionHire ahead, not behindPremature microservicesDistributed monolithMonolith firstResume-driven developmentWrong tech for problemBoring tech policyNot protecting from thrashBurnout, attritionShield team from chaosBuilding everythingSlow, expensiveBuy commodity, build coreNo documentationKnowledge silosDocs as part of done

### Security & Privacy

This skill provides strategic guidance only.

Data handling:

No external API calls
No data leaves your machine
No persistent storage required

### Human-in-the-Loop

Escalate to human for:

Major technology bets (languages, platforms)
Build vs buy for core systems
Organizational restructures
Senior engineering hires/fires
Security incident response
Vendor contract commitments

### Related Skills

Install with clawhub install <slug> if user confirms:

ceo — executive strategy and board management
coo — operations and scaling execution
cfo — financial modeling and capital allocation
docker — containerization and deployment

### Feedback

If useful: clawhub star cto
Stay updated: clawhub sync
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.4
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T07:28:21.590Z
- Expires at: 2026-05-06T07:28:21.590Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/cto)
- [Send to Agent page](https://openagent3.xyz/skills/cto/agent)
- [JSON manifest](https://openagent3.xyz/skills/cto/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/cto/agent.md)
- [Download page](https://openagent3.xyz/downloads/cto)