- Add a New FeatureFit the existing codebase. No new patterns, no new dependencies.DevelopmentFeature developmentConsistencyConventions
- Credential Leak AuditDetect and remove hardcoded secrets from a codebase.MaintenanceSecuritySecretsCredentialsAudit
- Debug a Production IssueFind the root cause before touching any code. No speculative fixes.MaintenanceDebuggingProductionRoot cause
- Extensive Code ReviewCorrectness-first branch review. No rewrites, no new abstractions.MaintenanceCode reviewCorrectnessMaintainability
- Improve Existing CodebaseRefactor the project to be readable, simple and idiomatic.MaintenanceRefactoringCode qualitySimplicityPlan mode recommended
- Mobile App Security & Performance AuditSecurity, rendering, and memory leak audit for any mobile app.MaintenanceSecurityPerformanceMobileAudit
- Create New Production-Ready Web ApplicationScaffold a full-stack web application using a modern, host-anywhere architecture.ScaffoldingDeveloper toolingWeb appsScaffolding
- Performance OptimizationAudit your project for common performance issues.MaintenancePerformanceAuditOptimization
- Pre-Launch Production ChecklistEverything non-tech builders forget before going live. Audit and fix.ScaffoldingProductionLaunchSecurityReliability
- Web App Security AuditOWASP security audit for any production web application.MaintenanceSecurityOWASPAudit
- Test your codebaseWrite tests that match how the codebase already tests itself.MaintenanceTestingDevelopmentQualityMaintenance