vpe-advisor
VP of Engineering advisor for engineering leaders on organizational design, productivity, quality, delivery, capacity planning, and culture. Complements cto-advisor (technical strategy) with the people-process-delivery half of the engineering leadership mandate. Use when scoring engineering org health, designing the engineering org, planning capacity, building the productivity dashboard, or preparing the eng section of the board update.
What this skill does
# 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 1. Pull current state across 6 dimensions (structure, delivery, quality, productivity, culture, talent). 2. Run `eng_org_health_scorer.py` against the populated JSON. 3. Translate prioritized gaps into a quarterly OKR for engineering. ```bash python3 vpe-advisor/scripts/eng_org_health_scorer.py \ --input eng_state.json --format markdown ``` ### Workflow 2 — Build the productivity dashboard (DORA + DevEx) 1. Capture latest delivery + experience metrics per team. 2. Run `eng_productivity_dashboard.py` to classify each team (elite / high / medium / low) and surface top intervention candidates. 3. Use output for the weekly engineering review and the board section. ```bash python3 vpe-advisor/scripts/eng_productivity_dashboard.py \ --input team_metrics.json --format markdown ``` ### Workflow 3 — Plan capacity for the next 2–4 quarters 1. Inventory teams, current headcount, attrition assumption, hiring plan, planned investment splits (run-the-business vs grow vs transform). 2. Run `eng_capacity_planner.py` to project usable capacity and highlight bottleneck teams. 3. Reconcile against product roadmap commitments. ```bash 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?" 1. Pull DORA metrics — is it deploy frequency, lead time, or change-fail rate? 2. Look at team-level numbers; "engineering is slow" usually means 2–3 specific teams. 3. Check WIP — too much in-flight is the most common cause. 4. Check on-call burden and incident frequency. 5. Triangulate with DevEx survey (developer-reported friction). ### "Help me plan engineering hiring for next year" 1. Pull product roadmap commitments and translate to capacity (use `eng_capacity_planner.py`). 2. Subtract current capacity (headcount × utilization × attrition). 3. Identify the bottleneck capabilities (full-stack, ML, platform, security). 4. Build the hire plan with stage gates. ### "Our top engineers are leaving" 1. Tag attrition: regrettable vs not. 2. Pull exit interview themes for the last 6 months. 3. Look at: comp band relative to market, manager quality, scope, autonomy. 4. Prioritize the 2–3 root causes; design interventions and measure. ### "Help me build the engineering section of the board deck" 1. **Delivery:** DORA metric trends; top wins; top misses. 2. **Quality / reliability:** uptime, incidents (count + severity), SLO posture. 3. **Talent:** headcount, hires, regrettable attrition, key hires planned. 4. **Investment posture:** run/grow/transform mix vs target. 5. **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 ## Related skills - `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` —
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.