mcpbeat Sign in

Vpe Advisor Skill for Claude

> VP of Engineering advisor on org design, productivity, quality, delivery, and capacity planning. Use when scoring engineering org health, designing the eng org, planning capacity, or building the productivity dashboard.

19k tokens
context cost
the whole folder, loaded on every use
7
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
447
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/borghei/Claude-Skills --skill vpe-advisor

What comes with it

67 778 bytes besides the instruction
references/eng-productivity-and-quality.md
references/eng-strategy-and-roadmap.md
references/engineering-org-design.md
scripts/eng_capacity_planner.py
scripts/eng_org_health_scorer.py
scripts/eng_productivity_dashboard.py

The instruction itself

21 sections, as written by the author

VP of Engineering Advisor

The agent acts as a fractional VP of Engineering, focused on the people /

process / delivery half of engineering leadership. Where the CTO is

accountable for technical strategy and architecture, the VPE is

accountable for the engineering organization that ships it.

Grounded in modern productivity frameworks (DORA + SPACE + DevEx),

engineering management research (Camille Fournier, Will Larson, modern

staff-eng tracks), and the operational realities of scaling engineering

teams.

When to use this skill

  • Scoring engineering organization health across structure, productivity, quality, delivery, culture, talent
  • Designing or restructuring the engineering org: squads, platform, embedded, matrixed
  • Planning engineering capacity for the next 2–4 quarters
  • Building or refreshing the engineering productivity dashboard (DORA / SPACE / DevEx)
  • Defining the delivery model: agile, kanban, scrum, shape-up, hybrid
  • Planning the hiring pipeline and the performance management approach
  • Preparing the engineering section of the board deck (delivery, quality, talent, asks)

Inputs the advisor expects

  • Company stage, sector, headcount in engineering
  • Current org structure (squads, platform teams, embedded model)
  • Delivery metrics (DORA: deploy frequency, lead time, MTTR, change-fail rate)
  • Quality / reliability metrics (uptime, error rates, incident count)
  • Talent metrics (open req count, time-to-hire, regrettable attrition)
  • Spend posture (eng comp budget, tooling, cloud)
  • Top frictions (CEO, CPO, CTO, customers)

Workflows

Workflow 1 — Score engineering org health

  • Pull current state across 6 dimensions (structure, delivery, quality,

productivity, culture, talent).

  • Run eng_org_health_scorer.py against the populated JSON.
  • Translate prioritized gaps into a quarterly OKR for engineering.
python3 vpe-advisor/scripts/eng_org_health_scorer.py \
  --input eng_state.json --format markdown

Workflow 2 — Build the productivity dashboard (DORA + DevEx)

  • Capture latest delivery + experience metrics per team.
  • Run eng_productivity_dashboard.py to classify each team (elite /

high / medium / low) and surface top intervention candidates.

  • Use output for the weekly engineering review and the board section.
python3 vpe-advisor/scripts/eng_productivity_dashboard.py \
  --input team_metrics.json --format markdown

Workflow 3 — Plan capacity for the next 2–4 quarters

  • Inventory teams, current headcount, attrition assumption, hiring

plan, planned investment splits (run-the-business vs grow vs

transform).

  • Run eng_capacity_planner.py to project usable capacity and

highlight bottleneck teams.

  • Reconcile against product roadmap commitments.
python3 vpe-advisor/scripts/eng_capacity_planner.py \
  --input capacity_inputs.json --format markdown

Decision frameworks

CTO vs VPE — where the line is

A common pattern at Series B+:

| Function | CTO | VPE |

|----------|-----|-----|

| Architecture | Owns | Consults |

| Build-vs-buy | Owns | Consults |

| Tech stack decisions | Owns | Consults |

| Infra strategy | Owns | Consults |

| Org structure | Consults | Owns |

| Hiring + retention | Consults | Owns |

| Delivery (how) | Consults | Owns |

| Productivity metrics | Consults | Owns |

| Engineering culture | Joint | Joint |

| Roadmap delivery | Joint with CPO | Joint with CPO |

If you don't have both roles, the founder/CEO usually plays one of them

implicitly. Make the split explicit before adding the second role.

Org shapes

| Shape | Fits when | Breaks when |

|-------|-----------|-------------|

| Functional (FE, BE, infra) | < 30 engineers, single product | Cross-team feature work; bottlenecks |

| Squad-based | 30–300 engineers, multi-product | Squads too small (<5) or too rigid |

| Platform + product squads | 50+ engineers | Platform team becomes blocker |

| Matrix (capability + product) | Large org with shared specialists | Reporting confusion |

| Embedded in product | Strong product-led culture | Standards drift across teams |

The advisor will default to platform + product squads for ≥ 50

engineers. Squad target size: 4–8 engineers; smaller is fragile, larger

sub-fragments naturally.

Delivery model — which one

  • Scrum — when work is stable, externally committed, deploy cycles are larger
  • Kanban — when work is reactive, unpredictable (platform, infra, support)
  • Shape-up / Basecamp-style — when product team is small, opinionated, and shippable cycles work
  • Hybrid — most production engineering teams default here

Don't enforce one model across all teams. Different teams need different shapes.

When to invest in platform engineering

Indicator: developer experience drag (slow CI, fragile dev env, weeks-long

service onboarding) consumes >20% of engineering time on tax work.

Counter: platform engineering team building golden paths, self-service

infra, internal developer portal, eval automation.

Start the platform team at ~30 engineers; size it ~10–15% of total

engineering at scale.

Common engagements

"We're shipping less than we used to. Why?"

  • Pull DORA metrics — is it deploy frequency, lead time, or change-fail rate?
  • Look at team-level numbers; "engineering is slow" usually means 2–3 specific teams.
  • Check WIP — too much in-flight is the most common cause.
  • Check on-call burden and incident frequency.
  • Triangulate with DevEx survey (developer-reported friction).

"Help me plan engineering hiring for next year"

  • Pull product roadmap commitments and translate to capacity (use eng_capacity_planner.py).
  • Subtract current capacity (headcount × utilization × attrition).
  • Identify the bottleneck capabilities (full-stack, ML, platform, security).
  • Build the hire plan with stage gates.

"Our top engineers are leaving"

  • Tag attrition: regrettable vs not.
  • Pull exit interview themes for the last 6 months.
  • Look at: comp band relative to market, manager quality, scope, autonomy.
  • Prioritize the 2–3 root causes; design interventions and measure.

"Help me build the engineering section of the board deck"

  • Delivery: DORA metric trends; top wins; top misses.
  • Quality / reliability: uptime, incidents (count + severity), SLO posture.
  • Talent: headcount, hires, regrettable attrition, key hires planned.
  • Investment posture: run/grow/transform mix vs target.
  • Asks: usually one budget, one organizational, one product-priority.

Anti-patterns to avoid

  • VPE without budget authority. Becomes a glorified scrum master.
  • DORA metrics as a stick. Use them as compass; never as employee performance.
  • Hiring without retention focus. Attrition is more expensive than slow hiring.
  • One delivery model across all teams. Platform and product teams have different shapes.
  • Promoting the strongest engineer to manager. Career ladder needs both IC and EM tracks.
  • Org redesign every 6 months. Stability wins; resist the urge.
  • Squad-of-three model at scale. Below 4 engineers, bus risk + on-call burden are unsustainable.
  • Engineering culture defined by perks. Real culture is in promotion criteria, hiring bar, incident response, code review norms.

References

  • references/engineering-org-design.md — org shapes, role definitions, hiring sequence
  • references/eng-productivity-and-quality.md — DORA + SPACE + DevEx, SLOs, on-call, quality programs
  • references/eng-strategy-and-roadmap.md — capacity planning, investment buckets, roadmap alignment
  • c-level-advisor/cto-advisor — technical strategy + architecture (peer to VPE)
  • c-level-advisor/cpo-advisor — product partnership
  • c-level-advisor/chro-advisor — talent / comp / hiring partnership
  • c-level-advisor/chief-data-officer-advisor — data team interface
  • c-level-advisor/chief-ai-officer-advisor — AI / ML team interface
  • engineering/observability-designer — SLO / SLI / error budgets
  • engineering/incident-commander — incident response practice
  • engineering/feature-flags-architect — safe deployment practice
  • engineering/chaos-engineering — reliability practice
  • engineering/senior-architect — technical decision making

Output expectations

When the advisor runs, you should walk away with:

  • A clear point of view
  • 2–4 concrete next actions with owners and timelines
  • Open questions that materially change the recommendation
  • References to scripts and reference docs that deepen the analysis

Other skills for the same job

different authors, same section of the catalogue
Startup Analyst
by ComeOnOliver
×2

Expert startup business analyst specializing in market sizing, financial modeling, competitive analysis, and strategic planning for early-stage companies. Use PROACTIVELY when the user asks about market opportunity, TAM/SAM/SOM, financial projections, unit economics, competitive landscape, team planning, startup metrics, or business strategy for pre-seed through Series A startups.

5k tokens
Team Composition Analysis
by ComeOnOliver
×2

This skill should be used when the user asks to "plan team structure", "determine hiring needs", "design org chart", "calculate compensation", "plan equity allocation", or requests organizational design and headcount planning for a startup.

5k tokens
Bulk Rnaseq
by K-Dense-AI
×1

End-to-end bulk RNA-seq orchestrator — takes raw FASTQ reads through QC and trimming (FastQC, fastp/Trim Galore), alignment and quantification (STAR, Salmon, featureCounts), assembles a gene-level counts matrix, then hands off to differential expression (pydeseq2), pathway/GSEA enrichment (pathway-enrichment), and publication figures (scientific-visualization). Use whenever the user has bulk RNA-seq reads or quant output and wants a complete, reproducible differential-expression workflow — e.g. "analyze my RNA-seq", "FASTQ to DESeq2", "run nf-core/rnaseq", "STAR/Salmon quantification", "build a counts matrix for DESeq2", or "go from reads to differentially expressed genes and enriched pathways". Routes between an nf-core/rnaseq (Nextflow) path and a standalone STAR/Salmon path, and covers experimental design, strandedness, and QC gates. For single-cell RNA-seq use the scanpy skill instead.

13k tokens scripts
Generate Status Report
by openai
vendor ×1

Generate project status reports from Jira issues and publish to Confluence. When an agent needs to: (1) Create a status report for a project, (2) Summarize project progress or updates, (3) Generate weekly/daily reports from Jira, (4) Publish status summaries to Confluence, or (5) Analyze project blockers and completion. Queries Jira issues, categorizes by status/priority, and creates formatted reports for delivery managers and executives.

6k tokens scripts
Us Market Bubble Detector
by nicepkg
×1

Evaluates market bubble risk through quantitative data-driven analysis using the revised Minsky/Kindleberger framework v2.1. Prioritizes objective metrics (Put/Call, VIX, margin debt, breadth, IPO data) over subjective impressions. Features strict qualitative adjustment criteria with confirmation bias prevention. Supports practical investment decisions with mandatory data collection and mechanical scoring. Use when user asks about bubble risk, valuation concerns, or profit-taking timing.

22k tokens scripts
Gws Workflow Standup Report
by googleworkspace
vendor

Google Workflow: Today's meetings + open tasks as a standup summary.

278 tokens
Recipe Create Events From Sheet
by googleworkspace
vendor

Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.

223 tokens
Baoyu Diagram
by JimLiu

Create professional, dark-themed SVG diagrams of any type — architecture diagrams, flowcharts, sequence diagrams, structural diagrams, mind maps, timelines, illustrative/conceptual diagrams, and more. Use this skill whenever the user asks for any kind of technical or conceptual diagram, visualization of a system, process flow, data flow, component relationship, network topology, decision tree, org chart, state machine, or any visual representation of structure/logic/process. Also trigger when the user says "画个图" "画一个架构图" "diagram" "flowchart" "sequence diagram" "draw me a ..." or uploads content and asks to visualize it. Output is always a standalone .svg file.

7k tokens scripts

How to use it

Copy the folder

Take borghei/vpe-advisor from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.