Deployment Workspace¶
Purpose¶
Record the deployment approach, environment readiness, access/data transition, execution evidence, rollback validation, and post-deployment checks.
This directory should contain the project’s actual working artifacts for this lifecycle area. The links below intentionally point to the Template Library and, where available, the completed LMU/COICP example. Create the real project files in this directory when the project is ready to populate them.
What belongs here¶
| Artifact | Project File Name | Template | Completed Example |
|---|---|---|---|
| Deployment Overview | deployment_overview.md |
Template | Completed example |
| Deployment Scope | deployment_scope.md |
Template | Completed example |
| Environment Readiness Check | environment_readiness_check.md |
Template | Completed example |
| Deployment Plan | deployment_plan.md |
Template | Completed example |
| Access And Data Transition Record | access_and_data_transition_record.md |
Template | Completed example |
| Deployment Execution Record | deployment_execution_record.md |
Template | Completed example |
| Rollback Validation Record | rollback_validation_record.md |
Template | Completed example |
| Transition Communication | transition_communication.md |
Template | Completed example |
| Post Deployment Check | post_deployment_check.md |
Template | Completed example |
| Deployment Readiness Summary | deployment_readiness_summary.md |
Template | Completed example |
Start from templates¶
Deployment Overview
Open the reusable template for deployment_overview.md.
Deployment Scope
Open the reusable template for deployment_scope.md.
Environment Readiness Check
Open the reusable template for environment_readiness_check.md.
Deployment Plan
Open the reusable template for deployment_plan.md.
Access And Data Transition Record
Open the reusable template for access_and_data_transition_record.md.
Deployment Execution Record
Open the reusable template for deployment_execution_record.md.
Rollback Validation Record
Open the reusable template for rollback_validation_record.md.
Transition Communication
Open the reusable template for transition_communication.md.
Post Deployment Check
Open the reusable template for post_deployment_check.md.
Deployment Readiness Summary
Open the reusable template for deployment_readiness_summary.md.
Working pattern¶
- Open the relevant template.
- Create the same-named file in
docs/project-workspace/deployment/. - Replace template guidance with project-specific evidence.
- Compare the result with the LMU/COICP example when available.
- Record open risks, assumptions, and unresolved questions.
- Finish with the review or readiness artifact for this stage.
Evidence quality bar¶
| Quality | What It Means |
|---|---|
| Specific | Names actual project facts, stakeholders, systems, scenarios, risks, and decisions. |
| Traceable | Connects back to earlier stages and forward to later stages. |
| Reviewable | Gives another reviewer enough evidence to challenge or approve the work. |
| Current | Reflects the project’s actual state rather than old intent. |
| Governable | Makes AI use, exceptions, risks, release posture, and limitations visible. |
Create project artifacts here. Learn the artifact structure from the Template Library. Learn the completed pattern from the LMU/COICP example.