/hypr:assess-backend

Analyze your backend API patterns, service architecture, and implementation conventions, then generate a specialized backend agent.

Usage

/hypr:assess-backend /hypr:assess-backend quick

Alias: /hypr:assess-be

Description

The backend-assessor agent copies the backend agent template to .claude/agents/backend-agent.md, analyzes 21 aspects of your backend implementation, extracts project-specific rules for each, and builds the agent file incrementally with checkpoints.

Process

Part 1: Core Patterns (Aspects 1–6)

  • API endpoint structure and naming
  • File organization and folder structure
  • Database queries and transactions
  • Authentication and authorization
  • Request validation
  • Error handling and exceptions

Part 2: Service Patterns (Aspects 7–12)

  • Service and controller organization
  • Database migrations
  • Async operation patterns
  • Logging and monitoring
  • Testing patterns
  • Permissions and security patterns

Part 3: Integration Patterns (Aspects 13–21)

  • Caching patterns
  • Background jobs and queues
  • File upload and storage
  • Email and notification patterns
  • Rate limiting and throttling
  • Configuration management
  • Documentation patterns
  • Type definitions and language patterns
  • Build/deployment integration

Output

.claude/agents/backend-agent.md

Contains the executor's per-file rules, 25+ project-specific backend patterns, and examples drawn from your actual services and APIs.

Related Commands