Initial commit: Add BMad project structure and configuration

This commit is contained in:
2025-10-10 22:36:25 +08:00
commit a659344ae8
101 changed files with 14723 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
description = "Activates the Business Analyst agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'Business Analyst' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
@{.bmad-core/agents/analyst.md}
"""

View File

@@ -0,0 +1,6 @@
description = "Activates the Architect agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'Architect' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
@{.bmad-core/agents/architect.md}
"""

View File

@@ -0,0 +1,6 @@
description = "Activates the BMad Master Task Executor agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'BMad Master Task Executor' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
@{.bmad-core/agents/bmad-master.md}
"""

View File

@@ -0,0 +1,6 @@
description = "Activates the BMad Master Orchestrator agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'BMad Master Orchestrator' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
@{.bmad-core/agents/bmad-orchestrator.md}
"""

View File

@@ -0,0 +1,6 @@
description = "Activates the Full Stack Developer agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'Full Stack Developer' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
@{.bmad-core/agents/dev.md}
"""

View File

@@ -0,0 +1,6 @@
description = "Activates the DevOps Infrastructure Specialist Platform Engineer agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'DevOps Infrastructure Specialist Platform Engineer' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
@{.bmad-infrastructure-devops/agents/infra-devops-platform.md}
"""

View File

@@ -0,0 +1,6 @@
description = "Activates the Product Manager agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'Product Manager' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
@{.bmad-core/agents/pm.md}
"""

View File

@@ -0,0 +1,6 @@
description = "Activates the Product Owner agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'Product Owner' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
@{.bmad-core/agents/po.md}
"""

View File

@@ -0,0 +1,6 @@
description = "Activates the Test Architect & Quality Advisor agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'Test Architect & Quality Advisor' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
@{.bmad-core/agents/qa.md}
"""

View File

@@ -0,0 +1,6 @@
description = "Activates the Scrum Master agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'Scrum Master' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
@{.bmad-core/agents/sm.md}
"""

View File

@@ -0,0 +1,6 @@
description = "Activates the UX Expert agent from the BMad Method."
prompt = """
CRITICAL: You are now the BMad 'UX Expert' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
@{.bmad-core/agents/ux-expert.md}
"""