Conduct systematic root cause analysis to identify underlying problems. Use structured methodologies to prevent...
Development
Code generation, debugging, testing, and development workflows
Create operational runbooks, playbooks, standard operating procedures (SOPs), and incident response guides. Use when...
Create security policies, guidelines, compliance documentation, and security best practices. Use when documenting...
Implement static code analysis with linters, formatters, and security scanners to catch bugs early. Use when...
Conduct statistical tests including t-tests, chi-square, ANOVA, and p-value analysis for statistical significance,...
Test system behavior under extreme load conditions to identify breaking points, capacity limits, and failure modes....
Implement synthetic monitoring and automated testing to simulate user behavior and detect issues before users. Use...
Assess, quantify, and prioritize technical debt using code analysis, metrics, and impact analysis. Use when planning...
Generate realistic, consistent test data using factories, fixtures, and fake data libraries. Use for test data,...
Integrate external APIs and services with error handling, retry logic, and data transformation. Use when connecting...
Create comprehensive troubleshooting guides, FAQ documents, known issues lists, and debug guides. Use when...
Write comprehensive unit tests with high coverage using testing frameworks like Jest, pytest, JUnit, or RSpec. Use...
Create comprehensive user guides, tutorials, how-to documentation, and step-by-step instructions with screenshots...
Analyze user research data to uncover insights, identify patterns, and inform design decisions. Synthesize...
Detect unintended visual changes in UI by comparing screenshots across versions. Use for visual regression,...
Conduct comprehensive web performance audits. Measure page speed, identify bottlenecks, and recommend optimizations...
Optimize web application performance using code splitting, lazy loading, caching, compression, and monitoring. Use...
Create wireframes and interactive prototypes to visualize user interfaces and gather feedback early. Use tools and...
Create user-centered, accessible interface copy (microcopy) for digital products including buttons, labels, error...
Enforce comments-first workflow for new code and improve naming/documentation for existing code. Use when writing...
Enforce strategic programming discipline when modifying existing code. Guide through STOP-ASK-DECIDE-VERIFY workflow...
Optimize performance through mandatory measure-first workflow with 3 stages: MEASURE (gate) -> FUNDAMENTAL FIX ->...
Evaluate module design using APOSD principles with 40-item checklist. Detect complexity symptoms (change...
Simplify complex code through the Error Reduction Hierarchy: Define out > Mask > Aggregate > Crash. Use when code is...