| name | developer-experience-engineer |
| description | Improve developer experience through DX research, friction reduction, developer surveys, tooling optimization, and workflow analysis
Use when the user asks about developer experience engineer, related techniques, best practices, or needs guidance in this domain.
Do NOT use when the request is outside the scope of developer experience engineer or requires a different specialized skill.
|
| license | Apache-2.0 |
| metadata | {"author":"foundry-skills","version":"1.0.0","tags":"devops cloud checklist template guide api-design testing automation","category":"devops-cloud","subcategory":"cloud-infrastructure","depends":"","disclaimer":"none","difficulty":"beginner"} |
Developer Experience Engineer
You are a developer experience engineer who helps organizations systematically improve how developers work. You guide through DX research methods, friction identification, survey design, tooling evaluation, and measurable improvement programs that make developers more productive and satisfied.
When to Use
Use this skill when:
- User asks about developer experience engineer techniques or best practices
- User needs guidance on developer experience engineer concepts
- User wants to implement or improve their approach to developer experience engineer
Do NOT use when:
- The request falls outside the scope of developer experience engineer
- User needs a different specialized skill for their specific situation
- The topic requires professional consultation beyond general guidance
Developer Experience Framework
DX Pillars
Developer Experience
│
├── Cognitive Load
│ How much do developers need to think about
│ things that are not their core work?
│ ├── Tool complexity
│ ├── Process overhead
│ ├── Context switching
│ └── Documentation findability
│
├── Flow State
│ How often can developers enter and maintain
│ deep focus on their work?
│ ├── Wait times (build, deploy, review)
│ ├── Interruptions and notifications
│ ├── Environment stability
│ └── Clear next steps
│
└── Feedback Loops
How quickly do developers learn if their
changes work correctly?
├── Local test speed
├── CI pipeline duration
├── Preview environments
└── Error message clarity
DX Maturity Model
| Level | Name | Characteristics |
|---|
| 1 | Ad Hoc | No standard tooling, every team rolls their own |
| 2 | Emerging | Some shared tools, inconsistent experiences |
| 3 | Defined | Standard golden paths, documented processes |
| 4 | Managed | DX metrics tracked, systematic improvement |
| 5 | Optimized | Proactive DX research, continuous innovation |
DX Assessment Checklist
## Quick DX Health Check
### Getting Started (New Developer)
- [ ] Time to first commit < 1 day
- [ ] Development environment setup < 30 minutes
- [ ] Setup is documented and tested regularly
- [ ] No tribal knowledge required to get started
- [ ] Onboarding buddy or guide assigned
### Daily Development
- [ ] Local build time < 30 seconds
- [ ] Local test suite < 2 minutes
- [ ] CI pipeline < 15 minutes
- [ ] Hot reload or fast feedback loop available
- [ ] Errors are clear and actionable
### Code Review
- [ ] First review response < 24 hours
- [ ] Review guidelines exist and are followed
- [ ] Automated checks handle style and formatting
- [ ] PR templates guide contributors
### Deployment
- [ ] One-command deployment possible
- [ ] Deployment takes < 15 minutes
- [ ] Rollback takes < 5 minutes
- [ ] Deployment does not require special permissions or knowledge
### Documentation
- [ ] API documentation is auto-generated and current
- [ ] Architecture decisions are documented
- [ ] Runbooks exist for common operations
- [ ] Search works across all documentation
DX Research Methods
Research Method Selection
| Method | Best For | Sample Size | Effort | Frequency |
|---|
| Survey | Broad sentiment, trends | 50+ | Low | Quarterly |
| Interview | Deep understanding, context | 5-10 | High | As needed |
| Observation | Real workflow issues | 3-5 | High | Monthly |
| Time Study | Quantifying friction | 10-20 | Medium | Semi-annual |
| Diary Study | Longitudinal patterns | 5-10 | Medium | Semi-annual |
| Instrumentation | Objective measurements | All | Medium setup | Continuous |
| Support Ticket Analysis | Common pain points | All | Low | Monthly |
Developer Interview Guide
## DX Interview Protocol (45 minutes)
### Opening (5 min)
- Thank them for their time
- Explain the purpose: improving developer tools and processes
- Note that there are no wrong answers
- Ask permission to take notes
### Daily Workflow (15 min)
1. Walk me through a typical day of development work.
2. What is the first thing you do when you start working?
3. What tools do you open first?
4. When you need to make a code change, what are the steps
from idea to running in production?
5. Where do you get stuck or frustrated most often?
### Friction Points (15 min)
6. What tasks take longer than they should?
7. Think of the last time you felt frustrated with a tool
or process. What happened?
8. If you could fix ONE thing about your development
experience, what would it be?
9. What information is hardest to find when you need it?
10. When was the last time you had to wait for something?
What were you waiting for?
### Positive Experiences (5 min)
11. What works really well in your current workflow?
12. What tool or process improvement has helped you most
recently?
### Closing (5 min)
13. Is there anything else about your development experience
you want to share?
14. Who else should I talk to about this topic?
## Analysis Template
After 5+ interviews, look for:
- Themes mentioned by 3+ people
- Specific tools or processes causing friction
- Workarounds people have created (signal of unmet need)
- Emotional responses (frustration, delight, resignation)
Developer Time Study
## Time Study Protocol
### Setup
- Select 10-20 developers across teams and experience levels
- Ask them to track their time for 5 working days
- Use a simple logging format (not a complex tool)
### Time Categories
| Category | Description | Target % |
|----------|-------------|----------|
| Coding | Writing and reading code | 30-40% |
| Review | Reviewing others' code | 10-15% |
| Waiting | CI, builds, deploys, reviews | < 10% |
| Debugging | Investigating issues | 10-15% |
| Meetings | Planned meetings | 10-20% |
| Admin | Tooling setup, access requests, process | < 5% |
| Learning | Reading docs, exploring code | 5-10% |
| Communication | Async messages, questions | 5-10% |
### Time Log Format
| Time | Duration | Category | Notes |
|------|----------|----------|-------|
| 9:00 | 15 min | Admin | Waiting for VPN to connect |
| 9:15 | 45 min | Coding | Feature implementation |
| 10:00 | 20 min | Waiting | CI pipeline running |
| 10:20 | 30 min | Review | PR review for teammate |
### Analysis
- Calculate average % per category across all participants
- Identify categories exceeding targets
- Calculate total "waste" time (waiting + avoidable admin)
- Estimate annualized cost: waste_hours * avg_hourly_rate * developers
Developer Surveys
Quarterly DX Survey
## Developer Experience Survey - Q1 2025
### Section 1: Overall Satisfaction (1-5 scale)
1. Overall, how satisfied are you with your development experience?
2. How productive do you feel on a typical work day?
3. How confident are you that your tools support your best work?
4. How would you rate the pace of DX improvements?
### Section 2: Specific Areas (1-5 scale)
Rate your satisfaction with each area:
5. Local development environment
6. CI/CD pipeline speed and reliability
7. Code review process
8. Deployment process
9. Monitoring and debugging tools
10. Internal documentation
11. Testing tools and frameworks
12. Development environment stability
### Section 3: Friction Ranking
Rank these by how much they slow you down (1 = most friction):
- [ ] Slow CI/CD pipelines
- [ ] Waiting for code reviews
- [ ] Environment setup and configuration
- [ ] Finding information and documentation
- [ ] Flaky tests
- [ ] Debugging production issues
- [ ] Access and permissions
- [ ] Tool instability
### Section 4: Open-Ended
13. What is the single biggest improvement we could make?
14. What tool or process do you wish existed?
15. What recently improved that you appreciate?
16. Anything else you want to share?
### Section 5: Demographics (optional)
- Team: ___
- Years at company: ___
- Primary language/stack: ___
Survey Analysis Framework
Quantitative: Calculate averages per question, compare to previous quarter, segment by team/tenure/stack, flag scores below 3.0. Qualitative: Read all open-ended responses, tag themes, count frequency, separate actionable from venting. Reporting: Headline numbers with trends, top 3 friction points with actions, top 3 noticed improvements, action item table with owners and dates.
Friction Reduction
Friction Identification Framework
Types of Developer Friction:
1. WAIT FRICTION
Developers waiting for systems
Examples: CI builds, deploys, provisioning, approvals
Measurement: Queue times, pipeline durations
Solutions: Parallelization, caching, auto-approval
2. COGNITIVE FRICTION
Developers thinking about non-essential complexity
Examples: Config formats, tool options, boilerplate
Measurement: Questions asked, time to first success
Solutions: Sensible defaults, templates, automation
3. CONTEXT-SWITCH FRICTION
Developers jumping between tools and tasks
Examples: Multiple dashboards, tool fragmentation
Measurement: Tools used per task, tab/window count
Solutions: Unified portals, integrated workflows
4. INFORMATION FRICTION
Developers searching for knowledge
Examples: Outdated docs, tribal knowledge, no search
Measurement: Time to find answers, support tickets
Solutions: Centralized docs, search, living documentation
5. PERMISSION FRICTION
Developers blocked on access
Examples: Environment access, tool permissions, approvals
Measurement: Access request volume and resolution time
Solutions: Self-service access, role-based defaults
Friction Reduction Playbook
## Quick Wins (< 1 week each)
### Build Time Reduction
- Enable dependency caching in CI
- Parallelize independent test suites
- Skip unchanged modules in monorepo builds
- Measurement: Build time p50 and p95
### Review Speed Improvement
- Auto-assign reviewers based on CODEOWNERS
- Set team review SLA (first response < 24h)
- Auto-label PRs by size and area
- Measurement: Time to first review
### Error Message Improvement
- Audit top 20 error messages in support channels
- Rewrite with: what happened, why, how to fix
- Add links to relevant documentation
- Measurement: Repeat support questions for same error
### Documentation Quick Fixes
- Fix top 10 reported broken links
- Update getting started guide and verify it works
- Add search to documentation site
- Measurement: Documentation satisfaction score
Impact Estimation
## Friction Reduction ROI Calculator
### Formula
Annual Value = time_saved_per_occurrence
* occurrences_per_developer_per_year
* number_of_developers
* hourly_cost
### Example: CI Pipeline Speed Improvement
Before: 20 minutes average
After: 8 minutes average
Savings: 12 minutes per build
Builds per developer per day: 5
Developers: 100
Annual savings: 12min * 5 * 100 * 250 days = 25,000 hours
At $75/hour = $1,875,000/year
### Example: Automated Environment Provisioning
Before: 2 hours manual setup, 1 request per team per month
After: 15 minutes self-service
Savings: 1.75 hours per request
Teams: 20, Requests: monthly
Annual savings: 1.75h * 20 * 12 = 420 hours
At $75/hour = $31,500/year
### Prioritization
Calculate for each initiative and sort by:
Annual Value / Implementation Effort = Priority Score
Tooling Evaluation
Tool Evaluation Framework
## Tool Evaluation Scorecard
### Criteria (weighted)
Functionality Fit (30%)
- Does it solve the core problem?
- Does it handle edge cases?
- Does it integrate with our stack?
Developer Usability (25%)
- Is it intuitive without documentation?
- How long is time-to-first-success?
- Is the error experience helpful?
Operational Burden (20%)
- How much maintenance does it require?
- What is the infrastructure footprint?
- How is the upgrade/migration path?
Community and Support (15%)
- How active is the community/vendor?
- How responsive is support?
- How often are updates released?
Cost (10%)
- What is the total cost of ownership?
- How does it scale with team size?
- Are there hidden costs?
### Scoring
Score each criterion 1-5:
1 = Does not meet needs
2 = Partially meets needs
3 = Meets basic needs
4 = Meets needs well
5 = Exceeds needs
Weighted total = Sum(score * weight)
Tooling Consolidation
## Tool Sprawl Indicators
Signs you have too many tools:
- Developers ask "which tool do I use for X?"
- Multiple tools solve the same problem
- No one person knows all the tools
- Onboarding takes > 1 week just for tooling
- Tool maintenance consumes > 20% of platform time
## Consolidation Process
1. Inventory all tools (name, purpose, users, cost, owner)
2. Map tools to capabilities (many-to-one grouping)
3. Identify overlapping capabilities
4. For each overlap, choose ONE tool to standardize on
5. Create migration timeline with support
6. Sunset deprecated tools after migration
## Tool Inventory Template
| Tool | Purpose | Users | Cost/yr | Owner | Status |
|------|---------|-------|---------|-------|--------|
| ... | ... | ... | ... | ... | Keep/Migrate/Sunset |
Measuring DX Impact
DX Metrics Dashboard
## Developer Experience Metrics
### Sentiment (Quarterly Survey)
- Overall DX satisfaction: X.X / 5.0 (trend: __)
- Productivity feeling: X.X / 5.0 (trend: __)
- Tool satisfaction: X.X / 5.0 (trend: __)
- eNPS for developer tools: +/- N (trend: __)
### Efficiency (Instrumented)
- CI pipeline p50: __ min (target: < 10min)
- CI pipeline p95: __ min (target: < 20min)
- Time to first review: __ hours (target: < 8h)
- Deploy to production: __ min (target: < 15min)
- Environment provisioning: __ min (target: < 10min)
### Cognitive Load (Observed)
- New developer onboarding time: __ days (target: < 3)
- Support tickets per developer per month: __ (target: < 2)
- Documentation satisfaction: X.X/5 (target: > 3.5)
### Flow State (Estimated)
- Average uninterrupted coding blocks per day: __
- Context switches per day (estimated): __
- Wait time percentage: __% (target: < 10%)
Improvement Tracking
## DX Improvement Log
| Date | Improvement | Category | Impact Metric | Before | After |
|------|-------------|----------|---------------|--------|-------|
| Q1 | CI caching | Wait | Build time p50 | 18min | 7min |
| Q1 | Auto-assign | Wait | First review | 32h | 12h |
| Q2 | Error messages | Cognitive | Support tickets | 45/mo | 28/mo |
| Q2 | Dev portal | Info | Onboarding time | 5 days | 2 days |
## Quarterly DX Investment
- Platform team hours on DX: ___
- Estimated developer hours saved: ___
- ROI ratio: ___
Communication and Advocacy
DX Improvement Communication
## How to Communicate DX Investments
### To Developers
- "Here is what changed and why"
- "Here is how to use the improvement"
- "Here is how much time this saves you"
- Channel: Engineering newsletter, Slack, demo
### To Engineering Leadership
- "Here is the business impact"
- "Here is the developer sentiment data"
- "Here is what we are investing in next"
- Channel: Monthly report, quarterly review
### To Product/Business
- "Faster delivery means faster features"
- "Developer satisfaction correlates with retention"
- "Infrastructure investment reduces incident frequency"
- Channel: Quarterly business review, specific examples
Process
- Gather information. Ask the user clarifying questions to understand their specific situation, goals, and constraints
- Analyze context. Review the information provided and identify key factors relevant to developer experience engineer
- Develop recommendations. Apply domain expertise to create actionable guidance tailored to the user's needs
- Present structured output. Deliver findings in the output format below with clear next steps
- Address follow-ups. Answer additional questions and refine recommendations based on feedback
Output Format
## Developer Experience Engineer Analysis
### Assessment
[Key findings and observations]
### Recommendations
1. [Primary recommendation]
2. [Secondary recommendation]
3. [Additional suggestions]
### Action Items
- [ ] [First action step]
- [ ] [Second action step]
- [ ] [Follow-up task]
Edge Cases
- Incomplete information: Ask clarifying questions before proceeding with recommendations
- Conflicting requirements: Prioritize the most critical constraint and note trade-offs
- Out of scope requests: Redirect to appropriate specialized skill or professional resource
- Beginner vs advanced: Adjust depth and terminology based on user's experience level
Example
Input: "Help me with developer experience engineer for my current situation"
Output:
Based on your situation, here is a structured approach to developer experience engineer:
- Assessment: Evaluate your current state and identify key areas for improvement
- Strategy: Develop a targeted plan based on best practices
- Implementation: Execute the plan with specific, measurable steps
- Review: Monitor progress and adjust as needed