chore(agents): cleanup skill manifests and remove shared manifest (#2035)
Update per-agent bmad-skill-manifest.yaml files and remove the now-redundant shared bmad-skill-manifest.yaml after capabilities were inlined into SKILL.md.
This commit is contained in:
parent
e5062a8bbb
commit
a1418dfd28
|
|
@ -1,4 +1,4 @@
|
||||||
type: agent
|
type: skill
|
||||||
name: bmad-agent-analyst
|
name: bmad-agent-analyst
|
||||||
displayName: Mary
|
displayName: Mary
|
||||||
title: Business Analyst
|
title: Business Analyst
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
type: agent
|
type: skill
|
||||||
name: bmad-agent-architect
|
name: bmad-agent-architect
|
||||||
displayName: Winston
|
displayName: Winston
|
||||||
title: Architect
|
title: Architect
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
type: agent
|
type: skill
|
||||||
name: bmad-agent-dev
|
name: bmad-agent-dev
|
||||||
displayName: Amelia
|
displayName: Amelia
|
||||||
title: Developer Agent
|
title: Developer Agent
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
type: agent
|
type: skill
|
||||||
name: bmad-agent-pm
|
name: bmad-agent-pm
|
||||||
displayName: John
|
displayName: John
|
||||||
title: Product Manager
|
title: Product Manager
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
type: agent
|
type: skill
|
||||||
name: bmad-agent-qa
|
name: bmad-agent-qa
|
||||||
displayName: Quinn
|
displayName: Quinn
|
||||||
title: QA Engineer
|
title: QA Engineer
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
type: agent
|
type: skill
|
||||||
name: bmad-agent-quick-flow-solo-dev
|
name: bmad-agent-quick-flow-solo-dev
|
||||||
displayName: Barry
|
displayName: Barry
|
||||||
title: Quick Flow Solo Dev
|
title: Quick Flow Solo Dev
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
type: agent
|
type: skill
|
||||||
name: bmad-agent-sm
|
name: bmad-agent-sm
|
||||||
displayName: Bob
|
displayName: Bob
|
||||||
title: Scrum Master
|
title: Scrum Master
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
type: agent
|
type: skill
|
||||||
name: bmad-agent-tech-writer
|
name: bmad-agent-tech-writer
|
||||||
displayName: Paige
|
displayName: Paige
|
||||||
title: Technical Writer
|
title: Technical Writer
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
type: agent
|
type: skill
|
||||||
name: bmad-agent-ux-designer
|
name: bmad-agent-ux-designer
|
||||||
displayName: Sally
|
displayName: Sally
|
||||||
title: UX Designer
|
title: UX Designer
|
||||||
|
|
|
||||||
|
|
@ -1,39 +0,0 @@
|
||||||
analyst.agent.yaml:
|
|
||||||
canonicalId: bmad-analyst
|
|
||||||
type: agent
|
|
||||||
description: "Business Analyst for market research, competitive analysis, and requirements elicitation"
|
|
||||||
|
|
||||||
architect.agent.yaml:
|
|
||||||
canonicalId: bmad-architect
|
|
||||||
type: agent
|
|
||||||
description: "Architect for distributed systems, cloud infrastructure, and API design"
|
|
||||||
|
|
||||||
dev.agent.yaml:
|
|
||||||
canonicalId: bmad-dev
|
|
||||||
type: agent
|
|
||||||
description: "Developer Agent for story execution, test-driven development, and code implementation"
|
|
||||||
|
|
||||||
pm.agent.yaml:
|
|
||||||
canonicalId: bmad-pm
|
|
||||||
type: agent
|
|
||||||
description: "Product Manager for PRD creation, requirements discovery, and stakeholder alignment"
|
|
||||||
|
|
||||||
qa.agent.yaml:
|
|
||||||
canonicalId: bmad-qa
|
|
||||||
type: agent
|
|
||||||
description: "QA Engineer for test automation, API testing, and E2E testing"
|
|
||||||
|
|
||||||
quick-flow-solo-dev.agent.yaml:
|
|
||||||
canonicalId: bmad-quick-flow-solo-dev
|
|
||||||
type: agent
|
|
||||||
description: "Quick Flow Solo Dev for rapid spec creation and lean implementation"
|
|
||||||
|
|
||||||
sm.agent.yaml:
|
|
||||||
canonicalId: bmad-sm
|
|
||||||
type: agent
|
|
||||||
description: "Scrum Master for sprint planning, story preparation, and agile ceremonies"
|
|
||||||
|
|
||||||
ux-designer.agent.yaml:
|
|
||||||
canonicalId: bmad-ux-designer
|
|
||||||
type: agent
|
|
||||||
description: "UX Designer for user research, interaction design, and UI patterns"
|
|
||||||
Loading…
Reference in New Issue