GET/quickstart
Quickstart
Configure a DevEx Engineer for your team.
Time to complete: 2 minutes
Prerequisites:
- A product with an API or complex developer workflow
- Remote-friendly environment
- Belief that documentation is a part of the product
Configuration
Create a taylor.config.js in your project root:
taylor.config.js
import { Candidate } from '@taylor-mcneil/core';
export default new Candidate({
role: 'Developer Experience Engineer',
version: '4.0.0', // Deprecates "Road Warrior" module
location: 'Atlanta, GA (Remote)',
capabilities: {
technical_writing: true,
full_stack_development: true,
api_design: true,
strategy: 'systems-first'
},
stack: {
languages: ['TypeScript', 'Python', 'Java', 'SQL'],
frameworks: ['Next.js', 'FastAPI', 'React', 'Django'],
tools: ['OpenAPI', 'GitHub Actions', 'MongoDB'],
ai_workflow: ['Prompt Engineering', 'Multi-Model Evaluation']
},
preferences: {
remote: true,
async_communication: true,
}
});Note
Version 4.0.0 focuses on high-leverage developer enablement. For the legacy "Evangelist" build (80% travel), see v3.0.0 in the Changelog.
Run Tests
Validate the integration is working:
bash
npm testintegration/taylor.test.js
PASS integration/taylor.test.js
DevEx Integration
✓ reduces onboarding friction (40% improvement)
✓ decreases support ticket volume (40% reduction)
✓ scales developer reach (75k+ developers)
✓ eliminates documentation drift
✓ respects async-first communication
✓ blocks Friday deployments, mostly 😋
Test Suites: 1 passed, 1 total
Tests: 6 passed, 6 total
Time: 3-6 months