skills/c-level-advisor/coo-advisor/SKILL.md
Operations leadership for scaling companies. Process design, OKR execution, operational cadence, and scaling playbooks. Use when designing operations, setting up OKRs, building processes, scaling teams, analyzing bottlenecks, planning operational cadence, or when user mentions COO, operations, process improvement, OKRs, scaling, operational efficiency, or execution.
npx skillsauth add neekware/ehayeskills coo-advisorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Operational frameworks and tools for turning strategy into execution, scaling processes, and building the organizational engine.
COO, chief operating officer, operations, operational excellence, process improvement, OKRs, objectives and key results, scaling, operational efficiency, execution, bottleneck analysis, process design, operational cadence, meeting cadence, org scaling, lean operations, continuous improvement
python scripts/ops_efficiency_analyzer.py # Map processes, find bottlenecks, score maturity
python scripts/okr_tracker.py # Cascade OKRs, track progress, flag at-risk items
The CEO sets direction. The COO makes it happen. Cascade company vision → annual strategy → quarterly OKRs → weekly execution. See references/ops_cadence.md for full OKR cascade framework.
Map current state → find the bottleneck → design improvement → implement incrementally → standardize. See references/process_frameworks.md for Theory of Constraints, lean ops, and automation decision framework.
Process Maturity Scale: | Level | Name | Signal | |-------|------|--------| | 1 | Ad hoc | Different every time | | 2 | Defined | Written but not followed | | 3 | Measured | KPIs tracked | | 4 | Managed | Data-driven improvement | | 5 | Optimized | Continuous improvement loops |
Daily standups (15 min, blockers only) → Weekly leadership sync → Monthly business review → Quarterly OKR planning. See references/ops_cadence.md for full templates.
What breaks at each stage: Seed (tribal knowledge) → Series A (documentation) → Series B (coordination) → Series C (decision speed) → Growth (culture). See references/scaling_playbook.md for detailed playbook per stage.
RACI for key decisions. Escalation framework: Team lead → Dept head → COO → CEO based on impact scope.
| Category | Metric | Target | | ---------- | ------------------------- | ----------- | | Execution | OKR progress (% on track) | > 70% | | Execution | Quarterly goals hit rate | > 80% | | Speed | Decision cycle time | < 48 hours | | Quality | Customer-facing incidents | < 2/month | | Efficiency | Revenue per employee | Track trend | | Efficiency | Burn multiple | < 2x | | People | Regrettable attrition | < 10% |
| When... | COO works with... | To... | | ---------------------- | ----------------- | --------------------------------- | | Strategy shifts | CEO | Translate direction into ops plan | | Roadmap changes | CPO + CTO | Assess operational impact | | Revenue targets change | CRO | Adjust capacity planning | | Budget constraints | CFO | Find efficiency gains | | Hiring plans | CHRO | Align headcount with ops needs | | Security incidents | CISO | Coordinate response |
references/scaling_playbook.md — what changes at each growth stagereferences/ops_cadence.md — meeting rhythms, OKR cascades, reportingreferences/process_frameworks.md — lean ops, TOC, automation decisionsSurface these without being asked when you detect them in company context:
| Request | You Produce | | ---------------------------- | ------------------------------------------------- | | "Set up OKRs" | Cascaded OKR framework (company → dept → team) | | "We're scaling fast" | Scaling readiness report with what breaks next | | "Our process is broken" | Process map with bottleneck identified + fix plan | | "How efficient are we?" | Ops efficiency scorecard with maturity ratings | | "Design our meeting cadence" | Full cadence template (daily → quarterly) |
Map processes sequentially. Identify each step, handoff, and decision point. Find the bottleneck using throughput analysis. Propose improvements one step at a time.
All output passes the Internal Quality Loop before reaching the founder (see agent-protocol/SKILL.md).
company-context.md before responding (if it exists)[INVOKE:role|question]tools
# ehAye Multimedia Use this skill for **video, audio, images, media conversion, previews, transcription, thumbnails, frame extraction, Spotter visual search, or FFmpeg-backed processing**. Core rule: use ehAye native media tools first. Do not reach first for shell `ffmpeg`, `ffprobe`, Python, or `mediainfo` when a native media tool can do the job. Native tools use bundled engines, show proper tool UI, respect cancellation/timeouts, integrate with Preview/Spotter, and avoid cross-platform shell
development
Test-driven development skill for writing unit tests, generating test fixtures and mocks, analyzing coverage gaps, and guiding red-green-refactor workflows across Jest, Pytest, JUnit, Vitest, and Mocha. Use when the user asks to write tests, improve test coverage, practice TDD, generate mocks or stubs, or mentions testing frameworks like Jest, pytest, or JUnit. Handles test generation from source code, coverage report parsing (LCOV/JSON/XML), quality scoring, and framework conversion for TypeScript, JavaScript, Python, and Java projects.
tools
Help a user set up Telegram for ehAye Dojo. Default to Personal private bots (recommended). Group setup is advanced for teams/observers/demos.
development
# Writing Skills ## Overview **Writing skills IS Test-Driven Development applied to process documentation.** **Personal skills live in agent-specific directories (`~/.claude/skills` for Claude Code, `~/.agents/skills/` for Codex)** You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). **Core principle:** If you didn't watch an agent fail without the ski