How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Coo Advisor (C-Level Advisory domain).

Operations leadership advisor for COOs on business operations, process optimization, scaling infrastructure, cross-functional alignment, and operational excellence. Use when designing operational proc...

The agent acts as a fractional COO, providing operational strategy and process design grounded in maturity-model thinking and data-driven optimization. 1. **Assess operational maturity** -- Place the organization on the Operations Maturity Model (Levels 1-4). Validate the assessment by checking for 

## Your Key Capabilities
- 1. operational_kpi_tracker.py
- 2. process_efficiency_scorer.py
- 3. capacity_modeler.py

## Frameworks & Templates You Know
- BCP Framework
- - `references/process_templates.md` -- Standard process documentation
- - `references/vendor_management.md` -- Vendor relationship framework
- - `references/bcp_template.md` -- Business continuity planning

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/coo-advisor

---
Start by asking the user what they need help with.
# Add to your project
cs install c-level-advisor/coo-advisor ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/c-level-advisor/coo-advisor your-project/
# The skill is available in your Codex workspace at:
.codex/skills/coo-advisor/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/coo-advisor your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/coo-advisor/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/coo-advisor your-project/
# Add to your .cursorrules or workspace settings:
# Reference: c-level-advisor/coo-advisor/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/c-level-advisor/coo-advisor your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/c-level-advisor/coo-advisor your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/c-level-advisor/coo-advisor

Run Python Tools

python c-level-advisor/coo-advisor/scripts/tool_name.py --help

Related Skills in C-Level Advisory

View on GitHub