tech-hub-skills 1.2.0 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (198) hide show
  1. package/{LICENSE → .claude/LICENSE} +21 -21
  2. package/.claude/README.md +291 -0
  3. package/.claude/bin/cli.js +266 -0
  4. package/{bin → .claude/bin}/copilot.js +182 -182
  5. package/{bin → .claude/bin}/postinstall.js +42 -42
  6. package/{tech_hub_skills/skills → .claude/commands}/README.md +336 -336
  7. package/{tech_hub_skills/skills → .claude/commands}/ai-engineer.md +104 -104
  8. package/{tech_hub_skills/skills → .claude/commands}/aws.md +143 -143
  9. package/{tech_hub_skills/skills → .claude/commands}/azure.md +149 -149
  10. package/{tech_hub_skills/skills → .claude/commands}/backend-developer.md +108 -108
  11. package/{tech_hub_skills/skills → .claude/commands}/code-review.md +399 -399
  12. package/{tech_hub_skills/skills → .claude/commands}/compliance-automation.md +747 -747
  13. package/{tech_hub_skills/skills → .claude/commands}/compliance-officer.md +108 -108
  14. package/{tech_hub_skills/skills → .claude/commands}/data-engineer.md +113 -113
  15. package/{tech_hub_skills/skills → .claude/commands}/data-governance.md +102 -102
  16. package/{tech_hub_skills/skills → .claude/commands}/data-scientist.md +123 -123
  17. package/{tech_hub_skills/skills → .claude/commands}/database-admin.md +109 -109
  18. package/{tech_hub_skills/skills → .claude/commands}/devops.md +160 -160
  19. package/{tech_hub_skills/skills → .claude/commands}/docker.md +160 -160
  20. package/{tech_hub_skills/skills → .claude/commands}/enterprise-dashboard.md +613 -613
  21. package/{tech_hub_skills/skills → .claude/commands}/finops.md +184 -184
  22. package/{tech_hub_skills/skills → .claude/commands}/frontend-developer.md +108 -108
  23. package/{tech_hub_skills/skills → .claude/commands}/gcp.md +143 -143
  24. package/{tech_hub_skills/skills → .claude/commands}/ml-engineer.md +115 -115
  25. package/{tech_hub_skills/skills → .claude/commands}/mlops.md +187 -187
  26. package/{tech_hub_skills/skills → .claude/commands}/network-engineer.md +109 -109
  27. package/{tech_hub_skills/skills → .claude/commands}/optimization-advisor.md +329 -329
  28. package/{tech_hub_skills/skills → .claude/commands}/orchestrator.md +623 -623
  29. package/{tech_hub_skills/skills → .claude/commands}/platform-engineer.md +102 -102
  30. package/{tech_hub_skills/skills → .claude/commands}/process-automation.md +226 -226
  31. package/{tech_hub_skills/skills → .claude/commands}/process-changelog.md +184 -184
  32. package/{tech_hub_skills/skills → .claude/commands}/process-documentation.md +484 -484
  33. package/{tech_hub_skills/skills → .claude/commands}/process-kanban.md +324 -324
  34. package/{tech_hub_skills/skills → .claude/commands}/process-versioning.md +214 -214
  35. package/{tech_hub_skills/skills → .claude/commands}/product-designer.md +104 -104
  36. package/{tech_hub_skills/skills → .claude/commands}/project-starter.md +443 -443
  37. package/{tech_hub_skills/skills → .claude/commands}/qa-engineer.md +109 -109
  38. package/{tech_hub_skills/skills → .claude/commands}/security-architect.md +135 -135
  39. package/{tech_hub_skills/skills → .claude/commands}/sre.md +109 -109
  40. package/{tech_hub_skills/skills → .claude/commands}/system-design.md +126 -126
  41. package/{tech_hub_skills/skills → .claude/commands}/technical-writer.md +101 -101
  42. package/.claude/package.json +46 -0
  43. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/01-prompt-engineering/README.md +252 -252
  44. package/.claude/roles/ai-engineer/skills/01-prompt-engineering/prompt_ab_tester.py +356 -0
  45. package/.claude/roles/ai-engineer/skills/01-prompt-engineering/prompt_template_manager.py +274 -0
  46. package/.claude/roles/ai-engineer/skills/01-prompt-engineering/token_cost_estimator.py +324 -0
  47. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/02-rag-pipeline/README.md +448 -448
  48. package/.claude/roles/ai-engineer/skills/02-rag-pipeline/document_chunker.py +336 -0
  49. package/.claude/roles/ai-engineer/skills/02-rag-pipeline/rag_pipeline.sql +213 -0
  50. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/03-agent-orchestration/README.md +599 -599
  51. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/04-llm-guardrails/README.md +735 -735
  52. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/05-vector-embeddings/README.md +711 -711
  53. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/06-llm-evaluation/README.md +777 -777
  54. package/{tech_hub_skills → .claude}/roles/azure/skills/01-infrastructure-fundamentals/README.md +264 -264
  55. package/{tech_hub_skills → .claude}/roles/azure/skills/02-data-factory/README.md +264 -264
  56. package/{tech_hub_skills → .claude}/roles/azure/skills/03-synapse-analytics/README.md +264 -264
  57. package/{tech_hub_skills → .claude}/roles/azure/skills/04-databricks/README.md +264 -264
  58. package/{tech_hub_skills → .claude}/roles/azure/skills/05-functions/README.md +264 -264
  59. package/{tech_hub_skills → .claude}/roles/azure/skills/06-kubernetes-service/README.md +264 -264
  60. package/{tech_hub_skills → .claude}/roles/azure/skills/07-openai-service/README.md +264 -264
  61. package/{tech_hub_skills → .claude}/roles/azure/skills/08-machine-learning/README.md +264 -264
  62. package/{tech_hub_skills → .claude}/roles/azure/skills/09-storage-adls/README.md +264 -264
  63. package/{tech_hub_skills → .claude}/roles/azure/skills/10-networking/README.md +264 -264
  64. package/{tech_hub_skills → .claude}/roles/azure/skills/11-sql-cosmos/README.md +264 -264
  65. package/{tech_hub_skills → .claude}/roles/azure/skills/12-event-hubs/README.md +264 -264
  66. package/{tech_hub_skills → .claude}/roles/code-review/skills/01-automated-code-review/README.md +394 -394
  67. package/{tech_hub_skills → .claude}/roles/code-review/skills/02-pr-review-workflow/README.md +427 -427
  68. package/{tech_hub_skills → .claude}/roles/code-review/skills/03-code-quality-gates/README.md +518 -518
  69. package/{tech_hub_skills → .claude}/roles/code-review/skills/04-reviewer-assignment/README.md +504 -504
  70. package/{tech_hub_skills → .claude}/roles/code-review/skills/05-review-analytics/README.md +540 -540
  71. package/{tech_hub_skills → .claude}/roles/data-engineer/skills/01-lakehouse-architecture/README.md +550 -550
  72. package/.claude/roles/data-engineer/skills/01-lakehouse-architecture/bronze_ingestion.py +337 -0
  73. package/.claude/roles/data-engineer/skills/01-lakehouse-architecture/medallion_queries.sql +300 -0
  74. package/{tech_hub_skills → .claude}/roles/data-engineer/skills/02-etl-pipeline/README.md +580 -580
  75. package/{tech_hub_skills → .claude}/roles/data-engineer/skills/03-data-quality/README.md +579 -579
  76. package/{tech_hub_skills → .claude}/roles/data-engineer/skills/04-streaming-pipelines/README.md +608 -608
  77. package/{tech_hub_skills → .claude}/roles/data-engineer/skills/05-performance-optimization/README.md +547 -547
  78. package/{tech_hub_skills → .claude}/roles/data-governance/skills/01-data-catalog/README.md +112 -112
  79. package/{tech_hub_skills → .claude}/roles/data-governance/skills/02-data-lineage/README.md +129 -129
  80. package/{tech_hub_skills → .claude}/roles/data-governance/skills/03-data-quality-framework/README.md +182 -182
  81. package/{tech_hub_skills → .claude}/roles/data-governance/skills/04-access-control/README.md +39 -39
  82. package/{tech_hub_skills → .claude}/roles/data-governance/skills/05-master-data-management/README.md +40 -40
  83. package/{tech_hub_skills → .claude}/roles/data-governance/skills/06-compliance-privacy/README.md +46 -46
  84. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/01-eda-automation/README.md +230 -230
  85. package/.claude/roles/data-scientist/skills/01-eda-automation/eda_generator.py +446 -0
  86. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/02-statistical-modeling/README.md +264 -264
  87. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/03-feature-engineering/README.md +264 -264
  88. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/04-predictive-modeling/README.md +264 -264
  89. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/05-customer-analytics/README.md +264 -264
  90. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/06-campaign-analysis/README.md +264 -264
  91. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/07-experimentation/README.md +264 -264
  92. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/08-data-visualization/README.md +264 -264
  93. package/{tech_hub_skills → .claude}/roles/devops/skills/01-cicd-pipeline/README.md +264 -264
  94. package/{tech_hub_skills → .claude}/roles/devops/skills/02-container-orchestration/README.md +264 -264
  95. package/{tech_hub_skills → .claude}/roles/devops/skills/03-infrastructure-as-code/README.md +264 -264
  96. package/{tech_hub_skills → .claude}/roles/devops/skills/04-gitops/README.md +264 -264
  97. package/{tech_hub_skills → .claude}/roles/devops/skills/05-environment-management/README.md +264 -264
  98. package/{tech_hub_skills → .claude}/roles/devops/skills/06-automated-testing/README.md +264 -264
  99. package/{tech_hub_skills → .claude}/roles/devops/skills/07-release-management/README.md +264 -264
  100. package/{tech_hub_skills → .claude}/roles/devops/skills/08-monitoring-alerting/README.md +264 -264
  101. package/{tech_hub_skills → .claude}/roles/devops/skills/09-devsecops/README.md +265 -265
  102. package/{tech_hub_skills → .claude}/roles/finops/skills/01-cost-visibility/README.md +264 -264
  103. package/{tech_hub_skills → .claude}/roles/finops/skills/02-resource-tagging/README.md +264 -264
  104. package/{tech_hub_skills → .claude}/roles/finops/skills/03-budget-management/README.md +264 -264
  105. package/{tech_hub_skills → .claude}/roles/finops/skills/04-reserved-instances/README.md +264 -264
  106. package/{tech_hub_skills → .claude}/roles/finops/skills/05-spot-optimization/README.md +264 -264
  107. package/{tech_hub_skills → .claude}/roles/finops/skills/06-storage-tiering/README.md +264 -264
  108. package/{tech_hub_skills → .claude}/roles/finops/skills/07-compute-rightsizing/README.md +264 -264
  109. package/{tech_hub_skills → .claude}/roles/finops/skills/08-chargeback/README.md +264 -264
  110. package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/01-mlops-pipeline/README.md +566 -566
  111. package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/02-feature-engineering/README.md +655 -655
  112. package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/03-model-training/README.md +704 -704
  113. package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/04-model-serving/README.md +845 -845
  114. package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/05-model-monitoring/README.md +874 -874
  115. package/{tech_hub_skills → .claude}/roles/mlops/skills/01-ml-pipeline-orchestration/README.md +264 -264
  116. package/{tech_hub_skills → .claude}/roles/mlops/skills/02-experiment-tracking/README.md +264 -264
  117. package/{tech_hub_skills → .claude}/roles/mlops/skills/03-model-registry/README.md +264 -264
  118. package/{tech_hub_skills → .claude}/roles/mlops/skills/04-feature-store/README.md +264 -264
  119. package/{tech_hub_skills → .claude}/roles/mlops/skills/05-model-deployment/README.md +264 -264
  120. package/{tech_hub_skills → .claude}/roles/mlops/skills/06-model-observability/README.md +264 -264
  121. package/{tech_hub_skills → .claude}/roles/mlops/skills/07-data-versioning/README.md +264 -264
  122. package/{tech_hub_skills → .claude}/roles/mlops/skills/08-ab-testing/README.md +264 -264
  123. package/{tech_hub_skills → .claude}/roles/mlops/skills/09-automated-retraining/README.md +264 -264
  124. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/01-internal-developer-platform/README.md +153 -153
  125. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/02-self-service-infrastructure/README.md +57 -57
  126. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/03-slo-sli-management/README.md +59 -59
  127. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/04-developer-experience/README.md +57 -57
  128. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/05-incident-management/README.md +73 -73
  129. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/06-capacity-management/README.md +59 -59
  130. package/{tech_hub_skills → .claude}/roles/product-designer/skills/01-requirements-discovery/README.md +407 -407
  131. package/{tech_hub_skills → .claude}/roles/product-designer/skills/02-user-research/README.md +382 -382
  132. package/{tech_hub_skills → .claude}/roles/product-designer/skills/03-brainstorming-ideation/README.md +437 -437
  133. package/{tech_hub_skills → .claude}/roles/product-designer/skills/04-ux-design/README.md +496 -496
  134. package/{tech_hub_skills → .claude}/roles/product-designer/skills/05-product-market-fit/README.md +376 -376
  135. package/{tech_hub_skills → .claude}/roles/product-designer/skills/06-stakeholder-management/README.md +412 -412
  136. package/{tech_hub_skills → .claude}/roles/security-architect/skills/01-pii-detection/README.md +319 -319
  137. package/{tech_hub_skills → .claude}/roles/security-architect/skills/02-threat-modeling/README.md +264 -264
  138. package/{tech_hub_skills → .claude}/roles/security-architect/skills/03-infrastructure-security/README.md +264 -264
  139. package/{tech_hub_skills → .claude}/roles/security-architect/skills/04-iam/README.md +264 -264
  140. package/{tech_hub_skills → .claude}/roles/security-architect/skills/05-application-security/README.md +264 -264
  141. package/{tech_hub_skills → .claude}/roles/security-architect/skills/06-secrets-management/README.md +264 -264
  142. package/{tech_hub_skills → .claude}/roles/security-architect/skills/07-security-monitoring/README.md +264 -264
  143. package/{tech_hub_skills → .claude}/roles/system-design/skills/01-architecture-patterns/README.md +337 -337
  144. package/{tech_hub_skills → .claude}/roles/system-design/skills/02-requirements-engineering/README.md +264 -264
  145. package/{tech_hub_skills → .claude}/roles/system-design/skills/03-scalability/README.md +264 -264
  146. package/{tech_hub_skills → .claude}/roles/system-design/skills/04-high-availability/README.md +264 -264
  147. package/{tech_hub_skills → .claude}/roles/system-design/skills/05-cost-optimization-design/README.md +264 -264
  148. package/{tech_hub_skills → .claude}/roles/system-design/skills/06-api-design/README.md +264 -264
  149. package/{tech_hub_skills → .claude}/roles/system-design/skills/07-observability-architecture/README.md +264 -264
  150. package/{tech_hub_skills → .claude}/roles/system-design/skills/08-process-automation/PROCESS_TEMPLATE.md +336 -336
  151. package/{tech_hub_skills → .claude}/roles/system-design/skills/08-process-automation/README.md +521 -521
  152. package/.claude/roles/system-design/skills/08-process-automation/ai_prompt_generator.py +744 -0
  153. package/.claude/roles/system-design/skills/08-process-automation/automation_recommender.py +688 -0
  154. package/.claude/roles/system-design/skills/08-process-automation/plan_generator.py +679 -0
  155. package/.claude/roles/system-design/skills/08-process-automation/process_analyzer.py +528 -0
  156. package/.claude/roles/system-design/skills/08-process-automation/process_parser.py +684 -0
  157. package/.claude/roles/system-design/skills/08-process-automation/role_matcher.py +615 -0
  158. package/.claude/skills/README.md +336 -0
  159. package/.claude/skills/ai-engineer.md +104 -0
  160. package/.claude/skills/aws.md +143 -0
  161. package/.claude/skills/azure.md +149 -0
  162. package/.claude/skills/backend-developer.md +108 -0
  163. package/.claude/skills/code-review.md +399 -0
  164. package/.claude/skills/compliance-automation.md +747 -0
  165. package/.claude/skills/compliance-officer.md +108 -0
  166. package/.claude/skills/data-engineer.md +113 -0
  167. package/.claude/skills/data-governance.md +102 -0
  168. package/.claude/skills/data-scientist.md +123 -0
  169. package/.claude/skills/database-admin.md +109 -0
  170. package/.claude/skills/devops.md +160 -0
  171. package/.claude/skills/docker.md +160 -0
  172. package/.claude/skills/enterprise-dashboard.md +613 -0
  173. package/.claude/skills/finops.md +184 -0
  174. package/.claude/skills/frontend-developer.md +108 -0
  175. package/.claude/skills/gcp.md +143 -0
  176. package/.claude/skills/ml-engineer.md +115 -0
  177. package/.claude/skills/mlops.md +187 -0
  178. package/.claude/skills/network-engineer.md +109 -0
  179. package/.claude/skills/optimization-advisor.md +329 -0
  180. package/.claude/skills/orchestrator.md +623 -0
  181. package/.claude/skills/platform-engineer.md +102 -0
  182. package/.claude/skills/process-automation.md +226 -0
  183. package/.claude/skills/process-changelog.md +184 -0
  184. package/.claude/skills/process-documentation.md +484 -0
  185. package/.claude/skills/process-kanban.md +324 -0
  186. package/.claude/skills/process-versioning.md +214 -0
  187. package/.claude/skills/product-designer.md +104 -0
  188. package/.claude/skills/project-starter.md +443 -0
  189. package/.claude/skills/qa-engineer.md +109 -0
  190. package/.claude/skills/security-architect.md +135 -0
  191. package/.claude/skills/sre.md +109 -0
  192. package/.claude/skills/system-design.md +126 -0
  193. package/.claude/skills/technical-writer.md +101 -0
  194. package/.gitattributes +2 -0
  195. package/GITHUB_COPILOT.md +106 -0
  196. package/README.md +192 -291
  197. package/package.json +16 -46
  198. package/bin/cli.js +0 -241
@@ -1,484 +1,484 @@
1
- # Process Skill: Documentation & Wiki Management
2
-
3
- You are a technical documentation specialist with expertise in creating clear, comprehensive documentation for Azure Wiki and other platforms.
4
-
5
- ## Available Skills
6
-
7
- 1. **doc-01: Technical Documentation**
8
-
9
- - Architecture documentation
10
- - API documentation
11
- - Runbooks and playbooks
12
- - Troubleshooting guides
13
- - Technical decision records
14
-
15
- 2. **doc-02: Azure Wiki Management**
16
-
17
- - Wiki structure organization
18
- - Markdown best practices
19
- - Mermaid diagrams
20
- - Cross-linking strategies
21
- - Version control for docs
22
-
23
- 3. **doc-03: Solution Documentation**
24
-
25
- - Problem statement
26
- - Solution overview
27
- - Implementation details
28
- - Trade-offs and decisions
29
- - Lessons learned
30
-
31
- 4. **doc-04: User Documentation**
32
- - User guides
33
- - Quick start guides
34
- - FAQ sections
35
- - Video/screenshot integration
36
- - Feedback collection
37
-
38
- ## When to Use This Skill
39
-
40
- - Documenting new solutions or features
41
- - Creating runbooks for operations
42
- - Writing architecture decision records
43
- - Setting up Azure Wiki structure
44
- - Explaining complex systems
45
-
46
- ## Documentation Templates
47
-
48
- ### Solution Documentation Template
49
-
50
- ````markdown
51
- # [Solution Name]
52
-
53
- ## Overview
54
-
55
- **Problem**: [What problem does this solve?]
56
- **Solution**: [Brief description of the solution]
57
- **Status**: [Draft/Review/Approved/Implemented]
58
- **Last Updated**: [Date]
59
-
60
- ---
61
-
62
- ## Table of Contents
63
-
64
- 1. [Problem Statement](#problem-statement)
65
- 2. [Solution Overview](#solution-overview)
66
- 3. [Architecture](#architecture)
67
- 4. [Implementation Details](#implementation-details)
68
- 5. [Trade-offs & Decisions](#trade-offs--decisions)
69
- 6. [Operations](#operations)
70
- 7. [Monitoring & Alerting](#monitoring--alerting)
71
- 8. [Troubleshooting](#troubleshooting)
72
- 9. [Future Improvements](#future-improvements)
73
-
74
- ---
75
-
76
- ## Problem Statement
77
-
78
- ### Background
79
-
80
- [Context and background information]
81
-
82
- ### Current Challenges
83
-
84
- - Challenge 1
85
- - Challenge 2
86
-
87
- ### Business Impact
88
-
89
- [Why this matters to the business]
90
-
91
- ---
92
-
93
- ## Solution Overview
94
-
95
- ### High-Level Architecture
96
-
97
- ```mermaid
98
- graph TB
99
- A[Component A] --> B[Component B]
100
- B --> C[Component C]
101
- ```
102
- ````
103
-
104
- ### Key Components
105
-
106
- | Component | Purpose | Technology |
107
- | ----------- | ----------- | ---------- |
108
- | Component A | Description | Tech stack |
109
- | Component B | Description | Tech stack |
110
-
111
- ### Data Flow
112
-
113
- 1. Step 1: Description
114
- 2. Step 2: Description
115
- 3. Step 3: Description
116
-
117
- ---
118
-
119
- ## Implementation Details
120
-
121
- ### Prerequisites
122
-
123
- - [ ] Prerequisite 1
124
- - [ ] Prerequisite 2
125
-
126
- ### Configuration
127
-
128
- ```yaml
129
- # Configuration example
130
- setting1: value1
131
- setting2: value2
132
- ```
133
-
134
- ### Deployment Steps
135
-
136
- 1. **Step 1**: Description
137
-
138
- ```bash
139
- command here
140
- ```
141
-
142
- 2. **Step 2**: Description
143
-
144
- ---
145
-
146
- ## Trade-offs & Decisions
147
-
148
- ### Decision 1: [Title]
149
-
150
- **Options Considered**:
151
- | Option | Pros | Cons |
152
- |--------|------|------|
153
- | Option A | Pro 1, Pro 2 | Con 1 |
154
- | Option B | Pro 1 | Con 1, Con 2 |
155
-
156
- **Decision**: Option A
157
-
158
- **Rationale**: [Why this was chosen]
159
-
160
- ---
161
-
162
- ## Operations
163
-
164
- ### Runbook
165
-
166
- #### Starting the Service
167
-
168
- ```bash
169
- # Commands
170
- ```
171
-
172
- #### Stopping the Service
173
-
174
- ```bash
175
- # Commands
176
- ```
177
-
178
- ### Health Checks
179
-
180
- - [ ] Check 1: [How to verify]
181
- - [ ] Check 2: [How to verify]
182
-
183
- ---
184
-
185
- ## Monitoring & Alerting
186
-
187
- ### Key Metrics
188
-
189
- | Metric | Threshold | Alert |
190
- | ---------- | --------- | -------- |
191
- | CPU Usage | > 80% | Warning |
192
- | Error Rate | > 1% | Critical |
193
-
194
- ### Dashboards
195
-
196
- - [Production Dashboard](link)
197
- - [Debug Dashboard](link)
198
-
199
- ---
200
-
201
- ## Troubleshooting
202
-
203
- ### Issue 1: [Description]
204
-
205
- **Symptoms**:
206
-
207
- - Symptom 1
208
- - Symptom 2
209
-
210
- **Cause**: [Root cause]
211
-
212
- **Resolution**:
213
-
214
- 1. Step 1
215
- 2. Step 2
216
-
217
- ---
218
-
219
- ## Future Improvements
220
-
221
- - [ ] Improvement 1
222
- - [ ] Improvement 2
223
-
224
- ---
225
-
226
- ## References
227
-
228
- - [Link 1](url)
229
- - [Related Doc](link)
230
-
231
- ---
232
-
233
- **Author**: [Name]
234
- **Reviewers**: [Names]
235
- **Approval Date**: [Date]
236
-
237
- ````
238
-
239
- ### Architecture Decision Record (ADR)
240
-
241
- ```markdown
242
- # ADR-[Number]: [Title]
243
-
244
- **Date**: [YYYY-MM-DD]
245
- **Status**: [Proposed/Accepted/Deprecated/Superseded]
246
- **Deciders**: [List of people involved]
247
-
248
- ## Context
249
-
250
- [What is the issue that we're seeing that is motivating this decision or change?]
251
-
252
- ## Decision
253
-
254
- [What is the change that we're proposing and/or doing?]
255
-
256
- ## Consequences
257
-
258
- ### Positive
259
- - Consequence 1
260
- - Consequence 2
261
-
262
- ### Negative
263
- - Consequence 1
264
-
265
- ### Neutral
266
- - Consequence 1
267
-
268
- ## Alternatives Considered
269
-
270
- ### Alternative 1: [Name]
271
- [Description and why it wasn't chosen]
272
-
273
- ### Alternative 2: [Name]
274
- [Description and why it wasn't chosen]
275
-
276
- ## Related Decisions
277
-
278
- - [ADR-X](link): [Title]
279
- - [ADR-Y](link): [Title]
280
- ````
281
-
282
- ### Runbook Template
283
-
284
- ````markdown
285
- # Runbook: [Service/Process Name]
286
-
287
- **Service Owner**: [Team]
288
- **On-Call Rotation**: [Link]
289
- **Escalation Path**: [Team/Person]
290
-
291
- ---
292
-
293
- ## Service Overview
294
-
295
- [Brief description of what this service does]
296
-
297
- **Dependencies**:
298
-
299
- - Dependency 1
300
- - Dependency 2
301
-
302
- ---
303
-
304
- ## Common Operations
305
-
306
- ### 1. Start Service
307
-
308
- **When to use**: [Scenario]
309
-
310
- ```bash
311
- # Commands
312
- kubectl rollout restart deployment/service-name -n namespace
313
- ```
314
- ````
315
-
316
- **Verification**:
317
-
318
- ```bash
319
- kubectl get pods -n namespace -l app=service-name
320
- ```
321
-
322
- ### 2. Stop Service
323
-
324
- **When to use**: [Scenario]
325
- **Impact**: [What happens when stopped]
326
-
327
- ```bash
328
- # Commands
329
- kubectl scale deployment/service-name --replicas=0 -n namespace
330
- ```
331
-
332
- ### 3. Scale Service
333
-
334
- ```bash
335
- # Scale up
336
- kubectl scale deployment/service-name --replicas=5 -n namespace
337
-
338
- # Scale down
339
- kubectl scale deployment/service-name --replicas=2 -n namespace
340
- ```
341
-
342
- ---
343
-
344
- ## Troubleshooting Flowchart
345
-
346
- ```mermaid
347
- flowchart TD
348
- A[Issue Detected] --> B{Service Responding?}
349
- B -->|No| C[Check Pod Status]
350
- B -->|Yes| D{Response Time OK?}
351
- C --> E{Pods Running?}
352
- E -->|No| F[Restart Pods]
353
- E -->|Yes| G[Check Logs]
354
- D -->|No| H[Check Resources]
355
- D -->|Yes| I[Check Error Logs]
356
- ```
357
-
358
- ---
359
-
360
- ## Incident Response
361
-
362
- ### Severity Levels
363
-
364
- | Level | Description | Response Time |
365
- | ----- | ---------------- | ------------- |
366
- | SEV1 | Complete outage | 15 min |
367
- | SEV2 | Degraded service | 30 min |
368
- | SEV3 | Minor impact | 4 hours |
369
-
370
- ### Incident Checklist
371
-
372
- - [ ] Acknowledge alert
373
- - [ ] Start incident channel
374
- - [ ] Assess impact
375
- - [ ] Begin mitigation
376
- - [ ] Communicate status
377
- - [ ] Resolve
378
- - [ ] Post-mortem
379
-
380
- ---
381
-
382
- ## Rollback Procedure
383
-
384
- 1. **Identify the bad deployment**
385
-
386
- ```bash
387
- kubectl rollout history deployment/service-name -n namespace
388
- ```
389
-
390
- 2. **Rollback to previous version**
391
-
392
- ```bash
393
- kubectl rollout undo deployment/service-name -n namespace
394
- ```
395
-
396
- 3. **Verify rollback**
397
- ```bash
398
- kubectl rollout status deployment/service-name -n namespace
399
- ```
400
-
401
- ```
402
-
403
- ## Azure Wiki Best Practices
404
-
405
- ### Wiki Structure
406
- ```
407
-
408
- /
409
- ├── Home.md
410
- ├── Getting-Started/
411
- │ ├── Onboarding.md
412
- │ └── Prerequisites.md
413
- ├── Architecture/
414
- │ ├── Overview.md
415
- │ ├── Components/
416
- │ └── ADRs/
417
- ├── Operations/
418
- │ ├── Runbooks/
419
- │ └── Troubleshooting/
420
- ├── Development/
421
- │ ├── Setup.md
422
- │ └── Guidelines.md
423
- └── API/
424
- └── Reference.md
425
-
426
- ````
427
-
428
- ### Linking Best Practices
429
- ```markdown
430
- # Cross-linking in Azure Wiki
431
-
432
- ## Relative Links (Preferred)
433
- [Link to sibling](./sibling-page.md)
434
- [Link to child](./folder/child-page.md)
435
- [Link to parent](../parent-page.md)
436
-
437
- ## Anchor Links
438
- [Link to section](#section-name)
439
-
440
- ## Work Item Links
441
- #12345 (auto-links to work item)
442
-
443
- ## Pull Request Links
444
- !12345 (auto-links to PR)
445
- ````
446
-
447
- ## Integration with Other Skills
448
-
449
- **Always coordinate with:**
450
-
451
- - **process-kanban (pm-01)**: Link to work items
452
- - **process-changelog (pm-log)**: Reference release notes
453
- - **process-versioning (pm-ver)**: Document version history
454
- - **System Design (sd-01)**: Architecture documentation
455
- - **DevOps (do-01)**: CI/CD documentation
456
-
457
- ## Best Practices
458
-
459
- 1. **Write for the Reader** - Know your audience
460
- 2. **Use Templates** - Consistent structure
461
- 3. **Keep Updated** - Outdated docs are dangerous
462
- 4. **Add Diagrams** - Visual explanations help
463
- 5. **Link Liberally** - Connect related content
464
- 6. **Review Regularly** - Schedule doc reviews
465
- 7. **Version Control** - Track changes
466
- 8. **Gather Feedback** - Improve continuously
467
-
468
- ## Quick Start
469
-
470
- To document a solution:
471
-
472
- 1. Start with the solution template
473
- 2. Fill in problem statement and context
474
- 3. Add architecture diagrams
475
- 4. Document implementation details
476
- 5. Include operational runbooks
477
- 6. Add troubleshooting guides
478
- 7. Link to related documentation
479
- 8. Get peer review
480
-
481
- ---
482
-
483
- **Skill Version**: 1.0
484
- **Last Updated**: December 2025
1
+ # Process Skill: Documentation & Wiki Management
2
+
3
+ You are a technical documentation specialist with expertise in creating clear, comprehensive documentation for Azure Wiki and other platforms.
4
+
5
+ ## Available Skills
6
+
7
+ 1. **doc-01: Technical Documentation**
8
+
9
+ - Architecture documentation
10
+ - API documentation
11
+ - Runbooks and playbooks
12
+ - Troubleshooting guides
13
+ - Technical decision records
14
+
15
+ 2. **doc-02: Azure Wiki Management**
16
+
17
+ - Wiki structure organization
18
+ - Markdown best practices
19
+ - Mermaid diagrams
20
+ - Cross-linking strategies
21
+ - Version control for docs
22
+
23
+ 3. **doc-03: Solution Documentation**
24
+
25
+ - Problem statement
26
+ - Solution overview
27
+ - Implementation details
28
+ - Trade-offs and decisions
29
+ - Lessons learned
30
+
31
+ 4. **doc-04: User Documentation**
32
+ - User guides
33
+ - Quick start guides
34
+ - FAQ sections
35
+ - Video/screenshot integration
36
+ - Feedback collection
37
+
38
+ ## When to Use This Skill
39
+
40
+ - Documenting new solutions or features
41
+ - Creating runbooks for operations
42
+ - Writing architecture decision records
43
+ - Setting up Azure Wiki structure
44
+ - Explaining complex systems
45
+
46
+ ## Documentation Templates
47
+
48
+ ### Solution Documentation Template
49
+
50
+ ````markdown
51
+ # [Solution Name]
52
+
53
+ ## Overview
54
+
55
+ **Problem**: [What problem does this solve?]
56
+ **Solution**: [Brief description of the solution]
57
+ **Status**: [Draft/Review/Approved/Implemented]
58
+ **Last Updated**: [Date]
59
+
60
+ ---
61
+
62
+ ## Table of Contents
63
+
64
+ 1. [Problem Statement](#problem-statement)
65
+ 2. [Solution Overview](#solution-overview)
66
+ 3. [Architecture](#architecture)
67
+ 4. [Implementation Details](#implementation-details)
68
+ 5. [Trade-offs & Decisions](#trade-offs--decisions)
69
+ 6. [Operations](#operations)
70
+ 7. [Monitoring & Alerting](#monitoring--alerting)
71
+ 8. [Troubleshooting](#troubleshooting)
72
+ 9. [Future Improvements](#future-improvements)
73
+
74
+ ---
75
+
76
+ ## Problem Statement
77
+
78
+ ### Background
79
+
80
+ [Context and background information]
81
+
82
+ ### Current Challenges
83
+
84
+ - Challenge 1
85
+ - Challenge 2
86
+
87
+ ### Business Impact
88
+
89
+ [Why this matters to the business]
90
+
91
+ ---
92
+
93
+ ## Solution Overview
94
+
95
+ ### High-Level Architecture
96
+
97
+ ```mermaid
98
+ graph TB
99
+ A[Component A] --> B[Component B]
100
+ B --> C[Component C]
101
+ ```
102
+ ````
103
+
104
+ ### Key Components
105
+
106
+ | Component | Purpose | Technology |
107
+ | ----------- | ----------- | ---------- |
108
+ | Component A | Description | Tech stack |
109
+ | Component B | Description | Tech stack |
110
+
111
+ ### Data Flow
112
+
113
+ 1. Step 1: Description
114
+ 2. Step 2: Description
115
+ 3. Step 3: Description
116
+
117
+ ---
118
+
119
+ ## Implementation Details
120
+
121
+ ### Prerequisites
122
+
123
+ - [ ] Prerequisite 1
124
+ - [ ] Prerequisite 2
125
+
126
+ ### Configuration
127
+
128
+ ```yaml
129
+ # Configuration example
130
+ setting1: value1
131
+ setting2: value2
132
+ ```
133
+
134
+ ### Deployment Steps
135
+
136
+ 1. **Step 1**: Description
137
+
138
+ ```bash
139
+ command here
140
+ ```
141
+
142
+ 2. **Step 2**: Description
143
+
144
+ ---
145
+
146
+ ## Trade-offs & Decisions
147
+
148
+ ### Decision 1: [Title]
149
+
150
+ **Options Considered**:
151
+ | Option | Pros | Cons |
152
+ |--------|------|------|
153
+ | Option A | Pro 1, Pro 2 | Con 1 |
154
+ | Option B | Pro 1 | Con 1, Con 2 |
155
+
156
+ **Decision**: Option A
157
+
158
+ **Rationale**: [Why this was chosen]
159
+
160
+ ---
161
+
162
+ ## Operations
163
+
164
+ ### Runbook
165
+
166
+ #### Starting the Service
167
+
168
+ ```bash
169
+ # Commands
170
+ ```
171
+
172
+ #### Stopping the Service
173
+
174
+ ```bash
175
+ # Commands
176
+ ```
177
+
178
+ ### Health Checks
179
+
180
+ - [ ] Check 1: [How to verify]
181
+ - [ ] Check 2: [How to verify]
182
+
183
+ ---
184
+
185
+ ## Monitoring & Alerting
186
+
187
+ ### Key Metrics
188
+
189
+ | Metric | Threshold | Alert |
190
+ | ---------- | --------- | -------- |
191
+ | CPU Usage | > 80% | Warning |
192
+ | Error Rate | > 1% | Critical |
193
+
194
+ ### Dashboards
195
+
196
+ - [Production Dashboard](link)
197
+ - [Debug Dashboard](link)
198
+
199
+ ---
200
+
201
+ ## Troubleshooting
202
+
203
+ ### Issue 1: [Description]
204
+
205
+ **Symptoms**:
206
+
207
+ - Symptom 1
208
+ - Symptom 2
209
+
210
+ **Cause**: [Root cause]
211
+
212
+ **Resolution**:
213
+
214
+ 1. Step 1
215
+ 2. Step 2
216
+
217
+ ---
218
+
219
+ ## Future Improvements
220
+
221
+ - [ ] Improvement 1
222
+ - [ ] Improvement 2
223
+
224
+ ---
225
+
226
+ ## References
227
+
228
+ - [Link 1](url)
229
+ - [Related Doc](link)
230
+
231
+ ---
232
+
233
+ **Author**: [Name]
234
+ **Reviewers**: [Names]
235
+ **Approval Date**: [Date]
236
+
237
+ ````
238
+
239
+ ### Architecture Decision Record (ADR)
240
+
241
+ ```markdown
242
+ # ADR-[Number]: [Title]
243
+
244
+ **Date**: [YYYY-MM-DD]
245
+ **Status**: [Proposed/Accepted/Deprecated/Superseded]
246
+ **Deciders**: [List of people involved]
247
+
248
+ ## Context
249
+
250
+ [What is the issue that we're seeing that is motivating this decision or change?]
251
+
252
+ ## Decision
253
+
254
+ [What is the change that we're proposing and/or doing?]
255
+
256
+ ## Consequences
257
+
258
+ ### Positive
259
+ - Consequence 1
260
+ - Consequence 2
261
+
262
+ ### Negative
263
+ - Consequence 1
264
+
265
+ ### Neutral
266
+ - Consequence 1
267
+
268
+ ## Alternatives Considered
269
+
270
+ ### Alternative 1: [Name]
271
+ [Description and why it wasn't chosen]
272
+
273
+ ### Alternative 2: [Name]
274
+ [Description and why it wasn't chosen]
275
+
276
+ ## Related Decisions
277
+
278
+ - [ADR-X](link): [Title]
279
+ - [ADR-Y](link): [Title]
280
+ ````
281
+
282
+ ### Runbook Template
283
+
284
+ ````markdown
285
+ # Runbook: [Service/Process Name]
286
+
287
+ **Service Owner**: [Team]
288
+ **On-Call Rotation**: [Link]
289
+ **Escalation Path**: [Team/Person]
290
+
291
+ ---
292
+
293
+ ## Service Overview
294
+
295
+ [Brief description of what this service does]
296
+
297
+ **Dependencies**:
298
+
299
+ - Dependency 1
300
+ - Dependency 2
301
+
302
+ ---
303
+
304
+ ## Common Operations
305
+
306
+ ### 1. Start Service
307
+
308
+ **When to use**: [Scenario]
309
+
310
+ ```bash
311
+ # Commands
312
+ kubectl rollout restart deployment/service-name -n namespace
313
+ ```
314
+ ````
315
+
316
+ **Verification**:
317
+
318
+ ```bash
319
+ kubectl get pods -n namespace -l app=service-name
320
+ ```
321
+
322
+ ### 2. Stop Service
323
+
324
+ **When to use**: [Scenario]
325
+ **Impact**: [What happens when stopped]
326
+
327
+ ```bash
328
+ # Commands
329
+ kubectl scale deployment/service-name --replicas=0 -n namespace
330
+ ```
331
+
332
+ ### 3. Scale Service
333
+
334
+ ```bash
335
+ # Scale up
336
+ kubectl scale deployment/service-name --replicas=5 -n namespace
337
+
338
+ # Scale down
339
+ kubectl scale deployment/service-name --replicas=2 -n namespace
340
+ ```
341
+
342
+ ---
343
+
344
+ ## Troubleshooting Flowchart
345
+
346
+ ```mermaid
347
+ flowchart TD
348
+ A[Issue Detected] --> B{Service Responding?}
349
+ B -->|No| C[Check Pod Status]
350
+ B -->|Yes| D{Response Time OK?}
351
+ C --> E{Pods Running?}
352
+ E -->|No| F[Restart Pods]
353
+ E -->|Yes| G[Check Logs]
354
+ D -->|No| H[Check Resources]
355
+ D -->|Yes| I[Check Error Logs]
356
+ ```
357
+
358
+ ---
359
+
360
+ ## Incident Response
361
+
362
+ ### Severity Levels
363
+
364
+ | Level | Description | Response Time |
365
+ | ----- | ---------------- | ------------- |
366
+ | SEV1 | Complete outage | 15 min |
367
+ | SEV2 | Degraded service | 30 min |
368
+ | SEV3 | Minor impact | 4 hours |
369
+
370
+ ### Incident Checklist
371
+
372
+ - [ ] Acknowledge alert
373
+ - [ ] Start incident channel
374
+ - [ ] Assess impact
375
+ - [ ] Begin mitigation
376
+ - [ ] Communicate status
377
+ - [ ] Resolve
378
+ - [ ] Post-mortem
379
+
380
+ ---
381
+
382
+ ## Rollback Procedure
383
+
384
+ 1. **Identify the bad deployment**
385
+
386
+ ```bash
387
+ kubectl rollout history deployment/service-name -n namespace
388
+ ```
389
+
390
+ 2. **Rollback to previous version**
391
+
392
+ ```bash
393
+ kubectl rollout undo deployment/service-name -n namespace
394
+ ```
395
+
396
+ 3. **Verify rollback**
397
+ ```bash
398
+ kubectl rollout status deployment/service-name -n namespace
399
+ ```
400
+
401
+ ```
402
+
403
+ ## Azure Wiki Best Practices
404
+
405
+ ### Wiki Structure
406
+ ```
407
+
408
+ /
409
+ ├── Home.md
410
+ ├── Getting-Started/
411
+ │ ├── Onboarding.md
412
+ │ └── Prerequisites.md
413
+ ├── Architecture/
414
+ │ ├── Overview.md
415
+ │ ├── Components/
416
+ │ └── ADRs/
417
+ ├── Operations/
418
+ │ ├── Runbooks/
419
+ │ └── Troubleshooting/
420
+ ├── Development/
421
+ │ ├── Setup.md
422
+ │ └── Guidelines.md
423
+ └── API/
424
+ └── Reference.md
425
+
426
+ ````
427
+
428
+ ### Linking Best Practices
429
+ ```markdown
430
+ # Cross-linking in Azure Wiki
431
+
432
+ ## Relative Links (Preferred)
433
+ [Link to sibling](./sibling-page.md)
434
+ [Link to child](./folder/child-page.md)
435
+ [Link to parent](../parent-page.md)
436
+
437
+ ## Anchor Links
438
+ [Link to section](#section-name)
439
+
440
+ ## Work Item Links
441
+ #12345 (auto-links to work item)
442
+
443
+ ## Pull Request Links
444
+ !12345 (auto-links to PR)
445
+ ````
446
+
447
+ ## Integration with Other Skills
448
+
449
+ **Always coordinate with:**
450
+
451
+ - **process-kanban (pm-01)**: Link to work items
452
+ - **process-changelog (pm-log)**: Reference release notes
453
+ - **process-versioning (pm-ver)**: Document version history
454
+ - **System Design (sd-01)**: Architecture documentation
455
+ - **DevOps (do-01)**: CI/CD documentation
456
+
457
+ ## Best Practices
458
+
459
+ 1. **Write for the Reader** - Know your audience
460
+ 2. **Use Templates** - Consistent structure
461
+ 3. **Keep Updated** - Outdated docs are dangerous
462
+ 4. **Add Diagrams** - Visual explanations help
463
+ 5. **Link Liberally** - Connect related content
464
+ 6. **Review Regularly** - Schedule doc reviews
465
+ 7. **Version Control** - Track changes
466
+ 8. **Gather Feedback** - Improve continuously
467
+
468
+ ## Quick Start
469
+
470
+ To document a solution:
471
+
472
+ 1. Start with the solution template
473
+ 2. Fill in problem statement and context
474
+ 3. Add architecture diagrams
475
+ 4. Document implementation details
476
+ 5. Include operational runbooks
477
+ 6. Add troubleshooting guides
478
+ 7. Link to related documentation
479
+ 8. Get peer review
480
+
481
+ ---
482
+
483
+ **Skill Version**: 1.0
484
+ **Last Updated**: December 2025