> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-actions-triggers-prototype.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Links to checklists for your implementation.

# Implementation Planning Checklists

Click the links below to download a checklist that corresponds to a phase in the SDLC (Software Development Lifecycle). You can open the checklist in any spreadsheet application and customize them to suit your needs.

## Analyze Checklist

[Analyze Checklist Download](https://cdn2.auth0.com/docs/media/articles/architecture-scenarios/checklists/Analyze-Checklist.xlsx)

In the Analyze phase, analyze end-user business requirements and determine project goals as part of the high-level plan for the project. Convert the requirements and goals into system functions that the organization intends to develop. Activities include:

* Gathering business requirements
* Creating process diagrams
* Performing detailed analysis
* Alignment to project plan

## Design Checklist

[Design Checklist Download](https://cdn2.auth0.com/docs/media/articles/architecture-scenarios/checklists/Design-Checklist.xlsx)

In the Design phase, describe the desired features and operations of the system, including business rules, pseudo-code, screen layouts, and other necessary documentation. Activities include:

* Infrastructure design
* System model design

## Build Checklist

[Build Checklist Download](https://cdn2.auth0.com/docs/media/articles/architecture-scenarios/checklists/Build-Checklist.xlsx)

In the Build phase, develop the actual system through implementation of infrastructure and code. Activities include:

* Infrastructure implementation
* Code implementation

## Test Checklist

[Test Checklist Download](https://cdn2.auth0.com/docs/media/articles/architecture-scenarios/checklists/Test-Checklist.xlsx)

In the Test phase, integrate and deploy all implemented code in the testing environment infrastructure. Testing then follows Software Testing Life Cycle activities to check the system for errors, bugs, and defects to verify that system features work as expected (or not). Activities include:

* Write test cases
* Execute test cases

## Deploy Checklist

[Deploy Checklist Download](https://cdn2.auth0.com/docs/media/articles/architecture-scenarios/checklists/Deploy-Checklist.xlsx)

In the Deploy phase, deploy the system to either a staging or production environment, where actual users begin to operate and interact with it.

Eventually, you deploy all components of the system to the production environment when you make a live release.

## Monitor Checklist

[Monitor Checklist Download](https://assets.ctfassets.net/cdy7uua7fh8z/4FYZQXQHknEDkLflShHXBz/d8757810ace0fc9dbabad9b1715d0dbf/Monitor-Checklist.xlsx)

In the Monitor phase, make enhancements, corrections, and changes to ensure the system continues to work and stays updated to meet the business objectives and support the needs of the users. Activities include:

* Monitoring
* Maintenance
* Changes and adjustments
* Upgrade and adapt to future needs
