- mkdocs.yml: Material theme with dark/light mode, search, tabs, sitemap - scripts/generate-docs.py: auto-generates docs from all SKILL.md files - docs/index.md: landing page with domain overview and quick install - docs/getting-started.md: installation guide for Claude Code, Codex, OpenClaw - docs/skills/: 170 skill pages + 9 domain index pages - .github/workflows/static.yml: MkDocs build + GitHub Pages deploy - .gitignore: exclude site/ build output Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
53 lines
1.9 KiB
Markdown
53 lines
1.9 KiB
Markdown
---
|
|
title: "C-Level Advisory Ecosystem"
|
|
description: "C-Level Advisory Ecosystem - Claude Code skill from the C-Level Advisory domain."
|
|
---
|
|
|
|
# C-Level Advisory Ecosystem
|
|
|
|
**Domain:** C-Level Advisory | **Skill:** `c-level-advisor` | **Source:** [`c-level-advisor/SKILL.md`](https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/SKILL.md)
|
|
|
|
---
|
|
|
|
|
|
# C-Level Advisory Ecosystem
|
|
|
|
A complete virtual board of directors for founders and executives.
|
|
|
|
## Quick Start
|
|
|
|
```
|
|
1. Run /cs:setup → creates company-context.md (all agents read this)
|
|
2. Ask any strategic question → Chief of Staff routes to the right role
|
|
3. For big decisions → /cs:board triggers a multi-role board meeting
|
|
```
|
|
|
|
## What's Included
|
|
|
|
### 10 C-Suite Roles
|
|
CEO, CTO, COO, CPO, CMO, CFO, CRO, CISO, CHRO, Executive Mentor
|
|
|
|
### 6 Orchestration Skills
|
|
Founder Onboard, Chief of Staff (router), Board Meeting, Decision Logger, Agent Protocol, Context Engine
|
|
|
|
### 6 Cross-Cutting Capabilities
|
|
Board Deck Builder, Scenario War Room, Competitive Intel, Org Health Diagnostic, M&A Playbook, International Expansion
|
|
|
|
### 6 Culture & Collaboration
|
|
Culture Architect, Company OS, Founder Coach, Strategic Alignment, Change Management, Internal Narrative
|
|
|
|
## Key Features
|
|
|
|
- **Internal Quality Loop:** Self-verify → peer-verify → critic pre-screen → present
|
|
- **Two-Layer Memory:** Raw transcripts + approved decisions only (prevents hallucinated consensus)
|
|
- **Board Meeting Isolation:** Phase 2 independent analysis before cross-examination
|
|
- **Proactive Triggers:** Context-driven early warnings without being asked
|
|
- **Structured Output:** Bottom Line → What → Why → How to Act → Your Decision
|
|
- **25 Python Tools:** All stdlib-only, CLI-first, JSON output, zero dependencies
|
|
|
|
## See Also
|
|
|
|
- `CLAUDE.md` — full architecture diagram and integration guide
|
|
- `agent-protocol/SKILL.md` — communication standard and quality loop details
|
|
- `chief-of-staff/SKILL.md` — routing matrix for all 28 skills
|