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 +1 -1
- package/src/bmm/agents/bmad-agent-analyst/bmad-skill-manifest.yaml +1 -1
- package/src/bmm/agents/bmad-agent-architect/bmad-skill-manifest.yaml +1 -1
- package/src/bmm/agents/bmad-agent-dev/bmad-skill-manifest.yaml +1 -1
- package/src/bmm/agents/bmad-agent-pm/bmad-skill-manifest.yaml +1 -1
- package/src/bmm/agents/bmad-agent-qa/bmad-skill-manifest.yaml +1 -1
- package/src/bmm/agents/bmad-agent-quick-flow-solo-dev/bmad-skill-manifest.yaml +1 -1
- package/src/bmm/agents/bmad-agent-sm/bmad-skill-manifest.yaml +1 -1
- package/src/bmm/agents/bmad-agent-tech-writer/bmad-skill-manifest.yaml +1 -1
- package/src/bmm/agents/bmad-agent-ux-designer/bmad-skill-manifest.yaml +1 -1
- package/src/bmm/agents/bmad-skill-manifest.yaml +0 -39
package/package.json
CHANGED
|
@@ -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"
|