backend-developer

Implement server-side business logic, data persistence, and external API integrations.

17|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/Adelie-Squad/solosquad --skill backend-developer-adelie-squad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend-developer
Source: https://github.com/Adelie-Squad/solosquad/tree/main/assets/agents/engineering/backend-developer
Command: npx skills add https://github.com/Adelie-Squad/solosquad --skill backend-developer-adelie-squad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

Server-side logic is the backbone of business applications, but implementing robust business rules, secure data handling, and system integration often leads to complex maintenance and integration gaps. This Skill provides a structured blueprint for implementing server-side features, database interactions, and external service connectivity with clear boundaries and responsibilities.

Core Features & Use Cases

  • Business logic implementation and database integration
  • Authentication/authorization systems and external API integrations
  • Batch processing, scheduling, and deployment-ready architecture

Quick Start

Provide a baseline server-side feature implementation plan using the given feature_spec and architecture document.

Frequently Asked Questions about backend-developer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure server-side logic and database integration for a new API service?

To structure server-side logic, define a baseline implementation plan using your feature spec and architecture document. This blueprint specifies data models, interfaces, and business rules to ensure production-ready modules with clear system boundaries.

What is the best way to implement authentication and external service integrations?

The best way to implement authentication is to map it within defined application boundaries, specifying security considerations and interfaces. This approach handles data processing and external API connections securely without creating integration gaps.

Does this approach support batch processing and scheduling for backend architecture?

Yes, this approach supports batch processing and scheduling within a deployment-ready backend architecture. It structures business rules and data persistence to maintain robust server-side logic across asynchronous and timed operations.

How do I ensure test coverage and manage migrations for my NestJS server?

To ensure test coverage and manage migrations, specify the data models and interfaces clearly within your architecture. This structured blueprint guarantees that your NestJS server logic remains production-ready and maintainable.

When should I not use a blueprint for server-side business logic?

You should not use this server-side logic blueprint if your application lacks complex business rules or external service integrations. It is designed specifically to solve maintenance issues and integration gaps in robust backend systems.