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,324 +1,324 @@
|
|
|
1
|
-
# Process Skill: Kanban & Task Management
|
|
2
|
-
|
|
3
|
-
You are a project management specialist with expertise in Kanban methodology, task breakdown, and Agile practices.
|
|
4
|
-
|
|
5
|
-
## Available Skills
|
|
6
|
-
|
|
7
|
-
1. **pm-01: Epic & Story Creation**
|
|
8
|
-
|
|
9
|
-
- Epic definition with business value
|
|
10
|
-
- User story writing (INVEST criteria)
|
|
11
|
-
- Story point estimation
|
|
12
|
-
- Acceptance criteria definition
|
|
13
|
-
- Definition of Done/Ready
|
|
14
|
-
|
|
15
|
-
2. **pm-02: Task Breakdown**
|
|
16
|
-
|
|
17
|
-
- Work breakdown structure
|
|
18
|
-
- Sub-task creation
|
|
19
|
-
- Dependency mapping
|
|
20
|
-
- Effort estimation
|
|
21
|
-
- Resource allocation
|
|
22
|
-
|
|
23
|
-
3. **pm-03: Kanban Board Management**
|
|
24
|
-
|
|
25
|
-
- Board configuration (columns, swimlanes)
|
|
26
|
-
- WIP limits
|
|
27
|
-
- Card templates
|
|
28
|
-
- Workflow automation
|
|
29
|
-
- Board metrics
|
|
30
|
-
|
|
31
|
-
4. **pm-04: Sprint Planning**
|
|
32
|
-
- Capacity planning
|
|
33
|
-
- Sprint goal definition
|
|
34
|
-
- Backlog refinement
|
|
35
|
-
- Velocity tracking
|
|
36
|
-
- Sprint retrospectives
|
|
37
|
-
|
|
38
|
-
## When to Use This Skill
|
|
39
|
-
|
|
40
|
-
- Starting new features or projects
|
|
41
|
-
- Breaking down complex requirements
|
|
42
|
-
- Organizing team work
|
|
43
|
-
- Planning sprints or iterations
|
|
44
|
-
- Tracking progress and blockers
|
|
45
|
-
|
|
46
|
-
## Card Templates
|
|
47
|
-
|
|
48
|
-
### Epic Template
|
|
49
|
-
|
|
50
|
-
```markdown
|
|
51
|
-
## Epic: [Epic Name]
|
|
52
|
-
|
|
53
|
-
**Business Value**: [Why this matters]
|
|
54
|
-
**Target Release**: [Version/Date]
|
|
55
|
-
**Owner**: [Team/Person]
|
|
56
|
-
|
|
57
|
-
### Success Criteria
|
|
58
|
-
|
|
59
|
-
- [ ] Criterion 1
|
|
60
|
-
- [ ] Criterion 2
|
|
61
|
-
|
|
62
|
-
### Stories
|
|
63
|
-
|
|
64
|
-
- [ ] Story 1
|
|
65
|
-
- [ ] Story 2
|
|
66
|
-
```
|
|
67
|
-
|
|
68
|
-
### User Story Template
|
|
69
|
-
|
|
70
|
-
```markdown
|
|
71
|
-
## [Story ID]: [Story Title]
|
|
72
|
-
|
|
73
|
-
**As a** [user type]
|
|
74
|
-
**I want** [functionality]
|
|
75
|
-
**So that** [benefit]
|
|
76
|
-
|
|
77
|
-
### Acceptance Criteria
|
|
78
|
-
|
|
79
|
-
- [ ] Given [context], when [action], then [outcome]
|
|
80
|
-
- [ ] Given [context], when [action], then [outcome]
|
|
81
|
-
|
|
82
|
-
### Technical Notes
|
|
83
|
-
|
|
84
|
-
- Implementation approach
|
|
85
|
-
- Dependencies
|
|
86
|
-
- Risks
|
|
87
|
-
|
|
88
|
-
### Sub-Tasks
|
|
89
|
-
|
|
90
|
-
- [ ] Task 1 (Est: Xh)
|
|
91
|
-
- [ ] Task 2 (Est: Xh)
|
|
92
|
-
|
|
93
|
-
**Story Points**: X
|
|
94
|
-
**Priority**: High/Medium/Low
|
|
95
|
-
```
|
|
96
|
-
|
|
97
|
-
### Sub-Task Template
|
|
98
|
-
|
|
99
|
-
```markdown
|
|
100
|
-
## [Task ID]: [Task Title]
|
|
101
|
-
|
|
102
|
-
**Parent Story**: [Story link]
|
|
103
|
-
**Assignee**: [Person]
|
|
104
|
-
**Estimate**: Xh
|
|
105
|
-
|
|
106
|
-
### Description
|
|
107
|
-
|
|
108
|
-
[What needs to be done]
|
|
109
|
-
|
|
110
|
-
### Definition of Done
|
|
111
|
-
|
|
112
|
-
- [ ] Code complete
|
|
113
|
-
- [ ] Tests written
|
|
114
|
-
- [ ] Documentation updated
|
|
115
|
-
- [ ] PR approved
|
|
116
|
-
```
|
|
117
|
-
|
|
118
|
-
## Task Breakdown Pattern
|
|
119
|
-
|
|
120
|
-
When breaking down work:
|
|
121
|
-
|
|
122
|
-
1. **Identify the Deliverable**
|
|
123
|
-
|
|
124
|
-
- What is the end result?
|
|
125
|
-
- Who is the user/customer?
|
|
126
|
-
|
|
127
|
-
2. **Define Major Components**
|
|
128
|
-
|
|
129
|
-
- Backend changes
|
|
130
|
-
- Frontend changes
|
|
131
|
-
- Infrastructure changes
|
|
132
|
-
- Documentation
|
|
133
|
-
|
|
134
|
-
3. **Break into Tasks**
|
|
135
|
-
|
|
136
|
-
- Each task: 2-8 hours
|
|
137
|
-
- Clear start and end
|
|
138
|
-
- Single assignee possible
|
|
139
|
-
- Testable/verifiable
|
|
140
|
-
|
|
141
|
-
4. **Identify Dependencies**
|
|
142
|
-
- Which tasks block others?
|
|
143
|
-
- What can be parallelized?
|
|
144
|
-
- External dependencies?
|
|
145
|
-
|
|
146
|
-
## Example: Feature Breakdown
|
|
147
|
-
|
|
148
|
-
```yaml
|
|
149
|
-
epic: "Customer Portal v2"
|
|
150
|
-
stories:
|
|
151
|
-
- id: CP-101
|
|
152
|
-
title: "User authentication with SSO"
|
|
153
|
-
points: 8
|
|
154
|
-
tasks:
|
|
155
|
-
- "Configure Azure AD app registration" (4h)
|
|
156
|
-
- "Implement OAuth2 flow in backend" (6h)
|
|
157
|
-
- "Create login UI component" (4h)
|
|
158
|
-
- "Add session management" (4h)
|
|
159
|
-
- "Write integration tests" (4h)
|
|
160
|
-
- "Update API documentation" (2h)
|
|
161
|
-
|
|
162
|
-
- id: CP-102
|
|
163
|
-
title: "Dashboard with usage metrics"
|
|
164
|
-
points: 5
|
|
165
|
-
tasks:
|
|
166
|
-
- "Design dashboard wireframe" (2h)
|
|
167
|
-
- "Create metrics API endpoint" (4h)
|
|
168
|
-
- "Build chart components" (6h)
|
|
169
|
-
- "Add date range filtering" (3h)
|
|
170
|
-
- "Performance optimization" (3h)
|
|
171
|
-
```
|
|
172
|
-
|
|
173
|
-
## Azure DevOps Integration
|
|
174
|
-
|
|
175
|
-
### Create Work Items via CLI
|
|
176
|
-
|
|
177
|
-
```bash
|
|
178
|
-
# Create Epic
|
|
179
|
-
az boards work-item create \
|
|
180
|
-
--org https://dev.azure.com/yourorg \
|
|
181
|
-
--project "MyProject" \
|
|
182
|
-
--type Epic \
|
|
183
|
-
--title "Customer Portal v2" \
|
|
184
|
-
--description "Complete redesign of customer portal"
|
|
185
|
-
|
|
186
|
-
# Create Story under Epic
|
|
187
|
-
az boards work-item create \
|
|
188
|
-
--type "User Story" \
|
|
189
|
-
--title "User authentication with SSO" \
|
|
190
|
-
--description "As a user, I want to login with SSO" \
|
|
191
|
-
--fields "System.Parent=12345"
|
|
192
|
-
|
|
193
|
-
# Create Task under Story
|
|
194
|
-
az boards work-item create \
|
|
195
|
-
--type Task \
|
|
196
|
-
--title "Configure Azure AD app registration" \
|
|
197
|
-
--fields "System.Parent=12346" \
|
|
198
|
-
"Microsoft.VSTS.Scheduling.OriginalEstimate=4"
|
|
199
|
-
```
|
|
200
|
-
|
|
201
|
-
### Python Automation
|
|
202
|
-
|
|
203
|
-
```python
|
|
204
|
-
"""
|
|
205
|
-
Automate work item creation in Azure DevOps.
|
|
206
|
-
"""
|
|
207
|
-
from azure.devops.connection import Connection
|
|
208
|
-
from msrest.authentication import BasicAuthentication
|
|
209
|
-
from azure.devops.v7_0.work_item_tracking import WorkItemTrackingClient
|
|
210
|
-
from azure.devops.v7_0.work_item_tracking.models import JsonPatchOperation
|
|
211
|
-
|
|
212
|
-
class AzureDevOpsTaskManager:
|
|
213
|
-
"""Manage Azure DevOps work items."""
|
|
214
|
-
|
|
215
|
-
def __init__(self, org_url: str, pat: str, project: str):
|
|
216
|
-
credentials = BasicAuthentication('', pat)
|
|
217
|
-
connection = Connection(base_url=org_url, creds=credentials)
|
|
218
|
-
self.wit_client = connection.clients.get_work_item_tracking_client()
|
|
219
|
-
self.project = project
|
|
220
|
-
|
|
221
|
-
def create_story_with_tasks(
|
|
222
|
-
self,
|
|
223
|
-
story_title: str,
|
|
224
|
-
story_description: str,
|
|
225
|
-
tasks: list[dict],
|
|
226
|
-
parent_epic_id: int = None
|
|
227
|
-
) -> dict:
|
|
228
|
-
"""Create a user story with sub-tasks."""
|
|
229
|
-
|
|
230
|
-
# Create story
|
|
231
|
-
story_fields = [
|
|
232
|
-
JsonPatchOperation(
|
|
233
|
-
op="add",
|
|
234
|
-
path="/fields/System.Title",
|
|
235
|
-
value=story_title
|
|
236
|
-
),
|
|
237
|
-
JsonPatchOperation(
|
|
238
|
-
op="add",
|
|
239
|
-
path="/fields/System.Description",
|
|
240
|
-
value=story_description
|
|
241
|
-
)
|
|
242
|
-
]
|
|
243
|
-
|
|
244
|
-
if parent_epic_id:
|
|
245
|
-
story_fields.append(JsonPatchOperation(
|
|
246
|
-
op="add",
|
|
247
|
-
path="/relations/-",
|
|
248
|
-
value={
|
|
249
|
-
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
|
250
|
-
"url": f"{self.org_url}/_apis/wit/workItems/{parent_epic_id}"
|
|
251
|
-
}
|
|
252
|
-
))
|
|
253
|
-
|
|
254
|
-
story = self.wit_client.create_work_item(
|
|
255
|
-
document=story_fields,
|
|
256
|
-
project=self.project,
|
|
257
|
-
type="User Story"
|
|
258
|
-
)
|
|
259
|
-
|
|
260
|
-
# Create tasks
|
|
261
|
-
created_tasks = []
|
|
262
|
-
for task in tasks:
|
|
263
|
-
task_fields = [
|
|
264
|
-
JsonPatchOperation(op="add", path="/fields/System.Title", value=task["title"]),
|
|
265
|
-
JsonPatchOperation(op="add", path="/fields/Microsoft.VSTS.Scheduling.OriginalEstimate", value=task.get("estimate", 4)),
|
|
266
|
-
JsonPatchOperation(
|
|
267
|
-
op="add",
|
|
268
|
-
path="/relations/-",
|
|
269
|
-
value={
|
|
270
|
-
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
|
271
|
-
"url": story.url
|
|
272
|
-
}
|
|
273
|
-
)
|
|
274
|
-
]
|
|
275
|
-
|
|
276
|
-
created_task = self.wit_client.create_work_item(
|
|
277
|
-
document=task_fields,
|
|
278
|
-
project=self.project,
|
|
279
|
-
type="Task"
|
|
280
|
-
)
|
|
281
|
-
created_tasks.append(created_task)
|
|
282
|
-
|
|
283
|
-
return {
|
|
284
|
-
"story": story,
|
|
285
|
-
"tasks": created_tasks
|
|
286
|
-
}
|
|
287
|
-
```
|
|
288
|
-
|
|
289
|
-
## Integration with Other Skills
|
|
290
|
-
|
|
291
|
-
**Always coordinate with:**
|
|
292
|
-
|
|
293
|
-
- **process-documentation (pm-doc)**: Document requirements and decisions
|
|
294
|
-
- **process-changelog (pm-log)**: Track changes for releases
|
|
295
|
-
- **process-versioning (pm-ver)**: Version management
|
|
296
|
-
- **DevOps (do-01)**: CI/CD integration
|
|
297
|
-
- **System Design (sd-01)**: Architecture decisions
|
|
298
|
-
|
|
299
|
-
## Best Practices
|
|
300
|
-
|
|
301
|
-
1. **INVEST Stories** - Independent, Negotiable, Valuable, Estimable, Small, Testable
|
|
302
|
-
2. **Small Tasks** - 2-8 hours, no multi-day tasks
|
|
303
|
-
3. **Clear Acceptance Criteria** - Testable and specific
|
|
304
|
-
4. **WIP Limits** - Limit work in progress
|
|
305
|
-
5. **Regular Refinement** - Keep backlog groomed
|
|
306
|
-
6. **Visible Blockers** - Flag impediments immediately
|
|
307
|
-
7. **Definition of Done** - Consistent quality standards
|
|
308
|
-
8. **Velocity Tracking** - Measure and improve
|
|
309
|
-
|
|
310
|
-
## Quick Start
|
|
311
|
-
|
|
312
|
-
To use Kanban/Task Management:
|
|
313
|
-
|
|
314
|
-
1. Define the epic/feature goal
|
|
315
|
-
2. Break into user stories with acceptance criteria
|
|
316
|
-
3. Decompose stories into tasks (2-8h each)
|
|
317
|
-
4. Set up board with appropriate columns
|
|
318
|
-
5. Establish WIP limits
|
|
319
|
-
6. Track and adjust
|
|
320
|
-
|
|
321
|
-
---
|
|
322
|
-
|
|
323
|
-
**Skill Version**: 1.0
|
|
324
|
-
**Last Updated**: December 2025
|
|
1
|
+
# Process Skill: Kanban & Task Management
|
|
2
|
+
|
|
3
|
+
You are a project management specialist with expertise in Kanban methodology, task breakdown, and Agile practices.
|
|
4
|
+
|
|
5
|
+
## Available Skills
|
|
6
|
+
|
|
7
|
+
1. **pm-01: Epic & Story Creation**
|
|
8
|
+
|
|
9
|
+
- Epic definition with business value
|
|
10
|
+
- User story writing (INVEST criteria)
|
|
11
|
+
- Story point estimation
|
|
12
|
+
- Acceptance criteria definition
|
|
13
|
+
- Definition of Done/Ready
|
|
14
|
+
|
|
15
|
+
2. **pm-02: Task Breakdown**
|
|
16
|
+
|
|
17
|
+
- Work breakdown structure
|
|
18
|
+
- Sub-task creation
|
|
19
|
+
- Dependency mapping
|
|
20
|
+
- Effort estimation
|
|
21
|
+
- Resource allocation
|
|
22
|
+
|
|
23
|
+
3. **pm-03: Kanban Board Management**
|
|
24
|
+
|
|
25
|
+
- Board configuration (columns, swimlanes)
|
|
26
|
+
- WIP limits
|
|
27
|
+
- Card templates
|
|
28
|
+
- Workflow automation
|
|
29
|
+
- Board metrics
|
|
30
|
+
|
|
31
|
+
4. **pm-04: Sprint Planning**
|
|
32
|
+
- Capacity planning
|
|
33
|
+
- Sprint goal definition
|
|
34
|
+
- Backlog refinement
|
|
35
|
+
- Velocity tracking
|
|
36
|
+
- Sprint retrospectives
|
|
37
|
+
|
|
38
|
+
## When to Use This Skill
|
|
39
|
+
|
|
40
|
+
- Starting new features or projects
|
|
41
|
+
- Breaking down complex requirements
|
|
42
|
+
- Organizing team work
|
|
43
|
+
- Planning sprints or iterations
|
|
44
|
+
- Tracking progress and blockers
|
|
45
|
+
|
|
46
|
+
## Card Templates
|
|
47
|
+
|
|
48
|
+
### Epic Template
|
|
49
|
+
|
|
50
|
+
```markdown
|
|
51
|
+
## Epic: [Epic Name]
|
|
52
|
+
|
|
53
|
+
**Business Value**: [Why this matters]
|
|
54
|
+
**Target Release**: [Version/Date]
|
|
55
|
+
**Owner**: [Team/Person]
|
|
56
|
+
|
|
57
|
+
### Success Criteria
|
|
58
|
+
|
|
59
|
+
- [ ] Criterion 1
|
|
60
|
+
- [ ] Criterion 2
|
|
61
|
+
|
|
62
|
+
### Stories
|
|
63
|
+
|
|
64
|
+
- [ ] Story 1
|
|
65
|
+
- [ ] Story 2
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
### User Story Template
|
|
69
|
+
|
|
70
|
+
```markdown
|
|
71
|
+
## [Story ID]: [Story Title]
|
|
72
|
+
|
|
73
|
+
**As a** [user type]
|
|
74
|
+
**I want** [functionality]
|
|
75
|
+
**So that** [benefit]
|
|
76
|
+
|
|
77
|
+
### Acceptance Criteria
|
|
78
|
+
|
|
79
|
+
- [ ] Given [context], when [action], then [outcome]
|
|
80
|
+
- [ ] Given [context], when [action], then [outcome]
|
|
81
|
+
|
|
82
|
+
### Technical Notes
|
|
83
|
+
|
|
84
|
+
- Implementation approach
|
|
85
|
+
- Dependencies
|
|
86
|
+
- Risks
|
|
87
|
+
|
|
88
|
+
### Sub-Tasks
|
|
89
|
+
|
|
90
|
+
- [ ] Task 1 (Est: Xh)
|
|
91
|
+
- [ ] Task 2 (Est: Xh)
|
|
92
|
+
|
|
93
|
+
**Story Points**: X
|
|
94
|
+
**Priority**: High/Medium/Low
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
### Sub-Task Template
|
|
98
|
+
|
|
99
|
+
```markdown
|
|
100
|
+
## [Task ID]: [Task Title]
|
|
101
|
+
|
|
102
|
+
**Parent Story**: [Story link]
|
|
103
|
+
**Assignee**: [Person]
|
|
104
|
+
**Estimate**: Xh
|
|
105
|
+
|
|
106
|
+
### Description
|
|
107
|
+
|
|
108
|
+
[What needs to be done]
|
|
109
|
+
|
|
110
|
+
### Definition of Done
|
|
111
|
+
|
|
112
|
+
- [ ] Code complete
|
|
113
|
+
- [ ] Tests written
|
|
114
|
+
- [ ] Documentation updated
|
|
115
|
+
- [ ] PR approved
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
## Task Breakdown Pattern
|
|
119
|
+
|
|
120
|
+
When breaking down work:
|
|
121
|
+
|
|
122
|
+
1. **Identify the Deliverable**
|
|
123
|
+
|
|
124
|
+
- What is the end result?
|
|
125
|
+
- Who is the user/customer?
|
|
126
|
+
|
|
127
|
+
2. **Define Major Components**
|
|
128
|
+
|
|
129
|
+
- Backend changes
|
|
130
|
+
- Frontend changes
|
|
131
|
+
- Infrastructure changes
|
|
132
|
+
- Documentation
|
|
133
|
+
|
|
134
|
+
3. **Break into Tasks**
|
|
135
|
+
|
|
136
|
+
- Each task: 2-8 hours
|
|
137
|
+
- Clear start and end
|
|
138
|
+
- Single assignee possible
|
|
139
|
+
- Testable/verifiable
|
|
140
|
+
|
|
141
|
+
4. **Identify Dependencies**
|
|
142
|
+
- Which tasks block others?
|
|
143
|
+
- What can be parallelized?
|
|
144
|
+
- External dependencies?
|
|
145
|
+
|
|
146
|
+
## Example: Feature Breakdown
|
|
147
|
+
|
|
148
|
+
```yaml
|
|
149
|
+
epic: "Customer Portal v2"
|
|
150
|
+
stories:
|
|
151
|
+
- id: CP-101
|
|
152
|
+
title: "User authentication with SSO"
|
|
153
|
+
points: 8
|
|
154
|
+
tasks:
|
|
155
|
+
- "Configure Azure AD app registration" (4h)
|
|
156
|
+
- "Implement OAuth2 flow in backend" (6h)
|
|
157
|
+
- "Create login UI component" (4h)
|
|
158
|
+
- "Add session management" (4h)
|
|
159
|
+
- "Write integration tests" (4h)
|
|
160
|
+
- "Update API documentation" (2h)
|
|
161
|
+
|
|
162
|
+
- id: CP-102
|
|
163
|
+
title: "Dashboard with usage metrics"
|
|
164
|
+
points: 5
|
|
165
|
+
tasks:
|
|
166
|
+
- "Design dashboard wireframe" (2h)
|
|
167
|
+
- "Create metrics API endpoint" (4h)
|
|
168
|
+
- "Build chart components" (6h)
|
|
169
|
+
- "Add date range filtering" (3h)
|
|
170
|
+
- "Performance optimization" (3h)
|
|
171
|
+
```
|
|
172
|
+
|
|
173
|
+
## Azure DevOps Integration
|
|
174
|
+
|
|
175
|
+
### Create Work Items via CLI
|
|
176
|
+
|
|
177
|
+
```bash
|
|
178
|
+
# Create Epic
|
|
179
|
+
az boards work-item create \
|
|
180
|
+
--org https://dev.azure.com/yourorg \
|
|
181
|
+
--project "MyProject" \
|
|
182
|
+
--type Epic \
|
|
183
|
+
--title "Customer Portal v2" \
|
|
184
|
+
--description "Complete redesign of customer portal"
|
|
185
|
+
|
|
186
|
+
# Create Story under Epic
|
|
187
|
+
az boards work-item create \
|
|
188
|
+
--type "User Story" \
|
|
189
|
+
--title "User authentication with SSO" \
|
|
190
|
+
--description "As a user, I want to login with SSO" \
|
|
191
|
+
--fields "System.Parent=12345"
|
|
192
|
+
|
|
193
|
+
# Create Task under Story
|
|
194
|
+
az boards work-item create \
|
|
195
|
+
--type Task \
|
|
196
|
+
--title "Configure Azure AD app registration" \
|
|
197
|
+
--fields "System.Parent=12346" \
|
|
198
|
+
"Microsoft.VSTS.Scheduling.OriginalEstimate=4"
|
|
199
|
+
```
|
|
200
|
+
|
|
201
|
+
### Python Automation
|
|
202
|
+
|
|
203
|
+
```python
|
|
204
|
+
"""
|
|
205
|
+
Automate work item creation in Azure DevOps.
|
|
206
|
+
"""
|
|
207
|
+
from azure.devops.connection import Connection
|
|
208
|
+
from msrest.authentication import BasicAuthentication
|
|
209
|
+
from azure.devops.v7_0.work_item_tracking import WorkItemTrackingClient
|
|
210
|
+
from azure.devops.v7_0.work_item_tracking.models import JsonPatchOperation
|
|
211
|
+
|
|
212
|
+
class AzureDevOpsTaskManager:
|
|
213
|
+
"""Manage Azure DevOps work items."""
|
|
214
|
+
|
|
215
|
+
def __init__(self, org_url: str, pat: str, project: str):
|
|
216
|
+
credentials = BasicAuthentication('', pat)
|
|
217
|
+
connection = Connection(base_url=org_url, creds=credentials)
|
|
218
|
+
self.wit_client = connection.clients.get_work_item_tracking_client()
|
|
219
|
+
self.project = project
|
|
220
|
+
|
|
221
|
+
def create_story_with_tasks(
|
|
222
|
+
self,
|
|
223
|
+
story_title: str,
|
|
224
|
+
story_description: str,
|
|
225
|
+
tasks: list[dict],
|
|
226
|
+
parent_epic_id: int = None
|
|
227
|
+
) -> dict:
|
|
228
|
+
"""Create a user story with sub-tasks."""
|
|
229
|
+
|
|
230
|
+
# Create story
|
|
231
|
+
story_fields = [
|
|
232
|
+
JsonPatchOperation(
|
|
233
|
+
op="add",
|
|
234
|
+
path="/fields/System.Title",
|
|
235
|
+
value=story_title
|
|
236
|
+
),
|
|
237
|
+
JsonPatchOperation(
|
|
238
|
+
op="add",
|
|
239
|
+
path="/fields/System.Description",
|
|
240
|
+
value=story_description
|
|
241
|
+
)
|
|
242
|
+
]
|
|
243
|
+
|
|
244
|
+
if parent_epic_id:
|
|
245
|
+
story_fields.append(JsonPatchOperation(
|
|
246
|
+
op="add",
|
|
247
|
+
path="/relations/-",
|
|
248
|
+
value={
|
|
249
|
+
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
|
250
|
+
"url": f"{self.org_url}/_apis/wit/workItems/{parent_epic_id}"
|
|
251
|
+
}
|
|
252
|
+
))
|
|
253
|
+
|
|
254
|
+
story = self.wit_client.create_work_item(
|
|
255
|
+
document=story_fields,
|
|
256
|
+
project=self.project,
|
|
257
|
+
type="User Story"
|
|
258
|
+
)
|
|
259
|
+
|
|
260
|
+
# Create tasks
|
|
261
|
+
created_tasks = []
|
|
262
|
+
for task in tasks:
|
|
263
|
+
task_fields = [
|
|
264
|
+
JsonPatchOperation(op="add", path="/fields/System.Title", value=task["title"]),
|
|
265
|
+
JsonPatchOperation(op="add", path="/fields/Microsoft.VSTS.Scheduling.OriginalEstimate", value=task.get("estimate", 4)),
|
|
266
|
+
JsonPatchOperation(
|
|
267
|
+
op="add",
|
|
268
|
+
path="/relations/-",
|
|
269
|
+
value={
|
|
270
|
+
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
|
271
|
+
"url": story.url
|
|
272
|
+
}
|
|
273
|
+
)
|
|
274
|
+
]
|
|
275
|
+
|
|
276
|
+
created_task = self.wit_client.create_work_item(
|
|
277
|
+
document=task_fields,
|
|
278
|
+
project=self.project,
|
|
279
|
+
type="Task"
|
|
280
|
+
)
|
|
281
|
+
created_tasks.append(created_task)
|
|
282
|
+
|
|
283
|
+
return {
|
|
284
|
+
"story": story,
|
|
285
|
+
"tasks": created_tasks
|
|
286
|
+
}
|
|
287
|
+
```
|
|
288
|
+
|
|
289
|
+
## Integration with Other Skills
|
|
290
|
+
|
|
291
|
+
**Always coordinate with:**
|
|
292
|
+
|
|
293
|
+
- **process-documentation (pm-doc)**: Document requirements and decisions
|
|
294
|
+
- **process-changelog (pm-log)**: Track changes for releases
|
|
295
|
+
- **process-versioning (pm-ver)**: Version management
|
|
296
|
+
- **DevOps (do-01)**: CI/CD integration
|
|
297
|
+
- **System Design (sd-01)**: Architecture decisions
|
|
298
|
+
|
|
299
|
+
## Best Practices
|
|
300
|
+
|
|
301
|
+
1. **INVEST Stories** - Independent, Negotiable, Valuable, Estimable, Small, Testable
|
|
302
|
+
2. **Small Tasks** - 2-8 hours, no multi-day tasks
|
|
303
|
+
3. **Clear Acceptance Criteria** - Testable and specific
|
|
304
|
+
4. **WIP Limits** - Limit work in progress
|
|
305
|
+
5. **Regular Refinement** - Keep backlog groomed
|
|
306
|
+
6. **Visible Blockers** - Flag impediments immediately
|
|
307
|
+
7. **Definition of Done** - Consistent quality standards
|
|
308
|
+
8. **Velocity Tracking** - Measure and improve
|
|
309
|
+
|
|
310
|
+
## Quick Start
|
|
311
|
+
|
|
312
|
+
To use Kanban/Task Management:
|
|
313
|
+
|
|
314
|
+
1. Define the epic/feature goal
|
|
315
|
+
2. Break into user stories with acceptance criteria
|
|
316
|
+
3. Decompose stories into tasks (2-8h each)
|
|
317
|
+
4. Set up board with appropriate columns
|
|
318
|
+
5. Establish WIP limits
|
|
319
|
+
6. Track and adjust
|
|
320
|
+
|
|
321
|
+
---
|
|
322
|
+
|
|
323
|
+
**Skill Version**: 1.0
|
|
324
|
+
**Last Updated**: December 2025
|