claude-autopm 2.7.0 → 2.8.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/README.md +307 -56
- package/autopm/.claude/.env +158 -0
- package/autopm/.claude/settings.local.json +9 -0
- package/bin/autopm.js +11 -2
- package/bin/commands/epic.js +23 -3
- package/bin/commands/plugin.js +395 -0
- package/bin/commands/team.js +184 -10
- package/install/install.js +223 -4
- package/lib/cli/commands/issue.js +360 -20
- package/lib/plugins/PluginManager.js +1328 -0
- package/lib/plugins/PluginManager.old.js +400 -0
- package/lib/providers/AzureDevOpsProvider.js +575 -0
- package/lib/providers/GitHubProvider.js +475 -0
- package/lib/services/EpicService.js +1092 -3
- package/lib/services/IssueService.js +991 -0
- package/package.json +9 -1
- package/scripts/publish-plugins.sh +166 -0
- package/autopm/.claude/agents/cloud/README.md +0 -55
- package/autopm/.claude/agents/cloud/aws-cloud-architect.md +0 -521
- package/autopm/.claude/agents/cloud/azure-cloud-architect.md +0 -436
- package/autopm/.claude/agents/cloud/gcp-cloud-architect.md +0 -385
- package/autopm/.claude/agents/cloud/gcp-cloud-functions-engineer.md +0 -306
- package/autopm/.claude/agents/cloud/gemini-api-expert.md +0 -880
- package/autopm/.claude/agents/cloud/kubernetes-orchestrator.md +0 -566
- package/autopm/.claude/agents/cloud/openai-python-expert.md +0 -1087
- package/autopm/.claude/agents/cloud/terraform-infrastructure-expert.md +0 -454
- package/autopm/.claude/agents/core/agent-manager.md +0 -296
- package/autopm/.claude/agents/core/code-analyzer.md +0 -131
- package/autopm/.claude/agents/core/file-analyzer.md +0 -162
- package/autopm/.claude/agents/core/test-runner.md +0 -200
- package/autopm/.claude/agents/data/airflow-orchestration-expert.md +0 -52
- package/autopm/.claude/agents/data/kedro-pipeline-expert.md +0 -50
- package/autopm/.claude/agents/data/langgraph-workflow-expert.md +0 -520
- package/autopm/.claude/agents/databases/README.md +0 -50
- package/autopm/.claude/agents/databases/bigquery-expert.md +0 -392
- package/autopm/.claude/agents/databases/cosmosdb-expert.md +0 -368
- package/autopm/.claude/agents/databases/mongodb-expert.md +0 -398
- package/autopm/.claude/agents/databases/postgresql-expert.md +0 -321
- package/autopm/.claude/agents/databases/redis-expert.md +0 -52
- package/autopm/.claude/agents/devops/README.md +0 -52
- package/autopm/.claude/agents/devops/azure-devops-specialist.md +0 -308
- package/autopm/.claude/agents/devops/docker-containerization-expert.md +0 -298
- package/autopm/.claude/agents/devops/github-operations-specialist.md +0 -335
- package/autopm/.claude/agents/devops/mcp-context-manager.md +0 -319
- package/autopm/.claude/agents/devops/observability-engineer.md +0 -574
- package/autopm/.claude/agents/devops/ssh-operations-expert.md +0 -1093
- package/autopm/.claude/agents/devops/traefik-proxy-expert.md +0 -444
- package/autopm/.claude/agents/frameworks/README.md +0 -64
- package/autopm/.claude/agents/frameworks/e2e-test-engineer.md +0 -360
- package/autopm/.claude/agents/frameworks/nats-messaging-expert.md +0 -254
- package/autopm/.claude/agents/frameworks/react-frontend-engineer.md +0 -217
- package/autopm/.claude/agents/frameworks/react-ui-expert.md +0 -226
- package/autopm/.claude/agents/frameworks/tailwindcss-expert.md +0 -770
- package/autopm/.claude/agents/frameworks/ux-design-expert.md +0 -244
- package/autopm/.claude/agents/integration/message-queue-engineer.md +0 -794
- package/autopm/.claude/agents/languages/README.md +0 -50
- package/autopm/.claude/agents/languages/bash-scripting-expert.md +0 -541
- package/autopm/.claude/agents/languages/javascript-frontend-engineer.md +0 -197
- package/autopm/.claude/agents/languages/nodejs-backend-engineer.md +0 -226
- package/autopm/.claude/agents/languages/python-backend-engineer.md +0 -214
- package/autopm/.claude/agents/languages/python-backend-expert.md +0 -289
- package/autopm/.claude/agents/testing/frontend-testing-engineer.md +0 -395
- package/autopm/.claude/commands/ai/langgraph-workflow.md +0 -65
- package/autopm/.claude/commands/ai/openai-chat.md +0 -65
- package/autopm/.claude/commands/azure/COMMANDS.md +0 -107
- package/autopm/.claude/commands/azure/COMMAND_MAPPING.md +0 -252
- package/autopm/.claude/commands/azure/INTEGRATION_FIX.md +0 -103
- package/autopm/.claude/commands/azure/README.md +0 -246
- package/autopm/.claude/commands/azure/active-work.md +0 -198
- package/autopm/.claude/commands/azure/aliases.md +0 -143
- package/autopm/.claude/commands/azure/blocked-items.md +0 -287
- package/autopm/.claude/commands/azure/clean.md +0 -93
- package/autopm/.claude/commands/azure/docs-query.md +0 -48
- package/autopm/.claude/commands/azure/feature-decompose.md +0 -380
- package/autopm/.claude/commands/azure/feature-list.md +0 -61
- package/autopm/.claude/commands/azure/feature-new.md +0 -115
- package/autopm/.claude/commands/azure/feature-show.md +0 -205
- package/autopm/.claude/commands/azure/feature-start.md +0 -130
- package/autopm/.claude/commands/azure/fix-integration-example.md +0 -93
- package/autopm/.claude/commands/azure/help.md +0 -150
- package/autopm/.claude/commands/azure/import-us.md +0 -269
- package/autopm/.claude/commands/azure/init.md +0 -211
- package/autopm/.claude/commands/azure/next-task.md +0 -262
- package/autopm/.claude/commands/azure/search.md +0 -160
- package/autopm/.claude/commands/azure/sprint-status.md +0 -235
- package/autopm/.claude/commands/azure/standup.md +0 -260
- package/autopm/.claude/commands/azure/sync-all.md +0 -99
- package/autopm/.claude/commands/azure/task-analyze.md +0 -186
- package/autopm/.claude/commands/azure/task-close.md +0 -329
- package/autopm/.claude/commands/azure/task-edit.md +0 -145
- package/autopm/.claude/commands/azure/task-list.md +0 -263
- package/autopm/.claude/commands/azure/task-new.md +0 -84
- package/autopm/.claude/commands/azure/task-reopen.md +0 -79
- package/autopm/.claude/commands/azure/task-show.md +0 -126
- package/autopm/.claude/commands/azure/task-start.md +0 -301
- package/autopm/.claude/commands/azure/task-status.md +0 -65
- package/autopm/.claude/commands/azure/task-sync.md +0 -67
- package/autopm/.claude/commands/azure/us-edit.md +0 -164
- package/autopm/.claude/commands/azure/us-list.md +0 -202
- package/autopm/.claude/commands/azure/us-new.md +0 -265
- package/autopm/.claude/commands/azure/us-parse.md +0 -253
- package/autopm/.claude/commands/azure/us-show.md +0 -188
- package/autopm/.claude/commands/azure/us-status.md +0 -320
- package/autopm/.claude/commands/azure/validate.md +0 -86
- package/autopm/.claude/commands/azure/work-item-sync.md +0 -47
- package/autopm/.claude/commands/cloud/infra-deploy.md +0 -38
- package/autopm/.claude/commands/github/workflow-create.md +0 -42
- package/autopm/.claude/commands/infrastructure/ssh-security.md +0 -65
- package/autopm/.claude/commands/infrastructure/traefik-setup.md +0 -65
- package/autopm/.claude/commands/kubernetes/deploy.md +0 -37
- package/autopm/.claude/commands/playwright/test-scaffold.md +0 -38
- package/autopm/.claude/commands/pm/blocked.md +0 -28
- package/autopm/.claude/commands/pm/clean.md +0 -119
- package/autopm/.claude/commands/pm/context-create.md +0 -136
- package/autopm/.claude/commands/pm/context-prime.md +0 -170
- package/autopm/.claude/commands/pm/context-update.md +0 -292
- package/autopm/.claude/commands/pm/context.md +0 -28
- package/autopm/.claude/commands/pm/epic-close.md +0 -86
- package/autopm/.claude/commands/pm/epic-decompose.md +0 -370
- package/autopm/.claude/commands/pm/epic-edit.md +0 -83
- package/autopm/.claude/commands/pm/epic-list.md +0 -30
- package/autopm/.claude/commands/pm/epic-merge.md +0 -222
- package/autopm/.claude/commands/pm/epic-oneshot.md +0 -119
- package/autopm/.claude/commands/pm/epic-refresh.md +0 -119
- package/autopm/.claude/commands/pm/epic-show.md +0 -28
- package/autopm/.claude/commands/pm/epic-split.md +0 -120
- package/autopm/.claude/commands/pm/epic-start.md +0 -195
- package/autopm/.claude/commands/pm/epic-status.md +0 -28
- package/autopm/.claude/commands/pm/epic-sync-modular.md +0 -338
- package/autopm/.claude/commands/pm/epic-sync-original.md +0 -473
- package/autopm/.claude/commands/pm/epic-sync.md +0 -486
- package/autopm/.claude/commands/pm/help.md +0 -28
- package/autopm/.claude/commands/pm/import.md +0 -115
- package/autopm/.claude/commands/pm/in-progress.md +0 -28
- package/autopm/.claude/commands/pm/init.md +0 -28
- package/autopm/.claude/commands/pm/issue-analyze.md +0 -202
- package/autopm/.claude/commands/pm/issue-close.md +0 -119
- package/autopm/.claude/commands/pm/issue-edit.md +0 -93
- package/autopm/.claude/commands/pm/issue-reopen.md +0 -87
- package/autopm/.claude/commands/pm/issue-show.md +0 -41
- package/autopm/.claude/commands/pm/issue-start.md +0 -234
- package/autopm/.claude/commands/pm/issue-status.md +0 -95
- package/autopm/.claude/commands/pm/issue-sync.md +0 -411
- package/autopm/.claude/commands/pm/next.md +0 -28
- package/autopm/.claude/commands/pm/prd-edit.md +0 -82
- package/autopm/.claude/commands/pm/prd-list.md +0 -28
- package/autopm/.claude/commands/pm/prd-new.md +0 -55
- package/autopm/.claude/commands/pm/prd-parse.md +0 -42
- package/autopm/.claude/commands/pm/prd-status.md +0 -28
- package/autopm/.claude/commands/pm/search.md +0 -28
- package/autopm/.claude/commands/pm/standup.md +0 -28
- package/autopm/.claude/commands/pm/status.md +0 -28
- package/autopm/.claude/commands/pm/sync.md +0 -99
- package/autopm/.claude/commands/pm/test-reference-update.md +0 -151
- package/autopm/.claude/commands/pm/validate.md +0 -28
- package/autopm/.claude/commands/pm/what-next.md +0 -28
- package/autopm/.claude/commands/python/api-scaffold.md +0 -50
- package/autopm/.claude/commands/python/docs-query.md +0 -48
- package/autopm/.claude/commands/react/app-scaffold.md +0 -50
- package/autopm/.claude/commands/testing/prime.md +0 -314
- package/autopm/.claude/commands/testing/run.md +0 -125
- package/autopm/.claude/commands/ui/bootstrap-scaffold.md +0 -65
- package/autopm/.claude/commands/ui/tailwind-system.md +0 -64
- package/autopm/.claude/rules/ai-integration-patterns.md +0 -219
- package/autopm/.claude/rules/ci-cd-kubernetes-strategy.md +0 -25
- package/autopm/.claude/rules/database-management-strategy.md +0 -17
- package/autopm/.claude/rules/database-pipeline.md +0 -94
- package/autopm/.claude/rules/devops-troubleshooting-playbook.md +0 -450
- package/autopm/.claude/rules/docker-first-development.md +0 -404
- package/autopm/.claude/rules/infrastructure-pipeline.md +0 -128
- package/autopm/.claude/rules/performance-guidelines.md +0 -403
- package/autopm/.claude/rules/ui-development-standards.md +0 -281
- package/autopm/.claude/rules/ui-framework-rules.md +0 -151
- package/autopm/.claude/rules/ux-design-rules.md +0 -209
- package/autopm/.claude/rules/visual-testing.md +0 -223
- package/autopm/.claude/scripts/azure/README.md +0 -192
- package/autopm/.claude/scripts/azure/active-work.js +0 -524
- package/autopm/.claude/scripts/azure/active-work.sh +0 -20
- package/autopm/.claude/scripts/azure/blocked.js +0 -520
- package/autopm/.claude/scripts/azure/blocked.sh +0 -20
- package/autopm/.claude/scripts/azure/daily.js +0 -533
- package/autopm/.claude/scripts/azure/daily.sh +0 -20
- package/autopm/.claude/scripts/azure/dashboard.js +0 -970
- package/autopm/.claude/scripts/azure/dashboard.sh +0 -20
- package/autopm/.claude/scripts/azure/feature-list.js +0 -254
- package/autopm/.claude/scripts/azure/feature-list.sh +0 -20
- package/autopm/.claude/scripts/azure/feature-show.js +0 -7
- package/autopm/.claude/scripts/azure/feature-show.sh +0 -20
- package/autopm/.claude/scripts/azure/feature-status.js +0 -604
- package/autopm/.claude/scripts/azure/feature-status.sh +0 -20
- package/autopm/.claude/scripts/azure/help.js +0 -342
- package/autopm/.claude/scripts/azure/help.sh +0 -20
- package/autopm/.claude/scripts/azure/next-task.js +0 -508
- package/autopm/.claude/scripts/azure/next-task.sh +0 -20
- package/autopm/.claude/scripts/azure/search.js +0 -469
- package/autopm/.claude/scripts/azure/search.sh +0 -20
- package/autopm/.claude/scripts/azure/setup.js +0 -745
- package/autopm/.claude/scripts/azure/setup.sh +0 -20
- package/autopm/.claude/scripts/azure/sprint-report.js +0 -1012
- package/autopm/.claude/scripts/azure/sprint-report.sh +0 -20
- package/autopm/.claude/scripts/azure/sync.js +0 -563
- package/autopm/.claude/scripts/azure/sync.sh +0 -20
- package/autopm/.claude/scripts/azure/us-list.js +0 -210
- package/autopm/.claude/scripts/azure/us-list.sh +0 -20
- package/autopm/.claude/scripts/azure/us-status.js +0 -238
- package/autopm/.claude/scripts/azure/us-status.sh +0 -20
- package/autopm/.claude/scripts/azure/validate.js +0 -626
- package/autopm/.claude/scripts/azure/validate.sh +0 -20
- package/autopm/.claude/scripts/azure/wrapper-template.sh +0 -20
- package/autopm/.claude/scripts/github/dependency-tracker.js +0 -554
- package/autopm/.claude/scripts/github/dependency-validator.js +0 -545
- package/autopm/.claude/scripts/github/dependency-visualizer.js +0 -477
- package/autopm/.claude/scripts/pm/analytics.js +0 -425
- package/autopm/.claude/scripts/pm/blocked.js +0 -164
- package/autopm/.claude/scripts/pm/blocked.sh +0 -78
- package/autopm/.claude/scripts/pm/clean.js +0 -464
- package/autopm/.claude/scripts/pm/context-create.js +0 -216
- package/autopm/.claude/scripts/pm/context-prime.js +0 -335
- package/autopm/.claude/scripts/pm/context-update.js +0 -344
- package/autopm/.claude/scripts/pm/context.js +0 -338
- package/autopm/.claude/scripts/pm/epic-close.js +0 -347
- package/autopm/.claude/scripts/pm/epic-edit.js +0 -382
- package/autopm/.claude/scripts/pm/epic-list.js +0 -273
- package/autopm/.claude/scripts/pm/epic-list.sh +0 -109
- package/autopm/.claude/scripts/pm/epic-show.js +0 -291
- package/autopm/.claude/scripts/pm/epic-show.sh +0 -105
- package/autopm/.claude/scripts/pm/epic-split.js +0 -522
- package/autopm/.claude/scripts/pm/epic-start/epic-start.js +0 -183
- package/autopm/.claude/scripts/pm/epic-start/epic-start.sh +0 -94
- package/autopm/.claude/scripts/pm/epic-status.js +0 -291
- package/autopm/.claude/scripts/pm/epic-status.sh +0 -104
- package/autopm/.claude/scripts/pm/epic-sync/README.md +0 -208
- package/autopm/.claude/scripts/pm/epic-sync/create-epic-issue.sh +0 -77
- package/autopm/.claude/scripts/pm/epic-sync/create-task-issues.sh +0 -86
- package/autopm/.claude/scripts/pm/epic-sync/update-epic-file.sh +0 -79
- package/autopm/.claude/scripts/pm/epic-sync/update-references.sh +0 -89
- package/autopm/.claude/scripts/pm/epic-sync.sh +0 -137
- package/autopm/.claude/scripts/pm/help.js +0 -92
- package/autopm/.claude/scripts/pm/help.sh +0 -90
- package/autopm/.claude/scripts/pm/in-progress.js +0 -178
- package/autopm/.claude/scripts/pm/in-progress.sh +0 -93
- package/autopm/.claude/scripts/pm/init.js +0 -321
- package/autopm/.claude/scripts/pm/init.sh +0 -178
- package/autopm/.claude/scripts/pm/issue-close.js +0 -232
- package/autopm/.claude/scripts/pm/issue-edit.js +0 -310
- package/autopm/.claude/scripts/pm/issue-show.js +0 -272
- package/autopm/.claude/scripts/pm/issue-start.js +0 -181
- package/autopm/.claude/scripts/pm/issue-sync/format-comment.sh +0 -468
- package/autopm/.claude/scripts/pm/issue-sync/gather-updates.sh +0 -460
- package/autopm/.claude/scripts/pm/issue-sync/post-comment.sh +0 -330
- package/autopm/.claude/scripts/pm/issue-sync/preflight-validation.sh +0 -348
- package/autopm/.claude/scripts/pm/issue-sync/update-frontmatter.sh +0 -387
- package/autopm/.claude/scripts/pm/lib/README.md +0 -85
- package/autopm/.claude/scripts/pm/lib/epic-discovery.js +0 -119
- package/autopm/.claude/scripts/pm/lib/logger.js +0 -78
- package/autopm/.claude/scripts/pm/next.js +0 -189
- package/autopm/.claude/scripts/pm/next.sh +0 -72
- package/autopm/.claude/scripts/pm/optimize.js +0 -407
- package/autopm/.claude/scripts/pm/pr-create.js +0 -337
- package/autopm/.claude/scripts/pm/pr-list.js +0 -257
- package/autopm/.claude/scripts/pm/prd-list.js +0 -242
- package/autopm/.claude/scripts/pm/prd-list.sh +0 -103
- package/autopm/.claude/scripts/pm/prd-new.js +0 -684
- package/autopm/.claude/scripts/pm/prd-parse.js +0 -547
- package/autopm/.claude/scripts/pm/prd-status.js +0 -152
- package/autopm/.claude/scripts/pm/prd-status.sh +0 -63
- package/autopm/.claude/scripts/pm/release.js +0 -460
- package/autopm/.claude/scripts/pm/search.js +0 -192
- package/autopm/.claude/scripts/pm/search.sh +0 -89
- package/autopm/.claude/scripts/pm/standup.js +0 -362
- package/autopm/.claude/scripts/pm/standup.sh +0 -95
- package/autopm/.claude/scripts/pm/status.js +0 -148
- package/autopm/.claude/scripts/pm/status.sh +0 -59
- package/autopm/.claude/scripts/pm/sync-batch.js +0 -337
- package/autopm/.claude/scripts/pm/sync.js +0 -343
- package/autopm/.claude/scripts/pm/template-list.js +0 -141
- package/autopm/.claude/scripts/pm/template-new.js +0 -366
- package/autopm/.claude/scripts/pm/validate.js +0 -274
- package/autopm/.claude/scripts/pm/validate.sh +0 -106
- package/autopm/.claude/scripts/pm/what-next.js +0 -660
- package/bin/node/azure-feature-show.js +0 -7
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
allowed-tools: Task, Bash, Read, Write, WebFetch, Glob, Grep
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Azure DevOps User Story Show
|
|
6
|
-
|
|
7
|
-
Display detailed information about a specific User Story.
|
|
8
|
-
|
|
9
|
-
**Usage**: `/azure:us-show <story-id> [--format=<type>]`
|
|
10
|
-
|
|
11
|
-
**Examples**:
|
|
12
|
-
- `/azure:us-show 34`
|
|
13
|
-
- `/azure:us-show 34 --format=json`
|
|
14
|
-
- `/azure:us-show 34 --include-tasks`
|
|
15
|
-
- `/azure:us-show 34 --history`
|
|
16
|
-
|
|
17
|
-
## Required Environment Variables
|
|
18
|
-
|
|
19
|
-
Ensure `.claude/.env` contains:
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
AZURE_DEVOPS_PAT=<your-pat-token>
|
|
23
|
-
AZURE_DEVOPS_ORG=<your-organization>
|
|
24
|
-
AZURE_DEVOPS_PROJECT=<your-project>
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
## Required Documentation Access
|
|
28
|
-
|
|
29
|
-
**MANDATORY:** Before Azure DevOps integration and agile workflows, query Context7 for best practices:
|
|
30
|
-
|
|
31
|
-
**Documentation Queries:**
|
|
32
|
-
- `mcp://context7/azure-devops/boards` - boards best practices
|
|
33
|
-
- `mcp://context7/agile/user-stories` - user stories best practices
|
|
34
|
-
- `mcp://context7/project-management/work-items` - work items best practices
|
|
35
|
-
- `mcp://context7/agile/sprint-planning` - sprint planning best practices
|
|
36
|
-
|
|
37
|
-
**Why This is Required:**
|
|
38
|
-
- Ensures adherence to current industry standards and best practices
|
|
39
|
-
- Prevents outdated or incorrect implementation patterns
|
|
40
|
-
- Provides access to latest framework/tool documentation
|
|
41
|
-
- Reduces errors from stale knowledge or assumptions
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
## Instructions
|
|
45
|
-
|
|
46
|
-
### 1. Fetch User Story Details
|
|
47
|
-
|
|
48
|
-
Use azure-devops-specialist agent to get full work item:
|
|
49
|
-
- All fields and metadata
|
|
50
|
-
- Child tasks
|
|
51
|
-
- Parent feature/epic
|
|
52
|
-
- Related work items
|
|
53
|
-
- Comments and history
|
|
54
|
-
|
|
55
|
-
### 2. Display Format
|
|
56
|
-
|
|
57
|
-
```
|
|
58
|
-
═══════════════════════════════════════════════════════════════
|
|
59
|
-
📋 User Story #34
|
|
60
|
-
═══════════════════════════════════════════════════════════════
|
|
61
|
-
|
|
62
|
-
Title: Implement user password reset
|
|
63
|
-
State: 🔄 Active
|
|
64
|
-
URL: https://dev.azure.com/rafal0387/Speacher/_workitems/edit/34
|
|
65
|
-
|
|
66
|
-
📝 Details
|
|
67
|
-
─────────────────────────────────────────────────────────────
|
|
68
|
-
Description:
|
|
69
|
-
As a registered user, I want to reset my password when I forget it,
|
|
70
|
-
so that I can regain access to my account without contacting support.
|
|
71
|
-
|
|
72
|
-
Acceptance Criteria:
|
|
73
|
-
✓ User can initiate password reset from login page
|
|
74
|
-
✓ System sends reset link to registered email address
|
|
75
|
-
✓ Reset link expires after 24 hours
|
|
76
|
-
✓ User can set new password meeting security requirements
|
|
77
|
-
✓ System confirms successful password reset via email
|
|
78
|
-
✓ Old password becomes invalid immediately after reset
|
|
79
|
-
|
|
80
|
-
📊 Metadata
|
|
81
|
-
─────────────────────────────────────────────────────────────
|
|
82
|
-
Story Points: 8
|
|
83
|
-
Priority: 2 (High)
|
|
84
|
-
Value Area: Business
|
|
85
|
-
Risk: Medium
|
|
86
|
-
Effort: 8
|
|
87
|
-
Business Value: 85
|
|
88
|
-
|
|
89
|
-
👤 Assignment
|
|
90
|
-
─────────────────────────────────────────────────────────────
|
|
91
|
-
Assigned To: john@example.com
|
|
92
|
-
Created By: rafal@lagowski.es
|
|
93
|
-
Created Date: 2025-01-10T15:51:05.667Z
|
|
94
|
-
Modified Date: 2025-01-10T16:45:23.123Z
|
|
95
|
-
|
|
96
|
-
📍 Organization
|
|
97
|
-
─────────────────────────────────────────────────────────────
|
|
98
|
-
Area Path: Speacher\Security
|
|
99
|
-
Iteration Path: Speacher\Sprint 2
|
|
100
|
-
Tags: security, authentication, mvp
|
|
101
|
-
|
|
102
|
-
🔗 Relationships
|
|
103
|
-
─────────────────────────────────────────────────────────────
|
|
104
|
-
Parent Feature: #25 - Authentication System
|
|
105
|
-
Child Tasks: 6 tasks (27h total)
|
|
106
|
-
├── #101 ✅ Technical Design (4h)
|
|
107
|
-
├── #102 ✅ Implementation (12h)
|
|
108
|
-
├── #103 ✅ Unit tests (4h)
|
|
109
|
-
├── #104 🔄 Integration tests (6h)
|
|
110
|
-
├── #105 🆕 Documentation (3h)
|
|
111
|
-
└── #106 🆕 Code review (2h)
|
|
112
|
-
|
|
113
|
-
Related Items:
|
|
114
|
-
→ #35 User Profile (depends on this)
|
|
115
|
-
← #32 API Gateway setup (blocks this)
|
|
116
|
-
|
|
117
|
-
📈 Progress
|
|
118
|
-
─────────────────────────────────────────────────────────────
|
|
119
|
-
Tasks: ████████████░░░░░░░░ 60% (3/5 completed)
|
|
120
|
-
Hours: ███████████░░░░░░░░░ 55% (15h/27h)
|
|
121
|
-
Sprint Progress: Day 3 of 10
|
|
122
|
-
|
|
123
|
-
💬 Recent Activity
|
|
124
|
-
─────────────────────────────────────────────────────────────
|
|
125
|
-
• 2h ago: Sarah started integration tests (Task #104)
|
|
126
|
-
• 5h ago: John completed implementation (Task #102)
|
|
127
|
-
• Yesterday: Priority changed from 3 to 2
|
|
128
|
-
• 2 days ago: Moved to Sprint 2
|
|
129
|
-
• 3 days ago: Story created and parsed into tasks
|
|
130
|
-
|
|
131
|
-
📎 Attachments
|
|
132
|
-
─────────────────────────────────────────────────────────────
|
|
133
|
-
• mockup-password-reset.png (125 KB)
|
|
134
|
-
• security-requirements.pdf (89 KB)
|
|
135
|
-
• email-templates.html (12 KB)
|
|
136
|
-
|
|
137
|
-
🔧 Actions
|
|
138
|
-
─────────────────────────────────────────────────────────────
|
|
139
|
-
[1] Edit story (/azure:us-edit 34)
|
|
140
|
-
[2] View tasks (/azure:task-list 34)
|
|
141
|
-
[3] Update status (/azure:us-status 34)
|
|
142
|
-
[4] Add comment
|
|
143
|
-
[5] Export to JSON/CSV
|
|
144
|
-
[6] Open in browser
|
|
145
|
-
|
|
146
|
-
Select action (1-6) or press Enter to exit: _
|
|
147
|
-
```
|
|
148
|
-
|
|
149
|
-
### 3. Compact Mode
|
|
150
|
-
|
|
151
|
-
For quick overview (default when listing multiple):
|
|
152
|
-
|
|
153
|
-
```
|
|
154
|
-
📋 #34: Implement user password reset
|
|
155
|
-
Status: Active | Points: 8 | Assigned: john@example.com
|
|
156
|
-
Progress: 60% tasks, 55% hours | Sprint 2
|
|
157
|
-
Next: Complete integration tests (#104)
|
|
158
|
-
```
|
|
159
|
-
|
|
160
|
-
### 4. Export Formats
|
|
161
|
-
|
|
162
|
-
Support various export formats:
|
|
163
|
-
|
|
164
|
-
```bash
|
|
165
|
-
# JSON format for integration
|
|
166
|
-
/azure:us-show 34 --format=json > story-34.json
|
|
167
|
-
|
|
168
|
-
# Markdown for documentation
|
|
169
|
-
/azure:us-show 34 --format=markdown > STORY-34.md
|
|
170
|
-
|
|
171
|
-
# CSV for reporting
|
|
172
|
-
/azure:us-show 34 --format=csv > story-34.csv
|
|
173
|
-
```
|
|
174
|
-
|
|
175
|
-
### 5. Include Options
|
|
176
|
-
|
|
177
|
-
- `--include-tasks`: Show all child tasks
|
|
178
|
-
- `--include-comments`: Show all comments
|
|
179
|
-
- `--include-history`: Show change history
|
|
180
|
-
- `--include-attachments`: List attachments
|
|
181
|
-
- `--include-links`: Show all links
|
|
182
|
-
- `--full`: Include everything
|
|
183
|
-
|
|
184
|
-
## Error Handling
|
|
185
|
-
|
|
186
|
-
- Story not found: Suggest similar IDs
|
|
187
|
-
- No permission: Show access request info
|
|
188
|
-
- API timeout: Use cached data if available
|
|
@@ -1,320 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
allowed-tools: Task, Bash, Read, Write, WebFetch, Glob, Grep
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Azure DevOps User Story Status
|
|
6
|
-
|
|
7
|
-
Show comprehensive status of User Stories with task progress and metrics.
|
|
8
|
-
|
|
9
|
-
**Usage**: `/azure:us-status [user-story-id] [--sprint=<name>] [--format=<type>]`
|
|
10
|
-
|
|
11
|
-
**Examples**:
|
|
12
|
-
- `/azure:us-status` - Status of all active User Stories
|
|
13
|
-
- `/azure:us-status 34` - Detailed status of specific User Story
|
|
14
|
-
- `/azure:us-status --sprint="Sprint 1"` - Sprint-specific status
|
|
15
|
-
- `/azure:us-status --format=burndown` - Show burndown chart
|
|
16
|
-
|
|
17
|
-
## Required Environment Variables
|
|
18
|
-
|
|
19
|
-
Ensure `.claude/.env` contains:
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
AZURE_DEVOPS_PAT=<your-pat-token>
|
|
23
|
-
AZURE_DEVOPS_ORG=<your-organization>
|
|
24
|
-
AZURE_DEVOPS_PROJECT=<your-project>
|
|
25
|
-
```
|
|
26
|
-
|
|
27
|
-
## Required Documentation Access
|
|
28
|
-
|
|
29
|
-
**MANDATORY:** Before Azure DevOps integration and agile workflows, query Context7 for best practices:
|
|
30
|
-
|
|
31
|
-
**Documentation Queries:**
|
|
32
|
-
- `mcp://context7/azure-devops/boards` - boards best practices
|
|
33
|
-
- `mcp://context7/agile/user-stories` - user stories best practices
|
|
34
|
-
- `mcp://context7/project-management/work-items` - work items best practices
|
|
35
|
-
- `mcp://context7/agile/sprint-planning` - sprint planning best practices
|
|
36
|
-
|
|
37
|
-
**Why This is Required:**
|
|
38
|
-
- Ensures adherence to current industry standards and best practices
|
|
39
|
-
- Prevents outdated or incorrect implementation patterns
|
|
40
|
-
- Provides access to latest framework/tool documentation
|
|
41
|
-
- Reduces errors from stale knowledge or assumptions
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
## Instructions
|
|
45
|
-
|
|
46
|
-
### 1. Query Mode
|
|
47
|
-
|
|
48
|
-
Determine display based on arguments:
|
|
49
|
-
- **No args**: Show all active stories dashboard
|
|
50
|
-
- **Story ID**: Deep dive into specific story
|
|
51
|
-
- **Sprint filter**: Sprint-focused view
|
|
52
|
-
- **Format option**: Specialized visualizations
|
|
53
|
-
|
|
54
|
-
### 2. Status Displays
|
|
55
|
-
|
|
56
|
-
#### Single User Story Status
|
|
57
|
-
|
|
58
|
-
```
|
|
59
|
-
📊 User Story #34: Implement user password reset
|
|
60
|
-
Status: 🔄 Active | Sprint: Sprint 1 | Points: 8
|
|
61
|
-
|
|
62
|
-
📈 Progress Overview
|
|
63
|
-
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
64
|
-
Tasks: ████████████░░░░░░░░ 60% (3/5 completed)
|
|
65
|
-
Hours: ███████████░░░░░░░░░░ 55% (15h/27h completed)
|
|
66
|
-
Quality: ████████████████████░ 95% (tests passing)
|
|
67
|
-
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
68
|
-
|
|
69
|
-
📋 Task Breakdown:
|
|
70
|
-
┌─────┬──────────────────────┬────────┬──────────┬────────┬─────────┐
|
|
71
|
-
│ ID │ Task │ Status │ Assignee │ Hours │ Branch │
|
|
72
|
-
├─────┼──────────────────────┼────────┼──────────┼────────┼─────────┤
|
|
73
|
-
│ 101 │ Technical Design │ ✅ │ John │ 4h/4h │ merged │
|
|
74
|
-
│ 102 │ Implementation │ ✅ │ John │ 10h/12h│ merged │
|
|
75
|
-
│ 103 │ Unit tests │ ✅ │ Sarah │ 4h/4h │ merged │
|
|
76
|
-
│ 104 │ Integration tests │ 🔄 │ Sarah │ 2h/6h │ task-104│
|
|
77
|
-
│ 105 │ Documentation │ 🆕 │ - │ 0h/3h │ - │
|
|
78
|
-
└─────┴──────────────────────┴────────┴──────────┴────────┴─────────┘
|
|
79
|
-
|
|
80
|
-
⏰ Timeline:
|
|
81
|
-
- Started: 3 days ago
|
|
82
|
-
- Est. Completion: 2 days
|
|
83
|
-
- Velocity: 5h/day
|
|
84
|
-
- Risk: Low ✅
|
|
85
|
-
|
|
86
|
-
🔗 Dependencies:
|
|
87
|
-
- Blocking: None
|
|
88
|
-
- Blocked by: API Gateway setup (#32)
|
|
89
|
-
|
|
90
|
-
💬 Recent Activity:
|
|
91
|
-
- 2h ago: Sarah started integration tests
|
|
92
|
-
- 5h ago: John completed implementation
|
|
93
|
-
- Yesterday: Code review approved
|
|
94
|
-
|
|
95
|
-
⚡ Recommended Actions:
|
|
96
|
-
1. Complete integration tests (Task #104)
|
|
97
|
-
2. Start documentation while tests run
|
|
98
|
-
3. Schedule demo for stakeholders
|
|
99
|
-
```
|
|
100
|
-
|
|
101
|
-
#### Sprint Dashboard View
|
|
102
|
-
|
|
103
|
-
```
|
|
104
|
-
🏃 Sprint 1 Status Dashboard
|
|
105
|
-
Days: 5/10 | Capacity: 45% used
|
|
106
|
-
|
|
107
|
-
User Stories Progress:
|
|
108
|
-
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
109
|
-
#34 Password Reset ████████████░░░░░ 70% [8pts]
|
|
110
|
-
#35 User Profile ██████░░░░░░░░░░░ 35% [5pts]
|
|
111
|
-
#36 OAuth Login ████████████████░ 90% [13pts]
|
|
112
|
-
#37 Search Feature ██░░░░░░░░░░░░░░░ 10% [8pts]
|
|
113
|
-
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
114
|
-
|
|
115
|
-
📊 Sprint Metrics:
|
|
116
|
-
┌────────────────┬───────┬────────┬─────────┐
|
|
117
|
-
│ Metric │ Plan │ Actual │ Status │
|
|
118
|
-
├────────────────┼───────┼────────┼─────────┤
|
|
119
|
-
│ Story Points │ 34 │ 15 │ ⚠️ Behind│
|
|
120
|
-
│ Tasks Complete │ 20 │ 12 │ ⚠️ At Risk│
|
|
121
|
-
│ Hours Burned │ 100h │ 45h │ ✅ On Track│
|
|
122
|
-
│ Defects Found │ <5 │ 2 │ ✅ Good │
|
|
123
|
-
└────────────────┴───────┴────────┴─────────┘
|
|
124
|
-
|
|
125
|
-
👥 Team Performance:
|
|
126
|
-
- John: 3 tasks complete, 2 in progress
|
|
127
|
-
- Sarah: 2 tasks complete, 1 in progress
|
|
128
|
-
- Mike: 1 task complete, 3 in progress
|
|
129
|
-
- Unassigned: 8 tasks
|
|
130
|
-
|
|
131
|
-
⚠️ Risks & Blockers:
|
|
132
|
-
1. OAuth integration delayed (external dependency)
|
|
133
|
-
2. Search feature needs design review
|
|
134
|
-
3. Mike overloaded - consider redistribution
|
|
135
|
-
```
|
|
136
|
-
|
|
137
|
-
#### Burndown Chart
|
|
138
|
-
|
|
139
|
-
```
|
|
140
|
-
📉 Sprint Burndown Chart
|
|
141
|
-
|
|
142
|
-
Hours
|
|
143
|
-
120 |■
|
|
144
|
-
110 |■■
|
|
145
|
-
100 |■■■ (Ideal)
|
|
146
|
-
90 |■■■■■.
|
|
147
|
-
80 |■■■■■■■■..
|
|
148
|
-
70 |■■■■■■■■■■■...
|
|
149
|
-
60 |■■■■■■■■■■■■■■■.. (Actual)
|
|
150
|
-
50 |■■■■■■■■■■■■■■■■■■■
|
|
151
|
-
40 |■■■■■■■■■■■■■■■■■■■■■
|
|
152
|
-
30 |■■■■■■■■■■■■■■■■■■■■■■■
|
|
153
|
-
20 |■■■■■■■■■■■■■■■■■■■■■■■■■
|
|
154
|
-
10 |■■■■■■■■■■■■■■■■■■■■■■■■■■■
|
|
155
|
-
0 +────────────────────────────→
|
|
156
|
-
M T W T F M T W T F
|
|
157
|
-
↑
|
|
158
|
-
Today
|
|
159
|
-
|
|
160
|
-
Status: Slightly behind ideal pace
|
|
161
|
-
Projection: May need 1 extra day or scope reduction
|
|
162
|
-
```
|
|
163
|
-
|
|
164
|
-
### 3. Detailed Metrics
|
|
165
|
-
|
|
166
|
-
#### Velocity Analysis
|
|
167
|
-
|
|
168
|
-
```
|
|
169
|
-
📈 Velocity Trends
|
|
170
|
-
|
|
171
|
-
Story Points/Sprint
|
|
172
|
-
20 | ■
|
|
173
|
-
18 | ■ ■
|
|
174
|
-
16 | ■ ■ ■
|
|
175
|
-
14 | ■ ■ ■ ■
|
|
176
|
-
12 |■ ■ ■ ■ ■ (avg: 15)
|
|
177
|
-
10 |■ ■ ■ ■ ■
|
|
178
|
-
8 |■ ■ ■ ■ ■
|
|
179
|
-
└──────────────→
|
|
180
|
-
S1 S2 S3 S4 S5
|
|
181
|
-
|
|
182
|
-
Current Sprint: Tracking at 13 points
|
|
183
|
-
Recommendation: Realistic capacity is 15 points
|
|
184
|
-
```
|
|
185
|
-
|
|
186
|
-
#### Quality Metrics
|
|
187
|
-
|
|
188
|
-
```
|
|
189
|
-
✅ Quality Dashboard
|
|
190
|
-
|
|
191
|
-
Test Coverage: ████████████████░░░░ 82%
|
|
192
|
-
Code Reviews: ████████████████████ 100%
|
|
193
|
-
Bug Density: ████░░░░░░░░░░░░░░░░ 2/story (Good)
|
|
194
|
-
Tech Debt: ██████░░░░░░░░░░░░░░ 30% (Manage)
|
|
195
|
-
|
|
196
|
-
Recent Issues:
|
|
197
|
-
- 🐛 Bug #451: Login timeout (Fixed)
|
|
198
|
-
- 🐛 Bug #452: Validation error (In Progress)
|
|
199
|
-
- 💡 Improvement: Refactor auth service
|
|
200
|
-
```
|
|
201
|
-
|
|
202
|
-
### 4. Forecast & Predictions
|
|
203
|
-
|
|
204
|
-
```
|
|
205
|
-
🔮 Completion Forecast
|
|
206
|
-
|
|
207
|
-
Based on current velocity:
|
|
208
|
-
- Story #34: Complete by Thursday ✅
|
|
209
|
-
- Story #35: At risk - needs 2 more devs
|
|
210
|
-
- Story #36: On track for Friday
|
|
211
|
-
- Story #37: Won't complete this sprint ❌
|
|
212
|
-
|
|
213
|
-
Recommendations:
|
|
214
|
-
1. Move Story #37 to next sprint
|
|
215
|
-
2. Add Sarah to Story #35
|
|
216
|
-
3. Schedule sprint review for Friday PM
|
|
217
|
-
```
|
|
218
|
-
|
|
219
|
-
### 5. Export Formats
|
|
220
|
-
|
|
221
|
-
Support multiple export formats:
|
|
222
|
-
|
|
223
|
-
```bash
|
|
224
|
-
# Export as CSV
|
|
225
|
-
/azure:us-status --format=csv > sprint-status.csv
|
|
226
|
-
|
|
227
|
-
# Export as JSON for dashboards
|
|
228
|
-
/azure:us-status --format=json > status.json
|
|
229
|
-
|
|
230
|
-
# Generate HTML report
|
|
231
|
-
/azure:us-status --format=html > report.html
|
|
232
|
-
|
|
233
|
-
# Markdown for documentation
|
|
234
|
-
/azure:us-status --format=markdown > STATUS.md
|
|
235
|
-
```
|
|
236
|
-
|
|
237
|
-
### 6. Integration Status
|
|
238
|
-
|
|
239
|
-
Show CI/CD and PR status:
|
|
240
|
-
|
|
241
|
-
```
|
|
242
|
-
🔄 Integration Status
|
|
243
|
-
|
|
244
|
-
Story #34: Password Reset
|
|
245
|
-
├── PR #456: ✅ Merged
|
|
246
|
-
├── PR #457: 👀 In Review (2 approvals needed)
|
|
247
|
-
├── PR #458: 🚧 Draft
|
|
248
|
-
│
|
|
249
|
-
├── CI/CD Pipeline:
|
|
250
|
-
│ ├── Build: ✅ Passing
|
|
251
|
-
│ ├── Tests: ✅ 157/157 passing
|
|
252
|
-
│ ├── Security: ⚠️ 1 medium issue
|
|
253
|
-
│ └── Deploy: ⏸️ Waiting
|
|
254
|
-
│
|
|
255
|
-
└── Environments:
|
|
256
|
-
├── Dev: ✅ Deployed (v1.2.3-rc1)
|
|
257
|
-
├── Staging: ⏳ Scheduled for tonight
|
|
258
|
-
└── Prod: 📅 Planned for Monday
|
|
259
|
-
```
|
|
260
|
-
|
|
261
|
-
### 7. Alerts & Notifications
|
|
262
|
-
|
|
263
|
-
Highlight important status changes:
|
|
264
|
-
|
|
265
|
-
```
|
|
266
|
-
🔔 Alerts
|
|
267
|
-
|
|
268
|
-
⚠️ HIGH: Story #35 blocked by external API
|
|
269
|
-
⏰ MEDIUM: Story #36 review needed today
|
|
270
|
-
📌 LOW: Update estimates for Story #37
|
|
271
|
-
|
|
272
|
-
Would you like to:
|
|
273
|
-
1. View blocker details
|
|
274
|
-
2. Send review reminder
|
|
275
|
-
3. Re-estimate story
|
|
276
|
-
4. Dismiss alerts
|
|
277
|
-
|
|
278
|
-
Select (1-4): _
|
|
279
|
-
```
|
|
280
|
-
|
|
281
|
-
## Smart Features
|
|
282
|
-
|
|
283
|
-
### Predictive Analytics
|
|
284
|
-
- Estimate completion dates
|
|
285
|
-
- Identify at-risk stories
|
|
286
|
-
- Suggest resource reallocation
|
|
287
|
-
|
|
288
|
-
### Automated Recommendations
|
|
289
|
-
- Next best action for each story
|
|
290
|
-
- Optimal task assignments
|
|
291
|
-
- Risk mitigation strategies
|
|
292
|
-
|
|
293
|
-
### Historical Comparison
|
|
294
|
-
- Compare with previous sprints
|
|
295
|
-
- Track improvement trends
|
|
296
|
-
- Identify recurring issues
|
|
297
|
-
|
|
298
|
-
## Error Handling
|
|
299
|
-
|
|
300
|
-
- **No stories found**: Check filters and sprint
|
|
301
|
-
- **API timeout**: Use cached data if available
|
|
302
|
-
- **Invalid sprint**: List available sprints
|
|
303
|
-
|
|
304
|
-
## Configuration
|
|
305
|
-
|
|
306
|
-
Support custom status views:
|
|
307
|
-
|
|
308
|
-
```yaml
|
|
309
|
-
# .claude/azure/status-config.yml
|
|
310
|
-
views:
|
|
311
|
-
default:
|
|
312
|
-
show_burndown: true
|
|
313
|
-
show_velocity: true
|
|
314
|
-
alert_threshold: 80
|
|
315
|
-
|
|
316
|
-
executive:
|
|
317
|
-
summary_only: true
|
|
318
|
-
show_risks: true
|
|
319
|
-
export_format: pdf
|
|
320
|
-
```
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
allowed-tools: Task, Bash, Read, Write, WebFetch, Glob, Grep
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Azure DevOps Validate
|
|
6
|
-
|
|
7
|
-
Validate work item structure and relationships for consistency.
|
|
8
|
-
|
|
9
|
-
**Usage**: `/azure:validate [--fix] [--type=<type>]`
|
|
10
|
-
|
|
11
|
-
**Examples**:
|
|
12
|
-
- `/azure:validate` - Check all items
|
|
13
|
-
- `/azure:validate --fix` - Auto-fix issues
|
|
14
|
-
- `/azure:validate --type=story` - Validate stories only
|
|
15
|
-
|
|
16
|
-
## Required Documentation Access
|
|
17
|
-
|
|
18
|
-
**MANDATORY:** Before Azure DevOps integration and agile workflows, query Context7 for best practices:
|
|
19
|
-
|
|
20
|
-
**Documentation Queries:**
|
|
21
|
-
- `mcp://context7/azure-devops/boards` - boards best practices
|
|
22
|
-
- `mcp://context7/agile/user-stories` - user stories best practices
|
|
23
|
-
- `mcp://context7/project-management/work-items` - work items best practices
|
|
24
|
-
- `mcp://context7/agile/sprint-planning` - sprint planning best practices
|
|
25
|
-
|
|
26
|
-
**Why This is Required:**
|
|
27
|
-
- Ensures adherence to current industry standards and best practices
|
|
28
|
-
- Prevents outdated or incorrect implementation patterns
|
|
29
|
-
- Provides access to latest framework/tool documentation
|
|
30
|
-
- Reduces errors from stale knowledge or assumptions
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
## Instructions
|
|
34
|
-
|
|
35
|
-
### Validation Report
|
|
36
|
-
|
|
37
|
-
```
|
|
38
|
-
🔍 Azure DevOps Validation Report
|
|
39
|
-
═══════════════════════════════════════════════════════════════
|
|
40
|
-
|
|
41
|
-
Checking work item integrity...
|
|
42
|
-
|
|
43
|
-
✅ PASSED (45 items)
|
|
44
|
-
─────────────────────────────────────────────────────────────
|
|
45
|
-
✓ All tasks have parent stories
|
|
46
|
-
✓ All stories have valid estimates
|
|
47
|
-
✓ No duplicate work items
|
|
48
|
-
✓ All required fields populated
|
|
49
|
-
|
|
50
|
-
⚠️ WARNINGS (8 items)
|
|
51
|
-
─────────────────────────────────────────────────────────────
|
|
52
|
-
• Story #34: Missing acceptance criteria
|
|
53
|
-
• Task #102: No remaining hours set
|
|
54
|
-
• Task #105: Not assigned
|
|
55
|
-
• Feature #27: No target date
|
|
56
|
-
|
|
57
|
-
❌ ERRORS (3 items)
|
|
58
|
-
─────────────────────────────────────────────────────────────
|
|
59
|
-
• Task #108: Orphaned (parent deleted)
|
|
60
|
-
• Story #39: Invalid state transition
|
|
61
|
-
• Task #112: Circular dependency
|
|
62
|
-
|
|
63
|
-
📋 Recommendations:
|
|
64
|
-
─────────────────────────────────────────────────────────────
|
|
65
|
-
1. Add acceptance criteria to Story #34
|
|
66
|
-
2. Assign Task #105 to team member
|
|
67
|
-
3. Delete orphaned Task #108
|
|
68
|
-
4. Fix Story #39 state
|
|
69
|
-
|
|
70
|
-
Auto-fix available for 2 issues.
|
|
71
|
-
Run with --fix? (y/n): _
|
|
72
|
-
```
|
|
73
|
-
|
|
74
|
-
### Validation Rules
|
|
75
|
-
|
|
76
|
-
```
|
|
77
|
-
Checking:
|
|
78
|
-
✓ Parent-child relationships
|
|
79
|
-
✓ Required fields
|
|
80
|
-
✓ State transitions
|
|
81
|
-
✓ Estimate ranges
|
|
82
|
-
✓ Date consistency
|
|
83
|
-
✓ Assignment validity
|
|
84
|
-
✓ Dependency cycles
|
|
85
|
-
✓ Duplicate detection
|
|
86
|
-
```
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
allowed-tools: Task, Bash, Read, Write, Edit, WebFetch, Glob, Grep
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Azure DevOps Work Item Synchronization
|
|
6
|
-
|
|
7
|
-
Synchronizes GitHub Issues with Azure DevOps Work Items bidirectionally.
|
|
8
|
-
|
|
9
|
-
**Usage**: `/azure:work-item-sync [--direction=both|github-to-azure|azure-to-github] [--project=project-name] [--area-path=area]`
|
|
10
|
-
|
|
11
|
-
## Required Documentation Access
|
|
12
|
-
|
|
13
|
-
**MANDATORY:** Before Azure DevOps integration and agile workflows, query Context7 for best practices:
|
|
14
|
-
|
|
15
|
-
**Documentation Queries:**
|
|
16
|
-
- `mcp://context7/azure-devops/boards` - boards best practices
|
|
17
|
-
- `mcp://context7/agile/user-stories` - user stories best practices
|
|
18
|
-
- `mcp://context7/project-management/work-items` - work items best practices
|
|
19
|
-
- `mcp://context7/agile/sprint-planning` - sprint planning best practices
|
|
20
|
-
|
|
21
|
-
**Why This is Required:**
|
|
22
|
-
- Ensures adherence to current industry standards and best practices
|
|
23
|
-
- Prevents outdated or incorrect implementation patterns
|
|
24
|
-
- Provides access to latest framework/tool documentation
|
|
25
|
-
- Reduces errors from stale knowledge or assumptions
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
**Example**: `/azure:work-item-sync --direction=both --project=MyProject --area-path=MyProject\Team1`
|
|
29
|
-
|
|
30
|
-
**What this does**:
|
|
31
|
-
- Authenticates with Azure DevOps using PAT
|
|
32
|
-
- Fetches GitHub Issues and Azure DevOps Work Items
|
|
33
|
-
- Maps fields between systems (title, description, labels, assignees, status)
|
|
34
|
-
- Creates missing work items/issues in target systems
|
|
35
|
-
- Updates existing items with latest changes
|
|
36
|
-
- Maintains relationship links and sync metadata
|
|
37
|
-
|
|
38
|
-
Use the azure-devops-specialist agent to implement bidirectional synchronization between GitHub Issues and Azure DevOps Work Items.
|
|
39
|
-
|
|
40
|
-
Requirements for the agent:
|
|
41
|
-
- Set up Azure DevOps REST API authentication using Personal Access Token
|
|
42
|
-
- Implement GitHub Issues API integration using GitHub CLI or REST API
|
|
43
|
-
- Create field mapping between GitHub Issues and Azure DevOps Work Items
|
|
44
|
-
- Handle bidirectional synchronization with conflict resolution
|
|
45
|
-
- Maintain sync metadata to track relationships and prevent duplicates
|
|
46
|
-
- Implement proper error handling and retry logic for API failures
|
|
47
|
-
- Add progress reporting and detailed logging of sync operations
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
allowed-tools: Task, Read, Write, Edit, MultiEdit, Bash, Glob, Grep
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Cloud Infrastructure Deployment
|
|
6
|
-
|
|
7
|
-
Deploys infrastructure to cloud providers using Terraform.
|
|
8
|
-
|
|
9
|
-
**Usage**: `/cloud:infra-deploy [--provider=aws|azure|gcp] [--env=dev|staging|prod] [--services=compute,storage,database]`
|
|
10
|
-
|
|
11
|
-
## Required Documentation Access
|
|
12
|
-
|
|
13
|
-
**MANDATORY:** Before deploying infrastructure, query Context7 for best practices:
|
|
14
|
-
|
|
15
|
-
**Documentation Queries:**
|
|
16
|
-
- `mcp://context7/infrastructure/deployment` - deployment best practices
|
|
17
|
-
- `mcp://context7/cloud/best-practices` - best practices best practices
|
|
18
|
-
- `mcp://context7/devops/automation` - automation best practices
|
|
19
|
-
- `mcp://context7/infrastructure/configuration` - configuration best practices
|
|
20
|
-
|
|
21
|
-
**Why This is Required:**
|
|
22
|
-
- Ensures adherence to current industry standards and best practices
|
|
23
|
-
- Prevents outdated or incorrect implementation patterns
|
|
24
|
-
- Provides access to latest framework/tool documentation
|
|
25
|
-
- Reduces errors from stale knowledge or assumptions
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
**Example**: `/cloud:infra-deploy --provider=aws --env=staging --services=eks,rds,s3`
|
|
29
|
-
|
|
30
|
-
**What this does**:
|
|
31
|
-
- Creates Terraform modules for selected cloud
|
|
32
|
-
- Configures provider and backend
|
|
33
|
-
- Sets up networking and security
|
|
34
|
-
- Deploys requested services
|
|
35
|
-
- Implements cost optimization
|
|
36
|
-
- Adds monitoring and alerting
|
|
37
|
-
|
|
38
|
-
Use the appropriate cloud architect agent (aws-cloud-architect, azure-cloud-architect, or gcp-cloud-architect) based on provider.
|