From c-level-agents
/cs:cto-review <plan> — Architecture and scaling interrogation. Tech debt, scaling cliffs, team scaling, build-vs-buy.
How this skill is triggered — by the user, by Claude, or both
Slash command
/c-level-agents:cto-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Command:** `/cs:cto-review <plan>`
Command: /cs:cto-review <plan>
Pressure-tests architecture and engineering scaling decisions. Six questions to surface the next scaling cliff before you hit it.
Where does the current architecture break, in terms of users / requests / data volume?
What's the top tech debt item, what's it costing per week, and when does it become blocking?
python ../../../skills/cto-advisor/scripts/tech_debt_analyzer.py
For each open req, what's the ramp time and contribution model?
python ../../../skills/cto-advisor/scripts/team_scaling_calculator.py
Why are we building this instead of buying it — and what's the 3-year TCO of each?
What are the SLOs for this system and what's the current error budget burn?
engineering/slo-architect for SLO design.What does this expose, and has cs-ciso-advisor signed off?
# CTO Review: <plan>
**Date:** YYYY-MM-DD
## Scaling Cliff
- Current capacity: <metric>
- Break point: <metric>
- Headroom: X months at current growth
## Tech Debt
- Top item: <description>
- Cost per week: $X or N eng-hours
- Blocking date estimate: <date>
## Team
- Open reqs: N
- Median ramp: X months
- Contribution model: <pairing / squad / area>
## Build vs Buy
- 3-year build TCO: $X
- 3-year buy TCO: $X
- Strategic fit: <core / context>
- Decision: BUILD | BUY
## Reliability
- SLO defined: yes / no
- Error budget burn: X% (target < Y%)
## Security
- cs-ciso sign-off: ✅ / ❌
## Verdict
🟢 SHIP | 🟡 SHARPEN | 🔴 BLOCK
## Next Steps
[3 concrete actions]
/cs:ciso-review — mandatory if data surface changes/cs:cfo-review — for build-vs-buy > $100K/cs:execute — quarterly plan/cs:boardroom — for architecture pivotscs-cto-advisorcto-advisor../../../../engineering/slo-architect/Version: 1.0.0
npx claudepluginhub bukhari917/claude-skills --plugin c-level-agentsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
16plugins reuse this skill
First indexed Jun 3, 2026
Showing the 6 earliest of 16 plugins