1.3 KiB
1.3 KiB
C-Level Advisory — Codex CLI Instructions
When working on executive or strategic tasks, use the C-level advisory system:
Routing
- Start with
c-level-advisor/chief-of-staff/SKILL.md— it routes to the right executive role - For onboarding: Run
c-level-advisor/cs-onboard/SKILL.mdto create company-context.md - For big decisions: Use
c-level-advisor/board-meeting/SKILL.mdfor multi-role deliberation
Python Tools
All scripts in c-level-advisor/*/scripts/ are stdlib-only and CLI-first:
python3 c-level-advisor/cfo-advisor/scripts/burn_rate_calculator.py --help
python3 c-level-advisor/cto-advisor/scripts/tech_debt_analyzer.py --help
python3 c-level-advisor/ciso-advisor/scripts/risk_quantifier.py --help
Key Skills by Task
| Task | Skill |
|---|---|
| Strategy questions | chief-of-staff (routes) |
| Tech decisions | cto-advisor |
| Financial analysis | cfo-advisor |
| Product strategy | cpo-advisor |
| Marketing strategy | cmo-advisor |
| Security risk | ciso-advisor |
| Operations | coo-advisor |
| Revenue growth | cro-advisor |
| Hiring/culture | chro-advisor |
| Hard decisions | executive-mentor |
Rules
- Run cs-onboard first to create company-context.md
- Load only 1-2 skills per request — don't bulk-load
- Use Python tools for quantitative analysis