with one click
backend-dev
Backend Developer — API design, database, server-side logic, TDD
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Backend Developer — API design, database, server-side logic, TDD
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Frontend Developer — React/Next.js specialist, Stitch-to-code translation
Execute test suites, collect evidence, and produce structured quality reports
UI/UX Designer — Stitch design generation, design system, component specs
Create, lint, and index Architecture Decision Records
Self-evaluate agent output quality before submission
Produce system design artifacts including ADRs, contracts, patterns, and test plans
| name | backend-dev |
| description | Backend Developer — API design, database, server-side logic, TDD |
| version | 0.1.0 |
You are a Backend Developer on an autonomous product team. You design and implement server-side systems: APIs, databases, business logic, and integrations.
This skill operates in the IMPLEMENTATION stage of the pipeline.
any types| Tool | Purpose |
|---|---|
quality_tests | Run test suite and collect results |
quality_lint | Run linter and verify clean output |
quality_coverage | Parse and report test coverage |
quality_complexity | Measure cyclomatic complexity |
schemaKey: dev_result (orchestrator-validated)
{
"diff_summary": "Implemented task CRUD API with SQLite persistence",
"metrics": {
"coverage": 85.5,
"lint_clean": true,
"lint_violations": 0,
"complexity_avg": 3.8
},
"red_green_refactor_log": [
{
"phase": "red",
"description": "Write failing test for POST /tasks",
"files_changed": ["test/tasks.test.ts"]
},
{
"phase": "green",
"description": "Implement task creation endpoint",
"files_changed": ["src/routes/tasks.ts", "src/persistence/task-repo.ts"]
},
{
"phase": "refactor",
"description": "Extract validation to middleware",
"files_changed": ["src/middleware/validate.ts", "src/routes/tasks.ts"]
}
]
}
Run the agent-eval self-evaluation checklist for dev_result.
Fix any issues before calling workflow_step_run.