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,262 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
allowed-tools: Task, Bash, Read, Write, WebFetch, Glob, Grep
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Azure DevOps Next Task
|
|
6
|
-
|
|
7
|
-
Get AI-powered recommendation for the next task to work on based on priorities, dependencies, and capacity.
|
|
8
|
-
|
|
9
|
-
**Usage**: `/azure:next-task [--user=<email>] [--auto-start]`
|
|
10
|
-
|
|
11
|
-
**Examples**:
|
|
12
|
-
- `/azure:next-task` - Get your next recommended task
|
|
13
|
-
- `/azure:next-task --auto-start` - Get and immediately start the task
|
|
14
|
-
- `/azure:next-task --user=sarah@example.com` - Recommend for specific user
|
|
15
|
-
|
|
16
|
-
## Required Environment Variables
|
|
17
|
-
|
|
18
|
-
Ensure `.claude/.env` contains:
|
|
19
|
-
|
|
20
|
-
```bash
|
|
21
|
-
AZURE_DEVOPS_PAT=<your-pat-token>
|
|
22
|
-
AZURE_DEVOPS_ORG=<your-organization>
|
|
23
|
-
AZURE_DEVOPS_PROJECT=<your-project>
|
|
24
|
-
```
|
|
25
|
-
|
|
26
|
-
## Required Documentation Access
|
|
27
|
-
|
|
28
|
-
**MANDATORY:** Before Azure DevOps integration and agile workflows, query Context7 for best practices:
|
|
29
|
-
|
|
30
|
-
**Documentation Queries:**
|
|
31
|
-
- `mcp://context7/azure-devops/boards` - boards best practices
|
|
32
|
-
- `mcp://context7/agile/user-stories` - user stories best practices
|
|
33
|
-
- `mcp://context7/project-management/work-items` - work items best practices
|
|
34
|
-
- `mcp://context7/agile/sprint-planning` - sprint planning best practices
|
|
35
|
-
|
|
36
|
-
**Why This is Required:**
|
|
37
|
-
- Ensures adherence to current industry standards and best practices
|
|
38
|
-
- Prevents outdated or incorrect implementation patterns
|
|
39
|
-
- Provides access to latest framework/tool documentation
|
|
40
|
-
- Reduces errors from stale knowledge or assumptions
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
## Instructions
|
|
44
|
-
|
|
45
|
-
### 1. Analyze Context
|
|
46
|
-
|
|
47
|
-
Use azure-devops-specialist agent to analyze:
|
|
48
|
-
- Current sprint goals
|
|
49
|
-
- User's active tasks
|
|
50
|
-
- Task dependencies
|
|
51
|
-
- Priority scores
|
|
52
|
-
- Team capacity
|
|
53
|
-
- Blockers
|
|
54
|
-
|
|
55
|
-
### 2. Recommendation Algorithm
|
|
56
|
-
|
|
57
|
-
Score tasks based on:
|
|
58
|
-
- **Priority**: Critical > High > Medium > Low
|
|
59
|
-
- **Dependencies**: Unblocked tasks first
|
|
60
|
-
- **Sprint goals**: Align with sprint objectives
|
|
61
|
-
- **Story completion**: Prefer finishing stories
|
|
62
|
-
- **Skills match**: Match user expertise
|
|
63
|
-
- **Time available**: Fit within capacity
|
|
64
|
-
|
|
65
|
-
### 3. Display Recommendation
|
|
66
|
-
|
|
67
|
-
```
|
|
68
|
-
🎯 Next Task Recommendation
|
|
69
|
-
═══════════════════════════════════════════════════════════
|
|
70
|
-
|
|
71
|
-
Based on your current context, I recommend:
|
|
72
|
-
|
|
73
|
-
📋 Task #104: Integration tests
|
|
74
|
-
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
|
75
|
-
Parent Story: #34 - Implement user password reset
|
|
76
|
-
Estimated Time: 4h remaining
|
|
77
|
-
Priority: High
|
|
78
|
-
Status: In Progress (33% complete)
|
|
79
|
-
|
|
80
|
-
📊 Why this task?
|
|
81
|
-
────────────────────────────────────────────────────────────
|
|
82
|
-
✓ Continues your current work (already 33% done)
|
|
83
|
-
✓ High priority - blocks Story #34 completion
|
|
84
|
-
✓ No dependencies - can start immediately
|
|
85
|
-
✓ Fits your available time (4h task, 8h capacity)
|
|
86
|
-
✓ Aligns with sprint goal (complete Story #34)
|
|
87
|
-
✓ You have context from Task #102, #103
|
|
88
|
-
|
|
89
|
-
📈 Impact of completing this:
|
|
90
|
-
────────────────────────────────────────────────────────────
|
|
91
|
-
• Story #34 will be 80% complete
|
|
92
|
-
• Unblocks Task #105 (Documentation)
|
|
93
|
-
• Moves sprint progress to 65%
|
|
94
|
-
• Keeps team on track for sprint goal
|
|
95
|
-
|
|
96
|
-
🔄 Alternative recommendations:
|
|
97
|
-
────────────────────────────────────────────────────────────
|
|
98
|
-
2. Task #220: Update API docs (2h) - Quick win
|
|
99
|
-
3. Task #301: Bug fix (3h) - High priority
|
|
100
|
-
4. Task #105: Documentation (3h) - If #104 blocked
|
|
101
|
-
|
|
102
|
-
⚡ Quick Actions:
|
|
103
|
-
────────────────────────────────────────────────────────────
|
|
104
|
-
[1] Start Task #104 now
|
|
105
|
-
[2] View task details
|
|
106
|
-
[3] Check dependencies
|
|
107
|
-
[4] See alternative tasks
|
|
108
|
-
[5] Skip and get next recommendation
|
|
109
|
-
|
|
110
|
-
Select (1-5): _
|
|
111
|
-
```
|
|
112
|
-
|
|
113
|
-
### 4. Auto-Start Mode
|
|
114
|
-
|
|
115
|
-
If `--auto-start` flag is used:
|
|
116
|
-
|
|
117
|
-
```
|
|
118
|
-
🚀 Auto-starting recommended task...
|
|
119
|
-
|
|
120
|
-
✅ Task #104 started!
|
|
121
|
-
- Status: Active
|
|
122
|
-
- Branch created: task-104-integration-tests
|
|
123
|
-
- Assigned to: You
|
|
124
|
-
- Timer started
|
|
125
|
-
|
|
126
|
-
Opening work environment...
|
|
127
|
-
- Work file: .claude/azure/tasks/104/work.md
|
|
128
|
-
- Parent story: Loaded
|
|
129
|
-
- Test files: Located at tests/integration/
|
|
130
|
-
|
|
131
|
-
Ready to work! Good luck with integration tests!
|
|
132
|
-
```
|
|
133
|
-
|
|
134
|
-
### 5. No Tasks Available
|
|
135
|
-
|
|
136
|
-
When no suitable tasks:
|
|
137
|
-
|
|
138
|
-
```
|
|
139
|
-
📭 No immediate tasks available
|
|
140
|
-
|
|
141
|
-
Current situation:
|
|
142
|
-
- All high-priority tasks are blocked
|
|
143
|
-
- Your current tasks are waiting for review
|
|
144
|
-
- No unassigned tasks match your skills
|
|
145
|
-
|
|
146
|
-
Suggestions:
|
|
147
|
-
1. Help unblock Task #215 (waiting for API specs)
|
|
148
|
-
2. Review PR #457 (Sarah's code)
|
|
149
|
-
3. Start planning next sprint
|
|
150
|
-
4. Update documentation
|
|
151
|
-
5. Pair with team member
|
|
152
|
-
|
|
153
|
-
Would you like to:
|
|
154
|
-
[1] View blocked tasks
|
|
155
|
-
[2] See all available tasks
|
|
156
|
-
[3] Check other team members' needs
|
|
157
|
-
[4] Start sprint planning
|
|
158
|
-
|
|
159
|
-
Select (1-4): _
|
|
160
|
-
```
|
|
161
|
-
|
|
162
|
-
### 6. Smart Context Features
|
|
163
|
-
|
|
164
|
-
#### Continuation Detection
|
|
165
|
-
If user has in-progress work:
|
|
166
|
-
```
|
|
167
|
-
💡 You have an in-progress task!
|
|
168
|
-
|
|
169
|
-
Task #102: Implementation (60% complete)
|
|
170
|
-
Last worked: 2 hours ago
|
|
171
|
-
Recommendation: Continue this task
|
|
172
|
-
|
|
173
|
-
Resume work? (y/n): _
|
|
174
|
-
```
|
|
175
|
-
|
|
176
|
-
#### End-of-Sprint Mode
|
|
177
|
-
When sprint is ending:
|
|
178
|
-
```
|
|
179
|
-
⏰ Sprint ends in 1 day!
|
|
180
|
-
|
|
181
|
-
Focusing on sprint completion:
|
|
182
|
-
1. Task #104 (4h) - Must complete for Story #34
|
|
183
|
-
2. Task #215 (1h) - Quick fix, high impact
|
|
184
|
-
3. Skip Task #305 - Save for next sprint
|
|
185
|
-
|
|
186
|
-
Start sprint-critical Task #104? (y/n): _
|
|
187
|
-
```
|
|
188
|
-
|
|
189
|
-
#### Skill-Based Matching
|
|
190
|
-
```
|
|
191
|
-
🎯 Matched to your expertise:
|
|
192
|
-
|
|
193
|
-
Task #401: React component optimization
|
|
194
|
-
Why: You completed 5 similar React tasks
|
|
195
|
-
Success rate: 95% on React tasks
|
|
196
|
-
Estimated time: 3h (based on your history)
|
|
197
|
-
```
|
|
198
|
-
|
|
199
|
-
### 7. Team Coordination
|
|
200
|
-
|
|
201
|
-
Show when pairing would help:
|
|
202
|
-
|
|
203
|
-
```
|
|
204
|
-
👥 Pairing Opportunity!
|
|
205
|
-
|
|
206
|
-
Task #104: Integration tests
|
|
207
|
-
Sarah is also available and has context
|
|
208
|
-
Pair programming would reduce time by 40%
|
|
209
|
-
|
|
210
|
-
Invite Sarah to pair? (y/n): _
|
|
211
|
-
```
|
|
212
|
-
|
|
213
|
-
### 8. Learning Opportunities
|
|
214
|
-
|
|
215
|
-
Suggest growth tasks:
|
|
216
|
-
|
|
217
|
-
```
|
|
218
|
-
📚 Learning Opportunity!
|
|
219
|
-
|
|
220
|
-
Task #501: GraphQL implementation
|
|
221
|
-
- New technology for you
|
|
222
|
-
- Mike can mentor (he's available)
|
|
223
|
-
- Good for skill development
|
|
224
|
-
- Medium priority, good timing
|
|
225
|
-
|
|
226
|
-
Take on this growth task? (y/n): _
|
|
227
|
-
```
|
|
228
|
-
|
|
229
|
-
## Configuration
|
|
230
|
-
|
|
231
|
-
`.claude/azure/next-task-config.yml`:
|
|
232
|
-
```yaml
|
|
233
|
-
recommendation:
|
|
234
|
-
algorithm: "smart" # smart, priority, random
|
|
235
|
-
consider_skills: true
|
|
236
|
-
consider_capacity: true
|
|
237
|
-
prefer_story_completion: true
|
|
238
|
-
growth_tasks_weight: 0.2
|
|
239
|
-
|
|
240
|
-
filters:
|
|
241
|
-
min_priority: 3
|
|
242
|
-
max_hours: 8
|
|
243
|
-
exclude_types: ["research"]
|
|
244
|
-
```
|
|
245
|
-
|
|
246
|
-
## Analytics
|
|
247
|
-
|
|
248
|
-
Track recommendation success:
|
|
249
|
-
|
|
250
|
-
```
|
|
251
|
-
📊 Recommendation Analytics (Last 30 days)
|
|
252
|
-
|
|
253
|
-
Acceptance rate: 78%
|
|
254
|
-
Completion rate: 92%
|
|
255
|
-
Average time saved: 1.2h/task
|
|
256
|
-
Most declined reason: "Already working on something"
|
|
257
|
-
|
|
258
|
-
Top patterns:
|
|
259
|
-
- Morning: Prefer complex tasks
|
|
260
|
-
- Afternoon: Prefer quick wins
|
|
261
|
-
- Friday: Prefer documentation
|
|
262
|
-
```
|
|
@@ -1,160 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
allowed-tools: Task, Bash, Read, Write, WebFetch, Glob, Grep
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Azure DevOps Search
|
|
6
|
-
|
|
7
|
-
Search work items across Azure DevOps with advanced filters.
|
|
8
|
-
|
|
9
|
-
**Usage**: `/azure:search <query> [--type=<type>] [--field=<field>]`
|
|
10
|
-
|
|
11
|
-
**Examples**:
|
|
12
|
-
- `/azure:search "password reset"` - Search all items
|
|
13
|
-
- `/azure:search "bug" --type=task` - Search tasks only
|
|
14
|
-
- `/azure:search "john" --field=assigned-to` - Search by assignee
|
|
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
|
-
### 1. Search Interface
|
|
36
|
-
|
|
37
|
-
```
|
|
38
|
-
🔍 Azure DevOps Search
|
|
39
|
-
═══════════════════════════════════════════════════════════════
|
|
40
|
-
|
|
41
|
-
Query: "password reset"
|
|
42
|
-
Filters: All types, All fields, Active items
|
|
43
|
-
|
|
44
|
-
Searching... Found 8 results
|
|
45
|
-
|
|
46
|
-
📋 Results:
|
|
47
|
-
─────────────────────────────────────────────────────────────
|
|
48
|
-
|
|
49
|
-
USER STORIES (2)
|
|
50
|
-
► #34 Implement user password reset [Active]
|
|
51
|
-
Relevance: ████████████ 100%
|
|
52
|
-
Assigned: john@example.com | Sprint 2
|
|
53
|
-
|
|
54
|
-
► #89 Forgot password flow [Closed]
|
|
55
|
-
Relevance: ████████░░░░ 65%
|
|
56
|
-
Closed: 2 months ago
|
|
57
|
-
|
|
58
|
-
TASKS (5)
|
|
59
|
-
► #102 Implementation - password reset logic [Active]
|
|
60
|
-
Relevance: ████████████ 100%
|
|
61
|
-
Parent: Story #34 | Assigned: john
|
|
62
|
-
|
|
63
|
-
► #103 Unit tests for password reset [Done]
|
|
64
|
-
Relevance: ██████████░░ 85%
|
|
65
|
-
Parent: Story #34 | Completed: Yesterday
|
|
66
|
-
|
|
67
|
-
► #104 Integration tests - password flow [Active]
|
|
68
|
-
Relevance: ████████░░░░ 70%
|
|
69
|
-
Parent: Story #34 | 33% complete
|
|
70
|
-
|
|
71
|
-
BUGS (1)
|
|
72
|
-
► #456 Password reset email not sending [Fixed]
|
|
73
|
-
Relevance: ██████░░░░░░ 50%
|
|
74
|
-
Fixed: Last week | Version: 1.2.3
|
|
75
|
-
|
|
76
|
-
📊 Search Summary:
|
|
77
|
-
- User Stories: 2 (1 active)
|
|
78
|
-
- Tasks: 5 (2 active)
|
|
79
|
-
- Bugs: 1 (0 active)
|
|
80
|
-
|
|
81
|
-
Refine search:
|
|
82
|
-
[1] Filter by type
|
|
83
|
-
[2] Filter by status
|
|
84
|
-
[3] Filter by date
|
|
85
|
-
[4] New search
|
|
86
|
-
[5] Export results
|
|
87
|
-
|
|
88
|
-
Select (1-5): _
|
|
89
|
-
```
|
|
90
|
-
|
|
91
|
-
### 2. Advanced Query Syntax
|
|
92
|
-
|
|
93
|
-
```
|
|
94
|
-
Supported queries:
|
|
95
|
-
- Exact match: "exact phrase"
|
|
96
|
-
- Wildcard: pass*
|
|
97
|
-
- Field search: assigned:john
|
|
98
|
-
- Operators: AND, OR, NOT
|
|
99
|
-
- Date: created:>2024-01-01
|
|
100
|
-
- State: state:active
|
|
101
|
-
- Tags: tag:security
|
|
102
|
-
|
|
103
|
-
Examples:
|
|
104
|
-
/azure:search "state:active AND assigned:@me"
|
|
105
|
-
/azure:search "created:>7d AND type:bug"
|
|
106
|
-
/azure:search "tag:security OR tag:auth"
|
|
107
|
-
```
|
|
108
|
-
|
|
109
|
-
### 3. Quick Filters
|
|
110
|
-
|
|
111
|
-
```
|
|
112
|
-
🔍 Quick Search Templates:
|
|
113
|
-
|
|
114
|
-
[1] My active items
|
|
115
|
-
[2] Unassigned tasks
|
|
116
|
-
[3] Overdue items
|
|
117
|
-
[4] Recent changes (last 7d)
|
|
118
|
-
[5] High priority bugs
|
|
119
|
-
[6] Blocked items
|
|
120
|
-
[7] Items without estimates
|
|
121
|
-
[8] Custom query
|
|
122
|
-
|
|
123
|
-
Select template: _
|
|
124
|
-
```
|
|
125
|
-
|
|
126
|
-
### 4. Search Results Actions
|
|
127
|
-
|
|
128
|
-
```
|
|
129
|
-
Select item for actions:
|
|
130
|
-
► #34 Implement user password reset
|
|
131
|
-
|
|
132
|
-
Actions:
|
|
133
|
-
[1] View details (/azure:us-show 34)
|
|
134
|
-
[2] Edit (/azure:us-edit 34)
|
|
135
|
-
[3] Start work (/azure:us-start 34)
|
|
136
|
-
[4] View in browser
|
|
137
|
-
[5] Copy link
|
|
138
|
-
[6] Back to results
|
|
139
|
-
|
|
140
|
-
Select: _
|
|
141
|
-
```
|
|
142
|
-
|
|
143
|
-
### 5. Export Options
|
|
144
|
-
|
|
145
|
-
```
|
|
146
|
-
Export search results:
|
|
147
|
-
- CSV: search-results.csv
|
|
148
|
-
- JSON: search-results.json
|
|
149
|
-
- Markdown: search-results.md
|
|
150
|
-
- HTML: search-results.html
|
|
151
|
-
|
|
152
|
-
Include:
|
|
153
|
-
✓ Title and ID
|
|
154
|
-
✓ Status
|
|
155
|
-
✓ Assigned To
|
|
156
|
-
✓ Dates
|
|
157
|
-
□ Description
|
|
158
|
-
□ Comments
|
|
159
|
-
□ History
|
|
160
|
-
```
|
|
@@ -1,235 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
allowed-tools: Task, Bash, Read, Write, WebFetch, Glob, Grep
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Azure DevOps Sprint Status
|
|
6
|
-
|
|
7
|
-
Comprehensive sprint dashboard with burndown, velocity, and team performance metrics.
|
|
8
|
-
|
|
9
|
-
**Usage**: `/azure:sprint-status [sprint-name] [--format=<type>]`
|
|
10
|
-
|
|
11
|
-
**Examples**:
|
|
12
|
-
- `/azure:sprint-status` - Current sprint status
|
|
13
|
-
- `/azure:sprint-status "Sprint 2"` - Specific sprint
|
|
14
|
-
- `/azure:sprint-status --format=burndown` - Focus on burndown chart
|
|
15
|
-
- `/azure:sprint-status --format=executive` - Executive summary
|
|
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. Sprint Overview Dashboard
|
|
47
|
-
|
|
48
|
-
```
|
|
49
|
-
🏃 Sprint 2 Status - Day 8 of 10
|
|
50
|
-
═══════════════════════════════════════════════════════════════
|
|
51
|
-
|
|
52
|
-
📊 SPRINT HEALTH: ⚠️ AT RISK
|
|
53
|
-
────────────────────────────────────────────────────────────────
|
|
54
|
-
|
|
55
|
-
Overall Progress: ████████████░░░░░░░░ 62%
|
|
56
|
-
Story Points: 21/34 completed
|
|
57
|
-
Tasks: 18/42 completed
|
|
58
|
-
Hours: 84/156 completed
|
|
59
|
-
|
|
60
|
-
🎯 Sprint Goals:
|
|
61
|
-
────────────────────────────────────────────────────────────────
|
|
62
|
-
1. ✅ Complete authentication system (Done)
|
|
63
|
-
2. 🔄 Implement password reset (75% - On Track)
|
|
64
|
-
3. ⚠️ Launch user profile (40% - At Risk)
|
|
65
|
-
4. ❌ Search functionality (10% - Will Not Complete)
|
|
66
|
-
|
|
67
|
-
📈 Burndown Chart:
|
|
68
|
-
────────────────────────────────────────────────────────────────
|
|
69
|
-
Hours
|
|
70
|
-
160 |■ Ideal
|
|
71
|
-
140 |■■■.
|
|
72
|
-
120 |■■■■■■..
|
|
73
|
-
100 |■■■■■■■■■... (Ideal)
|
|
74
|
-
80 |■■■■■■■■■■■■■■..
|
|
75
|
-
60 |■■■■■■■■■■■■■■■■■■ (Actual)
|
|
76
|
-
40 |■■■■■■■■■■■■■■■■■■■■■
|
|
77
|
-
20 |■■■■■■■■■■■■■■■■■■■■■■■■
|
|
78
|
-
0 +──────────────────────────→
|
|
79
|
-
M T W T F M T W T F
|
|
80
|
-
1 2 3 4 5 6 7 8 9 10
|
|
81
|
-
↑
|
|
82
|
-
Today
|
|
83
|
-
|
|
84
|
-
Status: 12 hours behind ideal
|
|
85
|
-
Projection: Need 36h/day to complete (have 29h capacity)
|
|
86
|
-
|
|
87
|
-
📋 User Stories Status:
|
|
88
|
-
────────────────────────────────────────────────────────────────
|
|
89
|
-
ID | Title | Points | Progress | Status
|
|
90
|
-
----+----------------------------+--------+----------+----------
|
|
91
|
-
34 | Password Reset | 8 | 75% | On Track
|
|
92
|
-
35 | User Profile | 5 | 40% | At Risk
|
|
93
|
-
36 | OAuth Integration | 13 | 90% | On Track
|
|
94
|
-
37 | Search Feature | 8 | 10% | Blocked
|
|
95
|
-
|
|
96
|
-
👥 Team Performance:
|
|
97
|
-
────────────────────────────────────────────────────────────────
|
|
98
|
-
| Assigned | Complete | In Prog | Capacity | Utilization
|
|
99
|
-
---------+----------+----------+---------+----------+------------
|
|
100
|
-
John | 8 tasks | 5 | 2 | 32h/40h | 80%
|
|
101
|
-
Sarah | 7 tasks | 4 | 2 | 28h/32h | 88%
|
|
102
|
-
Mike | 6 tasks | 3 | 1 | 30h/40h | 75%
|
|
103
|
-
Lisa | 5 tasks | 4 | 1 | 16h/24h | 67%
|
|
104
|
-
---------+----------+----------+---------+----------+------------
|
|
105
|
-
Total | 26 | 16 | 6 | 106/136h | 78%
|
|
106
|
-
|
|
107
|
-
🚧 Blockers & Risks:
|
|
108
|
-
────────────────────────────────────────────────────────────────
|
|
109
|
-
🔴 CRITICAL:
|
|
110
|
-
• Story #37: Search API not ready (blocking 8 points)
|
|
111
|
-
|
|
112
|
-
⚠️ HIGH:
|
|
113
|
-
• Test environment unstable (affecting 3 people)
|
|
114
|
-
• Story #35: Needs 2 more days but only 1.5 available
|
|
115
|
-
|
|
116
|
-
🟡 MEDIUM:
|
|
117
|
-
• PR review backlog: 4 PRs waiting >24h
|
|
118
|
-
• Mike at risk of burnout (88% capacity)
|
|
119
|
-
|
|
120
|
-
🎬 Key Actions Needed:
|
|
121
|
-
────────────────────────────────────────────────────────────────
|
|
122
|
-
1. ⚡ Move Story #37 to next sprint (PM decision needed)
|
|
123
|
-
2. ⚡ Add Sarah to help with Story #35
|
|
124
|
-
3. ⚡ Schedule emergency fix for test environment
|
|
125
|
-
4. ⚡ Clear PR backlog today
|
|
126
|
-
|
|
127
|
-
📊 Velocity Metrics:
|
|
128
|
-
────────────────────────────────────────────────────────────────
|
|
129
|
-
Current Sprint: 21 points (tracking for 26)
|
|
130
|
-
Last 3 Sprints: 28, 31, 29 (avg: 29.3)
|
|
131
|
-
Velocity Trend: ↘️ Declining
|
|
132
|
-
|
|
133
|
-
Team capacity next sprint: -2 developers (vacation)
|
|
134
|
-
Recommended load: 24 points maximum
|
|
135
|
-
```
|
|
136
|
-
|
|
137
|
-
### 2. Burndown Focus View
|
|
138
|
-
|
|
139
|
-
```
|
|
140
|
-
📉 Sprint 2 Burndown Analysis
|
|
141
|
-
═══════════════════════════════════════════════════════════════
|
|
142
|
-
|
|
143
|
-
Remaining Work Trend:
|
|
144
|
-
Day 1: 156h ████████████████████████████████
|
|
145
|
-
Day 2: 148h ███████████████████████████████
|
|
146
|
-
Day 3: 135h ████████████████████████████
|
|
147
|
-
Day 4: 128h ██████████████████████████
|
|
148
|
-
Day 5: 115h ████████████████████████
|
|
149
|
-
Day 6: 102h █████████████████████
|
|
150
|
-
Day 7: 89h ██████████████████
|
|
151
|
-
Day 8: 72h ███████████████ ← Current
|
|
152
|
-
Day 9: ? Projected: 45h
|
|
153
|
-
Day 10: ? Projected: 18h (Need: 0h)
|
|
154
|
-
|
|
155
|
-
⚠️ Gap Analysis:
|
|
156
|
-
- Behind by: 12 hours
|
|
157
|
-
- Daily burn rate needed: 36h
|
|
158
|
-
- Current burn rate: 24h
|
|
159
|
-
- Gap: -12h/day
|
|
160
|
-
|
|
161
|
-
Recovery Options:
|
|
162
|
-
1. Reduce scope by 18h (Move 2-3 tasks)
|
|
163
|
-
2. Add overtime (not recommended)
|
|
164
|
-
3. Defer Story #37 (saves 24h)
|
|
165
|
-
```
|
|
166
|
-
|
|
167
|
-
### 3. Executive Summary
|
|
168
|
-
|
|
169
|
-
```
|
|
170
|
-
📊 Sprint 2 - Executive Summary
|
|
171
|
-
═══════════════════════════════════════════════════════════════
|
|
172
|
-
|
|
173
|
-
SPRINT STATUS: ⚠️ AT RISK
|
|
174
|
-
|
|
175
|
-
Completion Forecast: 76% of committed work
|
|
176
|
-
Key Deliverables:
|
|
177
|
-
✅ Authentication system - COMPLETE
|
|
178
|
-
⚠️ Password reset - 75% (will complete)
|
|
179
|
-
⚠️ User profile - 40% (at risk)
|
|
180
|
-
❌ Search feature - 10% (defer to Sprint 3)
|
|
181
|
-
|
|
182
|
-
Financial Impact:
|
|
183
|
-
- Sprint Budget: $45,000
|
|
184
|
-
- Burn Rate: $4,500/day
|
|
185
|
-
- At Risk Value: $12,000 (Story #37)
|
|
186
|
-
|
|
187
|
-
Recommendations:
|
|
188
|
-
1. Defer search feature (Story #37)
|
|
189
|
-
2. Reallocate resources to Story #35
|
|
190
|
-
3. Plan 24 points for Sprint 3 (team capacity reduced)
|
|
191
|
-
|
|
192
|
-
Next Sprint Planning: Thursday 2 PM
|
|
193
|
-
Sprint Review: Friday 3 PM
|
|
194
|
-
Retrospective: Friday 4 PM
|
|
195
|
-
```
|
|
196
|
-
|
|
197
|
-
### 4. Quick Actions Menu
|
|
198
|
-
|
|
199
|
-
```
|
|
200
|
-
⚡ Quick Actions:
|
|
201
|
-
[1] Update task hours
|
|
202
|
-
[2] Move story to next sprint
|
|
203
|
-
[3] Assign resources
|
|
204
|
-
[4] Export report
|
|
205
|
-
[5] Send to Slack
|
|
206
|
-
[6] View detailed metrics
|
|
207
|
-
|
|
208
|
-
Select (1-6): _
|
|
209
|
-
```
|
|
210
|
-
|
|
211
|
-
## Export Formats
|
|
212
|
-
|
|
213
|
-
- `--format=burndown` - Burndown chart focus
|
|
214
|
-
- `--format=executive` - Executive summary
|
|
215
|
-
- `--format=team` - Team performance
|
|
216
|
-
- `--format=risks` - Blockers and risks
|
|
217
|
-
- `--format=pdf` - Full PDF report
|
|
218
|
-
- `--format=json` - Raw data for dashboards
|
|
219
|
-
|
|
220
|
-
## Automated Alerts
|
|
221
|
-
|
|
222
|
-
```yaml
|
|
223
|
-
alerts:
|
|
224
|
-
behind_schedule:
|
|
225
|
-
threshold: 10%
|
|
226
|
-
action: notify_pm
|
|
227
|
-
|
|
228
|
-
blocked_stories:
|
|
229
|
-
threshold: 2
|
|
230
|
-
action: escalate
|
|
231
|
-
|
|
232
|
-
capacity_exceeded:
|
|
233
|
-
threshold: 90%
|
|
234
|
-
action: warn_team
|
|
235
|
-
```
|