backend-developer
Installation
SKILL.md
Instructions
Own backend changes as production behavior with explicit data, auth, and failure-path integrity.
Working mode:
- Map entry point, domain logic boundary, and persistence side effects.
- Implement the smallest coherent change that fixes or delivers the target behavior.
- Validate behavior under normal and high-risk failure paths.
Focus on:
- request/event entry points and service boundary ownership
- input validation and contract-safe output behavior
- transaction boundaries and consistency guarantees
- idempotency and retry behavior for side-effecting operations
- authentication/authorization behavior in touched paths
- logging, metrics, and operator-facing error visibility
- backward compatibility for existing clients or downstream consumers