(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-P2ZXD65'); window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-17891629721'); window.addEventListener('message', function(e) { if (e.data.event && e.data.event === 'calendly.event_scheduled') { gtag('event', 'conversion', {'send_to': 'AW-17891629721/J7m2CLXxmaMcEJm1stNC'}); } }); :root { --charcoal: #1C1C1C; --charcoal-light: #2A2A2A; --cream: #FAF8F5; --warm-white: #FFFFFF; --green: #1B4332; --green-light: #2D6A4F; --green-muted: #40916C; --green-pale: rgba(27,67,50,0.06); --gold: #B8860B; --text: #1A1A1A; --text-muted: #5A5A5A; --text-light: #888; --border: #E5E0D8; --red: #C53030; } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Lora', Georgia, serif; color: var(--text); background: var(--cream); line-height: 1.75; font-size: 17px; -webkit-font-smoothing: antialiased; } /* NAV */ .site-nav { background: var(--charcoal); padding: 0 2rem; position: sticky; top: 0; z-index: 100; border-bottom: 3px solid var(--green); } .nav-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; height: 68px; } .nav-brand { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 1.15rem; color: #fff; text-decoration: none; } .nav-brand span { color: var(--green-muted); font-weight: 400; font-size: 0.85rem; margin-left: 0.5rem; } .nav-cta { background: var(--green) !important; color: #fff !important; padding: 0.5rem 1.3rem; border-radius: 4px; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.85rem; text-decoration: none; transition: background 0.2s; } .nav-cta:hover { background: var(--green-light) !important; } /* LAYOUT */ .container { max-width: 1100px; margin: 0 auto; padding: 0 2rem; } .section { padding: 5rem 0; } .section-alt { background: var(--warm-white); } .prose { max-width: 780px; margin: 0 auto; } .prose h2 { font-size: 1.6rem; font-weight: 700; margin: 2.5rem 0 1rem; } .prose p { margin-bottom: 1.2rem; } /* HERO */ .hero { background: var(--charcoal); padding: 6rem 2rem 5rem; text-align: center; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; top: -100px; right: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(27,67,50,0.12) 0%, transparent 70%); border-radius: 50%; pointer-events: none; } .hero-inner { max-width: 820px; margin: 0 auto; position: relative; z-index: 1; } .hero-label { font-family: 'Inter', sans-serif; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--green-muted); margin-bottom: 1.5rem; font-weight: 500; } .hero h1 { font-size: 2.8rem; font-weight: 700; line-height: 1.2; color: #fff; margin-bottom: 1.5rem; } .hero h1 em { font-style: normal; color: var(--green-muted); } .hero p { font-size: 1.15rem; color: #B0ACA5; line-height: 1.8; margin-bottom: 2.5rem; max-width: 680px; margin-left: auto; margin-right: auto; } .hero-sub { margin-top: 1rem; font-family: 'Inter', sans-serif; font-size: 0.8rem; color: #777; } /* BUTTONS */ .btn-primary { display: inline-block; background: var(--green); color: #fff; padding: 1rem 2.5rem; border-radius: 4px; text-decoration: none; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.95rem; letter-spacing: 0.02em; transition: background 0.2s, transform 0.15s; } .btn-primary:hover { background: var(--green-light); transform: translateY(-1px); } /* STATS BAR */ .stats-bar { background: var(--green); padding: 3rem 2rem; } .stats-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; text-align: center; } .stat-number { font-family: 'Inter', sans-serif; font-size: 2.4rem; font-weight: 700; color: #fff; } .stat-label { font-family: 'Inter', sans-serif; font-size: 0.75rem; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 0.3rem; } /* SECTION HEADERS */ .sh { text-align: center; margin-bottom: 3rem; } .sh .overline { font-family: 'Inter', sans-serif; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--green); font-weight: 600; margin-bottom: 0.8rem; } .sh h2 { font-size: 2rem; font-weight: 700; line-height: 1.3; } .sh p { max-width: 620px; margin: 1rem auto 0; color: var(--text-muted); font-size: 1rem; line-height: 1.75; } /* PROBLEM SECTION */ .problem-intro { max-width: 780px; margin: 0 auto; } .problem-intro p { font-size: 1.05rem; line-height: 1.85; margin-bottom: 1.3rem; color: var(--text); } .problem-intro strong { color: var(--text); } /* APPROACH STEPS */ .approach-steps { display: grid; gap: 1.5rem; margin: 2.5rem 0; max-width: 780px; margin-left: auto; margin-right: auto; } .approach-step { display: flex; gap: 1.5rem; align-items: flex-start; padding: 1.75rem 2rem; background: var(--warm-white); border: 1px solid var(--border); border-radius: 6px; } .approach-step__num { font-family: 'Inter', sans-serif; font-size: 1.4rem; font-weight: 700; color: var(--green); min-width: 2rem; flex-shrink: 0; } .approach-step__content {} .approach-step__title { font-weight: 600; font-size: 1.05rem; margin-bottom: 0.4rem; } .approach-step__desc { color: var(--text-muted); font-size: 0.92rem; line-height: 1.7; margin: 0; } /* DELIVERABLES GRID */ .deliverables-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 2rem; } .deliverable-card { background: var(--warm-white); border: 1px solid var(--border); border-radius: 6px; padding: 1.75rem; } .deliverable-card__num { font-family: 'Inter', sans-serif; font-size: 1.1rem; font-weight: 700; color: var(--green); margin-bottom: 0.6rem; } .deliverable-card__title { font-weight: 600; font-size: 1rem; margin-bottom: 0.5rem; } .deliverable-card__desc { color: var(--text-muted); font-size: 0.88rem; line-height: 1.65; } /* FIT GRID */ .fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 2rem; max-width: 780px; margin-left: auto; margin-right: auto; } .fit-item { background: var(--warm-white); border: 1px solid var(--border); border-radius: 6px; padding: 1.2rem 1.5rem; display: flex; gap: 1rem; align-items: flex-start; } .fit-check { color: var(--green); font-size: 1.1rem; font-weight: 700; flex-shrink: 0; margin-top: 0.1rem; } .fit-text { font-size: 0.92rem; color: var(--text); line-height: 1.6; } /* CALENDLY SECTION */ .book-section { background: var(--warm-white); padding: 5rem 2rem; } .book-section .sh { margin-bottom: 2rem; } .calendly-inline-widget { min-height: 680px; border-radius: 6px; overflow: hidden; } /* TESTIMONIALS */ .testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 2.5rem; } .testimonial { background: var(--warm-white); border: 1px solid var(--border); border-radius: 6px; padding: 2.5rem; } .testimonial blockquote { font-size: 1rem; line-height: 1.85; color: var(--text); margin-bottom: 1.5rem; font-style: italic; } .testimonial-author { font-family: 'Inter', sans-serif; font-size: 0.85rem; } .testimonial-author strong { color: var(--text); font-weight: 600; display: block; margin-bottom: 0.15rem; } .testimonial-author span { color: var(--text-muted); } /* FAQ */ .faq-list { max-width: 780px; margin: 0 auto; } .faq-item { padding: 1.5rem 0; border-bottom: 1px solid var(--border); } .faq-item:first-child { border-top: 1px solid var(--border); } .faq-q { font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 600; color: var(--text); margin-bottom: 0.75rem; } .faq-a { color: var(--text-muted); font-size: 0.95rem; line-height: 1.8; } /* CONTRAST GRID */ .contrast-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border: 1px solid var(--border); border-radius: 6px; overflow: hidden; margin: 2.5rem auto; max-width: 780px; } .contrast-col { padding: 2rem; } .contrast-col--yes { background: rgba(27,67,50,0.04); } .contrast-col--no { background: rgba(197,48,48,0.04); } .contrast-col__heading { font-family: 'Inter', sans-serif; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 1.2rem; } .contrast-list { list-style: none; padding: 0; } .contrast-list li { padding: 0.4rem 0; font-size: 0.92rem; display: flex; gap: 0.6rem; line-height: 1.5; } .li-check { color: var(--green); font-weight: 700; flex-shrink: 0; } .li-cross { color: var(--red); font-weight: 700; flex-shrink: 0; } /* BOTTOM CTA */ .bottom-cta { background: var(--charcoal); padding: 5rem 2rem; text-align: center; } .bottom-cta h2 { color: #fff; font-size: 2rem; margin-bottom: 1rem; } .bottom-cta p { color: #B0ACA5; max-width: 580px; margin: 0 auto 2.5rem; font-size: 1.05rem; line-height: 1.8; } .bottom-cta a { display: inline-block; background: var(--green); color: #fff; font-family: 'Inter', sans-serif; font-weight: 600; font-size: 0.95rem; padding: 1rem 2.5rem; border-radius: 4px; text-decoration: none; letter-spacing: 0.02em; transition: background 0.2s, transform 0.15s; } .bottom-cta a:hover { background: var(--green-light); transform: translateY(-1px); } /* FOOTER */ .site-footer { background: #111; padding: 2rem; color: #444; font-family: 'Inter', sans-serif; font-size: 0.78rem; text-align: center; } /* TRUST SIGNALS */ .hero-trust { font-family: 'Inter', sans-serif; font-size: 0.72rem; color: rgba(255,255,255,0.42); letter-spacing: 0.07em; text-transform: uppercase; margin-top: 1.8rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1); } .book-social-proof { text-align: center; margin-bottom: 1.75rem; } .book-social-proof p { font-family: 'Inter', sans-serif; font-size: 0.78rem; color: var(--text-muted); letter-spacing: 0.04em; text-transform: uppercase; margin: 0; } /* RESPONSIVE */ @media (max-width: 768px) { .hero h1 { font-size: 2rem; } .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; } .deliverables-grid { grid-template-columns: 1fr; } .fit-grid { grid-template-columns: 1fr; } .testimonials-grid { grid-template-columns: 1fr; } .contrast-grid { grid-template-columns: 1fr; } .approach-step { flex-direction: column; gap: 0.8rem; } } Skip to main content
Hire a Fractional COO

Hire Kamyar Shah as Your Fractional COO

Your company needs operational leadership but not a full-time COO. Kamyar Shah embeds in your executive team, builds the operating systems your company needs, and stays until they run without him. 25+ years. 650+ engagements. Companies from $2M to $100M.

Schedule a Conversation with Kamyar Shah
30 minutes. No pitch. No sales process.
Forbes Coaches Council · Inc. Magazine · 650+ Engagements · 25+ Years
25+
Years in Operations
650+
Client Engagements
90
Day Operating Plans
$2M–100M
Client Revenue Range

The Problem Kamyar Shah Solves

Growth-stage companies hit the same wall. Operations that worked at $2M are breaking at $10M. The founder is still the bottleneck — approving every decision, running every department, fighting every fire. The company cannot scale because it does not have operating infrastructure.

The answer is not more management consultants. Consultants deliver reports. They leave. Nothing changes. The answer is an operator who embeds in your team, builds the systems, trains the people to run them, and is accountable for the outcome.

That is what a fractional COO does. That is what Kamyar Shah does through World Consulting Group.

The Engagement

How Kamyar Shah Works

Every engagement follows the same model. No surprises. No scope creep. Designed to end.

01
Operations Diagnostic

Week 1–2. Full audit of your current operations — systems, team structure, reporting, bottlenecks, and decision flow. You get a clear picture of what is working and what is costing you growth.

02
90-Day Operating Plan

A prioritized execution plan — the specific systems, processes, and structural changes that will unlock growth. Not a strategy deck. A working plan with owners, milestones, and measurable outcomes.

03
Embedded Execution

Kamyar Shah runs the plan. Weekly executive team participation. Direct accountability for operational outcomes. Management reporting. Team development. Decision architecture that removes the founder from the bottleneck.

04
Transition and Exit

Every engagement is designed to end. The systems run without Kamyar. The team is capable. The company knows how to operate. If a full-time COO is the next step, Kamyar Shah helps define the role and hire for it.

Schedule a Conversation

30 Minutes with Kamyar Shah

No pitch. No proposal. One direct conversation about your operations and whether a fractional COO is the right move.

Forbes Coaches Council member · Inc. Magazine contributor · 650+ companies served across 25+ years

What You Get

Fractional COO Deliverables

Specific outcomes. Not advisory services. Not workshops. Operating infrastructure your company can run after Kamyar Shah leaves.

01
Operating Infrastructure

Documented processes, decision frameworks, and management systems your company can run without the founder in every loop.

02
Management Reporting

Weekly and monthly reporting cadences. The right metrics, tracked the right way, surfaced at the right level. No more flying blind.

03
Team Accountability

Performance frameworks, goal-setting, and the management culture that turns a team of individuals into an execution machine.

04
Vendor & Partner Ops

Third-party relationships rationalized. Contracts, SLAs, and performance expectations set. Operational risk reduced.

05
Scaling Architecture

The structural changes — org design, role clarity, span of control — that let the company grow to its next revenue tier without breaking.

06
Founder Liberation

The engagement ends when the founder is no longer the operational bottleneck. That is the only success criterion that matters.

Fit

Who This Engagement Is Right For

Company between $2M and $100M in revenue with an operational bottleneck that is limiting growth
Founder spending more than half their time on operations instead of growth, strategy, or sales
Team is capable but lacks the management infrastructure to execute consistently without constant founder involvement
Company has outgrown its current operating model and needs C-level leadership to get to the next stage
Leadership wants a fractional engagement that builds something permanent — not a retainer that creates dependency
Considering a full-time COO hire but not yet certain of the scope or whether the timing is right
The Decision

Fractional COO vs Full-Time COO

✓ Fractional COO (Kamyar Shah)
  • $5,000–$15,000/month — no equity, no benefits
  • Starts in 1–2 weeks
  • 650+ engagements of pattern recognition
  • Designed to end — you own the systems
  • No failed-hire risk ($0 severance)
  • COO-level execution, not advisory reports
✗ Full-Time COO Hire
  • $250K–$500K/year plus equity and benefits
  • 3–6 month recruitment process
  • One person's experience — not 650 engagements
  • Long ramp before contribution
  • 40% of executive hires fail within 18 months
  • Wrong hire = 12–18 months of disruption
Client Results

What Clients Say

"Kamyar Shah is an excellent COO. He would be an outstanding COO for your company, bringing nothing but success. His high level of expertise and self-confidence paired with solid leadership skills ensure the design and implementation of policies that promote positive company culture and vision."
Brenda Doles, RN, MBAPresident, HCRS, Inc.
"When we decided to dramatically increase the scale of our operations, we chose Kamyar for his experience and skills in Operations Management. His know-how in operations management, growth, and scaling has been indispensable in our effort and success."
Mark GriffinCEO and Owner, Great State Dental Lab LLC
Common Questions

Frequently Asked Questions

How much does a fractional COO cost?
Kamyar Shah's fractional COO engagements run $5,000–$15,000 per month depending on scope, company size, and time commitment. A full-time COO costs $250K–$500K annually before equity and benefits. The conversation to determine fit and scope takes 30 minutes.
How quickly can Kamyar Shah start?
Most engagements begin within 1–2 weeks of the initial conversation. There is no lengthy proposal or RFP process. One conversation is enough to determine fit and define scope.
What size companies does Kamyar Shah work with?
Growth-stage companies from $2M to $100M in revenue. The primary fit is companies that have outgrown their current operating model and need C-level operational leadership to reach their next stage.
How long does a typical engagement run?
Most engagements run 6–18 months. Every engagement is designed to end — Kamyar builds systems, trains the team to run them, and transitions out. The goal is your operational independence, not a long-term retainer.
How is a fractional COO different from a management consultant?
A consultant delivers a report. A fractional COO embeds in your executive team, owns operational execution, and is accountable for outcomes. Kamyar Shah does not recommend — he builds and runs. The difference shows in the results.

Ready to Remove the Operational Bottleneck?

Schedule a 30-minute conversation with Kamyar Shah. No pitch. No proposal. One direct conversation about your operations and whether a fractional COO is the right move.

Schedule a Conversation with Kamyar Shah
30 minutes. No pitch. No sales process.
📅 Schedule a Call with Kamyar Shah
window.addEventListener('scroll',function(){ var scrolled=(window.scrollY/(document.documentElement.scrollHeight-window.innerHeight))*100; var el=document.getElementById('stickyCta'); if(el){el.style.display=(scrolled>25&&window.innerWidth<=768)?'block':'none';} });