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,380 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
allowed-tools: Task, Bash, Read, Write, Edit, WebFetch, Glob, Grep
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Azure DevOps Feature Decompose
|
|
6
|
-
|
|
7
|
-
Break down a Feature/Epic into User Stories with comprehensive planning.
|
|
8
|
-
|
|
9
|
-
**Usage**: `/azure:feature-decompose <feature-id|feature-name>`
|
|
10
|
-
|
|
11
|
-
**Examples**:
|
|
12
|
-
- `/azure:feature-decompose 25` - Decompose Feature #25
|
|
13
|
-
- `/azure:feature-decompose authentication-system` - Create and decompose new feature
|
|
14
|
-
|
|
15
|
-
## Required Environment Variables
|
|
16
|
-
|
|
17
|
-
Ensure `.claude/.env` contains:
|
|
18
|
-
|
|
19
|
-
```bash
|
|
20
|
-
AZURE_DEVOPS_PAT=<your-pat-token>
|
|
21
|
-
AZURE_DEVOPS_ORG=<your-organization>
|
|
22
|
-
AZURE_DEVOPS_PROJECT=<your-project>
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
## Required Documentation Access
|
|
26
|
-
|
|
27
|
-
**MANDATORY:** Before decomposing Azure features, query Context7 for best practices:
|
|
28
|
-
|
|
29
|
-
**Documentation Queries:**
|
|
30
|
-
- `mcp://context7/agile/feature-breakdown` - feature breakdown best practices
|
|
31
|
-
- `mcp://context7/azure-devops/features` - features best practices
|
|
32
|
-
- `mcp://context7/agile/task-sizing` - task sizing best practices
|
|
33
|
-
- `mcp://context7/project-management/work-breakdown` - work breakdown best practices
|
|
34
|
-
|
|
35
|
-
**Why This is Required:**
|
|
36
|
-
- Ensures adherence to current industry standards and best practices
|
|
37
|
-
- Prevents outdated or incorrect implementation patterns
|
|
38
|
-
- Provides access to latest framework/tool documentation
|
|
39
|
-
- Reduces errors from stale knowledge or assumptions
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
## Instructions
|
|
43
|
-
|
|
44
|
-
### 1. Feature Analysis
|
|
45
|
-
|
|
46
|
-
If numeric ID provided:
|
|
47
|
-
- Fetch existing Feature/Epic from Azure DevOps
|
|
48
|
-
- Analyze description and requirements
|
|
49
|
-
|
|
50
|
-
If name provided:
|
|
51
|
-
- Create new Feature/Epic first
|
|
52
|
-
- Guide through feature definition
|
|
53
|
-
|
|
54
|
-
### 2. Decomposition Strategy
|
|
55
|
-
|
|
56
|
-
#### Interactive Discovery
|
|
57
|
-
|
|
58
|
-
```
|
|
59
|
-
🎯 Feature: Authentication System
|
|
60
|
-
|
|
61
|
-
Let's break this down into User Stories.
|
|
62
|
-
|
|
63
|
-
What types of users will interact with this feature?
|
|
64
|
-
1. End Users (customers)
|
|
65
|
-
2. Administrators
|
|
66
|
-
3. Support Staff
|
|
67
|
-
4. System/API consumers
|
|
68
|
-
5. All of the above
|
|
69
|
-
|
|
70
|
-
Select user types (comma-separated): _
|
|
71
|
-
|
|
72
|
-
What are the key capabilities needed?
|
|
73
|
-
[ ] User registration
|
|
74
|
-
[ ] Login/logout
|
|
75
|
-
[ ] Password management
|
|
76
|
-
[ ] Multi-factor authentication
|
|
77
|
-
[ ] Social login (OAuth)
|
|
78
|
-
[ ] Role-based access control
|
|
79
|
-
[ ] Session management
|
|
80
|
-
[ ] API authentication
|
|
81
|
-
[ ] Audit logging
|
|
82
|
-
[ ] Account lockout/security
|
|
83
|
-
|
|
84
|
-
Select capabilities (comma-separated): _
|
|
85
|
-
```
|
|
86
|
-
|
|
87
|
-
### 3. Generate User Stories
|
|
88
|
-
|
|
89
|
-
Based on selections, create stories:
|
|
90
|
-
|
|
91
|
-
#### Story Templates
|
|
92
|
-
|
|
93
|
-
**Registration Flow:**
|
|
94
|
-
```yaml
|
|
95
|
-
Title: "As a new user, I want to register an account"
|
|
96
|
-
Description: Complete registration flow with email verification
|
|
97
|
-
Acceptance Criteria:
|
|
98
|
-
- User can enter email and password
|
|
99
|
-
- Email verification sent
|
|
100
|
-
- Account activated after verification
|
|
101
|
-
- Welcome email sent
|
|
102
|
-
Story Points: 5
|
|
103
|
-
Priority: 1
|
|
104
|
-
```
|
|
105
|
-
|
|
106
|
-
**Login Flow:**
|
|
107
|
-
```yaml
|
|
108
|
-
Title: "As a registered user, I want to log in securely"
|
|
109
|
-
Description: Secure login with remember me option
|
|
110
|
-
Acceptance Criteria:
|
|
111
|
-
- Email/password authentication
|
|
112
|
-
- Remember me checkbox
|
|
113
|
-
- Failed attempt tracking
|
|
114
|
-
- Account lockout after N attempts
|
|
115
|
-
Story Points: 8
|
|
116
|
-
Priority: 1
|
|
117
|
-
```
|
|
118
|
-
|
|
119
|
-
**Password Reset:**
|
|
120
|
-
```yaml
|
|
121
|
-
Title: "As a user, I want to reset my forgotten password"
|
|
122
|
-
Description: Self-service password reset via email
|
|
123
|
-
Acceptance Criteria:
|
|
124
|
-
- Reset link via email
|
|
125
|
-
- Secure token validation
|
|
126
|
-
- Password complexity requirements
|
|
127
|
-
- Confirmation of reset
|
|
128
|
-
Story Points: 5
|
|
129
|
-
Priority: 2
|
|
130
|
-
```
|
|
131
|
-
|
|
132
|
-
### 4. Story Mapping
|
|
133
|
-
|
|
134
|
-
Create visual story map:
|
|
135
|
-
|
|
136
|
-
```
|
|
137
|
-
📊 Authentication System - Story Map
|
|
138
|
-
|
|
139
|
-
User Journey →
|
|
140
|
-
┌─────────────┬──────────────┬──────────────┬──────────────┐
|
|
141
|
-
│ Discovery │ Registration │ Usage │ Management │
|
|
142
|
-
├─────────────┼──────────────┼──────────────┼──────────────┤
|
|
143
|
-
│ │ ▢ Register │ ▢ Login │ ▢ Profile │ MVP
|
|
144
|
-
│ │ account │ │ update │
|
|
145
|
-
│ │ │ ▢ Logout │ │
|
|
146
|
-
│ │ ▢ Verify │ │ ▢ Password │
|
|
147
|
-
│ │ email │ │ change │
|
|
148
|
-
├─────────────┼──────────────┼──────────────┼──────────────┤
|
|
149
|
-
│ │ ▢ Social │ ▢ Remember │ ▢ MFA setup │ Release 2
|
|
150
|
-
│ │ signup │ me │ │
|
|
151
|
-
│ │ │ │ ▢ Security │
|
|
152
|
-
│ │ │ ▢ SSO login │ settings │
|
|
153
|
-
├─────────────┼──────────────┼──────────────┼──────────────┤
|
|
154
|
-
│ ▢ Landing │ ▢ Bulk │ ▢ API auth │ ▢ Audit │ Release 3
|
|
155
|
-
│ page │ import │ │ logs │
|
|
156
|
-
│ │ │ ▢ Session │ │
|
|
157
|
-
│ │ │ management │ ▢ Compliance │
|
|
158
|
-
└─────────────┴──────────────┴──────────────┴──────────────┘
|
|
159
|
-
|
|
160
|
-
Total Stories: 15
|
|
161
|
-
MVP Stories: 6 (26 points)
|
|
162
|
-
Total Points: 89
|
|
163
|
-
```
|
|
164
|
-
|
|
165
|
-
### 5. Dependency Mapping
|
|
166
|
-
|
|
167
|
-
Identify dependencies between stories:
|
|
168
|
-
|
|
169
|
-
```
|
|
170
|
-
🔗 Story Dependencies
|
|
171
|
-
|
|
172
|
-
┌─────────────────┐
|
|
173
|
-
│ Database Schema │
|
|
174
|
-
└────────┬────────┘
|
|
175
|
-
↓
|
|
176
|
-
┌─────────────────┐ ┌──────────────┐
|
|
177
|
-
│ User Registration├────→│ Email Service│
|
|
178
|
-
└────────┬────────┘ └──────────────┘
|
|
179
|
-
↓
|
|
180
|
-
┌─────────────────┐
|
|
181
|
-
│ User Login │
|
|
182
|
-
└────────┬────────┘
|
|
183
|
-
├──────────────┐
|
|
184
|
-
↓ ↓
|
|
185
|
-
┌──────────────┐ ┌──────────────┐
|
|
186
|
-
│Password Reset│ │ User Profile │
|
|
187
|
-
└──────────────┘ └──────┬───────┘
|
|
188
|
-
↓
|
|
189
|
-
┌──────────────┐
|
|
190
|
-
│ MFA Setup │
|
|
191
|
-
└──────────────┘
|
|
192
|
-
```
|
|
193
|
-
|
|
194
|
-
### 6. Create in Azure DevOps
|
|
195
|
-
|
|
196
|
-
Use azure-devops-specialist agent to create:
|
|
197
|
-
|
|
198
|
-
1. **Create Feature/Epic:**
|
|
199
|
-
```json
|
|
200
|
-
{
|
|
201
|
-
"op": "add",
|
|
202
|
-
"path": "/fields/System.Title",
|
|
203
|
-
"value": "Authentication System"
|
|
204
|
-
}
|
|
205
|
-
```
|
|
206
|
-
|
|
207
|
-
2. **Create User Stories with hierarchy:**
|
|
208
|
-
```json
|
|
209
|
-
{
|
|
210
|
-
"op": "add",
|
|
211
|
-
"path": "/relations/-",
|
|
212
|
-
"value": {
|
|
213
|
-
"rel": "System.LinkTypes.Hierarchy-Reverse",
|
|
214
|
-
"url": "feature_url"
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
```
|
|
218
|
-
|
|
219
|
-
3. **Set dependencies between stories**
|
|
220
|
-
|
|
221
|
-
4. **Assign to iterations based on priority**
|
|
222
|
-
|
|
223
|
-
### 7. Output Summary
|
|
224
|
-
|
|
225
|
-
```
|
|
226
|
-
✅ Feature Decomposition Complete!
|
|
227
|
-
|
|
228
|
-
📦 Feature: Authentication System (#25)
|
|
229
|
-
URL: https://dev.azure.com/{org}/{project}/_workitems/edit/25
|
|
230
|
-
|
|
231
|
-
📋 Created User Stories:
|
|
232
|
-
|
|
233
|
-
Release 1 (MVP) - Sprint 1-2:
|
|
234
|
-
#41 User Registration (5 pts) - Priority 1
|
|
235
|
-
#42 Email Verification (3 pts) - Priority 1
|
|
236
|
-
#43 User Login (8 pts) - Priority 1
|
|
237
|
-
#44 Logout (2 pts) - Priority 2
|
|
238
|
-
#45 Password Reset (5 pts) - Priority 2
|
|
239
|
-
#46 Profile Management (3 pts) - Priority 3
|
|
240
|
-
|
|
241
|
-
Release 2 - Sprint 3-4:
|
|
242
|
-
#47 Social Login (8 pts) - Priority 2
|
|
243
|
-
#48 Remember Me (2 pts) - Priority 3
|
|
244
|
-
#49 MFA Setup (13 pts) - Priority 2
|
|
245
|
-
#50 SSO Integration (13 pts) - Priority 3
|
|
246
|
-
|
|
247
|
-
Release 3 - Sprint 5-6:
|
|
248
|
-
#51 API Authentication (8 pts) - Priority 3
|
|
249
|
-
#52 Session Management (5 pts) - Priority 3
|
|
250
|
-
#53 Audit Logging (5 pts) - Priority 3
|
|
251
|
-
#54 Compliance Reports (8 pts) - Priority 4
|
|
252
|
-
|
|
253
|
-
📊 Summary:
|
|
254
|
-
- Total User Stories: 14
|
|
255
|
-
- Total Story Points: 89
|
|
256
|
-
- Estimated Sprints: 6
|
|
257
|
-
- Team Capacity Needed: 2-3 developers
|
|
258
|
-
|
|
259
|
-
📈 Breakdown by Priority:
|
|
260
|
-
- Priority 1: 3 stories (16 pts)
|
|
261
|
-
- Priority 2: 4 stories (23 pts)
|
|
262
|
-
- Priority 3: 6 stories (34 pts)
|
|
263
|
-
- Priority 4: 1 story (8 pts)
|
|
264
|
-
|
|
265
|
-
🎯 Next Steps:
|
|
266
|
-
1. Review and prioritize stories with Product Owner
|
|
267
|
-
2. Assign stories to Sprint 1
|
|
268
|
-
3. Parse first story into tasks: /azure:us-parse 41
|
|
269
|
-
4. Create technical design documents
|
|
270
|
-
5. Set up development environment
|
|
271
|
-
|
|
272
|
-
📁 Documentation saved:
|
|
273
|
-
.claude/azure/features/authentication-system.md
|
|
274
|
-
|
|
275
|
-
Would you like to:
|
|
276
|
-
1. Start parsing the first User Story
|
|
277
|
-
2. Adjust priorities
|
|
278
|
-
3. View detailed story map
|
|
279
|
-
4. Export to different format
|
|
280
|
-
|
|
281
|
-
Select (1-4): _
|
|
282
|
-
```
|
|
283
|
-
|
|
284
|
-
### 8. Templates Library
|
|
285
|
-
|
|
286
|
-
Offer pre-built feature templates:
|
|
287
|
-
|
|
288
|
-
```
|
|
289
|
-
📚 Feature Templates Available:
|
|
290
|
-
|
|
291
|
-
1. Authentication System (14 stories, 89 pts)
|
|
292
|
-
2. E-commerce Checkout (12 stories, 76 pts)
|
|
293
|
-
3. Search & Filtering (8 stories, 55 pts)
|
|
294
|
-
4. Notification System (10 stories, 68 pts)
|
|
295
|
-
5. Admin Dashboard (15 stories, 102 pts)
|
|
296
|
-
6. Payment Integration (11 stories, 84 pts)
|
|
297
|
-
7. User Onboarding (7 stories, 42 pts)
|
|
298
|
-
8. API Gateway (9 stories, 71 pts)
|
|
299
|
-
|
|
300
|
-
Select template (1-8) or 'custom' for interactive: _
|
|
301
|
-
```
|
|
302
|
-
|
|
303
|
-
### 9. Estimation Assistance
|
|
304
|
-
|
|
305
|
-
Help with story point estimation:
|
|
306
|
-
|
|
307
|
-
```
|
|
308
|
-
📏 Story Point Estimation Helper
|
|
309
|
-
|
|
310
|
-
Analyzing: "User Login" story
|
|
311
|
-
|
|
312
|
-
Complexity Factors:
|
|
313
|
-
- UI Work: Medium (login form, validation)
|
|
314
|
-
- Backend: Medium (auth service, JWT)
|
|
315
|
-
- Database: Low (user lookup)
|
|
316
|
-
- Integration: Medium (session management)
|
|
317
|
-
- Testing: Medium (security tests needed)
|
|
318
|
-
|
|
319
|
-
Similar Stories from History:
|
|
320
|
-
- "User Profile Update" - 5 points (simpler)
|
|
321
|
-
- "Password Reset" - 5 points (similar)
|
|
322
|
-
- "OAuth Integration" - 13 points (more complex)
|
|
323
|
-
|
|
324
|
-
Suggested Points: 8
|
|
325
|
-
Confidence: High (based on 15 similar stories)
|
|
326
|
-
|
|
327
|
-
Accept suggestion? (y/n/adjust): _
|
|
328
|
-
```
|
|
329
|
-
|
|
330
|
-
## Smart Features
|
|
331
|
-
|
|
332
|
-
### AI-Powered Suggestions
|
|
333
|
-
- Analyze feature description
|
|
334
|
-
- Suggest missing user stories
|
|
335
|
-
- Identify common patterns
|
|
336
|
-
|
|
337
|
-
### Risk Assessment
|
|
338
|
-
- Highlight complex stories
|
|
339
|
-
- Flag dependencies
|
|
340
|
-
- Suggest mitigation strategies
|
|
341
|
-
|
|
342
|
-
### Capacity Planning
|
|
343
|
-
- Calculate team bandwidth
|
|
344
|
-
- Suggest sprint allocation
|
|
345
|
-
- Identify resource gaps
|
|
346
|
-
|
|
347
|
-
## Error Handling
|
|
348
|
-
|
|
349
|
-
- **Feature not found**: Offer to create new
|
|
350
|
-
- **Insufficient details**: Guide through discovery
|
|
351
|
-
- **Capacity exceeded**: Suggest phasing options
|
|
352
|
-
|
|
353
|
-
## Local Tracking
|
|
354
|
-
|
|
355
|
-
Save decomposition to `.claude/azure/features/{name}.md`:
|
|
356
|
-
|
|
357
|
-
```markdown
|
|
358
|
-
# Feature: Authentication System
|
|
359
|
-
|
|
360
|
-
Created: 2024-01-10
|
|
361
|
-
Feature ID: #25
|
|
362
|
-
Total Points: 89
|
|
363
|
-
|
|
364
|
-
## User Stories
|
|
365
|
-
|
|
366
|
-
### MVP (26 points)
|
|
367
|
-
1. [#41] User Registration (5 pts)
|
|
368
|
-
2. [#42] Email Verification (3 pts)
|
|
369
|
-
...
|
|
370
|
-
|
|
371
|
-
## Dependencies
|
|
372
|
-
- Email service required by Day 1
|
|
373
|
-
- Database schema must be complete
|
|
374
|
-
...
|
|
375
|
-
|
|
376
|
-
## Risks
|
|
377
|
-
- OAuth provider integration complexity
|
|
378
|
-
- MFA vendor selection pending
|
|
379
|
-
...
|
|
380
|
-
```
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
allowed-tools: Task, Bash, Read, Write, WebFetch, Glob, Grep
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Azure DevOps Feature List
|
|
6
|
-
|
|
7
|
-
List all Features/Epics with filtering and sorting options.
|
|
8
|
-
|
|
9
|
-
**Usage**: `/azure:feature-list [--status=<state>] [--quarter=<Q>]`
|
|
10
|
-
|
|
11
|
-
**Examples**:
|
|
12
|
-
- `/azure:feature-list` - All features
|
|
13
|
-
- `/azure:feature-list --status=Active` - Active features
|
|
14
|
-
- `/azure:feature-list --quarter=Q1` - Q1 features
|
|
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
|
-
### Display Format
|
|
36
|
-
|
|
37
|
-
```
|
|
38
|
-
📦 Features/Epics Overview
|
|
39
|
-
═══════════════════════════════════════════════════════════════
|
|
40
|
-
|
|
41
|
-
| ID | Feature | Status | Progress | Points | Value | Target | Owner |
|
|
42
|
-
|----|---------|--------|----------|--------|-------|--------|-------|
|
|
43
|
-
| 25 | Authentication | 🔄 Active | 82% | 89 | 85 | Q1 | Product |
|
|
44
|
-
| 26 | Payment Gateway | 📅 Planned | 0% | 55 | 92 | Q2 | - |
|
|
45
|
-
| 27 | Search System | 🆕 New | 10% | 34 | 70 | Q1 | Tech |
|
|
46
|
-
| 28 | Analytics | ✅ Done | 100% | 21 | 60 | Q1 | Data |
|
|
47
|
-
|
|
48
|
-
📊 Summary:
|
|
49
|
-
- Active: 1 (89 points)
|
|
50
|
-
- Planned: 1 (55 points)
|
|
51
|
-
- New: 1 (34 points)
|
|
52
|
-
- Done: 1 (21 points)
|
|
53
|
-
|
|
54
|
-
Total Value: 307
|
|
55
|
-
Q1 Capacity: 144/150 points (96%)
|
|
56
|
-
|
|
57
|
-
🎯 Recommendations:
|
|
58
|
-
- Feature #25 needs attention (behind schedule)
|
|
59
|
-
- Feature #26 ready to start
|
|
60
|
-
- Consider deferring Feature #27 to Q2
|
|
61
|
-
```
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
allowed-tools: Task, Bash, Read, Write, Edit, WebFetch, Glob, Grep
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
# Azure DevOps Feature New
|
|
6
|
-
|
|
7
|
-
Create a new Feature/Epic in Azure DevOps with comprehensive planning.
|
|
8
|
-
|
|
9
|
-
**Usage**: `/azure:feature-new <feature-name>`
|
|
10
|
-
|
|
11
|
-
**Examples**:
|
|
12
|
-
- `/azure:feature-new authentication-system`
|
|
13
|
-
- `/azure:feature-new payment-integration`
|
|
14
|
-
|
|
15
|
-
## Required Documentation Access
|
|
16
|
-
|
|
17
|
-
**MANDATORY:** Before Azure DevOps integration and agile workflows, query Context7 for best practices:
|
|
18
|
-
|
|
19
|
-
**Documentation Queries:**
|
|
20
|
-
- `mcp://context7/azure-devops/boards` - boards best practices
|
|
21
|
-
- `mcp://context7/agile/user-stories` - user stories best practices
|
|
22
|
-
- `mcp://context7/project-management/work-items` - work items best practices
|
|
23
|
-
- `mcp://context7/agile/sprint-planning` - sprint planning best practices
|
|
24
|
-
|
|
25
|
-
**Why This is Required:**
|
|
26
|
-
- Ensures adherence to current industry standards and best practices
|
|
27
|
-
- Prevents outdated or incorrect implementation patterns
|
|
28
|
-
- Provides access to latest framework/tool documentation
|
|
29
|
-
- Reduces errors from stale knowledge or assumptions
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
## Instructions
|
|
33
|
-
|
|
34
|
-
### 1. Interactive Feature Creation
|
|
35
|
-
|
|
36
|
-
```
|
|
37
|
-
🎯 Creating new Feature: authentication-system
|
|
38
|
-
|
|
39
|
-
Feature Planning:
|
|
40
|
-
─────────────────────────────────────────────────
|
|
41
|
-
Title: Authentication System
|
|
42
|
-
Description: [Complete user authentication and authorization system]
|
|
43
|
-
Business Value: [85/100]
|
|
44
|
-
Time Criticality: [High/Medium/Low]
|
|
45
|
-
Effort (Story Points): [89]
|
|
46
|
-
Target Date: [End of Q1]
|
|
47
|
-
Risk: [Medium]
|
|
48
|
-
|
|
49
|
-
Key Capabilities:
|
|
50
|
-
□ User registration
|
|
51
|
-
□ Login/logout
|
|
52
|
-
□ Password management
|
|
53
|
-
□ Multi-factor auth
|
|
54
|
-
□ Role-based access
|
|
55
|
-
□ Session management
|
|
56
|
-
|
|
57
|
-
Dependencies:
|
|
58
|
-
- Database schema
|
|
59
|
-
- Email service
|
|
60
|
-
- Security audit
|
|
61
|
-
|
|
62
|
-
Confirm creation? (y/n): _
|
|
63
|
-
```
|
|
64
|
-
|
|
65
|
-
### 2. Create Feature
|
|
66
|
-
|
|
67
|
-
Use azure-devops-specialist agent:
|
|
68
|
-
|
|
69
|
-
```json
|
|
70
|
-
{
|
|
71
|
-
"op": "add",
|
|
72
|
-
"path": "/fields/System.Title",
|
|
73
|
-
"value": "Authentication System"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"op": "add",
|
|
77
|
-
"path": "/fields/Microsoft.VSTS.Common.BusinessValue",
|
|
78
|
-
"value": 85
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"op": "add",
|
|
82
|
-
"path": "/fields/Microsoft.VSTS.Scheduling.Effort",
|
|
83
|
-
"value": 89
|
|
84
|
-
}
|
|
85
|
-
```
|
|
86
|
-
|
|
87
|
-
### 3. Success Output
|
|
88
|
-
|
|
89
|
-
```
|
|
90
|
-
✅ Feature #25 created successfully!
|
|
91
|
-
|
|
92
|
-
Authentication System
|
|
93
|
-
Business Value: 85
|
|
94
|
-
Effort: 89 points
|
|
95
|
-
Risk: Medium
|
|
96
|
-
|
|
97
|
-
Next steps:
|
|
98
|
-
1. Decompose into stories: /azure:feature-decompose 25
|
|
99
|
-
2. Assign to team
|
|
100
|
-
3. Schedule planning session
|
|
101
|
-
|
|
102
|
-
View: https://dev.azure.com/{org}/{project}/_workitems/edit/25
|
|
103
|
-
```
|
|
104
|
-
|
|
105
|
-
### 4. Auto-Decomposition Option
|
|
106
|
-
|
|
107
|
-
```
|
|
108
|
-
Would you like to:
|
|
109
|
-
[1] Decompose into User Stories now
|
|
110
|
-
[2] Schedule planning session
|
|
111
|
-
[3] Add team members
|
|
112
|
-
[4] Exit
|
|
113
|
-
|
|
114
|
-
Select: _
|
|
115
|
-
```
|