Architecture & Design

  • Design Pattern Template

    Implement design patterns with context, problem analysis, and solution requirements

    Created by Rob Conery

  • Refactoring Template

    Refactor code to improve maintainability, readability, performance, and testability while preserving functionality

    Created by Rob Conery

  • System Design Template

    Design scalable systems with requirements analysis, architecture diagrams, and component descriptions

    Created by Rob Conery

Backend Development

  • Authentication Template

    Implement authentication systems with secure password handling, session management, and protected routes

    Created by Rob Conery

  • Database Model Template

    Create ORM models with fields, relationships, validations, and migration support

    Created by Rob Conery

  • Express Route Template

    Create Express.js routes with CRUD operations, authentication, validation, and error handling

    Created by Rob Conery

Bonus Templates

  • Load Testing Template

    Design load testing with test scenarios, performance targets, and results analysis

    Created by Rob Conery

Bug Fixing & Debugging

  • Bug Investigation Template

    Systematically investigate and identify root causes of bugs with structured debugging approach

    Created by Rob Conery

  • Error Handling Template

    Add comprehensive error handling with validation, exception catching, and graceful degradation

    Created by Rob Conery

Code Generation & Creation

  • API Endpoint Template

    Create REST API endpoints with proper authentication, validation, and error handling

    Created by Rob Conery

  • Class Design Template

    Create well-structured classes with proper inheritance, properties, and methods following language conventions

    Created by Rob Conery

Code Quality & Standards

  • Code Review Checklist Template

    Create code review checklists with functionality, quality, performance, and security considerations

    Created by Rob Conery

  • Code Style Guide Template

    Establish code style guides with naming conventions, formatting standards, and automated enforcement

    Created by Rob Conery

Code Review & Analysis

  • Code Review Template

    Review code for logic errors, performance issues, security vulnerabilities, code style and best practices

    Created by Rob Conery

  • Security Audit Template

    Perform a comprehensive security audit of code focusing on vulnerabilities and best practices

    Created by Rob Conery

Configuration Management

  • Feature Flag Template

    Implement feature flags with targeting rules, rollout strategies, and lifecycle management

    Created by Rob Conery

Data Analysis & Processing

Database & Data

  • Data Migration Template

    Create data migration scripts with transformations, validation rules, and rollback procedures

    Created by Rob Conery

  • Database Schema Template

    Design database schemas with entities, relationships, constraints, and migration scripts

    Created by Rob Conery

  • Query Optimization Template

    Optimize database queries for better performance with index usage and join efficiency analysis

    Created by Rob Conery

DevOps & Deployment

  • CI/CD Pipeline Template

    Create continuous integration and deployment pipelines with build steps, testing, and deployment automation

    Created by Rob Conery

  • Docker Configuration Template

    Create Docker configurations with Dockerfile and docker-compose.yml for containerized applications

    Created by Rob Conery

Documentation

  • API Documentation Template

    Generate comprehensive API documentation with examples, parameters, and error codes

    Created by Rob Conery

  • Code Documentation Template

    Add comprehensive inline documentation with function descriptions, parameters, and usage examples

    Created by Rob Conery

  • README Template

    Create comprehensive README files with installation, usage, contributing, and license sections

    Created by Rob Conery

Emergency Response

  • Incident Response Template

    Create incident response procedures with detection, escalation, mitigation, and post-incident review

    Created by Rob Conery

  • Rollback Procedure Template

    Create rollback procedures with triggers, data considerations, and verification steps

    Created by Rob Conery

Frontend Development

  • Form Validation Template

    Implement form validation with proper error handling, accessibility, and user experience

    Created by Rob Conery

  • React Component Template

    Create React components with TypeScript types, proper accessibility, and modern patterns

    Created by Rob Conery

  • State Management Template

    Implement state management with modern patterns, type definitions, and middleware setup

    Created by Rob Conery

Integration & APIs

Migration & Upgrade

  • Dependency Upgrade Template

    Upgrade dependencies with breaking change analysis, compatibility matrix, and migration guide

    Created by Rob Conery

Mobile Development

Monitoring & Logging

  • Monitoring Setup Template

    Set up monitoring with metrics tracking, alerts, dashboards, and SLA definitions

    Created by Rob Conery

Performance Optimization

  • Caching Strategy Template

    Implement caching strategies with cache warming, invalidation rules, and monitoring

    Created by Rob Conery

Security

Testing

  • Integration Test Template

    Create integration tests with proper test data setup, dependencies, and cleanup procedures

    Created by Rob Conery

  • Unit Test Template

    Write comprehensive unit tests covering happy paths, edge cases, and error conditions

    Created by Rob Conery