-
Planning and Strategy
-
Requirements
-
- Customer Feedback Report
- Capacity Planning Report
- Stakeholder Input Record Example
- List of Customer Journeys
- Reverse Engineering: Legacy Inventory Management System
- Task Analysis: Customer Support Ticketing System
- Requirements Workshop: Employee Onboarding System
- Mind Mapping Session: Mobile Travel Planning App
- SWOT Analysis: New Food Delivery App
- Storyboarding Session: Mobile Health & Fitness App
- User Story Mapping Session: Online Grocery Shopping Platform
- Focus Group: Requirements Gathering for Fitness Tracking App
- Prototyping Session Example: E-Commerce Website
- Document Analysis Example: Hospital Management System Requirements
- Observation Session: Warehouse Operations
- Survey: E-Learning Platform Requirements
- Workshop Session Example: Requirements Gathering for Mobile Banking App
- Interview Session Example: Requirements Gathering for CRM System
- Event Storming Session: Retail Order Management System
- Generate Requirements from Meeting Transcripts
- Requirements Definition Process Example
- ISO/IEC/IEEE 29148 Systems and Software Requirements Specification (SRS) Example Template
- Show all articles ( 7 ) Collapse Articles
-
- Customer Requirement Document (CRD)
- Customer Journey Map
- Internal Stakeholder Requirement Document (ISRD)
- Internal System Use Case Example: CI/CD System
- User Stories & Acceptance Criteria
- Technical Specification Document Example
- BDD Scenarios Example for User Login
- Non-Functional Requirements Example
- Functional Requirements Specification Example
- Use Case Example: User Login
-
-
Communication
-
Design
- Functional Specification for Inventory Management Workload
- Technical Specification for Inventory Management System
-
- Overview of Design Diagrams
- High-Level System Diagram Standards
- User-Flow Diagram Standards
- System Flow Diagram Standards
- Data-Flow Diagram (DFD) Standards
- Sequence Diagram Standards
- State Diagram Standards
- Flowchart Standards
- Component Diagram Standards
- Network Diagram Standards
- Deployment Diagram Standards
- Entity-Relationship Diagram (ERD) Standards
- Block Diagram Standards
-
Operations
-
-
- Creating a Visualization Dashboard Guide
- Business Outcome Metrics Dashboard Guide
- Trace Analysis Dashboard
- Dependency Health Dashboard
- Guidelines for Creating a Telemetry Dashboard
- Guidelines for Creating a User Behavior Dashboard
- Improvement Tracking Dashboard
- Customer Status Page Overview
- Executive Summary Dashboard Overview
- Operations KPI Dashboard Example
- Stakeholder-Specific Dashboard Example
- Business Metrics Dashboard Example
- System Health Dashboard Example
- Guide for Creating a Dependency Map
-
-
-
- Event Management Policy Example
- Incident Management Policy
- Problem Management Policy
- Example Training Materials for Escalation
- Runbook Example: Incident Management with Escalation Paths
- Escalation Path Document Example
- Incident Report Example: Failed Deployment Investigation
- Incident Playbook Example: Investigating Failed Deployments
- Contingency Plan for Service Disruptions
-
-
-
Testing
-
Development
Resource Utilization Report Template Example
ID: SUS_SUS3_1_resource-utilization-report-template
Code: SUS3_1
Overview
This template provides a framework to assess and improve resource utilization by leveraging asynchronous and scheduled jobs. By reducing idle resource time and maximizing the efficiency of deployments, teams can meet sustainability targets and lower overall carbon footprints.
Suggested Sections
- Introduction – Summarize your current resource usage, including any inefficiencies. Highlight why improvements are needed to meet organizational sustainability goals.
- Utilization Metrics – List key metrics (CPU, memory, network usage, etc.) to track resource consumption. Include peak periods, average loads, and underutilized time slots.
- Asynchronous Job Patterns – Document job queues or lambda event patterns used to process tasks. Focus on how these patterns reduce idle resources by decoupling tasks and aligning compute to demand.
- Scheduled Processes – Outline routine jobs that can run off-peak (e.g., batch operations, nightly data imports) to minimize resource competition. Note the schedule and the rationale behind the timing.
- Optimization Strategies – Propose methods for further reducing waste, such as auto-scaling, right-sizing instances, or embracing serverless architecture. Emphasize how these strategies lower environmental impact.
- Reporting & Analytics – Detail how you will collect, analyze, and visualize resource usage data. Include alert thresholds to identify potential inefficiencies early.
- Action Plan – Provide specific steps to roll out improvements, assign responsibilities, and establish timelines for continuous optimization.
Example Implementation
For example, a team might implement an AWS Lambda-driven queue that automatically scales based on incoming requests. Spare resources during low-traffic periods remain deactivated to reduce idle time. By scheduling non-time-sensitive tasks during off-peak hours, you can level out overall resource usage. These approaches help reduce cost, energy consumption, and carbon emissions.
Use this template to formalize each section, ensuring all stakeholders understand the organization’s sustainability objectives and the practical steps to achieve them.