-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocument_templates.json
More file actions
159 lines (159 loc) · 5.12 KB
/
document_templates.json
File metadata and controls
159 lines (159 loc) · 5.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"templates": {
"sox_audit": {
"name": "SOX Audit Report",
"description": "SOX compliance and internal control testing documentation",
"sections": [
{
"number": 1,
"title": "Control Objective",
"key": "Control Objective",
"description": "Primary objective and purpose of the control"
},
{
"number": 2,
"title": "Risks Addressed",
"key": "Risks Addressed",
"description": "Specific risks mitigated by this control"
},
{
"number": 3,
"title": "Testing Procedures",
"key": "Testing Procedures",
"description": "Methods used to test control effectiveness"
},
{
"number": 4,
"title": "Test Results and Findings",
"key": "Test Results and Findings",
"description": "Outcomes of testing and any identified issues"
},
{
"number": 5,
"title": "Conclusion and Recommendation",
"key": "Conclusion and Recommendation",
"description": "Overall assessment and recommended actions"
}
],
"report_title": "SOX Control Analysis Report",
"keywords": ["sox", "control", "audit", "compliance", "internal control"]
},
"mlops_workflow": {
"name": "MLOps Workflow Documentation",
"description": "Machine learning operations and model lifecycle documentation",
"sections": [
{
"number": 1,
"title": "Model Overview",
"key": "Model Overview",
"description": "Model architecture, purpose, and business context"
},
{
"number": 2,
"title": "Data Pipeline",
"key": "Data Pipeline",
"description": "Data sources, preprocessing, and feature engineering"
},
{
"number": 3,
"title": "Training Process",
"key": "Training Process",
"description": "Training methodology, hyperparameters, and infrastructure"
},
{
"number": 4,
"title": "Validation Results",
"key": "Validation Results",
"description": "Model performance metrics and evaluation results"
},
{
"number": 5,
"title": "Deployment Plan",
"key": "Deployment Plan",
"description": "Deployment strategy, monitoring, and rollback procedures"
}
],
"report_title": "MLOps Workflow Documentation",
"keywords": ["model", "mlops", "machine learning", "training", "inference", "dataset"]
},
"devops_pipeline": {
"name": "DevOps Pipeline Documentation",
"description": "CI/CD pipeline and deployment process documentation",
"sections": [
{
"number": 1,
"title": "Pipeline Overview",
"key": "Pipeline Overview",
"description": "Pipeline purpose, stages, and architecture"
},
{
"number": 2,
"title": "Build Steps",
"key": "Build Steps",
"description": "Compilation, packaging, and artifact creation"
},
{
"number": 3,
"title": "Test and Quality Gates",
"key": "Test and Quality Gates",
"description": "Testing strategies and quality assurance checks"
},
{
"number": 4,
"title": "Deployment Process",
"key": "Deployment Process",
"description": "Deployment stages, environments, and promotion strategy"
},
{
"number": 5,
"title": "Monitoring and Rollback",
"key": "Monitoring and Rollback",
"description": "Observability, alerting, and rollback procedures"
}
],
"report_title": "DevOps Pipeline Documentation",
"keywords": ["pipeline", "ci/cd", "cicd", "deployment", "build", "release", "kubernetes", "docker"]
},
"generic": {
"name": "Generic Process Documentation",
"description": "General purpose process and analysis documentation",
"sections": [
{
"number": 1,
"title": "Overview",
"key": "Overview",
"description": "Process background and context"
},
{
"number": 2,
"title": "Key Components",
"key": "Key Components",
"description": "Main elements and stakeholders"
},
{
"number": 3,
"title": "Procedures",
"key": "Procedures",
"description": "Step-by-step process flow and requirements"
},
{
"number": 4,
"title": "Analysis Results",
"key": "Analysis Results",
"description": "Findings, metrics, and observations"
},
{
"number": 5,
"title": "Conclusion and Recommendations",
"key": "Conclusion and Recommendations",
"description": "Summary and actionable next steps"
}
],
"report_title": "Process Analysis Report",
"keywords": []
}
},
"default_template": "generic",
"version": "1.0",
"last_updated": "2026-02-07"
}