backend-dev
Comprehensive backend development workflow that orchestrates expert analysis, architecture design, implementation, and deployment using the integrated toolset. Handles everything from API design and database architecture to security implementation and DevOps automation.
What this skill does
# Backend Development Master - Complete Backend Engineering Workflow ## Overview This skill provides end-to-end backend development services by orchestrating multiple expert systems, advanced development techniques, and specialized tools. It transforms business requirements into production-ready backend systems with comprehensive architecture, security, scalability, and operational excellence. **Key Capabilities:** - ๐๏ธ **Multi-Expert Backend Architecture** - Coordinates backend architects, security engineers, and DevOps specialists - ๐ฏ **Full-Stack Development** - From API design to database architecture to deployment automation - ๐ **Production-Ready Implementation** - Security-first, scalable, and maintainable code generation - ๐ง **DevOps Integration** - CI/CD pipelines, monitoring, and infrastructure as code - ๐ **Comprehensive Testing** - Unit, integration, and end-to-end testing strategies ## When to Use This Skill **Perfect for:** - New backend system development and API creation - Legacy system modernization and microservice decomposition - Database architecture and optimization projects - Security implementation and compliance requirements - Performance optimization and scalability planning - DevOps pipeline and infrastructure automation **Triggers:** - "Create a backend API for [application]" - "Design database architecture for [system]" - "Build a scalable backend service" - "Implement security and authentication" - "Set up CI/CD and deployment pipeline" ## Backend Development Expert Panel ### **Backend Architect** (System Design) - **Focus**: API design, database architecture, system scalability - **Techniques**: RESTful services, GraphQL, microservices, data modeling - **Considerations**: Performance, scalability, maintainability, API contracts ### **Security Engineer** (Secure Development) - **Focus**: Authentication, authorization, data protection, compliance - **Techniques**: OWASP compliance, encryption, threat modeling, secure coding - **Considerations**: Security by design, zero-trust principles, regulatory compliance ### **DevOps Architect** (Operations & Deployment) - **Focus**: CI/CD, infrastructure automation, monitoring, reliability - **Techniques**: Container orchestration, IaC, observability, zero-downtime deployment - **Considerations**: Infrastructure costs, reliability, scaling strategies, monitoring ### **Database Specialist** (Data Architecture) - **Focus**: Schema design, query optimization, data modeling, migrations - **Techniques**: Normalization, indexing strategies, caching, data consistency - **Considerations**: Data integrity, performance, scalability, backup strategies ### **Performance Engineer** (Optimization) - **Focus**: Performance optimization, bottleneck analysis, caching strategies - **Techniques**: Profiling, load testing, optimization patterns, scaling solutions - **Considerations**: Response times, throughput, resource utilization, cost efficiency ## Backend Development Workflow ### Phase 1: Requirements Analysis & Technical Planning **Use when**: Starting new backend development or modernizing existing systems **Tools Used:** ```bash /sc:analyze backend-requirements BMAD PM Agent: business requirement analysis Requirements Analyst: technical specification creation Deep Research Agent: technology stack research ``` **Activities:** - Analyze business requirements and translate to technical specifications - Identify scalability, security, and performance requirements - Evaluate technology stack options and architectural patterns - Define API contracts and data models - Plan integration points and external dependencies ### Phase 2: System Architecture & Design **Use when**: Designing the technical architecture and system components **Tools Used:** ```bash /sc:design --type architecture backend-system /sc:design --type api restful-apis /sc:design --type database data-model Backend Architect: comprehensive system design Security Engineer: security architecture planning ``` **Activities:** - Design system architecture and component boundaries - Create API specifications and data contracts - Design database schemas and relationships - Plan security architecture and authentication flows - Define scalability and performance strategies ### Phase 3: Implementation Planning & Technology Selection **Use when**: Preparing for actual code implementation **Tools Used:** ```bash /sc:design --type component implementation-strategy Python Expert: technology-specific implementation patterns DevOps Architect: deployment and infrastructure planning Performance Engineer: optimization and monitoring setup ``` **Activities:** - Select appropriate frameworks, libraries, and tools - Create implementation roadmap with milestones - Plan database migrations and data seeding strategies - Design error handling and logging strategies - Prepare development environment and tooling setup ### Phase 4: Secure & Scalable Implementation **Use when**: Writing production-ready backend code **Tools Used:** ```bash /sc:implement backend-service Python Expert: production-quality code implementation Security Engineer: secure coding practices and vulnerability prevention Database Specialist: optimized database interactions Performance Engineer: efficient algorithms and caching strategies ``` **Activities:** - Implement core business logic and API endpoints - Create secure authentication and authorization systems - Optimize database queries and implement caching strategies - Implement comprehensive error handling and logging - Write unit and integration tests with high coverage ### Phase 5: Testing & Quality Assurance **Use when**: Ensuring system reliability and security **Tools Used:** ```bash /sc:test backend-comprehensive Quality Engineer: testing strategy implementation Security Engineer: security testing and vulnerability scanning Performance Engineer: load testing and performance validation Playwright MCP: end-to-end API testing ``` **Activities:** - Implement comprehensive test suites (unit, integration, E2E) - Conduct security testing and vulnerability assessments - Perform load testing and performance benchmarking - Validate API contracts and data integrity - Test error scenarios and recovery mechanisms ### Phase 6: DevOps & Deployment **Use when**: Preparing for production deployment **Tools Used:** ```bash /sc:implement production-deployment DevOps Architect: CI/CD pipeline and infrastructure setup Security Engineer: production security hardening Monitoring Setup: observability and alerting systems ``` **Activities:** - Set up CI/CD pipelines with automated testing and deployment - Implement infrastructure as code and containerization - Configure monitoring, logging, and alerting systems - Create deployment strategies and rollback procedures - Document operations procedures and runbooks ## Integration Patterns ### **SuperClaude Command Integration** | Command | Use Case | Output | |---------|---------|--------| | `/sc:design --type architecture` | System architecture | Technical architecture specifications | | `/sc:design --type api` | API design | RESTful/GraphQL API specifications | | `/sc:design --type database` | Database design | Optimized schema and data models | | `/sc:implement backend` | Code implementation | Production-ready backend services | | `/sc:test backend` | Testing strategy | Comprehensive testing plans | | `/sc:build deploy` | Deployment setup | CI/CD and infrastructure automation | ### **BMAD Method Integration** | Technique | Role | Capabilities | |----------|------|------------| | **Greenfield Service Workflow** | New project development | Complete backend service development | | **Brownfield Integration** | Legacy modernization | Safe system evolution and integration | | **Security-First Development** | Secure implementation | Built-in security practices and validation | | **Performance Optimization** | Scalability planning | Bottleneck identification and optimization |
Related in Design
contribute
IncludedLocal-only OSS contribution command center. Auto-refreshes the user's in-flight PR and issue state on invoke so conversations start with full context โ no need to brief Claude on what's in flight. Helps the user find issues to contribute to on GitHub, builds per-repo dossiers of what each upstream expects (CLA, DCO, branch convention, AI policy, draft-first, review bots, issue templates), runs deterministic gates before any external action so AI-assisted contributions don't reach maintainers as slop. State is markdown-only: candidate files at ~/.contribute-system/candidates/, repo dossiers at ~/.contribute-system/research/, append-only event log at ~/.contribute-system/log.jsonl. No database, no cloud calls. Use when the user asks about their PRs / issues / contributions, wants to find new work to take on, claim an issue, build/refresh a repo's dossier, or draft a Design Issue or PR. Trigger with "/contribute", "what's my PR status", "find a contribution", "claim issue X", "draft a Design Issue for Y", "refresh dossier for Z".
architectural-analysis
IncludedUser-triggered deep architectural analysis of a codebase or scoped subtree across eight modes โ information architecture, data flow, integration points, UI surfaces, interaction patterns, data model, control flow, and failure modes. This skill should be used when the user asks to "diagram this codebase," "map the architecture," "show the data flow," "give me an ERD," "trace control flow," "find the integration points," "verify the layout pattern," "audit the UX architecture," or any similar request whose primary deliverable is mermaid diagrams plus cited reports under docs/architecture/. Dispatches haiku/sonnet sub-agents in parallel for per-mode exploration, then verifies every citation mechanically before any node lands in a diagram. Not for one-off prose explanations of code (use code-explanation) or for high-level system design from scratch (use system-design).
mcp
IncludedModel Context Protocol (MCP) server development and tool management. Languages: Python, TypeScript. Capabilities: build MCP servers, integrate external APIs, discover/execute MCP tools, manage multi-server configs, design agent-centric tools. Actions: create, build, integrate, discover, execute, configure MCP servers/tools. Keywords: MCP, Model Context Protocol, MCP server, MCP tool, stdio transport, SSE transport, tool discovery, resource provider, prompt template, external API integration, Gemini CLI MCP, Claude MCP, agent tools, tool execution, server config. Use when: building MCP servers, integrating external APIs as MCP tools, discovering available MCP tools, executing MCP capabilities, configuring multi-server setups, designing tools for AI agents.
react-native-skia
IncludedDesign, build, debug, and optimise high-polish animated graphics in React Native or Expo using @shopify/react-native-skia, Reanimated, and Gesture Handler. Use when the user wants canvas-driven UI, shaders, paths, rich text, image filters, sprite fields, Skottie, video frames, snapshots, web CanvasKit setup, or performance tuning for custom motion-heavy elements such as loaders, hero art, cards, charts, progress indicators, particle systems, or gesture-driven surfaces. Also use when the user asks for fluid, glow, glass, blob, parallax, 60fps/120fps, or GPU-friendly animated effects in React Native, even if they do not explicitly say "Skia". Do not use for ordinary form/layout work with standard views.
plaid
IncludedProduct Led AI Development โ guides founders from idea to launched product. Six capabilities: Idea (discover a product idea), Validate (pressure-test the idea against fatal flaws, problem reality, competition, and 2-week MVP feasibility), Plan (vision intake + document generation), Design (translate image references into a design.md spec), Launch (go-to-market strategy), and Build (roadmap execution). Use when someone says "PLAID", "plaid idea", "help me find an idea", "product idea", "idea from my business", "idea from my expertise", "plaid validate", "validate my idea", "pressure-test", "is this idea good", "find fatal flaws", "validate the problem", "plan a product", "define my vision", "generate a PRD", "product strategy", "plaid design", "design from image", "translate image to design", "create design.md", "extract design tokens", "plaid launch", "go-to-market", "launch plan", "GTM strategy", "launch playbook", "plaid build", "build the app", "start building", or "execute the roadmap".
nextjs-framer-motion-animations
IncludedAdds production-safe Motion for React or Framer Motion animations to Next.js apps, including reveal, hover and tap micro-interactions, whileInView, stagger, AnimatePresence, layout and layoutId transitions, reorder, scroll-linked UI, and lightweight route-content transitions. Use when the user asks to add, refactor, or debug Motion or Framer Motion in App Router or Pages Router codebases, especially around server/client boundaries, reduced motion, LazyMotion, bundle size, hydration, or route transitions. Avoid for GSAP-style timelines, WebGL or 3D scenes, heavy scroll storytelling, or CSS-only effects unless Motion is explicitly requested.