Prompt Details
Model
(claude-5-sonnet)
Token size
1,285
Example input
[Startup / Scale-up / Enterprise / Agency]: Growth-stage SaaS (Series A+, $2.5M ARR, 48 total employees)
[5 / 10 / 25 / 100+ Engineers]: 28 Full-Stack Engineers (distributed: 16 US East, 12 US West; 2-hour timezone overlap)
[Frontend / Backend / Full Stack / Platform / DevOps / Mobile]: Product Engineering (cross-functional feature teams; full-stack; 4 teams of 6-7 engineers each)
[Missed Deadlines / Technical Debt / Hiring / Communication / Burnout / Quality]: Product Alignment / Feature Velocity Slowdown / API Consistency / Knowledge Silos / Technical Debt Accumulation / Scaling Friction
[Improve Delivery / Scale Team / Reduce Technical Debt / Improve Engineering Culture]: Restore Feature Velocity to 50+ sp/sprint while improving Product Quality (defect rate <2%) + establish scalable engineering structure (align team-to-roadmap + reduce single points of failure) within 60 days
Example output
## π§ SAMPLE OUTPUT
### π SECTION 1 β Executive Engineering Assessment
**Engineering Maturity Status: VELOCITY CLIFF & GROWING PAINS**
- Organization at inflection point; velocity cliff (-33% in 1 quarter) signals scaling friction, not capability issues
- 28 engineers scaling from 15-18 (growth of 50% in 6 months); onboarding + process friction consuming capacity
- Feature velocity decline matches onboarding overhead (8-10 new engineers onboarded last quarter; ramp time 10-12 weeks = 25-30% capacity consumed)
- Continuous deployment working (14x/week) but uncoordinated (defect rate rising 4.2%, up from 2.8%); velocity > quality trade-off
- Product-engineering misalignment: CPO expecting 50 sp velocity; engineering delivering 32 sp; not aligned on capacity or roadmap
**Delivery Capability: FRAGMENTED BY TEAM**
- 4 cross-functional teams operating semi-independently; inconsistent definitions of "done" (some teams QA before merge, others after)
- Feature time-to-market 6 weeks; decomposed: 2 weeks dev, 1 week review/testing, 2 weeks market validation/iteration, 1 week stabilization
- Deployment frequency high (14x/week) but release coordination missing (no feature flag strategy; each merge = potential production impact)
- API consistency issues (62% score) causing frontend-backend friction; each team inventing own patterns
- Code review cycle time 48 hours = 1 day wasted per feature cycle; async bottleneck across US East/West
**Organizational Health: STRAIN SIGNALS**
- Team satisfaction declining (7.8 β 7.1 in 1 quarter); stress from velocity pressure + unclear roadmap
- Engineering Lead showing burnout signals; considering whether role is sustainable
- Knowledge silos deepening (4 single points of failure, 1 per team); team-level risk
- New engineer onboarding taking 10-12 weeks (estimated 25-30% of their first-sprint capacity wasted on ramp)
- Distributed team (US East/US West) with only 2-hour overlap creating decision delays
**Technical Execution: INCONSISTENT & DEBT-ACCUMULATING**
- API design inconsistent across teams (naming conventions, versioning strategy, error handling); new feature team invents new patterns
- Test coverage declining under velocity pressure (68%, down from 75% last quarter); teams shipping before full test coverage
- Database schema changes becoming bottleneck (migrations manual, require coordination; blocking features 2-3 days/sprint)
- Frontend-backend contract mismatches discovered in production (API changes not communicated)
- Performance regression in search feature (not root-caused; blame shifted between teams)
**Operational Risks: MEDIUM-HIGH**
- Defect rate rising (2.8% β 4.2%) due to speed-over-quality culture; customer churn risk (2.8% monthly already above target)
- Release coordination missing; ad-hoc deployments create risk of inconsistent state
- Knowledge concentration (1 engineer per critical feature) creates bus-factor risk; if engineer leaves, feature ownership unclear
- Scaling to 40 engineers without process fix will amplify issues (coordination overhead, decision delays, knowledge fragmentation)
---
### π₯ SECTION 2 β Team Performance Review
**Collaboration: TEAM-SILOED, MINIMAL CROSS-TEAM**
- 4 teams working independently on their features (Payments, Analytics, Auth, Core Platform)
- Cross-team architecture reviews absent; API design decisions made within teams (inconsistency results)
- Frontend-backend pairing weak; API contracts discovered during integration (rework)
- No shared code standards; linting/testing approaches vary by team
- Distributed team (US East/US West) limited by 2-hour overlap; 4 hours/day async communication
**Productivity: VELOCITY PRESSURE CREATING SHORTCUTS**
- Teams cutting corners to hit sprint commitments (tests skipped, code review rushed, documentation minimal)
- Context switching high (team pulled into on-call for production issues; urgent fixes consuming planned work)
- Code review process async (48-hour cycle) creating batch behavior (developers waiting, working on parallel tasks, merging delayed)
- Tech setup friction for new engineers (10-12 week ramp); senior engineers mentoring consuming 10-15% of sprint capacity
- Performance regression (search feature) consuming 3-4 days of investigation; root cause not identified; cosmetic fix applied
**Communication: ASYNC-FIRST, DECISION DELAYS**
- Distributed team communication async; synchronous decisions require 2-hour overlap window
- Product-engineering alignment weak (CPO expecting velocity capacity not available; roadmap not capacity-constrained)
- Architecture decisions not socialized; teams learning about breaking changes from code review
- Incident communication during outages; no structured postmortem; blame-focused culture
- Onboarding new team members to 4 different team contexts; no unified onboarding curriculum
**Workload Balance: UNEVEN & TEAM-LEVEL**
- Payments team carrying more complexity (payment processing, compliance, PCI); highest velocity but highest stress
- Analytics team smallest (5 engineers) supporting largest feature scope; stretched thin
- Core Platform team (infrastructure, databases, APIs) reactive to teams' requests; capacity consumed by on-call support
- Senior engineers (7-8) carrying 50% of sprint work; junior engineers (12-13) on smaller tasks
- Distributed team imbalance: US East team 16 engineers, US West 12 engineers; async communication with larger team slower
**Knowledge Sharing: TEAM-SPECIFIC & SINGLE POINTS OF FAILURE**
- Domain knowledge concentrated per team (Payments engineer Joe; Auth engineer Sarah; Analytics engineer Mike)
- No cross-team knowledge documentation; dependencies discovered during integration
- Onboarding curriculum team-specific; each team trains new engineers differently
- Architecture decisions not recorded (ADRs absent); design rationale lost
- Code review feedback inconsistent across teams (no unified code standards)
---
### π
SECTION 3 β Sprint & Delivery Management
**Quarterly Planning: MISALIGNED**
- CPO planning roadmap based on business goals; engineering estimating based on sprint capacity (often underestimated)
- Capacity planning naive (28 engineers Γ 80 sp/sprint theoretical = assumes 100% utilization; doesn't account for: onboarding overhead, on-call load, cross-team dependencies, testing, code review)
- Roadmap created without engineering input on complexity/dependencies
- Quarterly goals defined (40% DAU growth) but not decomposed to feature-level estimates
- No re-planning process mid-quarter (if velocity drops, roadmap not adjusted)
**Sprint Planning: OVERLY OPTIMISTIC**
- Teams commit to 40-48 sp/team; actual delivery 32 sp total (8 sp shortfall means 20% failure rate)
- Dependencies between teams not surfaced during planning (Payments team waiting on API from Core Platform)
- Technical work (refactoring, debt reduction) not prioritized; roadmap 100% feature-focused
- Buffer for on-call/support work not allocated (unplanned incidents consuming 10-15% of capacity)
- New engineer ramp absorbed in team velocity; no offset for onboarding overhead
**Backlog Quality: MIXED**
- Acceptance criteria defined but missing technical requirements (API schema, performance targets, accessibility)
- Feature stories written from product perspective; engineering interpretation causes rework
- Dependencies documented informally (Slack, not backlog); teams discover blocks mid-sprint
- Technical debt work scattered (no unified debt backlog; teams maintaining own lists)
- Testing requirements not explicit; QA often discovering scope mid-sprint
**Blockers: RECURRING**
- API contract mismatches (frontend expects field, backend returns different schema; discovered in code review or production)
- Database schema migrations manual; DBA approval takes 1-2 days
- Cross-team feature dependencies (Payments needs API from Core Platform; Core Platform doesn't have capacity in sprint)
- Design review bottleneck (CPO reviewing mocks; slow feedback; features delayed awaiting design sign-off)
- Code review turnaround 48 hours (timezone delays + reviewers context-switching); PRs waiting 2-3 days for merge
**Release Readiness: UNCOORDINATED**
- No release calendar; features deployed ad-hoc (14x/week); customers see inconsistent experience
- Feature flags partially implemented; hard-coded toggles in code causing tech debt
- Release notes not systematic; customers often unaware of deployments
- Rollback procedure unclear; rollback time estimated 30-60 min (discovery + approval + testing)
- Production smoke test manual (on-call engineer manually tests after deployment)
---
### ποΈ SECTION 4 β Technical Strategy
**Architecture Decisions: TEAM-LEVEL, INCONSISTENT**
- API design patterns differ by team (Payments uses gRPC, Core Platform uses REST, Auth uses GraphQL)
- Database schema changes not coordinated; migrations manual per team
- Authentication/authorization patterns duplicated across teams (each team implementing own solution)
- Event streaming strategy absent (teams polling databases; real-time features difficult)
- Frontend state management inconsistent (Redux + Context API + local state mixed across components)
**Technical Debt: VISIBLE & ACCUMULATING**
- API inconsistency (naming, versioning, error handling; estimated 40 hours refactoring)
- Search feature performance regression (not root-caused; estimated 30 hours investigation + fix)
- Frontend component library 60% coverage; teams rebuilding common components (estimated 20 hours duplication)
- Database queries not optimized (N+1 queries, missing indexes; estimated 20-30 hours optimization)
- Testing infrastructure outdated (Jest + React Testing Library; E2E tests flaky, slow)
**Scalability: AT RISK FOR GROWTH**
- API design patterns not scalable to 40 engineers (no shared patterns; inconsistency will multiply)
- Database write-scaling bottleneck (single master; horizontal scaling not planned)
- Feature flag strategy not scalable (hardcoded toggles; no centralized feature management)
- Frontend component library needs structured governance (too much duplication)
- Monitoring/observability insufficient for 40-engineer team (individual dashboards per team; no unified platform)
**Code Quality: DECLINING**
- Test coverage 68% (declining due to velocity pressure); critical paths at 60% coverage
- Code style inconsistent across teams (different eslint configs per team)
- TypeScript strictness not enforced (type-safety gaps in critical flows)
- Performance budgets not defined (search regression discovered in production)
- Security practices inconsistent (authentication patterns vary; access control logic duplicated)
**Modernization Priorities: UNCLEAR**
- Microservices vs. monolith debate unresolved (currently monolith; scaling friction)
- API design modernization (standardize naming, versioning, error handling)
- Frontend component system governance (reduce duplication, improve consistency)
- Feature flag system (migrate from hardcoded to centralized)
- Observability platform (unified logging, metrics, tracing across teams)
---
### π SECTION 5 β Engineering Productivity
**Developer Experience: ONBOARDING FRICTION & DISTRIBUTED DELAYS**
- Local environment setup 3-4 hours (dependencies, database seeding, example data)
- Onboarding to team-specific context 6-8 weeks (learning 4 different team domains sequentially)
- Distributed team (2-hour overlap) creates decision delays; async communication slow
- Debugging tools insufficient (DevTools + browser inspection; no centralized APM)
- Feature deployment feedback slow (PR review 48 hours; merge to production another day; customer feedback 1-2 days delayed)
**Automation: PARTIAL & INCONSISTENT**
- CI pipeline runs on merge only (not all commits); slow feedback
- Deployment partially automated (build + unit tests automated; E2E tests + smoke tests manual)
- Feature flag deployment manual per team (no centralized toggle system)
- Performance testing not automated (regressions discovered via customer complaints or monitoring)
- Database migration automation missing (manual approval, manual execution)
**CI/CD: WORKING BUT UNCOORDINATED**
- Build time reasonable (5-8 minutes); deployment time 10-15 minutes (mostly manual testing + approval)
- Release coordination manual (PM or engineer decides what to ship; no centralized release calendar)
- Rollback procedure manual; rollback time 30-60 minutes
- Blue-green deployment not used; all-or-nothing rollouts create risk
- Canary deployments not possible (feature flags partially implemented; hard to target subset of users)
**Code Review Process: ASYNC & SLOW**
- Average review turnaround 48 hours (timezone delays; East coast reviewers offline when West coast submits)
- Review quality inconsistent across teams (different standards; some require 2 approvals, others 1)
- Blocked PRs accumulating (4-6 waiting review at any time; no priority system)
- Junior developer PRs reviewed slowly (lower priority); senior PRs reviewed faster (bottleneck on seniors)
- Code review feedback subjective; debates on style consuming time
**Documentation: INCOMPLETE & DISPERSED**
- API documentation outdated (schemas changed; docs 1-2 releases behind)
- Architecture decision record (ADR) absent; design decisions not recorded
- Runbook documentation minimal (deployment procedures tribal knowledge)
- Component library documentation sparse (60% coverage; new engineers guessing at API)
- Team context documentation missing (each team maintains own wiki; inconsistent formats)
---
### π¨βπ« SECTION 6 β Talent Development
**Mentoring: INFORMAL & OVERBURDENED**
- Senior engineers informally mentoring 1-2 juniors each; mentoring ad-hoc between urgent tasks
- 7-8 seniors mentoring 12-13 juniors; mentoring consuming 10-15% of sprint capacity (undocumented)
- Cross-team mentoring minimal (engineers mentoring within team only)
- New engineer onboarding 10-12 weeks; steep learning curve; high cognitive load
- Mentorship quality varies by team (Payments team structured; Analytics team ad-hoc)
**Career Progression: UNDEFINED**
- No levels framework; "senior engineer" defined inconsistently across teams
- Career progression to staff/principal level not visible (no staff role defined)
- Individual development plans (IDPs) missing for 60% of team
- Performance feedback given quarterly (sprint retros) + annual review; no continuous feedback
- Lateral moves between teams discouraged (domain expertise valued; mobility seen as knowledge loss)
**Learning Plans: REACTIVE**
- No formal training budget; learning ad-hoc (conference attendance case-by-case)
- Onboarding curriculum team-specific (Payments team trains differently than Auth team)
- Cross-training minimal (engineers developing deep domain knowledge, not breadth)
- Skill development tied to immediate project needs (not strategic learning)
- Technical certifications not supported (AWS, Kubernetes, etc.)
**Performance Coaching: SPRINT-BASED**
- Performance feedback given in sprint retros (informal, not structured)
- Difficult conversations (underperforming engineer, retention risk) delayed
- 1:1 meetings inconsistent (some weekly, some bi-weekly; some skip entire sprints)
- Recognition and appreciation ad-hoc (no systematic approach)
- Burnout signals not proactively addressed (team satisfaction declining; not investigated)
**Succession Planning: ABSENT**
- Single point of failure per team (Payments: Joe; Auth: Sarah; Analytics: Mike; Platform: Chris)
- No backup identified for critical features; if engineer leaves, feature ownership unclear
- Knowledge transfer on departure incomplete (2 weeks notice = knowledge loss)
- Growth ceiling visible (top performers considering external moves for staff-level roles)
- New managers not developed (only 1 managerβEngineering Lead; no bench)
---
### β οΈ SECTION 7 β Risk Management
**Delivery Risks: HIGH**
- Velocity cliff (-33% in 1 quarter); roadmap commitments not achievable at current velocity
- Onboarding overhead (25-30% capacity consumed by 8-10 new hires) masking underlying process friction
- Feature time-to-market 6 weeks vs. target 2-3 weeks; market responsiveness at risk
- Tech debt accumulation; shortcuts to hit velocity targets creating quality debt
**Quality Risks: MEDIUM-HIGH**
- Defect rate rising (2.8% β 4.2%); customer churn trending upward (2.8% monthly > target 2%)
- Test coverage declining (68% vs. target 85%); quality regression risk
- API consistency issues (62% score) causing integration bugs + customer confusion
- Performance regression (search feature) not root-caused; similar issues may recur
- Knowledge silos (single points of failure per team); bugs concentrated with owner absent
**Staffing & Scaling Risks: HIGH**
- Onboarding time 10-12 weeks; scaling to 40 engineers will amplify problem (25-30% capacity wasted on ramp)
- Engineering Lead burnout signals; departure risk (if Engineering Lead leaves, no one to manage growth)
- Distributed team communication friction (2-hour overlap; async communication slow)
- Knowledge concentration (1 engineer per critical feature); turnover = loss of critical knowledge
- Hiring timeline (6+ months to backfill departures); scaling from 28 to 40 takes 18+ months at current hiring pace
**Business Risks: MEDIUM**
- Customer churn (2.8% monthly) trending upward; retention risk if quality doesn't improve
- Competitive risk: slower feature velocity (6 weeks vs. competitors' 2-3 weeks)
- Unit economics at risk (headcount growing 50%, velocity flat; efficiency declining)
- Board visibility weak (no engineering KPI reporting; velocity cliff may surprise investors)
---
### π SECTION 8 β KPI Dashboard
**Delivery Metrics**
- Feature Velocity: 32 sp (target: 50 sp; gap: -36%)
- Deployment Frequency: 14x/week (no target; uncoordinated)
- Time-to-Market: 6 weeks (target: 2-3 weeks; gap: +100%)
- Code Review Cycle Time: 48 hours (target: 24 hours; gap: +100%)
- On-Time Delivery Rate: 75% (target: 90%; gap: -15%)
**Quality Metrics**
- Defect Rate: 4.2% (target: <2%; gap: +110%)
- Test Coverage: 68% (target: 85%; gap: -17%)
- Customer Churn: 2.8%/month (target: <2%; gap: +40%)
- Critical Path Test Coverage: 60% (target: 90%; gap: -33%)
- API Consistency Score: 62% (target: 95%; gap: -35%)
**Team Metrics**
- Onboarding Time: 10-12 weeks (target: 6-8 weeks; gap: +50%)
- Team Satisfaction: 7.1/10 (target: 8.0/10; gap: -0.9)
- Knowledge Distribution: 1/system (target: 2-3/system with overlap; gap: -67%)
- Single Points of Failure: 4/4 teams (target: 0; gap: critical)
**Operational Metrics**
- Code Review Turnaround: 48 hours (target: 24 hours)
- Deployment Approval Time: 2-4 hours (target: <30 min)
- Rollback Time: 30-60 min (target: <10 min)
- Feature Deployment to Customer Feedback: 1-2 days (no target; slow for iterative learning)
---
### π SECTION 9 β Leadership Action Plan
**NEXT 7 DAYS**
Objectives
- Acknowledge velocity crisis + align leadership on root causes
- Stabilize product quality + defect rate
- Begin capacity planning realism
Action Items
- Emergency meeting with CPO + CEO + Engineering Lead to diagnose velocity cliff (is it onboarding overhead? process friction? misaligned roadmap?)
- Conduct code review of recent production bugs (4.2% defect rate); identify patterns
- Create KPI dashboard (velocity, defect rate, customer churn, deployment frequency); publish weekly
- Establish temporary quality gate (code review mandatory 2-person approval until defect rate <2%)
- Design roadmap re-planning process (mid-quarter adjustment if velocity doesn't recover)
- Schedule 1:1 with Engineering Lead (assess burnout signals; listen to concerns)
- Launch team pulse survey (what's blocking velocity? what's the burnout status?)
Expected Outcomes
- Leadership aligned on velocity root causes (onboarding? process? scope?)
- Quality gating rules in place; defect detection front-loaded
- Metrics visible; accountability established
- Engineering Lead feedback collected (concerns surfaced)
Success Metrics
- Root cause of velocity cliff identified (e.g., 25-30% is onboarding, 20% is code review delays, 15% is cross-team dependencies)
- Team survey launched (target: 80% response rate)
- Weekly metrics dashboard published
---
**NEXT 30 DAYS**
Objectives
- Improve code review efficiency (reduce 48 to <24 hours)
- Reduce API inconsistency (establish standards)
- Begin onboarding optimization (reduce 10-12 to 8-10 weeks)
- Establish capacity-based roadmap planning
Action Items
- Implement code review SLA (24-hour target); rotate reviewers across timezone boundaries
- Establish API design standards (naming conventions, versioning strategy, error handling)
- Create API consistency audit; identify inconsistencies; plan remediation (prioritize high-impact)
- Design unified onboarding curriculum (reduce from 10-12 to 8-10 weeks; target 6-8 weeks)
- Calculate realistic capacity (28 engineers Γ available capacity accounting for onboarding, on-call, support)
- Re-plan Q3 roadmap with Engineering Lead + CPO (scope to realistic capacity)
- Establish weekly product-engineering sync (alignment on roadmap, priorities, capacity)
- Create levels framework (junior/mid/senior/staff); clarify career progression
- Identify and remove single points of failure (pair critical features with backup engineer; cross-train)
- Implement architecture review process (bi-weekly, 60 min; review API designs before implementation)
- Establish code quality standards (test coverage minimum 80% for critical paths)
Expected Outcomes
- Code review cycle <24 hours achieved (up from 48)
- API standards defined; audit underway (identify gaps)
- Onboarding time reduced to 8-10 weeks (first cohort on new curriculum)
- Q3 roadmap re-planned with realistic capacity (40% fewer features, but achievable)
- Single points of failure identified; cross-training plan created
- Architecture review process live; API consistency improving
- Career progression clarity improving
Success Metrics
- Code review turnaround <24 hours for 90%+ of PRs
- New onboarding curriculum live for next cohort
- Q3 roadmap 40% smaller than planned (reality-based)
- 4/4 critical features have backup engineer identified
- 2 architecture reviews completed; API consistency feedback given
- Team satisfaction survey (week 4; expect 7.2-7.3, trending up)
---
**NEXT 90 DAYS**
Objectives
- Restore velocity to 50+ sp (or realistic sustainable level)
- Reduce defect rate <2%
- Eliminate single points of failure
- Establish scalable engineering structure for 40-engineer team
Action Items
- Achieve code review <24 hours sustained (fully implemented across teams)
- Reduce API inconsistency to 85%+ (complete audit + remediation prioritized)
- Establish feature flag system (centralized toggles; remove hardcoded flags)
- Complete onboarding curriculum for all new hires; target 8-week time-to-productivity
- Conduct performance optimization sprint (search feature root cause + fix; identify other performance gaps)
- Implement structured 1:1 meetings (bi-weekly minimum; consistent template; tied to career progression)
- Establish mentorship program (pair juniors with seniors; 2-3 hrs/week structured)
- Complete levels framework; career paths defined for all 28 engineers
- Design staff engineer role; identify 1-2 candidates for promotion
- Hire 12 engineers (expand from 28 to 40); onboard via new curriculum
- Establish quarterly engineering review with CEO + CPO (KPI reporting, roadmap planning)
- Implement unified monitoring/observability (centralized dashboards, alerting, logging)
- Create API consistency standard enforcement (linting, schema validation in CI/CD)
Expected Outcomes
- Velocity recovered to 50+ sp (or sustainable realistic level for 40-engineer team)
- Defect rate <2% (quality improved)
- Deployment confidence high; rollout strategies (canary, blue-green) implemented
- Customer churn stabilized (trending to <2%)
- Single points of failure eliminated; knowledge distributed across teams
- New 12 engineers onboarded efficiently (8-week ramp; day-1 productive)
- Onboarding from 28 to 40 engineers without chaos
- Career progression clarity; reduced burnout signals
- Team satisfaction 7.5+/10 (recovering from 7.1)
Success Metrics
- Velocity 50+ sp sustained for 2 consecutive sprints
- Defect rate β€2% for 4 weeks
- Code review <24 hours for 95%+ of PRs
- API consistency 85%+
- Deployment frequency 10x/week or higher (organized releases)
- Onboarding time 8 weeks for 100% of new hires
- Customer churn <2%/month
- 12 engineers hired and onboarded
- Mentorship program active (all juniors paired)
- Team satisfaction 7.5+/10 (survey Q3)
- Zero single points of failure per team (backup identified + cross-trained)
---
### π§Ύ FINAL ENGINEERING MANAGEMENT REPORT
**1. EXECUTIVE ENGINEERING SUMMARY**
Growth-stage product engineering organization experiencing velocity cliff (-33% in 1 quarter) driven by onboarding overhead (25-30% capacity consumed by 8-10 new hires), process friction (code review cycle 48 hrs, API inconsistency, cross-team dependencies), and product-engineering misalignment (CPO expecting 50 sp delivery from team delivering 32 sp). Quality degrading under velocity pressure (defect rate 4.2%, customer churn 2.8%/month trending upward). Critical risks: knowledge silos (1 engineer per critical feature per team), Engineering Lead burnout signals, onboarding overhead masking structural issues. Immediate focus: unblock code review (reduce 48 to <24 hrs), establish API standards, re-align roadmap to realistic capacity, eliminate single points of failure. Velocity recovery to 50+ sp achievable within 60 days with focused execution on process + alignment + cross-training.
---
**2. TEAM HEALTH ASSESSMENT**
Strengths: 28 capable full-stack engineers with product mindset; strong collaborative culture (7.1/10 satisfaction); cross-functional teams enabled to own features end-to-end.
Weaknesses: Knowledge concentrated (1 engineer per critical feature); onboarding time 10-12 weeks consuming 25-30% of new hire capacity; code review bottleneck (48 hrs); distributed team (2-hour overlap) creating decision delays; team satisfaction declining; Engineering Lead burning out.
Key Finding: Velocity cliff (-33%) is NOT capability issue; it's structural (50% headcount growth in 6 months creating onboarding overhead) + process friction (code review delays, API inconsistency, cross-team dependencies). Fix process + establish capacity-based roadmap = velocity recovery.
---
**3. DELIVERY PERFORMANCE REVIEW**
Current State: Feature velocity 32 sp (target: 50 sp), time-to-market 6 weeks (target: 2-3 weeks), code review cycle 48 hours (target: 24 hours), deployment frequency 14x/week (high but uncoordinated).
Root Causes: Onboarding overhead 25-30% (8-10 new engineers ramping concurrently), code review bottleneck 48 hours (timezone delays, async communication), cross-team dependencies not surfaced (Payments waiting on Core Platform API), API inconsistency causing integration rework, CPO roadmap not capacity-constrained.
Status: On-time delivery 75% (target: 90%); roadmap scope exceeds capacity; velocity cliff visible; quality degrading (defect rate 4.2%, customer churn 2.8%).
---
**4. TECHNICAL STRATEGY OVERVIEW**
Current Architecture: Monolith with 4 cross-functional teams; inconsistent API patterns (REST, gRPC, GraphQL by team); frontend component library 60% complete; database single-master.
Debt Snapshot: API inconsistency (naming, versioning, error handling; estimated 40 hours refactoring). Search feature performance regression not root-caused (estimated 30 hours investigation + fix). Database query optimization gaps (N+1 queries, missing indexes; estimated 20-30 hours). Component duplication (60% library coverage; 20 hours wasted on rebuilds).
Modernization Blockers: Microservices vs. monolith unresolved; feature flag system hardcoded (need centralized system); observability platform fragmented (team-specific dashboards).
90-Day Focus: Standardize API design + establish enforcement in CI/CD, implement centralized feature flag system, complete performance optimization sprint, establish unified monitoring/observability platform.
---
**5. ENGINEERING PRODUCTIVITY ANALYSIS**
Developer Experience: Friction at onboarding (10-12 weeks; 25-30% capacity wasted), code review delays (48 hours; developers waiting), distributed team communication (2-hour overlap; async delays), slow feedback loops (PR review 48 hrs + merge 1 day + production 1 day = 2-3 day feature cycle).
Process Friction: Code review bottleneck (48 hrs), cross-team dependencies not surfaced (discovered mid-sprint), database migration approval manual (1-2 day delays), design sign-off slow (CPO bottleneck).
Automation Gaps: Deployment partially automated (E2E tests + smoke tests manual), feature flag deployment manual per team, performance testing not automated, database migration not automated.
Impact: Estimated 35-40% of engineering time lost to non-development work (code review waiting, onboarding overhead, cross-team coordination, rework from API inconsistency).
---
**6. TALENT DEVELOPMENT PLAN**
Immediate (30 days)
- Design unified onboarding curriculum (reduce from 10-12 to 8-10 weeks; target 6-8 weeks by month 2)
- Create levels framework (junior/mid/senior/staff); share for feedback
- Identify single points of failure per team (4 critical features); pair with backup engineer
- Implement code review SLA (24-hour target); rotate reviewers across timezone
- Establish weekly 1:1 meetings (bi-weekly minimum for all engineers; consistent template)
Medium-term (90 days)
- Complete onboarding curriculum for all new hires (8-week ramp)
- Establish mentorship program (pair 12-13 juniors with 7-8 seniors; 2-3 hrs/week)
- Create staff engineer role; identify 1-2 promotion candidates + outline paths for 3-4 others
- Implement continuous feedback (monthly check-ins; not just annual reviews)
- Cross-train backup engineers (each critical feature has 2+ owners; knowledge distributed)
Long-term (6+ months)
- Establish engineering leadership development (prepare 1-2 team leads for management roles as org scales to 40 engineers)
- Build knowledge-sharing culture (weekly tech talks, API design reviews, architecture discussions)
- Create career lattice (IC track: junior β mid β senior β staff; manager track)
---
**7. ENGINEERING RISK ASSESSMENT**
Critical Risks
- Velocity cliff continues (if process issues not fixed, velocity will flatten or decline further as team grows)
- Quality regression (defect rate 4.2% + customer churn 2.8% trending upward)
- Onboarding overhead scales with growth (scaling to 40 engineers without fixing onboarding = 30-40% capacity wasted)
- Engineering Lead burnout (departure would leave no one to manage growth)
High Risks
- Knowledge silos (1 engineer per critical feature per team); if engineer leaves, feature orphaned
- Product-engineering misalignment (CPO planning features faster than engineering can deliver; unsustainable)
- Cross-team dependencies not surfaced; features delayed waiting on other teams
- API inconsistency (62% score); technical debt accumulating; integration bugs increasing
Medium Risks
- Code review bottleneck (48 hours); limiting developer productivity + code quality
- Distributed team communication friction (2-hour overlap; async delays slow decisions)
- Performance regression (search feature) not root-caused; similar issues may recur
- Scaling to 40 engineers without process improvements will amplify coordination overhead
Mitigation (60 days)
- Unblock code review (reduce 48 to <24 hours; rotate reviewers across timezone)
- Establish API standards + enforcement (prevent future inconsistency)
- Eliminate single points of failure (cross-train backup engineers)
- Optimize onboarding (reduce 10-12 to 8 weeks; prepare for scaling)
- Re-align roadmap to realistic capacity (CPO + Engineering alignment on what's achievable)
- Establish architecture review process (prevent design decisions creating future debt)
---
### π SECTION 8 β KPI DASHBOARD
| Metric | Current | Target | Gap | Trend |
| Feature Velocity | 32 sp | 50 sp | -36% | β |
| Time-to-Market | 6 weeks | 2-3 weeks | +100% | β |
| Code Review Cycle | 48 hours | 24 hours | +100% | β |
| Deployment Frequency | 14x/week | 10x/week | +40% | β |
| Defect Rate | 4.2% | <2% | +110% | β |
| Customer Churn | 2.8%/mo | <2%/mo | +40% | β |
| Test Coverage | 68% | 85% | -17% | β |
| Critical Path Coverage | 60% | 90% | -33% | β |
| Onboarding Time | 10-12 wks | 6-8 wks | +50% | β |
| API Consistency | 62% | 95% | -35% | β |
| Team Satisfaction | 7.1/10 | 8.0/10 | -0.9 | β |
| Knowledge Distribution | 1/system | 2-3/system | -67% | β |
| On-Time Delivery | 75% | 90% | -15% | β |
| Single Points of Failure | 4/4 teams | 0 | critical | β |
---
### π SECTION 9 β TOP 10 LEADERSHIP RECOMMENDATIONS
1. Re-align product-engineering roadmap with realistic capacity (28 engineers Γ available capacity = 40% fewer features than planned; CPO + Engineering Lead joint commitment)
2. Reduce code review cycle time from 48 to <24 hours (establish SLA, rotate reviewers across US East/West timezone, implement async review tools)
3. Establish API design standards + enforcement (naming conventions, versioning, error handling; CI/CD validation; reduce API inconsistency from 62% to 95%)
4. Eliminate single points of failure (identify 4 critical features; pair each with backup engineer; cross-train within 30 days)
5. Optimize onboarding curriculum (reduce from 10-12 to 8 weeks; structured team-context learning; target 6-8 weeks within 90 days)
6. Establish architecture review process (bi-weekly, 60 min; review API designs, database schemas before implementation; prevent future tech debt)
7. Create levels framework + career paths; establish mentorship program (pair 12-13 juniors with 7-8 seniors; 2-3 hrs/week structured)
8. Redesign feature-to-team assignment (reduce cross-team dependencies; decompose features to align with team boundaries where possible)
9. Implement centralized feature flag system (remove hardcoded toggles; enable canary/blue-green deployments; improve release coordination)
10. Establish weekly product-engineering alignment sync (CPO + Engineering Lead; roadmap review, capacity planning, priority negotiation; prevents scope creep)
---
**10. 90-DAY ENGINEERING IMPROVEMENT ROADMAP**
**WEEK 1-2: Foundation & Realignment**
- Emergency product-engineering alignment (CPO + Engineering Lead + CEO); roadmap re-planned to realistic capacity
- Root cause of velocity cliff identified (onboarding 25-30%? process friction 20%? scope creep 20%?)
- Code review SLA established (24-hour target); rotation plan across timezones
- Single points of failure identified (4 critical features per team)
- KPI dashboard created; published weekly (velocity, defect rate, churn, deployment frequency)
- Team pulse survey launched (velocity blockers, burnout status, career clarity)
- Weekly product-engineering sync established (CPO + Engineering Lead; roadmap alignment)
**WEEK 3-6: Process & Capacity Improvements**
- Code review turnaround <24 hours achieved (timezone rotation + async tools)
- Unified onboarding curriculum drafted (reduce 10-12 to 8-10 weeks)
- API design standards defined (naming, versioning, error handling); enforcement plan created
- Single points of failure: backup engineers identified + cross-training started (4 critical features)
- Architecture review process live (bi-weekly; API design reviews before implementation)
- Levels framework shared; feedback collected
- First cohort of new engineers onboarded via new curriculum (3-4 hires)
- Q3 roadmap re-planned; scope reduced 40% to match realistic capacity
- Mentorship pairs formed; first structured meetings scheduled
**WEEK 7-10: Quality & Velocity Recovery**
- Code review <24 hours sustained (95%+ of PRs)
- Defect rate trending down (target: <3.5% by week 8)
- API consistency audit complete; high-impact inconsistencies prioritized
- Performance optimization sprint (search feature root cause identified + fixed)
- Onboarding curriculum for new cohort (4-5 more engineers; 8-10 week target)
- Test coverage in critical paths 75%+ (up from 60%)
- Feature velocity trending toward 40+ sp (on path to 50+)
- Single point of failure elimination 50% complete (2/4 critical features have backup)
- Mentorship program active; junior engineers gaining confidence
**WEEK 11-13: Scaling & Sustainability**
- Velocity recovered to 45-50 sp (or sustainable realistic level for 40-engineer team)
- Defect rate β€2% sustained (quality improved)
- Onboarding time 8 weeks for 100% of new hires (from 10-12 weeks)
- API consistency 80%+ (continuing toward 95%)
- Single points of failure eliminated (all 4 critical features have trained backup)
- Customer churn trending <2% (quality improvements visible to customers)
- 12 engineers hired and onboarded (28 β 40 engineers; growth without chaos)
- Deployment frequency coordinated (10x/week; organized releases, feature flags)
- Centralized feature flag system deployed (remove hardcoded toggles)
- Unified monitoring/observability live (centralized dashboards, alerting)
- Team satisfaction survey (week 13; expect 7.3-7.5, recovering from 7.1)
**Success Criteria (Day 90)**
- Feature velocity 45-50 sp (recovered from 32; on path to 50+ target)
- Defect rate β€2% (down from 4.2%)
- Code review cycle <24 hours for 95%+ of PRs
- Onboarding time 8 weeks for 100% of new hires
- API consistency 80%+
- Customer churn <2%/month (down from 2.8%)
- Single points of failure 0 (all critical features have backup + cross-trained)
- Time-to-market 3-4 weeks (down from 6 weeks)
- Deployment frequency 10x/week (organized, predictable releases)
- 12 engineers hired and onboarded without chaos
- Mentorship program active (all juniors paired with seniors)
- Team satisfaction 7.3-7.5/10 (up from 7.1; recovering)
- Career progression clarity established (levels framework adopted)
- Zero departures of critical feature owners in 90 days (retention improved)
---
END OF SAMPLE TEST #4
By purchasing this prompt, you agree to our terms of service
CLAUDE-5-SONNET
Managing engineering teams requires far more than assigning tasks. β οΈ
This prompt acts as an experienced Engineering Manager, helping you make better technical and leadership decisions while improving execution, collaboration, team health, and engineering excellence.
β¨ What You Receive:
π¨βπΌ Engineering leadership guidance
π
Sprint & delivery planning
π₯ Team performance analysis
ποΈ Technical decision support
π Engineering KPI dashboards
π Hiring & career development plans
β οΈ Risk & deliver
...more
Added 5 days ago
