{ }

Coding Prompts

Review, refactor, document, debug β€” AI pair-programming for every part of the dev cycle.

426
prompts
Free
to copy & use
Multi-agent

Data Analytics & Business Intelligence System

Analytics Strategy Business type, key Design the analytics strategy.

Multi-agent

AI & Automation Implementation System

Automation Process, current Analyze the automation opportunity.

Multi-agent

Cybersecurity Assessment & Protection System

Security Risk Organization, assets, Conduct a security risk assessment.

Multi-agent

Software Development Planning System

Technical Project, team, Translate the project into technical 10 user stories + non-functional Requirements timeline, challenge requirements.

Multi-agent

No-Code / Low-Code Product Build System

No-Code Product idea, user, Design the no-code architecture.

Multi-agent

API Integration & Webhook System

Integration Systems, goal, Design the integration architecture.

Multi-agent

Product Analytics & User Behavior System

Analytics Product type, current Design the product analytics 20 events to track + user property Architecture setup, key question, architecture.

Multi-agent

Cloud Infrastructure & Cost Optimization System

Cloud Cloud provider, Audit the cloud architecture.

Multi-agent

AI Model Selection & Deployment System

AI Strategy & Use case, maturity, Design the AI strategy.

Multi-agent

Tech Team Hiring & Culture System

Technical Hiring Team size, roles, Design the technical hiring framework.

Structured

Technical Problem Debugger

Debug this problem systematically. Identify the root cause, explain why it is happening, provide the fix, and explain how to prevent it in future.

Structured

System Design Advisor

Design the high-level architecture for this system. Cover components, data flow, scaling strategy, and key design decisions.

Structured

No-Code Tool Selector

Recommend the best no-code or low-code tool stack for the stated goal, with implementation guidance.

Structured

Data Analysis Prompt

Design the complete analysis approach for the stated question. Include the analytical method, the steps to execute it, and the format for presenting findings.

Structured

API Integration Planner

Plan the complete API integration including the data flow, error handling, authentication, and testing strategy.

Structured

Automation Workflow Designer

Design the complete automation workflow. Map the trigger, steps, conditions, and actions. Include the fallback for when automation fails.

Structured

Cybersecurity Checklist

Create a practical cybersecurity checklist and implementation guide tailored to the stated entity and concern.

Structured

Product Requirements Document Writer

Write a complete Product Requirements Document for the stated feature or product.

Structured

Code Generator with Best Practices

When you need production-ready code fast, not just a working snippet.

Structured

Bug Diagnosis & Fix

When you're stuck on a bug and need a systematic, explained fix rather than just a patch.

Agentic

Code Review Assistant

Before merging any significant pull request or after completing a feature you want pressure-tested.

Structured

Refactor Legacy Code

When inheriting old code that works but is unreadable, untestable, or hard to extend.

Workflow

Full Feature Build Workflow

When building a non-trivial feature from scratch and wanting to think through architecture before writing code.

Structured

Write Unit Tests

After writing a function and wanting thorough test coverage before it reaches production.

Agentic

Performance Optimisation Advisor

When code is functionally correct but too slow for production loads or failing performance benchmarks.

Structured

API Integration Code Generator

When integrating a third-party API and wanting production-quality code with proper error handling from the start.

Workflow

Database Schema & Query Optimisation

When designing or auditing a database layer for a new or growing system.

Structured

Documentation Generator

After writing a function or module that others will use β€” documentation written at the time of coding is always better than documentation written later.

Agentic

Security Vulnerability Scanner

Before deploying user-facing or data-handling code β€” security reviews catch issues that functional testing misses.

Structured

Data Structure & Algorithm Selector

When designing a solution to an algorithmic problem and wanting to choose the right approach before coding.

Workflow

CLI Tool Builder

When building an internal tool or developer utility that needs to be usable by the whole team without documentation.

Structured

Regex Pattern Builder

When building input validation, parsing logic, or search patterns where precision matters.

Agentic

Code Migration Assistant

When porting a codebase to a new language, framework, or major version.

Structured

Environment Setup & Config Generator

When onboarding a new team member or starting a new project β€” good setup documentation prevents hours of environment debugging.

Workflow

Code Architecture Planner

Before writing a single line of a new system β€” architecture decisions are the most expensive to change later.

Structured

Error Handling Framework

When building a new service or auditing error handling that currently returns raw stack traces to users.

Agentic

Dependency Audit & Upgrade Planner

When starting a new project or doing a quarterly maintenance pass on an existing codebase.

Structured

Code Snippet Explainer

When reviewing someone else's code, learning a new codebase, or preparing to explain code in a meeting or review.

Structured

System Design Interview Framework

When preparing for system design interviews or designing a new system from scratch.

Agentic

Microservices Boundary Designer

When planning a monolith-to-microservices migration or designing a new system with service boundaries.

Structured

Database Selection Guide

When choosing a database for a new project or evaluating whether the current database can support planned growth.

Workflow

API Design & Versioning Strategy

Before building an API that others will integrate against β€” good design prevents years of backwards-compatibility debt.

Structured

Caching Strategy Designer

When database load is high, API latency is unacceptable, or the system cannot handle current read traffic.

Agentic

Fault Tolerance & Resilience Planner

Before going to production with any system that must meet availability commitments.

Structured

Event-Driven Architecture Designer

When designing asynchronous workflows, decoupling services, or building event sourcing into a system.

Workflow

Scalability Review & Upgrade Plan

When the current system is hitting limits and you need a structured plan to scale it without a full rewrite.

Structured

Monorepo vs. Multi-repo Decision Framework

When the team is growing and the current repo structure is causing friction.

Agentic

Cloud Architecture Advisor

When choosing cloud services for a new deployment or migrating from on-premise.

Structured

Load Balancer & Traffic Management Design

When designing or reviewing the entry point of a distributed system.

Workflow

Authentication & Authorisation System Design

When building any system where user identity and permissions matter β€” which is almost every system.

Structured

Data Pipeline Architecture

When building a new data pipeline or diagnosing why an existing one is unreliable or too slow.

Agentic

Tech Debt Assessment & Payoff Strategy

When tech debt is slowing down feature delivery and you need a business case and plan to address it.

Structured

Service Mesh & Observability Design

When deploying a distributed system and needing to know what is happening inside it without guessing.

Workflow

Disaster Recovery Plan

Before any production system goes live β€” disasters always happen at the worst possible time.

Structured

Container & Kubernetes Architecture

When containerising and deploying an application on Kubernetes for the first time or auditing an existing K8s setup.

Agentic

Legacy System Modernisation Roadmap

When a legacy system is becoming a barrier to delivery speed, hiring, or scale.

Structured

Infrastructure as Code Template Generator

When provisioning cloud infrastructure and wanting reproducible, version-controlled deployments.

Workflow

Technical Specification Document

Before any significant engineering work β€” a good spec prevents rework, aligns stakeholders, and forces clear thinking.

Structured

CI/CD Pipeline Designer

When setting up a new project's CI/CD pipeline or auditing a fragile, manual deployment process.

Structured

Dockerfile Optimiser

When Docker builds are slow, images are too large, or security scans are flagging image vulnerabilities.

Agentic

Production Incident Responder

During an active production incident when every minute of downtime costs money and clarity is critical.

Structured

GitHub Actions Workflow Builder

When setting up GitHub Actions for a new project or improving an existing workflow that's slow or flaky.

Workflow

Monitoring & Alerting Stack Setup

When deploying a new application to production and needing visibility from day one.

Structured

Kubernetes Troubleshooting Guide

When a Kubernetes workload is misbehaving and you need a systematic path to diagnosis rather than random kubectl commands.

Agentic

Infrastructure Cost Optimisation Advisor

When cloud costs are growing faster than revenue or when preparing for budget season.

Structured

Zero-Downtime Deployment Strategy

When deploying a system that serves live traffic and any downtime has business or user impact.

Workflow

DevSecOps Pipeline Integration

When security is only reviewed manually before releases and you need to shift it left into automation.

Structured

Log Analysis & Debugging Guide

After a production incident when logs are available but the cause is unclear.

Agentic

Terraform Module Builder

When provisioning the same infrastructure pattern across multiple environments or teams.

Structured

SLO & Error Budget Framework

When formalising reliability commitments and creating a shared language between engineering and business.

Workflow

On-Call Rotation & Runbook System

When formalising on-call responsibilities or when on-call engineers are solving the same incidents repeatedly without capturing the solution.

Structured

Docker Compose Development Environment

When setting up a local development environment that mirrors production and works consistently across team members' machines.

Agentic

Platform Engineering Roadmap

When engineering productivity is declining as the company scales and there is no dedicated platform function.

Structured

Secret Management System Design

When secrets are currently stored in environment variables, config files, or .env files committed to git.

Workflow

Production Readiness Checklist

In the week before any production launch β€” this checklist prevents the most common first-day production failures.

Structured

Chaos Engineering Experiment Designer

After a system has basic resilience patterns in place and you want to validate they work under real failure conditions.

Agentic

DevOps Maturity Assessment

When trying to objectively benchmark delivery performance and identify what to improve first.

Structured

Backup & Recovery Automation

Before going to production with any system that holds data you cannot afford to lose.

Structured

SQL Query Optimiser

When a query is causing database load, slow page loads, or is identified as a bottleneck in production.

Structured

Database Schema Designer

When starting a new application and designing the data model β€” good schema design is 10x harder to fix retroactively.

Agentic

ETL Pipeline Builder

When automating data movement between systems that currently relies on manual exports or scripts with no error handling.

Structured

NoSQL Data Model Designer

When evaluating a NoSQL solution or designing a model for a system with known access patterns.

Workflow

Data Quality Framework

When data quality issues are causing downstream reports or ML models to produce wrong results.

Structured

Database Migration Script Generator

When changing a database schema in production without a maintenance window.

Agentic

Analytics Data Warehouse Design

When building a data warehouse from scratch or restructuring an analytics database that is hard to query.

Structured

Redis Caching Pattern Implementation

When implementing a specific Redis pattern and wanting production-quality code with proper key design and error handling.

Workflow

Database Performance Audit

When database performance is degrading in production and the cause is not obvious.

Structured

Data Modelling for Microservices

When decomposing a monolith into microservices and the shared database pattern must be broken.

Agentic

Real-Time Streaming Data Architecture

When building a system that must react to events in real time rather than batch processing them.

Structured

Database Connection Pool Configuration

When experiencing database connection errors under load or seeing 'connection pool exhausted' errors.

Workflow

Data Lineage & Governance Framework

When regulatory requirements, data quality issues, or organisation scale demand a formal approach to knowing what data exists and who can access it.

Structured

Multi-Tenant Database Design

When building a SaaS application that serves multiple customers and must ensure strict data isolation.

Agentic

dbt Project Architect

When building or restructuring analytics transformations using dbt.

Structured

Search Infrastructure Design

When database LIKE queries are too slow or too limited, and users need real search functionality.

Workflow

Data Warehouse Migration Plan

When planning a data warehouse migration that must preserve data integrity and cannot afford significant downtime.

Structured

Graph Database Use Case Evaluator

When exploring graph databases for a use case with complex relationships that are hard to query relationally.

Agentic

Data Retention & Archiving Strategy

When storage costs are growing, compliance requires data retention policies, or users need a right-to-erasure implementation.

Structured

Vector Database & Embeddings Design

When building AI features that require semantic similarity search or retrieval-augmented generation.

Structured

REST API Endpoint Specification

Before building any API endpoint β€” a spec agreed on before coding prevents integration rework.

Agentic

GraphQL Schema Designer

When designing a GraphQL API for a data-rich domain where clients need flexible queries.

Structured

Webhook System Designer

When building a platform that needs to notify external systems about events in real time.

Structured

OAuth 2.0 Integration Guide

When implementing social login or machine-to-machine OAuth2 for the first time.

Workflow

API Rate Limiting System

When an API needs to protect infrastructure from abuse, monetise via usage tiers, or enforce fair use.

Structured

API Documentation Generator

After designing or building an API that external or internal developers will consume.

Agentic

Third-Party Integration Architect

When integrating a mission-critical third-party service where failures have business impact.

Structured

API Versioning & Deprecation Strategy

When an API must evolve without breaking existing integrations β€” which is always.

Workflow

API Testing Strategy

When building an API that will be consumed by multiple clients and must not break silently.

Structured

SDK Design & Generation

When your API is being consumed by multiple clients and you want to reduce integration friction.

Agentic

API Gateway Configuration Designer

When introducing an API Gateway to centralise cross-cutting concerns across microservices.

Structured

Idempotency Design Pattern

When building any state-changing API operation where duplicate requests must be safe β€” especially payments.

Workflow

Event-Driven API Design

When synchronous REST is too slow or inefficient for the use case (e.g., long-running jobs, live updates).

Structured

API Mock Server Setup

When frontend and backend teams work in parallel and front-end needs a realistic API before the real one is built.

Agentic

API Analytics & Business Intelligence

When you need to understand how your API is being used, who is using it, and where it is failing.

Structured

gRPC Service Definition

Unary vs. Server Streaming vs. Client Streaming vs. Bidirectional streaming for each operation, (3) error handling using gRPC status codes (and when to use metadata for error details), (4) [LANGUAGE]

Workflow

API Monetisation & Developer Portal Design

When productising an API for external consumption and needing both technical and commercial design.

Structured

API Backward Compatibility Checker

Before releasing any API change that might break existing integrations.

Agentic

OpenAPI Specification Generator

When documenting an existing API or designing a new one following the design-first approach.

Structured

API Error Design System

When building a public API where inconsistent errors confuse developers and slow integrations.

Structured

ML Problem Framer

At the start of any ML project β€” framing the problem correctly prevents months of building the wrong model.

Structured

Feature Engineering Guide

Before training any model β€” feature quality determines model quality more than algorithm choice.

Agentic

Model Selection Advisor

When starting a new ML project and needing to choose the right model family rather than defaulting to deep learning for everything.

Structured

LLM Integration Code Generator

When building an LLM-powered feature and wanting production-grade code rather than a notebook prototype.

Workflow

RAG (Retrieval-Augmented Generation) System Builder

When building an LLM application that must answer questions based on specific, proprietary knowledge.

Structured

MLOps Pipeline Designer

When taking an ML model from notebook to production and needing the infrastructure to maintain it.

Agentic

ML Model Evaluation Framework

Before deploying any ML model β€” evaluation done correctly prevents shipping a model that looks good on metrics but fails in production.

Structured

Prompt Engineering Toolkit

When an LLM integration is producing inconsistent or low-quality outputs and the model choice is not the problem.

Workflow

ML Model Monitoring System

After deploying an ML model to production β€” models decay silently without monitoring.

Structured

Fine-Tuning Strategy Advisor

When considering fine-tuning an LLM and wanting to evaluate whether it's justified before investing compute and time.

Agentic

Responsible AI Checklist

Before deploying any AI system that makes decisions affecting people.

Structured

ML Training Pipeline Code

When moving from a Jupyter notebook experiment to a reproducible, automated training script.

Workflow

A/B Testing Framework for ML Models

Before replacing a production model with a new version β€” gut feeling is not sufficient for models that affect users.

Structured

ML Data Labelling Strategy

When building a supervised ML dataset from scratch and needing to maximise label quality and efficiency.

Agentic

ML System Architecture Review

Before deploying or after encountering reliability issues in an ML system.

Structured

Time Series Forecasting Guide

When building a forecasting model and wanting to avoid common time series mistakes (data leakage, wrong evaluation).

Workflow

Recommendation System Builder

When building a personalisation feature that must work even for new users with no history.

Structured

NLP Pipeline Builder

When building an NLP feature that processes real user text and must handle domain-specific language reliably.

Agentic

AI Cost Optimisation Advisor

When AI costs are growing faster than revenue or when preparing an AI cost budget.

Structured

ML Interview Preparation Guide

When preparing for ML engineering interviews.

Structured

Technical Roadmap Builder

When feeling stuck in career progression and needing a structured plan rather than random learning.

Structured

Code Review Best Practices Guide

When code reviews are inconsistent, creating friction, or not catching meaningful issues.

Agentic

Technical Interview Preparation Coach

When preparing for technical interviews and needing a structured plan rather than random LeetCode grinding.

Structured

Technical Writing Toolkit

When writing technical documentation that must influence decisions, teach others, or be a permanent record.

Workflow

Engineering Manager Transition Plan

When transitioning from an individual contributor to an engineering manager role.

Structured

Developer Tooling & Productivity Stack

When setting up a new machine or optimising an existing environment that feels slow or clunky.

Agentic

Performance Review Preparation

Before any performance review when you want to present your work in the strongest possible light.

Structured

Knowledge Management System for Developers

When spending time re-solving problems you've solved before because you didn't document the solution.

Workflow

Open Source Contribution Strategy

When wanting to break into a new technology, demonstrate skills to employers, or give back to the community.

Structured

Technical Salary Negotiation Guide

When preparing for any compensation negotiation β€” preparation is the only negotiation advantage that's completely in your control.

Agentic

Engineering Team Health Assessment

When a team is struggling with velocity, attrition, or morale and you need a structured diagnosis.

Structured

Technical Presentation Builder

When presenting technical work to an audience and wanting to be understood and remembered.

Workflow

Engineering Culture & Values Framework

When building an engineering culture intentionally rather than letting it emerge by accident.

Structured

Technical Debt Communication Template

When technical debt is slowing delivery and you need budget or time to address it.

Agentic

Developer Burnout Prevention Plan

When a developer is feeling consistently overwhelmed, disengaged, or running on empty.

Structured

Engineering Hiring Toolkit

When building an engineering team and wanting a structured, fair, and effective hiring process.

Workflow

New Developer Onboarding Programme

When onboarding a new engineer and wanting them to be productive and confident within 30 days, not 90.

Structured

Engineering Retrospective Facilitator

Before facilitating any team retrospective where you want real insights and real actions, not performative exercises.

Agentic

Staff Engineer Impact Framework

When preparing for a staff engineer promotion and needing to build both the impact and the evidence.

Structured

Technical Debt Prioritisation Matrix

When there is more tech debt than time to fix it and you need a defensible prioritisation framework.

Structured

OWASP Top 10 Mitigation Guide

When building a security hardening plan for an existing application or establishing secure defaults for a new one.

Agentic

Threat Modelling Workshop

Before designing or deploying any system that handles sensitive data or must resist adversarial use.

Structured

Cryptography Implementation Guide

When implementing any cryptographic function β€” home-grown crypto is notoriously error-prone.

Structured

Security Headers Configuration

When hardening a web application's HTTP response headers before a security audit or production launch.

Workflow

Security Incident Response Plan

Before any security incident occurs β€” response plans written during an incident are too slow and too chaotic.

Structured

Penetration Testing Preparation Guide

When commissioning or conducting a penetration test and wanting a structured, professional approach.

Agentic

GDPR & Privacy Engineering Advisor

When building or auditing an application that handles personal data from users in regulated regions.

Structured

Zero Trust Architecture Design

When designing or modernising network security for a remote or cloud-native environment.

Workflow

Supply Chain Security Framework

When securing the software supply chain after incidents like Log4Shell or SolarWinds revealed the risk.

Structured

Secrets Detection & Remediation

When auditing a codebase for leaked credentials or setting up prevention after a secrets leak.

Agentic

SOC 2 Compliance Readiness Assessment

When preparing for a SOC 2 audit for the first time or closing gaps from a previous audit.

Structured

Secure Code Review Checklist

When conducting security-focused code reviews or training developers to self-review for security.

Workflow

Cloud Security Architecture Review

After a cloud deployment or as a scheduled quarterly security review.

Structured

API Security Hardening Guide

When deploying an API to production and wanting systematic hardening against the OWASP API Security Top 10.

Agentic

Security Champions Programme Design

When scaling security beyond a central security team to embed it in every engineering team.

Structured

DDoS Defence Architecture

When a public-facing application needs protection against availability attacks.

Workflow

Vulnerability Disclosure Policy & Bug Bounty Design

When launching a public product and wanting to channel security researcher reports constructively rather than reactively.

Structured

Security Logging & SIEM Strategy

When building security visibility into a system or organisation for the first time.

Agentic

Security Architecture for Startups

When a startup needs to demonstrate security maturity to enterprise customers or investors without a large security budget.

Structured

PCI DSS Compliance Checklist

When building or auditing any system that touches payment card data.

Structured

React Component Architecture

Before building a complex UI feature β€” component architecture planned upfront prevents expensive refactors.

Agentic

Frontend Performance Optimiser

When a web app feels slow, Lighthouse scores are poor, or users are reporting sluggish interactions.

Structured

React Native Feature Builder

When building a React Native feature that must work perfectly on both iOS and Android.

Structured

Accessibility Implementation Guide

When building or auditing UI components that must comply with accessibility standards or reach all users.

Workflow

Design System Builder

When building a component library from scratch or establishing consistency across a growing product.

Structured

State Management Architecture

When state management is causing bugs, performance issues, or is simply growing too complex.

Agentic

Mobile App Performance Profiler

When mobile app performance is causing user complaints or low app store ratings.

Structured

Progressive Web App (PWA) Implementation

When adding offline capability, push notifications, or home screen installation to a web application.

Workflow

Frontend Testing Strategy

and Storybook + Chromatic setup. WHEN TO USE: When building a robust frontend test suite that catches real bugs without becoming a maintenance burden.

Structured

Cross-Platform App Framework Decision

When starting a new mobile project and needing a defensible framework choice before committing to a stack.

Agentic

UI Animation & Micro-interaction System

When adding motion to a product and wanting it to feel cohesive, professional, and fast.

Structured

Form Architecture & Validation

When building complex forms and wanting to handle validation, async checks, and accessibility correctly from the start.

Workflow

Frontend CI/CD Pipeline

When setting up frontend deployment automation that runs quality checks before anything reaches production.

Structured

React Performance Patterns

and when not to use with examples, (2) React.memo β€” which components to wrap and the footgun of object/function props, (3) code splitting with React.lazy and Suspense, (4) list virtualisation with rea

Agentic

Mobile App Architecture Guide

When starting a mobile app and wanting a consistent, scalable architecture from day one.

Structured

Web Vitals Optimisation Guide

When Google Search Console or Lighthouse reports Core Web Vitals issues affecting SEO or user experience.

Workflow

App Store Optimisation & Submission Guide

Before submitting an app to the App Store or Play Store for the first time.

Structured

Internationalization (i18n) Implementation

When adding multi-language support to an application or planning for it from the start.

Agentic

Mobile Security Hardening

When a mobile app handles sensitive financial, health, or authentication data and must resist device-level attacks.

Structured

Frontend Error Monitoring Setup

When deploying a frontend application that must be observable in production.

Structured

Engineering Strategy Document

When engineering needs a clear direction that aligns the team and informs product roadmap decisions.

Structured

1:1 Meeting Framework

When managing engineers and wanting 1:1s that are substantive, not just status updates.

Agentic

Cross-Functional Communication Strategy

When miscommunication between engineering and other functions is slowing delivery or creating frustration.

Structured

Technical Mentorship Programme

When building a formal mentorship structure or improving an informal one that isn't producing development outcomes.

Workflow

Engineering OKR Framework

When introducing or improving OKRs in an engineering organisation.

Structured

Stakeholder Expectation Management

When managing a difficult situation that requires communicating bad news or delays to non-technical stakeholders.

Agentic

Team Topology Designer

When team structure is creating bottlenecks, unclear ownership, or slow delivery.

Structured

Architecture Decision Record (ADR) Template

When making a significant architectural decision that future team members should understand without tracking down the original decision-maker.

Workflow

Engineering All-Hands Presentation

Before any significant all-hands or large-audience engineering communication.

Structured

Engineering Principles Document

When scaling an engineering team and wanting consistent decision-making without centralised control.

Agentic

Difficult Conversation Preparation

Before any high-stakes conversation where the outcome matters and the wrong approach could damage trust.

Structured

Post-Mortem Blameless Review

After every significant production incident as a learning and improvement exercise.

Workflow

Roadmap Communication Strategy

When presenting a roadmap to multiple stakeholders with different information needs.

Structured

Feedback Culture Implementation

When feedback in the team is either absent (too polite) or destructive (too harsh) and trust is suffering.

Agentic

Technical Due Diligence Advisor

Before acquiring, partnering with, or significantly depending on another organisation's technical capabilities.

Structured

Engineering Hiring Rubric

When building a consistent, fair hiring process that produces better hiring decisions at scale.

Workflow

New Engineering Leader Onboarding

When starting a new engineering leadership role or preparing a new leader to succeed.

Structured

Engineering Budget Justification

Before presenting any significant engineering budget request to leadership or a board.

Agentic

Engineering Culture Audit

When attrition is rising, engagement is falling, or delivery performance is declining and culture is the suspected cause.

Structured

Tech Lead First 30 Days Guide

When being promoted to or starting a tech lead role for the first time.

Structured

Code Generator with Best Practices

When you need production-ready code fast, not just a working snippet.

Structured

Bug Diagnosis & Fix

When you're stuck on a bug and need a systematic, explained fix rather than just a patch.

Agentic

Code Review Assistant

Before merging any significant pull request or after completing a feature you want pressure-tested.

Structured

Refactor Legacy Code

When inheriting old code that works but is unreadable, untestable, or hard to extend.

Workflow

Full Feature Build Workflow

When building a non-trivial feature from scratch and wanting to think through architecture before writing code.

Structured

Write Unit Tests

After writing a function and wanting thorough test coverage before it reaches production.

Agentic

Performance Optimisation Advisor

When code is functionally correct but too slow for production loads or failing performance benchmarks.

Structured

API Integration Code Generator

When integrating a third-party API and wanting production-quality code with proper error handling from the start.

Workflow

Database Schema & Query Optimisation

When designing or auditing a database layer for a new or growing system.

Structured

Documentation Generator

After writing a function or module that others will use β€” documentation written at the time of coding is always better than documentation written later.

Agentic

Security Vulnerability Scanner

Before deploying user-facing or data-handling code β€” security reviews catch issues that functional testing misses.

Structured

Data Structure & Algorithm Selector

When designing a solution to an algorithmic problem and wanting to choose the right approach before coding.

Workflow

CLI Tool Builder

When building an internal tool or developer utility that needs to be usable by the whole team without documentation.

Structured

Regex Pattern Builder

When building input validation, parsing logic, or search patterns where precision matters.

Agentic

Code Migration Assistant

When porting a codebase to a new language, framework, or major version.

Structured

Environment Setup & Config Generator

When onboarding a new team member or starting a new project β€” good setup documentation prevents hours of environment debugging.

Workflow

Code Architecture Planner

Before writing a single line of a new system β€” architecture decisions are the most expensive to change later.

Structured

Error Handling Framework

When building a new service or auditing error handling that currently returns raw stack traces to users.

Agentic

Dependency Audit & Upgrade Planner

When starting a new project or doing a quarterly maintenance pass on an existing codebase.

Structured

Code Snippet Explainer

When reviewing someone else's code, learning a new codebase, or preparing to explain code in a meeting or review.

Structured

System Design Interview Framework

When preparing for system design interviews or designing a new system from scratch.

Agentic

Microservices Boundary Designer

When planning a monolith-to-microservices migration or designing a new system with service boundaries.

Structured

Database Selection Guide

When choosing a database for a new project or evaluating whether the current database can support planned growth.

Workflow

API Design & Versioning Strategy

Before building an API that others will integrate against β€” good design prevents years of backwards-compatibility debt.

Structured

Caching Strategy Designer

When database load is high, API latency is unacceptable, or the system cannot handle current read traffic.

Agentic

Fault Tolerance & Resilience Planner

Before going to production with any system that must meet availability commitments.

Structured

Event-Driven Architecture Designer

Event-Driven Architecture Designer

Workflow

Scalability Review & Upgrade Plan

When the current system is hitting limits and you need a structured plan to scale it without a full rewrite.

Structured

WHEN TO USE: When the team is growing and the current repo structure is causing friction.

WHEN TO USE: When the team is growing and the current repo structure is causing friction.

Agentic

Cloud Architecture Advisor

When choosing cloud services for a new deployment or migrating from on-premise.

Structured

Load Balancer & Traffic Management Design

When designing or reviewing the entry point of a distributed system.

Workflow

Authentication & Authorisation System Design

When building any system where user identity and permissions matter β€” which is almost every system.

Structured

Data Pipeline Architecture

When building a new data pipeline or diagnosing why an existing one is unreliable or too slow.

Agentic

Tech Debt Assessment & Payoff Strategy

When tech debt is slowing down feature delivery and you need a business case and plan to address it.

Structured

Service Mesh & Observability Design

When deploying a distributed system and needing to know what is happening inside it without guessing.

Workflow

Disaster Recovery Plan

Before any production system goes live β€” disasters always happen at the worst possible time.

Structured

Container & Kubernetes Architecture

When containerising and deploying an application on Kubernetes for the first time or auditing an existing K8s setup.

Agentic

Legacy System Modernisation Roadmap

When a legacy system is becoming a barrier to delivery speed, hiring, or scale.

Structured

Infrastructure as Code Template Generator

When provisioning cloud infrastructure and wanting reproducible, version-controlled deployments.

Workflow

Technical Specification Document

Before any significant engineering work β€” a good spec prevents rework, aligns stakeholders, and forces clear thinking.

Structured

CI/CD Pipeline Designer

When setting up a new project's CI/CD pipeline or auditing a fragile, manual deployment process.

Structured

Dockerfile Optimiser

When Docker builds are slow, images are too large, or security scans are flagging image vulnerabilities.

Agentic

Production Incident Responder

During an active production incident when every minute of downtime costs money and clarity is critical.

Workflow

GitHub Actions Workflow Builder

GitHub Actions Workflow Builder

Workflow

Monitoring & Alerting Stack Setup

When deploying a new application to production and needing visibility from day one.

Structured

Kubernetes Troubleshooting Guide

When a Kubernetes workload is misbehaving and you need a systematic path to diagnosis rather than random kubectl commands.

Agentic

Infrastructure Cost Optimisation Advisor

When cloud costs are growing faster than revenue or when preparing for budget season.

Structured

Zero-Downtime Deployment Strategy

When deploying a system that serves live traffic and any downtime has business or user impact.

Workflow

DevSecOps Pipeline Integration

When security is only reviewed manually before releases and you need to shift it left into automation.

Structured

Log Analysis & Debugging Guide

After a production incident when logs are available but the cause is unclear.

Agentic

Terraform Module Builder

When provisioning the same infrastructure pattern across multiple environments or teams.

Structured

SLO & Error Budget Framework

When formalising reliability commitments and creating a shared language between engineering and business.

Workflow

On-Call Rotation & Runbook System

When formalising on-call responsibilities or when on-call engineers are solving the same incidents repeatedly without capturing the solution.

Structured

Docker Compose Development Environment

When setting up a local development environment that mirrors production and works consistently across team members' machines.

Agentic

Platform Engineering Roadmap

When engineering productivity is declining as the company scales and there is no dedicated platform function.

Structured

Secret Management System Design

When secrets are currently stored in environment variables, config files, or .env files committed to git.

Workflow

Production Readiness Checklist

In the week before any production launch β€” this checklist prevents the most common first-day production failures.

Structured

Chaos Engineering Experiment Designer

After a system has basic resilience patterns in place and you want to validate they work under real failure conditions.

Agentic

DevOps Maturity Assessment

When trying to objectively benchmark delivery performance and identify what to improve first.

Structured

Backup & Recovery Automation

Before going to production with any system that holds data you cannot afford to lose.

Structured

SQL Query Optimiser

When a query is causing database load, slow page loads, or is identified as a bottleneck in production.

Structured

Database Schema Designer

When starting a new application and designing the data model β€” good schema design is 10x harder to fix retroactively.

Agentic

ETL Pipeline Builder

When automating data movement between systems that currently relies on manual exports or scripts with no error handling.

Structured

NoSQL Data Model Designer

When evaluating a NoSQL solution or designing a model for a system with known access patterns.

Workflow

Data Quality Framework

When data quality issues are causing downstream reports or ML models to produce wrong results.

Structured

Database Migration Script Generator

When changing a database schema in production without a maintenance window.

Agentic

Analytics Data Warehouse Design

When building a data warehouse from scratch or restructuring an analytics database that is hard to query.

Structured

Redis Caching Pattern Implementation

When implementing a specific Redis pattern and wanting production-quality code with proper key design and error handling.

Workflow

Database Performance Audit

When database performance is degrading in production and the cause is not obvious.

Structured

Data Modelling for Microservices

When decomposing a monolith into microservices and the shared database pattern must be broken.

Agentic

Real-Time Streaming Data Architecture

When building a system that must react to events in real time rather than batch processing them.

Structured

Database Connection Pool Configuration

When experiencing database connection errors under load or seeing 'connection pool exhausted' errors.

Workflow

Data Lineage & Governance Framework

When regulatory requirements, data quality issues, or organisation scale demand a formal approach to knowing what data exists and who can access it.

Structured

Untitled Prompt

When building a SaaS application that serves multiple customers and must ensure strict data isolation.

Agentic

dbt Project Architect

When building or restructuring analytics transformations using dbt.

Structured

Search Infrastructure Design

When database LIKE queries are too slow or too limited, and users need real search functionality.

Workflow

Data Warehouse Migration Plan

When planning a data warehouse migration that must preserve data integrity and cannot afford significant downtime.

Structured

Graph Database Use Case Evaluator

When exploring graph databases for a use case with complex relationships that are hard to query relationally.

Agentic

Data Retention & Archiving Strategy

When storage costs are growing, compliance requires data retention policies, or users need a right-to-erasure implementation.

Structured

Vector Database & Embeddings Design

When building AI features that require semantic similarity search or retrieval-augmented generation.

Structured

REST API Endpoint Specification

Before building any API endpoint β€” a spec agreed on before coding prevents integration rework.

Agentic

GraphQL Schema Designer

When designing a GraphQL API for a data-rich domain where clients need flexible queries.

Structured

Webhook System Designer

When building a platform that needs to notify external systems about events in real time.

Structured

OAuth 2.0 Integration Guide

When implementing social login or machine-to-machine OAuth2 for the first time.

Workflow

API Rate Limiting System

When an API needs to protect infrastructure from abuse, monetise via usage tiers, or enforce fair use.

Structured

API Documentation Generator

After designing or building an API that external or internal developers will consume.

Agentic

Third-Party Integration Architect

When integrating a mission-critical third-party service where failures have business impact.

Structured

API Versioning & Deprecation Strategy

When an API must evolve without breaking existing integrations β€” which is always.

Workflow

API Testing Strategy

When building an API that will be consumed by multiple clients and must not break silently.

Structured

SDK Design & Generation

When your API is being consumed by multiple clients and you want to reduce integration friction.

Agentic

API Gateway Configuration Designer

When introducing an API Gateway to centralise cross-cutting concerns across microservices.

Structured

Idempotency Design Pattern

When building any state-changing API operation where duplicate requests must be safe β€” especially payments.

Workflow

Event-Driven API Design

When synchronous REST is too slow or inefficient for the use case (e.g., long-running jobs, live updates).

Structured

API Mock Server Setup

When frontend and backend teams work in parallel and front-end needs a realistic API before the real one is built.

Agentic

API Analytics & Business Intelligence

When you need to understand how your API is being used, who is using it, and where it is failing.

Structured

gRPC Service Definition

When designing internal service-to-service communication where performance, strong typing, and streaming matter.

Workflow

API Monetisation & Developer Portal Design

When productising an API for external consumption and needing both technical and commercial design.

Structured

API Backward Compatibility Checker

Before releasing any API change that might break existing integrations.

Agentic

OpenAPI Specification Generator

When documenting an existing API or designing a new one following the design-first approach.

Structured

API Error Design System

When building a public API where inconsistent errors confuse developers and slow integrations.

Structured

ML Problem Framer

At the start of any ML project β€” framing the problem correctly prevents months of building the wrong model.

Structured

Feature Engineering Guide

Before training any model β€” feature quality determines model quality more than algorithm choice.

Agentic

Model Selection Advisor

When starting a new ML project and needing to choose the right model family rather than defaulting to deep learning for everything.

Structured

LLM Integration Code Generator

When building an LLM-powered feature and wanting production-grade code rather than a notebook prototype.

Workflow

RAG (Retrieval-Augmented Generation) System Builder

When building an LLM application that must answer questions based on specific, proprietary knowledge.

Structured

MLOps Pipeline Designer

When taking an ML model from notebook to production and needing the infrastructure to maintain it.

Agentic

ML Model Evaluation Framework

Before deploying any ML model β€” evaluation done correctly prevents shipping a model that looks good on metrics but fails in production.

Structured

Prompt Engineering Toolkit

When an LLM integration is producing inconsistent or low-quality outputs and the model choice is not the problem.

Workflow

ML Model Monitoring System

After deploying an ML model to production β€” models decay silently without monitoring.

Structured

Fine-Tuning Strategy Advisor

When considering fine-tuning an LLM and wanting to evaluate whether it's justified before investing compute and time.

Agentic

Responsible AI Checklist

Before deploying any AI system that makes decisions affecting people.

Structured

ML Training Pipeline Code

When moving from a Jupyter notebook experiment to a reproducible, automated training script.

Workflow

A/B Testing Framework for ML Models

Before replacing a production model with a new version β€” gut feeling is not sufficient for models that affect users.

Structured

ML Data Labelling Strategy

When building a supervised ML dataset from scratch and needing to maximise label quality and efficiency.

Agentic

ML System Architecture Review

Before deploying or after encountering reliability issues in an ML system.

Structured

Time Series Forecasting Guide

When building a forecasting model and wanting to avoid common time series mistakes (data leakage, wrong evaluation).

Workflow

Recommendation System Builder

When building a personalisation feature that must work even for new users with no history.

Structured

NLP Pipeline Builder

When building an NLP feature that processes real user text and must handle domain-specific language reliably.

Agentic

AI Cost Optimisation Advisor

When AI costs are growing faster than revenue or when preparing an AI cost budget.

Structured

ML Interview Preparation Guide

When preparing for ML engineering interviews.

Structured

Technical Roadmap Builder

Technical Roadmap Builder

Structured

Code Review Best Practices Guide

When code reviews are inconsistent, creating friction, or not catching meaningful issues.

Agentic

Technical Interview Preparation Coach

When preparing for technical interviews and needing a structured plan rather than random LeetCode grinding.

Structured

Technical Writing Toolkit

When writing technical documentation that must influence decisions, teach others, or be a permanent record.

Workflow

Engineering Manager Transition Plan

When transitioning from an individual contributor to an engineering manager role.

Structured

Developer Tooling & Productivity Stack

When setting up a new machine or optimising an existing environment that feels slow or clunky.

Agentic

Performance Review Preparation

Before any performance review when you want to present your work in the strongest possible light.

Structured

Knowledge Management System for Developers

When spending time re-solving problems you've solved before because you didn't document the solution.

Workflow

Open Source Contribution Strategy

When wanting to break into a new technology, demonstrate skills to employers, or give back to the community.

Structured

Technical Salary Negotiation Guide

When preparing for any compensation negotiation β€” preparation is the only negotiation advantage that's completely in your control.

Agentic

Engineering Team Health Assessment

Engineering Team Health Assessment

Structured

Technical Presentation Builder

When presenting technical work to an audience and wanting to be understood and remembered.

Workflow

Engineering Culture & Values Framework

When building an engineering culture intentionally rather than letting it emerge by accident.

Structured

Technical Debt Communication Template

When technical debt is slowing delivery and you need budget or time to address it.

Agentic

Developer Burnout Prevention Plan

When a developer is feeling consistently overwhelmed, disengaged, or running on empty.

Structured

Engineering Hiring Toolkit

Engineering Hiring Toolkit

Workflow

New Developer Onboarding Programme

When onboarding a new engineer and wanting them to be productive and confident within 30 days, not 90.

Structured

Engineering Retrospective Facilitator

Before facilitating any team retrospective where you want real insights and real actions, not performative exercises.

Agentic

Staff Engineer Impact Framework

When preparing for a staff engineer promotion and needing to build both the impact and the evidence.

Structured

Technical Debt Prioritisation Matrix

When there is more tech debt than time to fix it and you need a defensible prioritisation framework.

Structured

OWASP Top 10 Mitigation Guide

When building a security hardening plan for an existing application or establishing secure defaults for a new one.

Agentic

Threat Modelling Workshop

Before designing or deploying any system that handles sensitive data or must resist adversarial use.

Structured

Cryptography Implementation Guide

When implementing any cryptographic function β€” home-grown crypto is notoriously error-prone.

Structured

Security Headers Configuration

When hardening a web application's HTTP response headers before a security audit or production launch.

Workflow

Security Incident Response Plan

Before any security incident occurs β€” response plans written during an incident are too slow and too chaotic.

Structured

Penetration Testing Preparation Guide

Penetration Testing Preparation Guide

Agentic

GDPR & Privacy Engineering Advisor

When building or auditing an application that handles personal data from users in regulated regions.

Structured

Zero Trust Architecture Design

When designing or modernising network security for a remote or cloud-native environment.

Workflow

Supply Chain Security Framework

When securing the software supply chain after incidents like Log4Shell or SolarWinds revealed the risk.

Structured

Secrets Detection & Remediation

When auditing a codebase for leaked credentials or setting up prevention after a secrets leak.

Agentic

SOC 2 Compliance Readiness Assessment

When preparing for a SOC 2 audit for the first time or closing gaps from a previous audit.

Structured

Secure Code Review Checklist

When conducting security-focused code reviews or training developers to self-review for security.

Workflow

Cloud Security Architecture Review

After a cloud deployment or as a scheduled quarterly security review.

Structured

API Security Hardening Guide

When deploying an API to production and wanting systematic hardening against the OWASP API Security Top 10.

Agentic

Security Champions Programme Design

When scaling security beyond a central security team to embed it in every engineering team.

Structured

DDoS Defence Architecture

When a public-facing application needs protection against availability attacks.

Workflow

Vulnerability Disclosure Policy & Bug Bounty Design

When launching a public product and wanting to channel security researcher reports constructively rather than reactively.

Structured

Security Logging & SIEM Strategy

When building security visibility into a system or organisation for the first time.

Agentic

Security Architecture for Startups

When a startup needs to demonstrate security maturity to enterprise customers or investors without a large security budget.

Structured

PCI DSS Compliance Checklist

When building or auditing any system that touches payment card data.

Structured

React Component Architecture

Before building a complex UI feature β€” component architecture planned upfront prevents expensive refactors.

Agentic

Frontend Performance Optimiser

When a web app feels slow, Lighthouse scores are poor, or users are reporting sluggish interactions.

Structured

React Native Feature Builder

When building a React Native feature that must work perfectly on both iOS and Android.

Structured

Accessibility Implementation Guide

When building or auditing UI components that must comply with accessibility standards or reach all users.

Workflow

Design System Builder

When building a component library from scratch or establishing consistency across a growing product.

Structured

State Management Architecture

When state management is causing bugs, performance issues, or is simply growing too complex.

Agentic

Mobile App Performance Profiler

When mobile app performance is causing user complaints or low app store ratings.

Structured

Progressive Web App (PWA) Implementation

When adding offline capability, push notifications, or home screen installation to a web application.

Workflow

Frontend Testing Strategy

When building a robust frontend test suite that catches real bugs without becoming a maintenance burden.

Structured

Cross-Platform App Framework Decision

When starting a new mobile project and needing a defensible framework choice before committing to a stack.

Agentic

UI Animation & Micro-interaction System

When adding motion to a product and wanting it to feel cohesive, professional, and fast.

Structured

Form Architecture & Validation

When building complex forms and wanting to handle validation, async checks, and accessibility correctly from the start.

Workflow

Frontend CI/CD Pipeline

When setting up frontend deployment automation that runs quality checks before anything reaches production.

Structured

React Performance Patterns

When React app performance is poor and you need systematic, targeted fixes rather than random optimisations.

Agentic

Mobile App Architecture Guide

When starting a mobile app and wanting a consistent, scalable architecture from day one.

Structured

Web Vitals Optimisation Guide

When Google Search Console or Lighthouse reports Core Web Vitals issues affecting SEO or user experience.

Workflow

App Store Optimisation & Submission Guide

Before submitting an app to the App Store or Play Store for the first time.

Structured

Internationalization (i18n) Implementation

When adding multi-language support to an application or planning for it from the start.

Agentic

Mobile Security Hardening

When a mobile app handles sensitive financial, health, or authentication data and must resist device-level attacks.

Structured

Frontend Error Monitoring Setup

When deploying a frontend application that must be observable in production.

Structured

Engineering Strategy Document

When engineering needs a clear direction that aligns the team and informs product roadmap decisions.

Structured

1:1 Meeting Framework

When managing engineers and wanting 1:1s that are substantive, not just status updates.

Agentic

Cross-Functional Communication Strategy

When miscommunication between engineering and other functions is slowing delivery or creating frustration.

Structured

Technical Mentorship Programme

When building a formal mentorship structure or improving an informal one that isn't producing development outcomes.

Workflow

Engineering OKR Framework

When introducing or improving OKRs in an engineering organisation.

Structured

Stakeholder Expectation Management

When managing a difficult situation that requires communicating bad news or delays to non-technical stakeholders.

Agentic

Team Topology Designer

When team structure is creating bottlenecks, unclear ownership, or slow delivery.

Structured

Architecture Decision Record (ADR) Template

When making a significant architectural decision that future team members should understand without tracking down the original decision-maker.

Workflow

Engineering All-Hands Presentation

Before any significant all-hands or large-audience engineering communication.

Structured

Engineering Principles Document

When scaling an engineering team and wanting consistent decision-making without centralised control.

Agentic

Difficult Conversation Preparation

Before any high-stakes conversation where the outcome matters and the wrong approach could damage trust.

Structured

Post-Mortem Blameless Review

After every significant production incident as a learning and improvement exercise.

Workflow

Roadmap Communication Strategy

When presenting a roadmap to multiple stakeholders with different information needs.

Structured

Feedback Culture Implementation

When feedback in the team is either absent (too polite) or destructive (too harsh) and trust is suffering.

Agentic

Technical Due Diligence Advisor

Before acquiring, partnering with, or significantly depending on another organisation's technical capabilities.

Structured

Engineering Hiring Rubric

When building a consistent, fair hiring process that produces better hiring decisions at scale.

Workflow

New Engineering Leader Onboarding

When starting a new engineering leadership role or preparing a new leader to succeed.

Structured

Engineering Budget Justification

Before presenting any significant engineering budget request to leadership or a board.

Agentic

Engineering Culture Audit

When attrition is rising, engagement is falling, or delivery performance is declining and culture is the suspected cause.

Structured

Tech Lead First 30 Days Guide

When being promoted to or starting a tech lead role for the first time.

Agentic

Review code for quality, security, and performance issues

Before merging any production code β€” especially for security-sensitive or high-traffic paths

Structured

Write technical documentation that developers actually read

Whenever building a public API, onboarding new engineers, or handover of a system or codebase

Structured

Turn a bug report into a structured debugging plan

When a bug is non-obvious or intermittent and needs a systematic approach

Agentic

Plan a safe, incremental refactor of legacy code

Before any significant refactor, technical debt sprint, or system modernisation

Structured

Write a clear, complete API endpoint specification

When designing a new endpoint or documenting an existing one for internal or external consumption

Structured

Write a technical spec for any new feature or system

Before starting any significant engineering work β€” prevents rework, aligns stakeholders, and forces clear thinking

Structured

Optimise a slow database query

When a query is causing performance issues, slow page loads, or high database load

Structured

Explain any technical error in plain language with a fix

When an error message is cryptic, the stack trace is long, or standard Google searches haven't resolved it

Browse other use cases

Email & OutreachContent CreationMarketing & AdsSalesResearchCustomer SupportHiring & HRPersonal & LifeWriting & EditingDesign & VisualsStrategy & Planning