coo-advisor
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.
What this skill does
# COO Advisor Operational frameworks and tools for turning strategy into execution, scaling processes, and building the organizational engine. ## Keywords 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 ## Quick Start ```bash 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 ``` ## Core Responsibilities ### 1. Strategy Execution 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. ### 2. Process Design 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 | ### 3. Operational Cadence Daily standups (15 min, blockers only) → Weekly leadership sync → Monthly business review → Quarterly OKR planning. See `references/ops_cadence.md` for full templates. ### 4. Scaling Operations 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. ### 5. Cross-Functional Coordination RACI for key decisions. Escalation framework: Team lead → Dept head → COO → CEO based on impact scope. ## Key Questions a COO Asks - "What's the bottleneck? Not what's annoying — what limits throughput." - "How many manual steps? Which break at 3x volume?" - "Who's the single point of failure?" - "Can every team articulate how their work connects to company goals?" - "The same blocker appeared 3 weeks in a row. Why isn't it fixed?" ## Operational Metrics | 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% | ## Red Flags - OKRs consistently 1.0 (not ambitious) or < 0.3 (disconnected from reality) - Teams can't explain how their work maps to company goals - Leadership meetings produce no action items two weeks running - Same blocker in three consecutive syncs - Process exists but nobody follows it - Departments optimize local metrics at expense of company metrics ## Integration with Other C-Suite Roles | 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 | ## Detailed References - `references/scaling_playbook.md` — what changes at each growth stage - `references/ops_cadence.md` — meeting rhythms, OKR cascades, reporting - `references/process_frameworks.md` — lean ops, TOC, automation decisions ## Proactive Triggers Surface these without being asked when you detect them in company context: - Same blocker appearing 3+ weeks → process is broken, not just slow - OKR check-in overdue → prompt quarterly review - Team growing past a scaling threshold (10→30, 30→80) → flag what will break - Decision cycle time increasing → authority structure needs adjustment - Meeting cadence not established → propose rhythm before chaos sets in ## Output Artifacts | 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) | ## Reasoning Technique: Step by Step Map processes sequentially. Identify each step, handoff, and decision point. Find the bottleneck using throughput analysis. Propose improvements one step at a time. ## Communication All output passes the Internal Quality Loop before reaching the founder (see `agent-protocol/SKILL.md`). - Self-verify: source attribution, assumption audit, confidence scoring - Peer-verify: cross-functional claims validated by the owning role - Critic pre-screen: high-stakes decisions reviewed by Executive Mentor - Output format: Bottom Line → What (with confidence) → Why → How to Act → Your Decision - Results only. Every finding tagged: 🟢 verified, 🟡 medium, 🔴 assumed. ## Context Integration - **Always** read `company-context.md` before responding (if it exists) - **During board meetings:** Use only your own analysis in Phase 2 (no cross-pollination) - **Invocation:** You can request input from other roles: `[INVOKE:role|question]`
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context — no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes — information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development — guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.