Deployment Implementation Guide

Skill Name: sa-deployment-guide

Background & Applicable Scenarios

The architecture design is done, but operations questions still need answers: what environment to deploy to? How to set up continuous integration and release? How to monitor and rollback when issues arise? This skill helps you plan environment setups and operations strategies from development to production from an operations perspective.

Input & Output

What you need to provide: System Architecture Design Specification + Project environment information (cloud hosting/self-hosted servers, containerization requirements, etc.).

What you will get: Deployment Implementation Guide containing 4 sub-modules (generated on-demand individually): Environment Planning (dev/test/production environment configuration), CI/CD Pipeline Solution, Monitoring & Logging Solution, Rollback & Disaster Recovery Strategy.

Process Description

The Agent provides 4 on-demand sub-modules. It first searches relevant knowledge, then confirms with you one by one: how to plan environments (dev/test/production), how to set up CI/CD pipelines, how to handle monitoring and logging, and how to configure rollback and disaster recovery. Each sub-module is produced independently and continuously updated throughout the development cycle.

flowchart TD s0["Deployment KB Retrieval: Load deployment solutions, CI/CD practices, operations cases, lessons learned from engineering KB"] s1["Deployment Environment & Infrastructure Selection Inquiry"] s2["Deployment Environment & Infrastructure Planning: Environment planning, infrastructure inventory, gap analysis, topology diagram"] s3["CI/CD & Configuration Management Selection Inquiry"] s4["CI/CD & Configuration Management: Pipeline design, release strategy, configuration management, environment setup guide"] s5["Monitoring, Logging & Deployment Selection Inquiry"] s6["Monitoring, Logging & Deployment Refinement: Monitoring system, logging solution, deployment steps"] s7["Rollback, Disaster Recovery & Operations Selection Inquiry"] s8["Rollback, Disaster Recovery & Operations Manual: Rollback strategy, disaster recovery plan, operations manual"] s9["Document Integration & Full Review"] s0 --> s1 s1 --> s2 s2 --> s3 s3 --> s4 s4 --> s5 s5 --> s6 s6 --> s7 s7 --> s8 s8 --> s9