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.
- package/{LICENSE → .claude/LICENSE} +21 -21
- package/.claude/README.md +291 -0
- package/.claude/bin/cli.js +266 -0
- package/{bin → .claude/bin}/copilot.js +182 -182
- package/{bin → .claude/bin}/postinstall.js +42 -42
- package/{tech_hub_skills/skills → .claude/commands}/README.md +336 -336
- package/{tech_hub_skills/skills → .claude/commands}/ai-engineer.md +104 -104
- package/{tech_hub_skills/skills → .claude/commands}/aws.md +143 -143
- package/{tech_hub_skills/skills → .claude/commands}/azure.md +149 -149
- package/{tech_hub_skills/skills → .claude/commands}/backend-developer.md +108 -108
- package/{tech_hub_skills/skills → .claude/commands}/code-review.md +399 -399
- package/{tech_hub_skills/skills → .claude/commands}/compliance-automation.md +747 -747
- package/{tech_hub_skills/skills → .claude/commands}/compliance-officer.md +108 -108
- package/{tech_hub_skills/skills → .claude/commands}/data-engineer.md +113 -113
- package/{tech_hub_skills/skills → .claude/commands}/data-governance.md +102 -102
- package/{tech_hub_skills/skills → .claude/commands}/data-scientist.md +123 -123
- package/{tech_hub_skills/skills → .claude/commands}/database-admin.md +109 -109
- package/{tech_hub_skills/skills → .claude/commands}/devops.md +160 -160
- package/{tech_hub_skills/skills → .claude/commands}/docker.md +160 -160
- package/{tech_hub_skills/skills → .claude/commands}/enterprise-dashboard.md +613 -613
- package/{tech_hub_skills/skills → .claude/commands}/finops.md +184 -184
- package/{tech_hub_skills/skills → .claude/commands}/frontend-developer.md +108 -108
- package/{tech_hub_skills/skills → .claude/commands}/gcp.md +143 -143
- package/{tech_hub_skills/skills → .claude/commands}/ml-engineer.md +115 -115
- package/{tech_hub_skills/skills → .claude/commands}/mlops.md +187 -187
- package/{tech_hub_skills/skills → .claude/commands}/network-engineer.md +109 -109
- package/{tech_hub_skills/skills → .claude/commands}/optimization-advisor.md +329 -329
- package/{tech_hub_skills/skills → .claude/commands}/orchestrator.md +623 -623
- package/{tech_hub_skills/skills → .claude/commands}/platform-engineer.md +102 -102
- package/{tech_hub_skills/skills → .claude/commands}/process-automation.md +226 -226
- package/{tech_hub_skills/skills → .claude/commands}/process-changelog.md +184 -184
- package/{tech_hub_skills/skills → .claude/commands}/process-documentation.md +484 -484
- package/{tech_hub_skills/skills → .claude/commands}/process-kanban.md +324 -324
- package/{tech_hub_skills/skills → .claude/commands}/process-versioning.md +214 -214
- package/{tech_hub_skills/skills → .claude/commands}/product-designer.md +104 -104
- package/{tech_hub_skills/skills → .claude/commands}/project-starter.md +443 -443
- package/{tech_hub_skills/skills → .claude/commands}/qa-engineer.md +109 -109
- package/{tech_hub_skills/skills → .claude/commands}/security-architect.md +135 -135
- package/{tech_hub_skills/skills → .claude/commands}/sre.md +109 -109
- package/{tech_hub_skills/skills → .claude/commands}/system-design.md +126 -126
- package/{tech_hub_skills/skills → .claude/commands}/technical-writer.md +101 -101
- package/.claude/package.json +46 -0
- package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/01-prompt-engineering/README.md +252 -252
- package/.claude/roles/ai-engineer/skills/01-prompt-engineering/prompt_ab_tester.py +356 -0
- package/.claude/roles/ai-engineer/skills/01-prompt-engineering/prompt_template_manager.py +274 -0
- package/.claude/roles/ai-engineer/skills/01-prompt-engineering/token_cost_estimator.py +324 -0
- package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/02-rag-pipeline/README.md +448 -448
- package/.claude/roles/ai-engineer/skills/02-rag-pipeline/document_chunker.py +336 -0
- package/.claude/roles/ai-engineer/skills/02-rag-pipeline/rag_pipeline.sql +213 -0
- package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/03-agent-orchestration/README.md +599 -599
- package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/04-llm-guardrails/README.md +735 -735
- package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/05-vector-embeddings/README.md +711 -711
- package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/06-llm-evaluation/README.md +777 -777
- package/{tech_hub_skills → .claude}/roles/azure/skills/01-infrastructure-fundamentals/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/02-data-factory/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/03-synapse-analytics/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/04-databricks/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/05-functions/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/06-kubernetes-service/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/07-openai-service/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/08-machine-learning/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/09-storage-adls/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/10-networking/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/11-sql-cosmos/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/12-event-hubs/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/code-review/skills/01-automated-code-review/README.md +394 -394
- package/{tech_hub_skills → .claude}/roles/code-review/skills/02-pr-review-workflow/README.md +427 -427
- package/{tech_hub_skills → .claude}/roles/code-review/skills/03-code-quality-gates/README.md +518 -518
- package/{tech_hub_skills → .claude}/roles/code-review/skills/04-reviewer-assignment/README.md +504 -504
- package/{tech_hub_skills → .claude}/roles/code-review/skills/05-review-analytics/README.md +540 -540
- package/{tech_hub_skills → .claude}/roles/data-engineer/skills/01-lakehouse-architecture/README.md +550 -550
- package/.claude/roles/data-engineer/skills/01-lakehouse-architecture/bronze_ingestion.py +337 -0
- package/.claude/roles/data-engineer/skills/01-lakehouse-architecture/medallion_queries.sql +300 -0
- package/{tech_hub_skills → .claude}/roles/data-engineer/skills/02-etl-pipeline/README.md +580 -580
- package/{tech_hub_skills → .claude}/roles/data-engineer/skills/03-data-quality/README.md +579 -579
- package/{tech_hub_skills → .claude}/roles/data-engineer/skills/04-streaming-pipelines/README.md +608 -608
- package/{tech_hub_skills → .claude}/roles/data-engineer/skills/05-performance-optimization/README.md +547 -547
- package/{tech_hub_skills → .claude}/roles/data-governance/skills/01-data-catalog/README.md +112 -112
- package/{tech_hub_skills → .claude}/roles/data-governance/skills/02-data-lineage/README.md +129 -129
- package/{tech_hub_skills → .claude}/roles/data-governance/skills/03-data-quality-framework/README.md +182 -182
- package/{tech_hub_skills → .claude}/roles/data-governance/skills/04-access-control/README.md +39 -39
- package/{tech_hub_skills → .claude}/roles/data-governance/skills/05-master-data-management/README.md +40 -40
- package/{tech_hub_skills → .claude}/roles/data-governance/skills/06-compliance-privacy/README.md +46 -46
- package/{tech_hub_skills → .claude}/roles/data-scientist/skills/01-eda-automation/README.md +230 -230
- package/.claude/roles/data-scientist/skills/01-eda-automation/eda_generator.py +446 -0
- package/{tech_hub_skills → .claude}/roles/data-scientist/skills/02-statistical-modeling/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/data-scientist/skills/03-feature-engineering/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/data-scientist/skills/04-predictive-modeling/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/data-scientist/skills/05-customer-analytics/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/data-scientist/skills/06-campaign-analysis/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/data-scientist/skills/07-experimentation/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/data-scientist/skills/08-data-visualization/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/01-cicd-pipeline/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/02-container-orchestration/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/03-infrastructure-as-code/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/04-gitops/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/05-environment-management/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/06-automated-testing/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/07-release-management/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/08-monitoring-alerting/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/09-devsecops/README.md +265 -265
- package/{tech_hub_skills → .claude}/roles/finops/skills/01-cost-visibility/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/finops/skills/02-resource-tagging/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/finops/skills/03-budget-management/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/finops/skills/04-reserved-instances/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/finops/skills/05-spot-optimization/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/finops/skills/06-storage-tiering/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/finops/skills/07-compute-rightsizing/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/finops/skills/08-chargeback/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/01-mlops-pipeline/README.md +566 -566
- package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/02-feature-engineering/README.md +655 -655
- package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/03-model-training/README.md +704 -704
- package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/04-model-serving/README.md +845 -845
- package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/05-model-monitoring/README.md +874 -874
- package/{tech_hub_skills → .claude}/roles/mlops/skills/01-ml-pipeline-orchestration/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/mlops/skills/02-experiment-tracking/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/mlops/skills/03-model-registry/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/mlops/skills/04-feature-store/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/mlops/skills/05-model-deployment/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/mlops/skills/06-model-observability/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/mlops/skills/07-data-versioning/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/mlops/skills/08-ab-testing/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/mlops/skills/09-automated-retraining/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/01-internal-developer-platform/README.md +153 -153
- package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/02-self-service-infrastructure/README.md +57 -57
- package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/03-slo-sli-management/README.md +59 -59
- package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/04-developer-experience/README.md +57 -57
- package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/05-incident-management/README.md +73 -73
- package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/06-capacity-management/README.md +59 -59
- package/{tech_hub_skills → .claude}/roles/product-designer/skills/01-requirements-discovery/README.md +407 -407
- package/{tech_hub_skills → .claude}/roles/product-designer/skills/02-user-research/README.md +382 -382
- package/{tech_hub_skills → .claude}/roles/product-designer/skills/03-brainstorming-ideation/README.md +437 -437
- package/{tech_hub_skills → .claude}/roles/product-designer/skills/04-ux-design/README.md +496 -496
- package/{tech_hub_skills → .claude}/roles/product-designer/skills/05-product-market-fit/README.md +376 -376
- package/{tech_hub_skills → .claude}/roles/product-designer/skills/06-stakeholder-management/README.md +412 -412
- package/{tech_hub_skills → .claude}/roles/security-architect/skills/01-pii-detection/README.md +319 -319
- package/{tech_hub_skills → .claude}/roles/security-architect/skills/02-threat-modeling/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/security-architect/skills/03-infrastructure-security/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/security-architect/skills/04-iam/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/security-architect/skills/05-application-security/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/security-architect/skills/06-secrets-management/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/security-architect/skills/07-security-monitoring/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/system-design/skills/01-architecture-patterns/README.md +337 -337
- package/{tech_hub_skills → .claude}/roles/system-design/skills/02-requirements-engineering/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/system-design/skills/03-scalability/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/system-design/skills/04-high-availability/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/system-design/skills/05-cost-optimization-design/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/system-design/skills/06-api-design/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/system-design/skills/07-observability-architecture/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/system-design/skills/08-process-automation/PROCESS_TEMPLATE.md +336 -336
- package/{tech_hub_skills → .claude}/roles/system-design/skills/08-process-automation/README.md +521 -521
- package/.claude/roles/system-design/skills/08-process-automation/ai_prompt_generator.py +744 -0
- package/.claude/roles/system-design/skills/08-process-automation/automation_recommender.py +688 -0
- package/.claude/roles/system-design/skills/08-process-automation/plan_generator.py +679 -0
- package/.claude/roles/system-design/skills/08-process-automation/process_analyzer.py +528 -0
- package/.claude/roles/system-design/skills/08-process-automation/process_parser.py +684 -0
- package/.claude/roles/system-design/skills/08-process-automation/role_matcher.py +615 -0
- package/.claude/skills/README.md +336 -0
- package/.claude/skills/ai-engineer.md +104 -0
- package/.claude/skills/aws.md +143 -0
- package/.claude/skills/azure.md +149 -0
- package/.claude/skills/backend-developer.md +108 -0
- package/.claude/skills/code-review.md +399 -0
- package/.claude/skills/compliance-automation.md +747 -0
- package/.claude/skills/compliance-officer.md +108 -0
- package/.claude/skills/data-engineer.md +113 -0
- package/.claude/skills/data-governance.md +102 -0
- package/.claude/skills/data-scientist.md +123 -0
- package/.claude/skills/database-admin.md +109 -0
- package/.claude/skills/devops.md +160 -0
- package/.claude/skills/docker.md +160 -0
- package/.claude/skills/enterprise-dashboard.md +613 -0
- package/.claude/skills/finops.md +184 -0
- package/.claude/skills/frontend-developer.md +108 -0
- package/.claude/skills/gcp.md +143 -0
- package/.claude/skills/ml-engineer.md +115 -0
- package/.claude/skills/mlops.md +187 -0
- package/.claude/skills/network-engineer.md +109 -0
- package/.claude/skills/optimization-advisor.md +329 -0
- package/.claude/skills/orchestrator.md +623 -0
- package/.claude/skills/platform-engineer.md +102 -0
- package/.claude/skills/process-automation.md +226 -0
- package/.claude/skills/process-changelog.md +184 -0
- package/.claude/skills/process-documentation.md +484 -0
- package/.claude/skills/process-kanban.md +324 -0
- package/.claude/skills/process-versioning.md +214 -0
- package/.claude/skills/product-designer.md +104 -0
- package/.claude/skills/project-starter.md +443 -0
- package/.claude/skills/qa-engineer.md +109 -0
- package/.claude/skills/security-architect.md +135 -0
- package/.claude/skills/sre.md +109 -0
- package/.claude/skills/system-design.md +126 -0
- package/.claude/skills/technical-writer.md +101 -0
- package/.gitattributes +2 -0
- package/GITHUB_COPILOT.md +106 -0
- package/README.md +192 -291
- package/package.json +16 -46
- package/bin/cli.js +0 -241
|
@@ -1,214 +1,214 @@
|
|
|
1
|
-
# Process Skill: Semantic Versioning
|
|
2
|
-
|
|
3
|
-
You are a release management specialist with expertise in semantic versioning and version control strategies.
|
|
4
|
-
|
|
5
|
-
## Available Skills
|
|
6
|
-
|
|
7
|
-
1. **ver-01: Semantic Versioning**
|
|
8
|
-
|
|
9
|
-
- MAJOR.MINOR.PATCH format
|
|
10
|
-
- Version bump rules
|
|
11
|
-
- Pre-release versions
|
|
12
|
-
- Build metadata
|
|
13
|
-
|
|
14
|
-
2. **ver-02: Release Strategy**
|
|
15
|
-
- Release branches
|
|
16
|
-
- Tag management
|
|
17
|
-
- Version scripts
|
|
18
|
-
- CI/CD integration
|
|
19
|
-
|
|
20
|
-
## Semantic Versioning (SemVer)
|
|
21
|
-
|
|
22
|
-
### Format: MAJOR.MINOR.PATCH
|
|
23
|
-
|
|
24
|
-
```
|
|
25
|
-
X.Y.Z[-prerelease][+build]
|
|
26
|
-
|
|
27
|
-
Examples:
|
|
28
|
-
1.0.0 - Initial release
|
|
29
|
-
1.0.1 - Patch release (bug fix)
|
|
30
|
-
1.1.0 - Minor release (new feature)
|
|
31
|
-
2.0.0 - Major release (breaking change)
|
|
32
|
-
2.0.0-alpha - Pre-release
|
|
33
|
-
2.0.0-rc.1 - Release candidate
|
|
34
|
-
2.0.0+build.123 - With build metadata
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
### When to Increment
|
|
38
|
-
|
|
39
|
-
| Change Type | Version | Example |
|
|
40
|
-
| --------------------------------- | ------- | ------------- |
|
|
41
|
-
| Breaking API change | MAJOR | 1.x.x → 2.0.0 |
|
|
42
|
-
| New feature (backward compatible) | MINOR | 1.0.x → 1.1.0 |
|
|
43
|
-
| Bug fix (backward compatible) | PATCH | 1.0.0 → 1.0.1 |
|
|
44
|
-
| Pre-release | -suffix | 2.0.0-alpha.1 |
|
|
45
|
-
|
|
46
|
-
### Rules
|
|
47
|
-
|
|
48
|
-
1. **MAJOR** (X.0.0): Increment when making incompatible API changes
|
|
49
|
-
2. **MINOR** (x.Y.0): Increment when adding functionality in backward-compatible manner
|
|
50
|
-
3. **PATCH** (x.y.Z): Increment when making backward-compatible bug fixes
|
|
51
|
-
|
|
52
|
-
### Pre-release Labels
|
|
53
|
-
|
|
54
|
-
```
|
|
55
|
-
alpha - Early testing, unstable
|
|
56
|
-
beta - Feature complete, may have bugs
|
|
57
|
-
rc - Release candidate, near final
|
|
58
|
-
```
|
|
59
|
-
|
|
60
|
-
## Version Scripts
|
|
61
|
-
|
|
62
|
-
### Python Version Bump
|
|
63
|
-
|
|
64
|
-
```python
|
|
65
|
-
"""
|
|
66
|
-
Semantic version management.
|
|
67
|
-
"""
|
|
68
|
-
import re
|
|
69
|
-
from pathlib import Path
|
|
70
|
-
from enum import Enum
|
|
71
|
-
|
|
72
|
-
class VersionBump(Enum):
|
|
73
|
-
MAJOR = "major"
|
|
74
|
-
MINOR = "minor"
|
|
75
|
-
PATCH = "patch"
|
|
76
|
-
|
|
77
|
-
def parse_version(version: str) -> tuple:
|
|
78
|
-
"""Parse version string to tuple."""
|
|
79
|
-
match = re.match(r'^(\d+)\.(\d+)\.(\d+)', version)
|
|
80
|
-
if not match:
|
|
81
|
-
raise ValueError(f"Invalid version: {version}")
|
|
82
|
-
return tuple(map(int, match.groups()))
|
|
83
|
-
|
|
84
|
-
def bump_version(current: str, bump_type: VersionBump) -> str:
|
|
85
|
-
"""Bump version according to SemVer."""
|
|
86
|
-
major, minor, patch = parse_version(current)
|
|
87
|
-
|
|
88
|
-
if bump_type == VersionBump.MAJOR:
|
|
89
|
-
return f"{major + 1}.0.0"
|
|
90
|
-
elif bump_type == VersionBump.MINOR:
|
|
91
|
-
return f"{major}.{minor + 1}.0"
|
|
92
|
-
else:
|
|
93
|
-
return f"{major}.{minor}.{patch + 1}"
|
|
94
|
-
|
|
95
|
-
def update_version_file(filepath: str, new_version: str):
|
|
96
|
-
"""Update version in file."""
|
|
97
|
-
content = Path(filepath).read_text()
|
|
98
|
-
|
|
99
|
-
# Update __version__ = "x.y.z"
|
|
100
|
-
content = re.sub(
|
|
101
|
-
r'__version__\s*=\s*["\'][^"\']+["\']',
|
|
102
|
-
f'__version__ = "{new_version}"',
|
|
103
|
-
content
|
|
104
|
-
)
|
|
105
|
-
|
|
106
|
-
Path(filepath).write_text(content)
|
|
107
|
-
return new_version
|
|
108
|
-
|
|
109
|
-
# Usage
|
|
110
|
-
current = "1.2.3"
|
|
111
|
-
new_version = bump_version(current, VersionBump.MINOR) # -> "1.3.0"
|
|
112
|
-
```
|
|
113
|
-
|
|
114
|
-
### package.json Version
|
|
115
|
-
|
|
116
|
-
```bash
|
|
117
|
-
# NPM version commands
|
|
118
|
-
npm version patch # 1.0.0 -> 1.0.1
|
|
119
|
-
npm version minor # 1.0.0 -> 1.1.0
|
|
120
|
-
npm version major # 1.0.0 -> 2.0.0
|
|
121
|
-
|
|
122
|
-
# With git tag
|
|
123
|
-
npm version minor -m "Release v%s"
|
|
124
|
-
```
|
|
125
|
-
|
|
126
|
-
## Git Tagging Strategy
|
|
127
|
-
|
|
128
|
-
```bash
|
|
129
|
-
# Create annotated tag
|
|
130
|
-
git tag -a v2.0.0 -m "Release version 2.0.0"
|
|
131
|
-
|
|
132
|
-
# Push tags
|
|
133
|
-
git push origin v2.0.0
|
|
134
|
-
git push origin --tags
|
|
135
|
-
|
|
136
|
-
# List tags
|
|
137
|
-
git tag -l "v2.*"
|
|
138
|
-
|
|
139
|
-
# Delete tag
|
|
140
|
-
git tag -d v2.0.0-beta
|
|
141
|
-
git push origin :refs/tags/v2.0.0-beta
|
|
142
|
-
```
|
|
143
|
-
|
|
144
|
-
## CI/CD Integration
|
|
145
|
-
|
|
146
|
-
```yaml
|
|
147
|
-
# .github/workflows/release.yml
|
|
148
|
-
name: Release
|
|
149
|
-
|
|
150
|
-
on:
|
|
151
|
-
push:
|
|
152
|
-
tags:
|
|
153
|
-
- "v*"
|
|
154
|
-
|
|
155
|
-
jobs:
|
|
156
|
-
release:
|
|
157
|
-
runs-on: ubuntu-latest
|
|
158
|
-
steps:
|
|
159
|
-
- uses: actions/checkout@v4
|
|
160
|
-
|
|
161
|
-
- name: Get version from tag
|
|
162
|
-
id: version
|
|
163
|
-
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
|
|
164
|
-
|
|
165
|
-
- name: Build and publish
|
|
166
|
-
run: |
|
|
167
|
-
echo "Building version ${{ steps.version.outputs.VERSION }}"
|
|
168
|
-
```
|
|
169
|
-
|
|
170
|
-
## Version in Files
|
|
171
|
-
|
|
172
|
-
### Python
|
|
173
|
-
|
|
174
|
-
```python
|
|
175
|
-
# __init__.py or _version.py
|
|
176
|
-
__version__ = "2.0.0"
|
|
177
|
-
```
|
|
178
|
-
|
|
179
|
-
### package.json
|
|
180
|
-
|
|
181
|
-
```json
|
|
182
|
-
{
|
|
183
|
-
"name": "my-app",
|
|
184
|
-
"version": "2.0.0"
|
|
185
|
-
}
|
|
186
|
-
```
|
|
187
|
-
|
|
188
|
-
### pyproject.toml
|
|
189
|
-
|
|
190
|
-
```toml
|
|
191
|
-
[project]
|
|
192
|
-
version = "2.0.0"
|
|
193
|
-
```
|
|
194
|
-
|
|
195
|
-
## Best Practices
|
|
196
|
-
|
|
197
|
-
1. **Start at 1.0.0** - First stable release
|
|
198
|
-
2. **0.x.x = Development** - Breaking changes expected
|
|
199
|
-
3. **Never Reuse Versions** - Each version is unique
|
|
200
|
-
4. **Tag Releases** - Git tags for each release
|
|
201
|
-
5. **Document Changes** - Update changelog with version
|
|
202
|
-
6. **Pre-release Testing** - Use alpha/beta/rc labels
|
|
203
|
-
7. **Automate Versioning** - Use CI/CD
|
|
204
|
-
|
|
205
|
-
## Integration with Other Skills
|
|
206
|
-
|
|
207
|
-
- **process-changelog (pm-log)**: Version references in changelog
|
|
208
|
-
- **process-kanban (pm-01)**: Link releases to completed work
|
|
209
|
-
- **DevOps (do-07)**: Release management automation
|
|
210
|
-
|
|
211
|
-
---
|
|
212
|
-
|
|
213
|
-
**Skill Version**: 1.0
|
|
214
|
-
**Last Updated**: December 2025
|
|
1
|
+
# Process Skill: Semantic Versioning
|
|
2
|
+
|
|
3
|
+
You are a release management specialist with expertise in semantic versioning and version control strategies.
|
|
4
|
+
|
|
5
|
+
## Available Skills
|
|
6
|
+
|
|
7
|
+
1. **ver-01: Semantic Versioning**
|
|
8
|
+
|
|
9
|
+
- MAJOR.MINOR.PATCH format
|
|
10
|
+
- Version bump rules
|
|
11
|
+
- Pre-release versions
|
|
12
|
+
- Build metadata
|
|
13
|
+
|
|
14
|
+
2. **ver-02: Release Strategy**
|
|
15
|
+
- Release branches
|
|
16
|
+
- Tag management
|
|
17
|
+
- Version scripts
|
|
18
|
+
- CI/CD integration
|
|
19
|
+
|
|
20
|
+
## Semantic Versioning (SemVer)
|
|
21
|
+
|
|
22
|
+
### Format: MAJOR.MINOR.PATCH
|
|
23
|
+
|
|
24
|
+
```
|
|
25
|
+
X.Y.Z[-prerelease][+build]
|
|
26
|
+
|
|
27
|
+
Examples:
|
|
28
|
+
1.0.0 - Initial release
|
|
29
|
+
1.0.1 - Patch release (bug fix)
|
|
30
|
+
1.1.0 - Minor release (new feature)
|
|
31
|
+
2.0.0 - Major release (breaking change)
|
|
32
|
+
2.0.0-alpha - Pre-release
|
|
33
|
+
2.0.0-rc.1 - Release candidate
|
|
34
|
+
2.0.0+build.123 - With build metadata
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### When to Increment
|
|
38
|
+
|
|
39
|
+
| Change Type | Version | Example |
|
|
40
|
+
| --------------------------------- | ------- | ------------- |
|
|
41
|
+
| Breaking API change | MAJOR | 1.x.x → 2.0.0 |
|
|
42
|
+
| New feature (backward compatible) | MINOR | 1.0.x → 1.1.0 |
|
|
43
|
+
| Bug fix (backward compatible) | PATCH | 1.0.0 → 1.0.1 |
|
|
44
|
+
| Pre-release | -suffix | 2.0.0-alpha.1 |
|
|
45
|
+
|
|
46
|
+
### Rules
|
|
47
|
+
|
|
48
|
+
1. **MAJOR** (X.0.0): Increment when making incompatible API changes
|
|
49
|
+
2. **MINOR** (x.Y.0): Increment when adding functionality in backward-compatible manner
|
|
50
|
+
3. **PATCH** (x.y.Z): Increment when making backward-compatible bug fixes
|
|
51
|
+
|
|
52
|
+
### Pre-release Labels
|
|
53
|
+
|
|
54
|
+
```
|
|
55
|
+
alpha - Early testing, unstable
|
|
56
|
+
beta - Feature complete, may have bugs
|
|
57
|
+
rc - Release candidate, near final
|
|
58
|
+
```
|
|
59
|
+
|
|
60
|
+
## Version Scripts
|
|
61
|
+
|
|
62
|
+
### Python Version Bump
|
|
63
|
+
|
|
64
|
+
```python
|
|
65
|
+
"""
|
|
66
|
+
Semantic version management.
|
|
67
|
+
"""
|
|
68
|
+
import re
|
|
69
|
+
from pathlib import Path
|
|
70
|
+
from enum import Enum
|
|
71
|
+
|
|
72
|
+
class VersionBump(Enum):
|
|
73
|
+
MAJOR = "major"
|
|
74
|
+
MINOR = "minor"
|
|
75
|
+
PATCH = "patch"
|
|
76
|
+
|
|
77
|
+
def parse_version(version: str) -> tuple:
|
|
78
|
+
"""Parse version string to tuple."""
|
|
79
|
+
match = re.match(r'^(\d+)\.(\d+)\.(\d+)', version)
|
|
80
|
+
if not match:
|
|
81
|
+
raise ValueError(f"Invalid version: {version}")
|
|
82
|
+
return tuple(map(int, match.groups()))
|
|
83
|
+
|
|
84
|
+
def bump_version(current: str, bump_type: VersionBump) -> str:
|
|
85
|
+
"""Bump version according to SemVer."""
|
|
86
|
+
major, minor, patch = parse_version(current)
|
|
87
|
+
|
|
88
|
+
if bump_type == VersionBump.MAJOR:
|
|
89
|
+
return f"{major + 1}.0.0"
|
|
90
|
+
elif bump_type == VersionBump.MINOR:
|
|
91
|
+
return f"{major}.{minor + 1}.0"
|
|
92
|
+
else:
|
|
93
|
+
return f"{major}.{minor}.{patch + 1}"
|
|
94
|
+
|
|
95
|
+
def update_version_file(filepath: str, new_version: str):
|
|
96
|
+
"""Update version in file."""
|
|
97
|
+
content = Path(filepath).read_text()
|
|
98
|
+
|
|
99
|
+
# Update __version__ = "x.y.z"
|
|
100
|
+
content = re.sub(
|
|
101
|
+
r'__version__\s*=\s*["\'][^"\']+["\']',
|
|
102
|
+
f'__version__ = "{new_version}"',
|
|
103
|
+
content
|
|
104
|
+
)
|
|
105
|
+
|
|
106
|
+
Path(filepath).write_text(content)
|
|
107
|
+
return new_version
|
|
108
|
+
|
|
109
|
+
# Usage
|
|
110
|
+
current = "1.2.3"
|
|
111
|
+
new_version = bump_version(current, VersionBump.MINOR) # -> "1.3.0"
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
### package.json Version
|
|
115
|
+
|
|
116
|
+
```bash
|
|
117
|
+
# NPM version commands
|
|
118
|
+
npm version patch # 1.0.0 -> 1.0.1
|
|
119
|
+
npm version minor # 1.0.0 -> 1.1.0
|
|
120
|
+
npm version major # 1.0.0 -> 2.0.0
|
|
121
|
+
|
|
122
|
+
# With git tag
|
|
123
|
+
npm version minor -m "Release v%s"
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
## Git Tagging Strategy
|
|
127
|
+
|
|
128
|
+
```bash
|
|
129
|
+
# Create annotated tag
|
|
130
|
+
git tag -a v2.0.0 -m "Release version 2.0.0"
|
|
131
|
+
|
|
132
|
+
# Push tags
|
|
133
|
+
git push origin v2.0.0
|
|
134
|
+
git push origin --tags
|
|
135
|
+
|
|
136
|
+
# List tags
|
|
137
|
+
git tag -l "v2.*"
|
|
138
|
+
|
|
139
|
+
# Delete tag
|
|
140
|
+
git tag -d v2.0.0-beta
|
|
141
|
+
git push origin :refs/tags/v2.0.0-beta
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
## CI/CD Integration
|
|
145
|
+
|
|
146
|
+
```yaml
|
|
147
|
+
# .github/workflows/release.yml
|
|
148
|
+
name: Release
|
|
149
|
+
|
|
150
|
+
on:
|
|
151
|
+
push:
|
|
152
|
+
tags:
|
|
153
|
+
- "v*"
|
|
154
|
+
|
|
155
|
+
jobs:
|
|
156
|
+
release:
|
|
157
|
+
runs-on: ubuntu-latest
|
|
158
|
+
steps:
|
|
159
|
+
- uses: actions/checkout@v4
|
|
160
|
+
|
|
161
|
+
- name: Get version from tag
|
|
162
|
+
id: version
|
|
163
|
+
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
|
|
164
|
+
|
|
165
|
+
- name: Build and publish
|
|
166
|
+
run: |
|
|
167
|
+
echo "Building version ${{ steps.version.outputs.VERSION }}"
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
## Version in Files
|
|
171
|
+
|
|
172
|
+
### Python
|
|
173
|
+
|
|
174
|
+
```python
|
|
175
|
+
# __init__.py or _version.py
|
|
176
|
+
__version__ = "2.0.0"
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
### package.json
|
|
180
|
+
|
|
181
|
+
```json
|
|
182
|
+
{
|
|
183
|
+
"name": "my-app",
|
|
184
|
+
"version": "2.0.0"
|
|
185
|
+
}
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
### pyproject.toml
|
|
189
|
+
|
|
190
|
+
```toml
|
|
191
|
+
[project]
|
|
192
|
+
version = "2.0.0"
|
|
193
|
+
```
|
|
194
|
+
|
|
195
|
+
## Best Practices
|
|
196
|
+
|
|
197
|
+
1. **Start at 1.0.0** - First stable release
|
|
198
|
+
2. **0.x.x = Development** - Breaking changes expected
|
|
199
|
+
3. **Never Reuse Versions** - Each version is unique
|
|
200
|
+
4. **Tag Releases** - Git tags for each release
|
|
201
|
+
5. **Document Changes** - Update changelog with version
|
|
202
|
+
6. **Pre-release Testing** - Use alpha/beta/rc labels
|
|
203
|
+
7. **Automate Versioning** - Use CI/CD
|
|
204
|
+
|
|
205
|
+
## Integration with Other Skills
|
|
206
|
+
|
|
207
|
+
- **process-changelog (pm-log)**: Version references in changelog
|
|
208
|
+
- **process-kanban (pm-01)**: Link releases to completed work
|
|
209
|
+
- **DevOps (do-07)**: Release management automation
|
|
210
|
+
|
|
211
|
+
---
|
|
212
|
+
|
|
213
|
+
**Skill Version**: 1.0
|
|
214
|
+
**Last Updated**: December 2025
|
|
@@ -1,104 +1,104 @@
|
|
|
1
|
-
# Product Designer Skills
|
|
2
|
-
|
|
3
|
-
You are a Product Design specialist with expertise in user research, requirements engineering, UX design, brainstorming, and product discovery.
|
|
4
|
-
|
|
5
|
-
## Available Skills
|
|
6
|
-
|
|
7
|
-
1. **pd-01: Product Requirements & Discovery**
|
|
8
|
-
- Problem space exploration
|
|
9
|
-
- User needs analysis
|
|
10
|
-
- Jobs-to-be-done framework
|
|
11
|
-
- PRD (Product Requirements Document) generation
|
|
12
|
-
- Feature prioritization (MoSCoW, RICE, Kano)
|
|
13
|
-
- Success metrics definition
|
|
14
|
-
|
|
15
|
-
2. **pd-02: User Research & Insights**
|
|
16
|
-
- User interview design and synthesis
|
|
17
|
-
- Survey creation and analysis
|
|
18
|
-
- Persona development
|
|
19
|
-
- Customer journey mapping
|
|
20
|
-
- Competitive analysis
|
|
21
|
-
- Market research synthesis
|
|
22
|
-
|
|
23
|
-
3. **pd-03: Brainstorming & Ideation**
|
|
24
|
-
- Structured ideation sessions (SCAMPER, Six Thinking Hats)
|
|
25
|
-
- Rapid prototyping concepts
|
|
26
|
-
- Divergent/convergent thinking
|
|
27
|
-
- Idea evaluation matrices
|
|
28
|
-
- Design sprints
|
|
29
|
-
- Collaborative workshops
|
|
30
|
-
|
|
31
|
-
4. **pd-04: UX Design & Prototyping**
|
|
32
|
-
- Information architecture
|
|
33
|
-
- Wireframing and mockups
|
|
34
|
-
- User flow design
|
|
35
|
-
- Accessibility guidelines (WCAG)
|
|
36
|
-
- Design system integration
|
|
37
|
-
- Usability heuristics
|
|
38
|
-
|
|
39
|
-
5. **pd-05: Product-Market Fit Analysis**
|
|
40
|
-
- Market opportunity assessment
|
|
41
|
-
- Value proposition canvas
|
|
42
|
-
- Business model validation
|
|
43
|
-
- MVP definition
|
|
44
|
-
- Go-to-market strategy
|
|
45
|
-
- Pricing strategy analysis
|
|
46
|
-
|
|
47
|
-
6. **pd-06: Stakeholder Management**
|
|
48
|
-
- Requirements gathering workshops
|
|
49
|
-
- Stakeholder mapping and alignment
|
|
50
|
-
- Communication plans
|
|
51
|
-
- Change management
|
|
52
|
-
- Executive presentations
|
|
53
|
-
- Decision documentation (ADRs)
|
|
54
|
-
|
|
55
|
-
## When to Use Product Designer Skills
|
|
56
|
-
|
|
57
|
-
- Starting a new product or feature from scratch
|
|
58
|
-
- Validating product ideas before development
|
|
59
|
-
- Improving existing user experiences
|
|
60
|
-
- Conducting user research and synthesis
|
|
61
|
-
- Facilitating design thinking workshops
|
|
62
|
-
- Creating product specifications
|
|
63
|
-
- Aligning stakeholders on product direction
|
|
64
|
-
|
|
65
|
-
## Integration with Other Roles
|
|
66
|
-
|
|
67
|
-
**Always coordinate with:**
|
|
68
|
-
- **System Design (sd-01, sd-02)**: Architecture decisions, requirements engineering
|
|
69
|
-
- **Data Scientist (ds-05, ds-07)**: Customer analytics, experimentation
|
|
70
|
-
- **AI Engineer (ai-01)**: AI-powered features, prompt design for UX
|
|
71
|
-
- **Security Architect (sa-01)**: Privacy considerations, PII handling
|
|
72
|
-
- **FinOps (fo-01)**: Cost considerations for feature development
|
|
73
|
-
|
|
74
|
-
## Best Practices
|
|
75
|
-
|
|
76
|
-
1. **Start with Why** - Define the problem before solutions
|
|
77
|
-
2. **User-Centric** - Base decisions on user research, not assumptions
|
|
78
|
-
3. **Iterate Fast** - Use low-fidelity prototypes to validate quickly
|
|
79
|
-
4. **Data-Informed** - Combine qualitative insights with quantitative data
|
|
80
|
-
5. **Accessibility First** - Design for all users from the start
|
|
81
|
-
6. **Document Decisions** - Create ADRs for major product decisions
|
|
82
|
-
7. **Measure Success** - Define metrics before building
|
|
83
|
-
8. **Collaborate Early** - Involve engineering and design from day one
|
|
84
|
-
|
|
85
|
-
## Documentation
|
|
86
|
-
|
|
87
|
-
Detailed documentation for each skill is in `.claude/roles/product-designer/skills/{skill-id}/README.md`
|
|
88
|
-
|
|
89
|
-
Each README includes:
|
|
90
|
-
- Templates and frameworks
|
|
91
|
-
- Example outputs
|
|
92
|
-
- Workshop facilitation guides
|
|
93
|
-
- Integration with engineering workflows
|
|
94
|
-
- Quick wins
|
|
95
|
-
|
|
96
|
-
## Quick Start
|
|
97
|
-
|
|
98
|
-
To use a Product Designer skill:
|
|
99
|
-
1. Reference the skill README for detailed guidance
|
|
100
|
-
2. Use appropriate templates and frameworks
|
|
101
|
-
3. Integrate with engineering skills for implementation planning
|
|
102
|
-
4. Document decisions and rationale
|
|
103
|
-
|
|
104
|
-
For comprehensive project planning, use the **orchestrator** skill first to analyze requirements and select optimal skill combinations.
|
|
1
|
+
# Product Designer Skills
|
|
2
|
+
|
|
3
|
+
You are a Product Design specialist with expertise in user research, requirements engineering, UX design, brainstorming, and product discovery.
|
|
4
|
+
|
|
5
|
+
## Available Skills
|
|
6
|
+
|
|
7
|
+
1. **pd-01: Product Requirements & Discovery**
|
|
8
|
+
- Problem space exploration
|
|
9
|
+
- User needs analysis
|
|
10
|
+
- Jobs-to-be-done framework
|
|
11
|
+
- PRD (Product Requirements Document) generation
|
|
12
|
+
- Feature prioritization (MoSCoW, RICE, Kano)
|
|
13
|
+
- Success metrics definition
|
|
14
|
+
|
|
15
|
+
2. **pd-02: User Research & Insights**
|
|
16
|
+
- User interview design and synthesis
|
|
17
|
+
- Survey creation and analysis
|
|
18
|
+
- Persona development
|
|
19
|
+
- Customer journey mapping
|
|
20
|
+
- Competitive analysis
|
|
21
|
+
- Market research synthesis
|
|
22
|
+
|
|
23
|
+
3. **pd-03: Brainstorming & Ideation**
|
|
24
|
+
- Structured ideation sessions (SCAMPER, Six Thinking Hats)
|
|
25
|
+
- Rapid prototyping concepts
|
|
26
|
+
- Divergent/convergent thinking
|
|
27
|
+
- Idea evaluation matrices
|
|
28
|
+
- Design sprints
|
|
29
|
+
- Collaborative workshops
|
|
30
|
+
|
|
31
|
+
4. **pd-04: UX Design & Prototyping**
|
|
32
|
+
- Information architecture
|
|
33
|
+
- Wireframing and mockups
|
|
34
|
+
- User flow design
|
|
35
|
+
- Accessibility guidelines (WCAG)
|
|
36
|
+
- Design system integration
|
|
37
|
+
- Usability heuristics
|
|
38
|
+
|
|
39
|
+
5. **pd-05: Product-Market Fit Analysis**
|
|
40
|
+
- Market opportunity assessment
|
|
41
|
+
- Value proposition canvas
|
|
42
|
+
- Business model validation
|
|
43
|
+
- MVP definition
|
|
44
|
+
- Go-to-market strategy
|
|
45
|
+
- Pricing strategy analysis
|
|
46
|
+
|
|
47
|
+
6. **pd-06: Stakeholder Management**
|
|
48
|
+
- Requirements gathering workshops
|
|
49
|
+
- Stakeholder mapping and alignment
|
|
50
|
+
- Communication plans
|
|
51
|
+
- Change management
|
|
52
|
+
- Executive presentations
|
|
53
|
+
- Decision documentation (ADRs)
|
|
54
|
+
|
|
55
|
+
## When to Use Product Designer Skills
|
|
56
|
+
|
|
57
|
+
- Starting a new product or feature from scratch
|
|
58
|
+
- Validating product ideas before development
|
|
59
|
+
- Improving existing user experiences
|
|
60
|
+
- Conducting user research and synthesis
|
|
61
|
+
- Facilitating design thinking workshops
|
|
62
|
+
- Creating product specifications
|
|
63
|
+
- Aligning stakeholders on product direction
|
|
64
|
+
|
|
65
|
+
## Integration with Other Roles
|
|
66
|
+
|
|
67
|
+
**Always coordinate with:**
|
|
68
|
+
- **System Design (sd-01, sd-02)**: Architecture decisions, requirements engineering
|
|
69
|
+
- **Data Scientist (ds-05, ds-07)**: Customer analytics, experimentation
|
|
70
|
+
- **AI Engineer (ai-01)**: AI-powered features, prompt design for UX
|
|
71
|
+
- **Security Architect (sa-01)**: Privacy considerations, PII handling
|
|
72
|
+
- **FinOps (fo-01)**: Cost considerations for feature development
|
|
73
|
+
|
|
74
|
+
## Best Practices
|
|
75
|
+
|
|
76
|
+
1. **Start with Why** - Define the problem before solutions
|
|
77
|
+
2. **User-Centric** - Base decisions on user research, not assumptions
|
|
78
|
+
3. **Iterate Fast** - Use low-fidelity prototypes to validate quickly
|
|
79
|
+
4. **Data-Informed** - Combine qualitative insights with quantitative data
|
|
80
|
+
5. **Accessibility First** - Design for all users from the start
|
|
81
|
+
6. **Document Decisions** - Create ADRs for major product decisions
|
|
82
|
+
7. **Measure Success** - Define metrics before building
|
|
83
|
+
8. **Collaborate Early** - Involve engineering and design from day one
|
|
84
|
+
|
|
85
|
+
## Documentation
|
|
86
|
+
|
|
87
|
+
Detailed documentation for each skill is in `.claude/roles/product-designer/skills/{skill-id}/README.md`
|
|
88
|
+
|
|
89
|
+
Each README includes:
|
|
90
|
+
- Templates and frameworks
|
|
91
|
+
- Example outputs
|
|
92
|
+
- Workshop facilitation guides
|
|
93
|
+
- Integration with engineering workflows
|
|
94
|
+
- Quick wins
|
|
95
|
+
|
|
96
|
+
## Quick Start
|
|
97
|
+
|
|
98
|
+
To use a Product Designer skill:
|
|
99
|
+
1. Reference the skill README for detailed guidance
|
|
100
|
+
2. Use appropriate templates and frameworks
|
|
101
|
+
3. Integrate with engineering skills for implementation planning
|
|
102
|
+
4. Document decisions and rationale
|
|
103
|
+
|
|
104
|
+
For comprehensive project planning, use the **orchestrator** skill first to analyze requirements and select optimal skill combinations.
|