Kt Validator
LangChain Hub prompt: abhinavkumar/kt_validator
You are a helpful and precise AI assistant specializing in comparing two Knowledge Transfer (KT) checklists provided as CSV data (comma-separated values). Your task is to analyze these checklists and produce a JSON output that highlights the differences using a color-coding scheme. The checklists will contain the following columns: "Category", "Topic", "Checklist Details", "Team Ownership", "Status", and "SME". While the input includes "Status" and "SME" columns, your output should only consider "Category", "Topic", "Checklist Details", and "Team Ownership".
**Input Format:**
Two CSV strings, one representing the human-generated KT checklist and the other the AI-generated KT checklist. Each CSV string will adhere to the specified column structure.
**Output Format:**
A JSON object adhering to the following schema:
```json
⟨
"humanGeneratedOutput": [
{{"Color": "..."⟩,
...
],
"aiGeneratedOutput": [
⟨Color": "..."⟩,
...
]
}}
Where each object within the "humanGeneratedOutput" and "aiGeneratedOutput" arrays has the following fields:
"Category": String."Topic": String."Checklist_Details": String."Team_Ownership": String."Color": String (one of "Green", "Yellow", "Red"). May also be "Yellow" with an additional field"MissingFrom": "AI"for items present only in the human-generated checklist. Color Coding Logic:- Green: Exact or semantically equivalent match between the two checklists. All fields, except "Checklist_Details", must be identical. "Checklist_Details" can have different phrasing as long as the meaning is the same. You must strive to identify semantic equivalence even with variations in wording, sentence structure, or ordering of information.
- Yellow: Partial match. The item exists in both checklists, but some fields (other than "Checklist_Details") are different, such as "Team_Ownership".
- Red: Item is present in the AI-generated checklist but NOT in the human-generated one.
- Yellow (with
"MissingFrom": "AI"): Item is present in the human-generated checklist but missing from the AI-generated one. Important Considerations: - Semantic Similarity: Pay close attention to the "Checklist_Details" field. Prioritize matching based on meaning, not just exact wording. Consider different phrasing, synonyms, and paraphrasing as potentially equivalent. Example: "Document the process" and "Write down the steps" are semantically similar.
- Case Insensitivity: Treat text comparisons as case-insensitive. "Team A" and "team a" should be considered a match.
- Whitespace Handling: Trim leading and trailing whitespace from all string values. Multiple spaces within a string should be treated as a single space.
- CSV Parsing: Handle quoted fields correctly to ensure commas within quoted values are not misinterpreted as delimiters. Provide your JSON output as a valid JSON string. Ensure your output strictly adheres to the specified format and color-coding logic. The output should be a single JSON object with the "humanGeneratedOutput" and "aiGeneratedOutput" keys, as described above. Do not include any other top-level keys or metadata.
This is human generated input KT list:
---
-
Category: Product
Topic: Use Cases Overview
Checklist: - Discuss the key use cases - Cover differences between single-tenant and multi-tenant setups.
Team Ownership: TPM
-
Category: Product
Topic: Customer Pain Points
Checklist: - Identify common customer pain points and how we address them. - Discuss challenges customers face during deployment and use.
Team Ownership: TPM
-
Category: Product
Topic: UI Walkthrough for Telco
Checklist: - Provide a detailed walkthrough of the UI. - Highlight key areas, product catalog setup for solution selling. Advanced pricing models and workflows.
Team Ownership: TPM
-
Category: Product
Topic: UI Walkthrough for Media
Checklist: - Provide a detailed walkthrough of the UI. - Highlight key areas
Team Ownership: TPM
-
Category: Product
Topic: Versions / Feature Flags
Checklist: - Overview of existing versions and feature flags. - Discuss the process for enabling/disabling features for different customers.
Team Ownership: TPM
-
Category: Architecture
Topic: Core Architecture Overview
Checklist: General architecture: Salesforce + AWS/Heroku, Breakdown of microservices and interaction points, Communication between backend services and Salesforce
Team Ownership: TPM
-
Category: Architecture
Topic: Backend Services Architecture
Checklist: Review of core backend services (Node.js, Java), Functionality and dependencies of core services (e.g., Pricing Service, Orchestration, Media Sales)
Team Ownership: TPM
-
Category: Components
Topic: Digital Commerce
Checklist:
Team Ownership: Engineering
-
Category: Components
Topic: Digital Commerce APIs (Elastic API)
Checklist: Architecture and purpose of Elastic API, Documentation of API endpoints, Security protocols, versioning, and backward compatibility
Team Ownership: Engineering
-
Category: Components
Topic: Solution Selling Module
Checklist: Solution selling product catalog configuration, Integration with pricing and deal management
Team Ownership: Engineering
-
Category: Components
Topic: Process Orchestration Module
Checklist: Overview of orchestration processes for order fulfillment, Review of workflows and integration points with other components (Salesforce, external systems)
Team Ownership: Engineering
-
Category: Components
Topic: Media Sales & Ad Operations
Checklist: Functionality of Media Sales components, Integrations with ad servers and inventory management, Workflow for media fulfillment and reconciliation
Team Ownership: Engineering
-
Category: Components
Topic: Order & Subscription Management
Checklist: Subscription and order workflow configuration, Integration points with backend services for recurring billing
Team Ownership: Engineering
-
Category: Components
Topic: Core Services: Pricing Service
Checklist: Core functionalities of the Pricing Service, Review integration with product catalog and order management, Testing and validation of pricing calculations
Team Ownership: Engineering
-
Category: Components
Topic: Core Services: Product & Pricing Data Model (PPDM)
Checklist: Overview of the Product & Pricing Data Model (PPDM), Synchronization between Salesforce modules and backend systems
Team Ownership: Engineering
-
Category: Components
Topic: Core Services: Pricing Service Integration (PSI)
Checklist: API overview for Pricing Service Integration (PSI), Security and versioning strategies, Monitoring and logging of PSI API usage
Team Ownership: Engineering
-
Category: Components
Topic: Core Services: CRM Extensions
Checklist: CRM-specific extensions that enhance integration with Salesforce, Customizations and integration points
Team Ownership: Engineering
-
Category: Components
Topic: Media Integrations
Checklist: Overview of third-party integrations for Media (e.g., Google Ad Manager), Custom integrations for specific media workflows (e.g., inventory booking)
Team Ownership: Engineering
-
Category: Components
Topic: Framework Agreements Module
Checklist: Overview of framework agreement management within the platform, Integration with contract lifecycle and deal management
Team Ownership: Engineering
-
Category: Components
Topic: Telco One Module
Checklist: Module functionality specific to Telco industry workflows, Key integrations with CRM and backend telco systems
Team Ownership: Engineering
-
Category: Components
Topic: Configure, Price, Quote (CPQ Module)
Checklist: Overview of the CPQ process for complex products, Configuration of pricing rules and product catalog
Team Ownership: Engineering
-
Category: Components
Topic: Deal Management Module
Checklist: Functionality for deal structuring and tracking, Integration with pricing, quoting, and contract management
Team Ownership: Engineering
-
Category: Components
Topic: PPR (Performance, Pricing and Revenue) Module
Checklist: Detailed explanation of the PPR functionalities, Integration with subscription management and billing systems
Team Ownership: Engineering
-
Category: Components
Topic: Contract Lifecycle Management (CLM)
Checklist: Full contract lifecycle: creation, approval, signature, and renewal, Integration with deal management and pricing service
Team Ownership: Engineering
-
Category: Components
Topic: Infrastructure
Checklist: Overview of infrastructure setup (AWS/Heroku), Migration strategy to AWS and performance monitoring
Team Ownership: Engineering
-
Category: Components
Topic: Intelligence & Engagement Module
Checklist: Intelligence and analytics for customer engagement, Integration with other Salesforce modules and reporting services
Team Ownership: Engineering
-
Category: Components
Topic: PLM and Product Design Studio
Checklist: Overview of product lifecycle management (PLM) within the platform, Key features of Product Design Studio for product creation and configuration
Team Ownership: Engineering
-
Category: Infrastructure & Networking
Topic: Infrastructure Setup: AWS
Checklist: Detailed overview of infrastructure setup in AWS
Team Ownership: SaaS
-
Category: Infrastructure & Networking
Topic: Infrastructure Setup: Heroku
Checklist: Overview of current workloads on Heroku. Detailed migration plan to consolidate all services on AWS, Database migration and consolidation strategies
Team Ownership: SaaS
-
Category: Infrastructure & Networking
Topic: Networking Overview
Checklist: Current network configuration (connectivity, firewalls, load balancers), Migration to AWS network architecture
Team Ownership: SaaS
-
Category: Development Practices
Topic: Development overview
Checklist: High-level walk though of developing a change end-to-end
Team Ownership: Engineering
-
Category: Development Practices
Topic: Codebase Structure
Checklist: - Discuss the overall codebase structure, key modules, and service dependencies.
Team Ownership: Engineering
-
Category: Development Practices
Topic: Development Environment Setup
Checklist: - Walkthrough of setting up a development environment. - Cover necessary tools, environment variables, and configurations.
Team Ownership: Engineering
-
Category: Development Practices
Topic: Coding Standards
Checklist:
Team Ownership:
-
Category: Development Practices
Topic: Source Control Practices
Checklist: - Discuss branching strategy, code reviews, and merge checks and processes.
Team Ownership: Engineering
-
Category: Development Practices
Topic: Developer Testing
Checklist: - Discuss smoke tests, unit tests, and manual testing done by developers.
Team Ownership: Engineering
-
Category: QA Practices
Topic: Testing overview
Checklist:
Team Ownership: Engineering
-
Category: QA Practices
Topic: Create a Test Plan
Checklist:
Team Ownership: Engineering
-
Category: QA Practices
Topic: Manual Testing
Checklist:
Team Ownership: Engineering
-
Category: QA Practices
Topic: Automated Testing
Checklist:
Team Ownership: Engineering
-
Category: QA Practices
Topic: Lifecycle Management
Checklist: What lifecycle environments and gates are used, how do we promote between environments?
Team Ownership: Engineering
-
Category: Data Models & Databases
Topic: Data Model Overview
Checklist: Discuss the data models used across the system
Team Ownership: Engineering
-
Category: Data Models & Databases
Topic: Data Bases Overview
Checklist: Review of all databases (PostgreSQL, MongoDB, Memcached), Strategies for consolidation on AWS and maintenance procedures
Team Ownership: Engineering
-
Category: Data Models & Databases
Topic: Backup and Recovery
Checklist: - Explain the backup and recovery processes for all critical databases.
Team Ownership: SaaS
-
Category: Compute Systems
Topic: Compute Resources Overview
Checklist: Review of compute infrastructure (AWS, Heroku Dynos),
Team Ownership: SaaS
-
Category: Compute Systems
Topic: Scaling Strategies
Checklist: - Discuss the scaling strategies for both AWS and Heroku. - Include potential bottlenecks and optimization areas.
Team Ownership: SaaS
-
Category: Compute Systems
Topic: Performance Monitoring
Checklist: - Overview of performance monitoring tools and processes. - Discuss alerting setup and incident response.
Team Ownership: SaaS
-
Category: Storage
Topic: Storage Architecture Overview
Checklist: - Overview of storage solutions. - Discuss data storage strategies and management.
Team Ownership: SaaS
-
Category: Storage
Topic: Monitoring & Maintenance
Checklist: - Discuss storage monitoring tools and procedures. - Include maintenance practices and optimization strategies.
Team Ownership: SaaS
-
Category: APIs
Topic: API Overview
Checklist: Overview of key internal and external APIs
Team Ownership: Engineering
-
Category: APIs
Topic: API Security Protocols
Checklist: - Overview of security protocols for API access, including authentication and rate limiting.
Team Ownership: SaaS
-
Category: APIs
Topic: API Versioning and Compatibility
Checklist: - Discuss API versioning strategies and backward compatibility considerations.
Team Ownership: Engineering
-
Category: Operations
Topic: Operational Monitoring
Checklist: - Overview of operational monitoring practices and logging (Papertrail, Prometheus)
Team Ownership: SaaS
-
Category: Operations
Topic: Incident Response
Checklist: - Discuss incident response procedures, including rollback plans for service disruptions.
Team Ownership: SaaS
-
Category: Operations
Topic: Maintenance Activities
Checklist: - Walkthrough of regular maintenance tasks, including patching and updates.
Team Ownership: SaaS
-
Category: Third-Party Integrations
Topic: Third-Party Integration Overview
Checklist: Overview of all third-party integrations, Review of processes for adding, updating, or replacing integrations (e.g., Google Ad Manager, CRM extensions)
Team Ownership: Engineering
-
Category: Onboarding and Off-boarding Tenants/Customers
Topic: Onboarding Process
Checklist: - Overview of the onboarding process for new tenants/customers. - Discuss necessary configurations and setup steps.
Team Ownership: CS
-
Category: Onboarding and Off-boarding Tenants/Customers
Topic: Off-boarding Process
Checklist: - Walkthrough of the off-boarding process. - Discuss data retention and deletion practices.
Team Ownership: CS
-
Category: Compliance Security and Performance
Topic: Authentication
Checklist: - Overview of authentication mechanisms used (e.g., SSO). - Discuss security protocols and best practices.
Team Ownership: SaaS
-
Category: Compliance Security and Performance
Topic: Compliance Requirements
Checklist: - Discuss compliance requirements, particularly GDPR for European customers, SOC2. - Overview of data processing agreements and customer notifications.
Team Ownership: SaaS
-
Category: Compliance Security and Performance
Topic: Security Protocols
Checklist: - Detailed explanation of security protocols, including incident response and privilege management.
Team Ownership: SaaS
-
Category: Compliance Security and Performance
Topic: Performance Monitoring and Optimization
Checklist: - Overview of performance monitoring tools and practices. - Discuss strategies for optimizing performance, particularly for high-load scenarios.
Team Ownership: SaaS
-
Category: Release Management
Topic: Build an Environment
Checklist: How would you build a new environment?
Team Ownership: SaaS
-
Category: Release Management
Topic: CI/CD Pipeline and Testing
Checklist: Walkthrough of the CI/CD pipeline (Jenkins, Heroku, AWS), Plan to improve automated testing coverage, Strategies to automate test suites and integrate with AWS
Team Ownership: Engineering
-
Category: Release Management
Topic: Prepare a Release
Checklist: - Overview of the build process - Discuss key scripts and dependencies.
Team Ownership: Engineering
-
Category: Release Management
Topic: Deployment Process
Checklist: - Detailed walkthrough of the deployment process
Team Ownership: Engineering
-
Category: Release Management
Topic: Rollback Strategy
Checklist: - Define the rollback strategy in case of deployment failures.
Team Ownership: SaaS
-
Category: Release Management
Topic: Salesforce App Release
Checklist: Release to sandbox and production to customer environment for both Classic and Lightning.
Team Ownership: SaaS
This is AI generated KT checklist:
---
-
Category: Product
Topic: Use Cases Overview
Checklist: Review core use cases, highlighting distinctions between single-tenant and multi-tenant configurations.
Team Ownership: TPM
-
Category: Product
Topic: Customer Pain Points
Checklist: Explore recurring customer pain points and the methods we use to address them, including deployment and operational challenges.
Team Ownership: TPM
-
Category: Product
Topic: UI Walkthrough for Telco
Checklist: Provide a detailed walkthrough of the UI, emphasizing product catalog setup for solution selling and advanced pricing models.
Team Ownership: TPM
-
Category: Product
Topic: UI Walkthrough for Media
Checklist: Deliver an interactive demonstration of the UI, focusing on user workflows and key customization options available to media clients.
Team Ownership: TPM
-
Category: Product
Topic: Versions / Feature Flags
Checklist: Overview of the versions and feature flags currently in use, and discuss their enablement/disablement across different clients.
Team Ownership: TPM
-
Category: Architecture
Topic: Core Architecture Overview
Checklist: Provide a high-level overview of architecture (Salesforce + AWS/Heroku), focusing on microservices, key interaction points, and backend-to-Salesforce communication.
Team Ownership: TPM
-
Category: Architecture
Topic: Backend Services Architecture
Checklist: Breakdown of core backend services, highlighting service interactions (Node.js, Java) and dependencies like Pricing and Orchestration.
Team Ownership: TPM
-
Category: Components
Topic: Digital Commerce
Checklist: Overview of digital commerce components and integrations with other services.
Team Ownership: Engineering
-
Category: Components
Topic: Digital Commerce APIs (Elastic API)
Checklist: Analyze the structure and purpose of the Elastic API, focusing on scaling strategies, optimization of API calls, and advanced security layers for high traffic.
Team Ownership: Engineering
-
Category: Components
Topic: Solution Selling Module
Checklist: Configuration for solution selling, including integration with pricing and deal management processes.
Team Ownership: Engineering
-
Category: Components
Topic: Process Orchestration Module
Checklist: Overview of process orchestration for order fulfillment, including workflows and integration with other systems (Salesforce, external systems).
Team Ownership: Engineering
-
Category: Components
Topic: Media Sales & Ad Operations
Checklist: Functionality of Media Sales and Ad Operations, including integration with ad servers, workflow for media fulfillment, and reconciliation.
Team Ownership: Engineering
-
Category: Components
Topic: Order & Subscription Management
Checklist: Workflow for subscription and order management, including integration with backend services for billing.
Team Ownership: Engineering
-
Category: Components
Topic: Core Services: Pricing Service
Checklist: Detailed review of Pricing Service functionalities, focusing on integration with the product catalog and order workflows.
Team Ownership: Engineering
-
Category: Components
Topic: Core Services: Product & Pricing Data Model (PPDM)
Checklist: Overview of Product & Pricing Data Model (PPDM) synchronization between Salesforce and backend systems.
Team Ownership: Engineering
-
Category: Components
Topic: Core Services: Pricing Service Integration (PSI)
Checklist: Review PSI API architecture, including security, versioning strategies, and logging/monitoring usage.
Team Ownership: Engineering
-
Category: Components
Topic: Core Services: CRM Extensions
Checklist: Custom Salesforce extensions to enhance CRM and backend integration.
Team Ownership: Engineering
-
Category: Components
Topic: Media Integrations
Checklist: Overview of third-party media integrations and workflows for custom media integrations (e.g., Google Ad Manager).
Team Ownership: Engineering
-
Category: Components
Topic: Framework Agreements Module
Checklist: Management of framework agreements, including integration with contract lifecycle management.
Team Ownership: Engineering
-
Category: Components
Topic: Telco One Module
Checklist: Functionality specific to Telco workflows, including key integration points with CRM and backend telco systems.
Team Ownership: Engineering
-
Category: Components
Topic: Configure, Price, Quote (CPQ Module)
Checklist: Overview of CPQ processes for configuring complex products and pricing rules.
Team Ownership: Engineering
-
Category: Components
Topic: Deal Management Module
Checklist: Review of deal structuring, pricing, and contract management within the deal management module.
Team Ownership: Engineering
-
Category: Components
Topic: PPR (Performance, Pricing, and Revenue) Module
Checklist: Explanation of the PPR module, focusing on integration with billing and subscription management systems.
Team Ownership: Engineering
-
Category: Components
Topic: Contract Lifecycle Management (CLM)
Checklist: Contract lifecycle from creation to renewal, including integration with deal management and pricing modules.
Team Ownership: Engineering
-
Category: Components
Topic: Infrastructure
Checklist: High-level overview of infrastructure setup, AWS migration plan, and performance monitoring.
Team Ownership: Engineering
-
Category: Components
Topic: Intelligence & Engagement Module
Checklist: Analytics and intelligence for customer engagement, integrated with Salesforce modules and reporting.
Team Ownership: Engineering
-
Category: Components
Topic: PLM and Product Design Studio
Checklist: Review of Product Lifecycle Management (PLM) and Product Design Studio for product creation and configuration.
Team Ownership: Engineering
-
Category: Infrastructure & Networking
Topic: Infrastructure Setup: AWS
Checklist: Detailed overview of the AWS infrastructure, including services, instances, and security.
Team Ownership: SaaS
-
Category: Infrastructure & Networking
Topic: Infrastructure Setup: Heroku
Checklist: Walkthrough of Heroku infrastructure and the migration plan to consolidate services on AWS.
Team Ownership: SaaS
-
Category: Infrastructure & Networking
Topic: Networking Overview
Checklist: Review of network configuration and AWS migration strategies.
Team Ownership: SaaS
-
Category: Development Practices
Topic: Development overview
Checklist: Overview of end-to-end development practices, focusing on key development and deployment workflows.
Team Ownership: Engineering
-
Category: Development Practices
Topic: Codebase Structure
Checklist: Discussion of codebase structure, modules, and dependencies between key services.
Team Ownership: Engineering
-
Category: Development Practices
Topic: Development Environment Setup
Checklist: Walkthrough of the development environment setup, including tools and configuration requirements.
Team Ownership: Engineering
-
Category: Development Practices
Topic: Coding Standards
Checklist: Review of coding standards, focusing on consistency and security best practices.
Team Ownership: Engineering
-
Category: Development Practices
Topic: Source Control Practices
Checklist: Overview of source control practices, including branching strategy and code review processes.
Team Ownership: Engineering
-
Category: Development Practices
Topic: Developer Testing
Checklist: Evaluate automated testing strategies, including CI-driven unit and integration tests, and methods for reducing manual testing reliance.
Team Ownership: Engineering
-
Category: QA Practices
Topic: Testing overview
Checklist: Overview of testing methodologies, including manual and automated tests, and their application in different environments.
Team Ownership: Engineering
-
Category: QA Practices
Topic: Create a Test Plan
Checklist: Steps for creating a comprehensive test plan that includes both functional and non-functional testing.
Team Ownership: Engineering
-
Category: QA Practices
Topic: Manual Testing
Checklist: Review of manual testing processes and tools used.
Team Ownership: Engineering
-
Category: QA Practices
Topic: Automated Testing
Checklist: Walkthrough of automated testing frameworks, focusing on integration with CI/CD pipelines.
Team Ownership: Engineering
-
Category: QA Practices
Topic: Lifecycle Management
Checklist: Explanation of lifecycle environments, promotion gates, and how environments are managed.
Team Ownership: Engineering
-
Category: Data Models & Databases
Topic: Data Model Overview
Checklist: Discussion of key data models used across services and their integration points.
Team Ownership: Engineering
-
Category: Data Models & Databases
Topic: Data Bases Overview
Checklist: Review of databases in use, including strategies for migration and consolidation.
Team Ownership: Engineering
-
Category: Data Models & Databases
Topic: Backup and Recovery
Checklist: Overview of backup and recovery processes across all databases.
Team Ownership: SaaS
-
Category: Compute Systems
Topic: Compute Resources Overview
Checklist: Overview of compute resources (AWS, Heroku), including scaling and performance optimization strategies.
Team Ownership: SaaS
-
Category: Compute Systems
Topic: Scaling Strategies
Checklist: Discussion of scaling strategies, including potential performance bottlenecks and optimizations.
Team Ownership: SaaS
-
Category: Compute Systems
Topic: Performance Monitoring
Checklist: Review of performance monitoring tools and processes, focusing on incident management and response.
Team Ownership: SaaS
-
Category: Storage
Topic: Storage Architecture Overview
Checklist: Detailed overview of storage systems and strategies for data management.
Team Ownership: SaaS
-
Category: Storage
Topic: Monitoring & Maintenance
Checklist: Walkthrough of storage monitoring practices and optimization strategies for performance and capacity.
Team Ownership: SaaS
-
Category: APIs
Topic: API Overview
Checklist: Overview of core APIs and their role in the system architecture.
Team Ownership: Engineering
-
Category: APIs
Topic: API Security Protocols
Checklist: Overview of API security mechanisms, including authentication, encryption, and rate limiting.
Team Ownership: SaaS
-
Category: APIs
Topic: API Versioning and Compatibility
Checklist: Review of API versioning strategies and backward compatibility.
Team Ownership: Engineering
-
Category: Operations
Topic: Operational Monitoring
Checklist: Overview of operational monitoring systems and logging practices.
Team Ownership: SaaS
-
Category: Operations
Topic: Incident Response
Checklist: Review of incident response strategies, including rollback mechanisms for service interruptions.
Team Ownership: SaaS
-
Category: Operations
Topic: Maintenance Activities
Checklist: Overview of regular maintenance tasks, including patching and performance optimizations.
Team Ownership: SaaS
-
Category: Third-Party Integrations
Topic: Third-Party Integration Overview
Checklist: Review of third-party integrations and procedures for adding/updating them.
Team Ownership: Engineering
-
Category: Onboarding and Off-boarding Tenants/Customers
Topic: Onboarding Process
Checklist: Review of the onboarding process for new customers, including setup and configuration steps.
Team Ownership: CS
-
Category: Onboarding and Off-boarding Tenants/Customers
Topic: Off-boarding Process
Checklist: Walkthrough of off-boarding processes, including data retention policies.
Team Ownership: CS
-
Category: Compliance Security and Performance
Topic: Authentication
Checklist: Overview of authentication systems and best practices, including SSO.
Team Ownership: SaaS
-
Category: Compliance Security and Performance
Topic: Compliance Requirements
Checklist: Review of key compliance requirements (e.g., GDPR, SOC2) and processes for meeting them.
Team Ownership: SaaS
-
Category: Compliance Security and Performance
Topic: Security Protocols
Checklist: Detailed discussion of security protocols, including incident management.
Team Ownership: SaaS
-
Category: Compliance Security and Performance
Topic: Performance Monitoring and Optimization
Checklist: Review of performance monitoring systems and strategies for optimizing resource usage.
Team Ownership: SaaS
-
Category: Release Management
Topic: Build an Environment
Checklist: Detailed steps for building a new environment from scratch.
Team Ownership: SaaS
-
Category: Release Management
Topic: CI/CD Pipeline and Testing
Checklist: Walkthrough of CI/CD pipeline and strategies for improving test coverage.
Team Ownership: Engineering
-
Category: Release Management
Topic: Prepare a Release
Checklist: Overview of release preparation, including build processes and dependencies.
Team Ownership: Engineering
-
Category: Release Management
Topic: Deployment Process
Checklist: Detailed explanation of deployment procedures, including automated deployment strategies.
Team Ownership: Engineering
-
Category: Release Management
Topic: Rollback Strategy
Checklist: Definition of rollback strategies for failed deployments.
Team Ownership: SaaS
-
Category: Release Management
Topic: Salesforce App Release
Checklist: Release process to both sandbox and production environments for Salesforce (Classic and Lightning).
Team Ownership: SaaS
-
Category: Product
Topic: Competitive Analysis Overview
Checklist: 'Discuss competitive positioning, key differentiators, and insights from competitors'' offerings.'
Team Ownership: TPM
-
Category: Operations
Topic: Cost Optimization Practices
Checklist: Strategies for cloud cost optimization, including savings plans and resource management.
Team Ownership: SaaS
-
Category: Compliance Security and Performance
Topic: Data Encryption Standards
Checklist: Discuss encryption mechanisms for data at-rest and in-transit, aligned with industry standards.
Team Ownership: SaaS
-
Category: Product
Topic: Roadmap Alignment
Checklist: Review how the product roadmap aligns with strategic business goals and market trends.
Team Ownership: TPM
-
Category: Infrastructure & Networking
Topic: AWS Security Overview
Checklist: Detailed review of AWS security measures, including VPCs, IAM, and security groups.
Team Ownership: SaaS
-
Category: APIs
Topic: API Documentation Standards
Checklist: Discuss standards and best practices for documenting APIs, including version history and error handling.
Team Ownership: Engineering
-
Category: Compute Systems
Topic: Autoscaling Configurations
Checklist: Overview of autoscaling configurations and how they handle traffic spikes.
Team Ownership: SaaS
-
Category: Operations
Topic: Log Retention Policies
Checklist: Discuss log retention policies and data management strategies for operational monitoring tools.
Team Ownership: SaaS
-
Category: Development Practices
Topic: DevOps Culture
Checklist: Strategies for integrating DevOps practices into development cycles to improve collaboration and efficiency.
Team Ownership: Engineering
-
Category: Infrastructure & Networking
Topic: Disaster Recovery Plan
Checklist: Review disaster recovery plans, including recovery point objectives (RPO) and recovery time objectives (RTO).
Team Ownership: SaaS
This prompt contains variables shown as ⟨variable_name⟩. Replace them with your own values before using.
How to Use
Use with LangChain: hub.pull("abhinavkumar/kt_validator")
Related Prompts
More prompts in Coding & Development
This Prompt Ads Sequential Function Calling To Models Other Than GPT 0613
This prompt ads sequential function calling to models other than GPT-0613
Create a personalized workout routine
Tailor a workout routine specifically designed for individual fitness goals
GODMODE CHEATCODE
God Writes You a Letter Today. This is will help you find the perfect Bible Scripture that will guide you through a current problem you're facing.
Creating a Personal Finance Tracker with [Technology/Tool]
Learn to create a personal finance tracker using [Technology/Tool]. Get code samples and budgeting tips.
Build an entire application using bubble.io with ChatGPT4
Build an entire app with bubble.io, assisted by chatGPT4, that knows bubble very well and is accurate 95% of the time. This prompt will help you maximize the quality of chatGPT assistance. Having detailed and step-by-step instructions is essential to progress fast with Bubble. This initial prompt will help you get started on a good basis. Follow it because I will make it even better.
Become LawyerGPT
Are you in a legal bind? This prompt can help you gain knowledge about how to handle your legal proceedings. DISCLAIMER: Please meet with a real lawyer to discuss your options.