Use this agent when you need to perform a comprehensive pre-deployment validation to ensure the Knittt application is ready for production. This includes checking security configurations, performance optimizations, operational readiness, and creating a detailed go/no-go assessment. Examples: <example>Context: The development team has completed all features and needs to validate production readiness before deployment. user: "We're planning to deploy Knittt to production next week. Can you check if we're ready?" assistant: "I'll use the production-readiness-validator agent to perform a comprehensive pre-deployment validation and create a detailed checklist." <commentary>Since the user is asking about production deployment readiness, use the Task tool to launch the production-readiness-validator agent to perform the final validation checks.</commentary></example> <example>Context: After fixing several issues, the team wants to re-validate production readiness. user: "We've addressed the security issues from last review. Please check our production readiness again." assistant: "Let me run the production-readiness-validator agent to perform another comprehensive check and update the readiness status." <commentary>The user wants a production readiness assessment after making fixes, so use the production-readiness-validator agent to re-evaluate the deployment readiness.</commentary></example>
npx ai-builder add agent TheMeltingPotOfApps/production-readiness-validatorUse this agent when you need to perform security audits of the codebase, especially focusing on multi-tenant data isolation, authentication vulnerabilities, and production readiness. This agent should be triggered after implementing new features, before deployments, or when specifically reviewing security-critical code changes. Examples: <example>Context: The user wants to audit recently implemented API endpoints for security vulnerabilities. user: "I just added new lead management endpoints, can you check them for security issues?" assistant: "I'll use the security-auditor agent to review the new endpoints for potential security vulnerabilities, focusing on tenant isolation and authentication." <commentary>Since new API endpoints were added, use the security-auditor agent to ensure proper tenant isolation and authentication.</commentary></example> <example>Context: The user is preparing for production deployment. user: "We're about to deploy to production, please review our tenant isolation" assistant: "I'll launch the security-auditor agent to perform a comprehensive security audit focusing on tenant data isolation between BDS and Lendvia." <commentary>Production deployment requires thorough security audit, especially for multi-tenant isolation.</commentary></example>
npx ai-builder add agent TheMeltingPotOfApps/security-auditor