bmad-method 6.2.1-next.5 → 6.2.1-next.6

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "bmad-method",
4
- "version": "6.2.1-next.5",
4
+ "version": "6.2.1-next.6",
5
5
  "description": "Breakthrough Method of Agile AI-driven Development",
6
6
  "keywords": [
7
7
  "agile",
@@ -1,4 +1,4 @@
1
- type: agent
1
+ type: skill
2
2
  name: bmad-agent-analyst
3
3
  displayName: Mary
4
4
  title: Business Analyst
@@ -1,4 +1,4 @@
1
- type: agent
1
+ type: skill
2
2
  name: bmad-agent-architect
3
3
  displayName: Winston
4
4
  title: Architect
@@ -1,4 +1,4 @@
1
- type: agent
1
+ type: skill
2
2
  name: bmad-agent-dev
3
3
  displayName: Amelia
4
4
  title: Developer Agent
@@ -1,4 +1,4 @@
1
- type: agent
1
+ type: skill
2
2
  name: bmad-agent-pm
3
3
  displayName: John
4
4
  title: Product Manager
@@ -1,4 +1,4 @@
1
- type: agent
1
+ type: skill
2
2
  name: bmad-agent-qa
3
3
  displayName: Quinn
4
4
  title: QA Engineer
@@ -1,4 +1,4 @@
1
- type: agent
1
+ type: skill
2
2
  name: bmad-agent-quick-flow-solo-dev
3
3
  displayName: Barry
4
4
  title: Quick Flow Solo Dev
@@ -1,4 +1,4 @@
1
- type: agent
1
+ type: skill
2
2
  name: bmad-agent-sm
3
3
  displayName: Bob
4
4
  title: Scrum Master
@@ -1,4 +1,4 @@
1
- type: agent
1
+ type: skill
2
2
  name: bmad-agent-tech-writer
3
3
  displayName: Paige
4
4
  title: Technical Writer
@@ -1,4 +1,4 @@
1
- type: agent
1
+ type: skill
2
2
  name: bmad-agent-ux-designer
3
3
  displayName: Sally
4
4
  title: UX Designer
@@ -1,39 +0,0 @@
1
- analyst.agent.yaml:
2
- canonicalId: bmad-analyst
3
- type: agent
4
- description: "Business Analyst for market research, competitive analysis, and requirements elicitation"
5
-
6
- architect.agent.yaml:
7
- canonicalId: bmad-architect
8
- type: agent
9
- description: "Architect for distributed systems, cloud infrastructure, and API design"
10
-
11
- dev.agent.yaml:
12
- canonicalId: bmad-dev
13
- type: agent
14
- description: "Developer Agent for story execution, test-driven development, and code implementation"
15
-
16
- pm.agent.yaml:
17
- canonicalId: bmad-pm
18
- type: agent
19
- description: "Product Manager for PRD creation, requirements discovery, and stakeholder alignment"
20
-
21
- qa.agent.yaml:
22
- canonicalId: bmad-qa
23
- type: agent
24
- description: "QA Engineer for test automation, API testing, and E2E testing"
25
-
26
- quick-flow-solo-dev.agent.yaml:
27
- canonicalId: bmad-quick-flow-solo-dev
28
- type: agent
29
- description: "Quick Flow Solo Dev for rapid spec creation and lean implementation"
30
-
31
- sm.agent.yaml:
32
- canonicalId: bmad-sm
33
- type: agent
34
- description: "Scrum Master for sprint planning, story preparation, and agile ceremonies"
35
-
36
- ux-designer.agent.yaml:
37
- canonicalId: bmad-ux-designer
38
- type: agent
39
- description: "UX Designer for user research, interaction design, and UI patterns"