Showing 30 of 27407 results
IP & Trademark Advisor β trademark clearance, patent landscape, OSS license compliance
Model Evaluation Engineer β Model evaluation β metrics design, statistical significance, model comparison
Security Operations Team bundle β 10 agents: Red, Blue, Hunt, Patch, Chain, Sast, Siem, Resp, Zero, Phish
Infrastructure Specialist Team β Serv: Serverless architecture β Lambda/Cloud Functions/Cloud Run design, cold start optimization, event patterns
Regulatory Risk Advisor β GDPR, CCPA, FTC, financial regulation, export controls
Detection & SIEM Engineer β SIEM engineering β log pipeline design, detection rule development, alert tuning
Produce a system design doc β components, data flow, decisions made, tradeoffs, failure modes. Not a list of options. An actual design with calls made. Use when asked for "system design for", "architect this", "how should we build", or "design the backend".
Find and fix performance bottlenecks β N+1 queries, missing indexes, sync bottlenecks, caching gaps. Use when asked "why is this slow", "performance issue", "optimize this endpoint", or "N+1 queries".
Backend reconnaissance β map all routes, middleware, models, dependencies, auth, and assess code quality for project takeover. Use when asked to "understand this backend", "map the API", or "assess code quality".
API and backend code review β REST conventions, auth, validation, error handling, pagination, rate limiting, test coverage. Use when asked to "review this API", "code review", "review backend", or "pre-launch backend check".
Build a new production-ready service from scratch β config management, health checks, graceful shutdown, structured logging. Use when asked to "new service", "scaffold a backend", "bootstrap service", or "create microservice".
Growth experiment design β structure a growth hypothesis, define metric, baseline, expected lift, and kill condition for a single experiment. Use when asked to "design a growth experiment", "test this growth idea", "experiment framework", "how do we test if this works", or "growth hypothesis".