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,329 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
allowed-tools: Task, Bash, Read, Write, Edit, WebFetch, Glob, Grep
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Azure DevOps Task Close
|
|
6
|
-
|
|
7
|
-
Complete a task, update status, and prepare for next work.
|
|
8
|
-
|
|
9
|
-
**Usage**: `/azure:task-close <task-id> [--create-pr] [--hours-spent=<hours>]`
|
|
10
|
-
|
|
11
|
-
**Examples**:
|
|
12
|
-
- `/azure:task-close 102` - Close task and update status
|
|
13
|
-
- `/azure:task-close 102 --create-pr` - Close task and create pull request
|
|
14
|
-
- `/azure:task-close 102 --hours-spent=10` - Close with time tracking
|
|
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. Preflight Checks
|
|
46
|
-
|
|
47
|
-
1. **Validate Task:**
|
|
48
|
-
- Verify task exists and is assigned to current user
|
|
49
|
-
- Check status is "Active" or "In Progress"
|
|
50
|
-
- If not active, ask: "Task not active. Mark as complete anyway?"
|
|
51
|
-
|
|
52
|
-
2. **Check Prerequisites:**
|
|
53
|
-
- Verify all subtasks are complete
|
|
54
|
-
- Check if code is committed
|
|
55
|
-
- Verify tests are passing (if applicable)
|
|
56
|
-
|
|
57
|
-
### 2. Completion Checklist
|
|
58
|
-
|
|
59
|
-
Present interactive checklist:
|
|
60
|
-
|
|
61
|
-
```
|
|
62
|
-
📋 Task #102 Completion Checklist
|
|
63
|
-
|
|
64
|
-
Before closing this task, please confirm:
|
|
65
|
-
✓ Code implementation complete
|
|
66
|
-
✓ Unit tests written and passing
|
|
67
|
-
✓ Integration tests passing
|
|
68
|
-
? Documentation updated (y/n): _
|
|
69
|
-
? Code reviewed by peer (y/n): _
|
|
70
|
-
? Branch ready to merge (y/n): _
|
|
71
|
-
|
|
72
|
-
Hours spent on task: 10h (estimated: 12h)
|
|
73
|
-
Efficiency: 120% 🎉
|
|
74
|
-
```
|
|
75
|
-
|
|
76
|
-
### 3. Update Task in Azure DevOps
|
|
77
|
-
|
|
78
|
-
Use azure-devops-specialist agent:
|
|
79
|
-
|
|
80
|
-
```json
|
|
81
|
-
[
|
|
82
|
-
{
|
|
83
|
-
"op": "replace",
|
|
84
|
-
"path": "/fields/System.State",
|
|
85
|
-
"value": "Closed"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"op": "replace",
|
|
89
|
-
"path": "/fields/Microsoft.VSTS.Scheduling.RemainingWork",
|
|
90
|
-
"value": 0
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"op": "add",
|
|
94
|
-
"path": "/fields/Microsoft.VSTS.Common.ClosedDate",
|
|
95
|
-
"value": "{current_datetime}"
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"op": "add",
|
|
99
|
-
"path": "/fields/System.History",
|
|
100
|
-
"value": "Task completed. Hours spent: {hours_spent}. {completion_notes}"
|
|
101
|
-
}
|
|
102
|
-
]
|
|
103
|
-
```
|
|
104
|
-
|
|
105
|
-
### 4. Git Operations
|
|
106
|
-
|
|
107
|
-
#### Create Pull Request (if --create-pr)
|
|
108
|
-
|
|
109
|
-
```bash
|
|
110
|
-
# Ensure all changes are committed
|
|
111
|
-
git add -A
|
|
112
|
-
git commit -m "Complete Task #${TASK_ID}: ${TASK_TITLE}
|
|
113
|
-
|
|
114
|
-
- Implementation complete
|
|
115
|
-
- Tests passing
|
|
116
|
-
- Documentation updated
|
|
117
|
-
|
|
118
|
-
Closes #${TASK_ID}"
|
|
119
|
-
|
|
120
|
-
# Push branch
|
|
121
|
-
git push origin ${BRANCH_NAME}
|
|
122
|
-
|
|
123
|
-
# Create PR using GitHub CLI
|
|
124
|
-
gh pr create \
|
|
125
|
-
--title "Task #${TASK_ID}: ${TASK_TITLE}" \
|
|
126
|
-
--body "## Summary
|
|
127
|
-
Completes Task #${TASK_ID} from User Story #${STORY_ID}
|
|
128
|
-
|
|
129
|
-
## Changes
|
|
130
|
-
- ${CHANGE_SUMMARY}
|
|
131
|
-
|
|
132
|
-
## Testing
|
|
133
|
-
- Unit tests: ✅
|
|
134
|
-
- Integration tests: ✅
|
|
135
|
-
- Manual testing: ✅
|
|
136
|
-
|
|
137
|
-
## Checklist
|
|
138
|
-
- [x] Code complete
|
|
139
|
-
- [x] Tests passing
|
|
140
|
-
- [x] Documentation updated
|
|
141
|
-
- [x] Ready for review
|
|
142
|
-
|
|
143
|
-
Azure DevOps Task: [#${TASK_ID}](https://dev.azure.com/${ORG}/${PROJECT}/_workitems/edit/${TASK_ID})" \
|
|
144
|
-
--base main \
|
|
145
|
-
--assignee @me \
|
|
146
|
-
--label "task-${TASK_ID}"
|
|
147
|
-
```
|
|
148
|
-
|
|
149
|
-
#### Clean up branch (after merge)
|
|
150
|
-
|
|
151
|
-
```bash
|
|
152
|
-
# Switch back to main
|
|
153
|
-
git checkout main
|
|
154
|
-
git pull origin main
|
|
155
|
-
|
|
156
|
-
# Delete local branch
|
|
157
|
-
git branch -d ${BRANCH_NAME}
|
|
158
|
-
|
|
159
|
-
# Delete remote branch
|
|
160
|
-
git push origin --delete ${BRANCH_NAME}
|
|
161
|
-
```
|
|
162
|
-
|
|
163
|
-
### 5. Time Tracking
|
|
164
|
-
|
|
165
|
-
Record time spent:
|
|
166
|
-
|
|
167
|
-
```bash
|
|
168
|
-
# Update time log
|
|
169
|
-
echo "${TIMESTAMP}|COMPLETED|${TASK_ID}|${HOURS_SPENT}h" >> .claude/azure/time-tracking.log
|
|
170
|
-
|
|
171
|
-
# Update work log
|
|
172
|
-
cat >> .claude/azure/tasks/${TASK_ID}/work.md << EOF
|
|
173
|
-
|
|
174
|
-
## Completion Summary
|
|
175
|
-
- Completed: ${TIMESTAMP}
|
|
176
|
-
- Hours Spent: ${HOURS_SPENT}h
|
|
177
|
-
- Efficiency: ${EFFICIENCY}%
|
|
178
|
-
- PR: ${PR_URL}
|
|
179
|
-
EOF
|
|
180
|
-
```
|
|
181
|
-
|
|
182
|
-
### 6. Parent Story Update
|
|
183
|
-
|
|
184
|
-
Check if User Story can be closed:
|
|
185
|
-
|
|
186
|
-
```
|
|
187
|
-
📊 User Story #34 Progress Update
|
|
188
|
-
|
|
189
|
-
With Task #102 complete:
|
|
190
|
-
- Tasks Completed: 4/6 (67%)
|
|
191
|
-
- Hours Completed: 20/27h (74%)
|
|
192
|
-
- Remaining Tasks:
|
|
193
|
-
- #104: Integration tests (6h)
|
|
194
|
-
- #105: Documentation (3h)
|
|
195
|
-
|
|
196
|
-
❓ All development tasks complete. Close User Story? (y/n): _
|
|
197
|
-
```
|
|
198
|
-
|
|
199
|
-
### 7. Success Output
|
|
200
|
-
|
|
201
|
-
```
|
|
202
|
-
✅ Task #${TASK_ID} closed successfully!
|
|
203
|
-
|
|
204
|
-
📋 Task Summary:
|
|
205
|
-
- Title: ${TASK_TITLE}
|
|
206
|
-
- Hours Spent: ${HOURS_SPENT}h (Estimated: ${ESTIMATED}h)
|
|
207
|
-
- Efficiency: ${EFFICIENCY}%
|
|
208
|
-
- Duration: ${START_DATE} → ${END_DATE}
|
|
209
|
-
|
|
210
|
-
🔧 Development Summary:
|
|
211
|
-
- Branch: ${BRANCH_NAME}
|
|
212
|
-
- Commits: ${COMMIT_COUNT}
|
|
213
|
-
- Files Changed: ${FILES_CHANGED}
|
|
214
|
-
- Lines Added: +${LINES_ADDED} / Removed: -${LINES_REMOVED}
|
|
215
|
-
|
|
216
|
-
🔗 Links:
|
|
217
|
-
- Azure DevOps: https://dev.azure.com/${ORG}/${PROJECT}/_workitems/edit/${TASK_ID}
|
|
218
|
-
- Pull Request: ${PR_URL}
|
|
219
|
-
|
|
220
|
-
📊 Your Sprint Progress:
|
|
221
|
-
- Tasks Completed Today: 2
|
|
222
|
-
- Tasks Remaining: 3
|
|
223
|
-
- Sprint Velocity: On Track ✅
|
|
224
|
-
|
|
225
|
-
🚀 Next Available Tasks:
|
|
226
|
-
1. Task #104: Integration tests (6h) - Ready to start
|
|
227
|
-
2. Task #105: Documentation (3h) - Blocked by #104
|
|
228
|
-
|
|
229
|
-
Start next task? (y/n): _
|
|
230
|
-
```
|
|
231
|
-
|
|
232
|
-
### 8. Automated Next Steps
|
|
233
|
-
|
|
234
|
-
If user confirms, automatically:
|
|
235
|
-
|
|
236
|
-
1. **Start next task:**
|
|
237
|
-
```bash
|
|
238
|
-
/azure:task-start 104
|
|
239
|
-
```
|
|
240
|
-
|
|
241
|
-
2. **Update sprint board:**
|
|
242
|
-
```bash
|
|
243
|
-
/azure:sprint-update
|
|
244
|
-
```
|
|
245
|
-
|
|
246
|
-
3. **Generate status report:**
|
|
247
|
-
```bash
|
|
248
|
-
/azure:status --generate-report
|
|
249
|
-
```
|
|
250
|
-
|
|
251
|
-
### 9. Metrics Collection
|
|
252
|
-
|
|
253
|
-
Track completion metrics:
|
|
254
|
-
|
|
255
|
-
```json
|
|
256
|
-
{
|
|
257
|
-
"task_id": 102,
|
|
258
|
-
"completed_date": "2024-01-10T15:30:00Z",
|
|
259
|
-
"hours_estimated": 12,
|
|
260
|
-
"hours_actual": 10,
|
|
261
|
-
"efficiency": 120,
|
|
262
|
-
"quality_metrics": {
|
|
263
|
-
"tests_added": 15,
|
|
264
|
-
"coverage_change": "+5%",
|
|
265
|
-
"bugs_found": 0,
|
|
266
|
-
"review_iterations": 1
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
```
|
|
270
|
-
|
|
271
|
-
### 10. Celebration Features
|
|
272
|
-
|
|
273
|
-
For milestone completions:
|
|
274
|
-
|
|
275
|
-
```
|
|
276
|
-
🎉 Milestone Achieved!
|
|
277
|
-
|
|
278
|
-
You've completed your 10th task this sprint!
|
|
279
|
-
Your average efficiency: 115%
|
|
280
|
-
Team ranking: #2
|
|
281
|
-
|
|
282
|
-
🏆
|
|
283
|
-
________________
|
|
284
|
-
| |
|
|
285
|
-
| EXCELLENT |
|
|
286
|
-
| WORK! |
|
|
287
|
-
|________________|
|
|
288
|
-
\||/
|
|
289
|
-
||
|
|
290
|
-
```
|
|
291
|
-
|
|
292
|
-
## Smart Features
|
|
293
|
-
|
|
294
|
-
### Auto-detect completion
|
|
295
|
-
- Check if PR is merged
|
|
296
|
-
- Verify CI/CD passing
|
|
297
|
-
- Detect if tests added
|
|
298
|
-
|
|
299
|
-
### Suggest improvements
|
|
300
|
-
- If over estimate, suggest better estimation
|
|
301
|
-
- If under, check if scope was reduced
|
|
302
|
-
- Recommend process improvements
|
|
303
|
-
|
|
304
|
-
### Learn patterns
|
|
305
|
-
- Track common completion times
|
|
306
|
-
- Identify task types user excels at
|
|
307
|
-
- Suggest optimal task assignments
|
|
308
|
-
|
|
309
|
-
## Error Handling
|
|
310
|
-
|
|
311
|
-
- **Task not found**: Show similar tasks
|
|
312
|
-
- **Not assigned to user**: Show actual assignee
|
|
313
|
-
- **Tests failing**: Block closure, show failures
|
|
314
|
-
- **Uncommitted changes**: Prompt to commit first
|
|
315
|
-
|
|
316
|
-
## Hooks
|
|
317
|
-
|
|
318
|
-
- `pre-task-close`: Validate before closing
|
|
319
|
-
- `post-task-close`: Cleanup and notifications
|
|
320
|
-
|
|
321
|
-
Example hook:
|
|
322
|
-
```bash
|
|
323
|
-
#!/bin/bash
|
|
324
|
-
# .claude/hooks/pre-task-close.sh
|
|
325
|
-
# Ensure all tests pass
|
|
326
|
-
npm test || exit 1
|
|
327
|
-
# Check code coverage
|
|
328
|
-
npm run coverage:check || exit 1
|
|
329
|
-
```
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
allowed-tools: Task, Bash, Read, Write, Edit, WebFetch, Glob, Grep
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Azure DevOps Task Edit
|
|
6
|
-
|
|
7
|
-
Edit Task details and properties in Azure DevOps.
|
|
8
|
-
|
|
9
|
-
**Usage**: `/azure:task-edit <task-id> [--field=value]`
|
|
10
|
-
|
|
11
|
-
**Examples**:
|
|
12
|
-
- `/azure:task-edit 102 --title="Updated implementation"`
|
|
13
|
-
- `/azure:task-edit 102 --hours=10 --status=Active`
|
|
14
|
-
- `/azure:task-edit 102 --assigned-to=sarah@example.com`
|
|
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. Parse Arguments
|
|
46
|
-
|
|
47
|
-
Extract field updates:
|
|
48
|
-
- `--title`: Task title
|
|
49
|
-
- `--description`: Description
|
|
50
|
-
- `--hours`: Remaining hours
|
|
51
|
-
- `--hours-completed`: Completed hours
|
|
52
|
-
- `--status`: State (To Do, In Progress, Done)
|
|
53
|
-
- `--assigned-to`: Assignee
|
|
54
|
-
- `--activity`: Activity type (Development, Testing, Documentation, etc.)
|
|
55
|
-
- `--priority`: Task priority
|
|
56
|
-
|
|
57
|
-
### 2. Interactive Mode
|
|
58
|
-
|
|
59
|
-
If no fields specified:
|
|
60
|
-
|
|
61
|
-
```
|
|
62
|
-
📝 Editing Task #102: Implementation
|
|
63
|
-
|
|
64
|
-
Current values in [brackets]. Enter to keep.
|
|
65
|
-
|
|
66
|
-
Title [Implementation]: Core implementation
|
|
67
|
-
Description [Implement password reset logic]:
|
|
68
|
-
Remaining Hours [8]: 6
|
|
69
|
-
Completed Hours [4]: 6
|
|
70
|
-
Status [In Progress]:
|
|
71
|
-
Assigned To [john@example.com]: sarah@example.com
|
|
72
|
-
Activity [Development]:
|
|
73
|
-
Priority [2]: 1
|
|
74
|
-
|
|
75
|
-
Review changes:
|
|
76
|
-
- Title: Implementation → Core implementation
|
|
77
|
-
- Remaining: 8h → 6h
|
|
78
|
-
- Completed: 4h → 6h
|
|
79
|
-
- Assigned: john → sarah
|
|
80
|
-
- Priority: 2 → 1
|
|
81
|
-
|
|
82
|
-
Confirm? (y/n): _
|
|
83
|
-
```
|
|
84
|
-
|
|
85
|
-
### 3. Update Task
|
|
86
|
-
|
|
87
|
-
Use azure-devops-specialist agent:
|
|
88
|
-
|
|
89
|
-
```json
|
|
90
|
-
[
|
|
91
|
-
{
|
|
92
|
-
"op": "replace",
|
|
93
|
-
"path": "/fields/System.Title",
|
|
94
|
-
"value": "{new_title}"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"op": "replace",
|
|
98
|
-
"path": "/fields/Microsoft.VSTS.Scheduling.RemainingWork",
|
|
99
|
-
"value": {remaining_hours}
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
"op": "replace",
|
|
103
|
-
"path": "/fields/Microsoft.VSTS.Scheduling.CompletedWork",
|
|
104
|
-
"value": {completed_hours}
|
|
105
|
-
}
|
|
106
|
-
]
|
|
107
|
-
```
|
|
108
|
-
|
|
109
|
-
### 4. Success Output
|
|
110
|
-
|
|
111
|
-
```
|
|
112
|
-
✅ Task #102 updated successfully!
|
|
113
|
-
|
|
114
|
-
📋 Changes:
|
|
115
|
-
- Title: "Implementation" → "Core implementation"
|
|
116
|
-
- Remaining: 8h → 6h
|
|
117
|
-
- Completed: 4h → 6h
|
|
118
|
-
- Assigned: john@example.com → sarah@example.com
|
|
119
|
-
- Priority: 2 → 1
|
|
120
|
-
|
|
121
|
-
📊 Impact:
|
|
122
|
-
- Parent Story: #34 progress updated (65% complete)
|
|
123
|
-
- Sprint capacity: Sarah at 85% capacity
|
|
124
|
-
- Timeline: On track for completion
|
|
125
|
-
|
|
126
|
-
🔗 View: https://dev.azure.com/{org}/{project}/_workitems/edit/102
|
|
127
|
-
|
|
128
|
-
Next: /azure:task-show 102
|
|
129
|
-
```
|
|
130
|
-
|
|
131
|
-
## Quick Edit Shortcuts
|
|
132
|
-
|
|
133
|
-
```bash
|
|
134
|
-
# Mark as done
|
|
135
|
-
/azure:task-edit 102 --done
|
|
136
|
-
|
|
137
|
-
# Reassign
|
|
138
|
-
/azure:task-edit 102 --reassign=sarah
|
|
139
|
-
|
|
140
|
-
# Update hours
|
|
141
|
-
/azure:task-edit 102 --log-hours=2
|
|
142
|
-
|
|
143
|
-
# Block task
|
|
144
|
-
/azure:task-edit 102 --blocked="Waiting for API"
|
|
145
|
-
```
|