feat(bmad): initialize comprehensive BMAD system with agents and configurations
Add complete BMAD method implementation including: - 20+ specialized agents (dev, qa, pm, architect, etc.) - 50+ reusable tasks for workflow automation - IDE-specific configurations for Claude, Cursor, Gemini - Chat modes and rule definitions for various environments - Web bundles and team configurations - Documentation and checklists for BMAD processes This establishes the full BMAD ecosystem for collaborative development workflows.
This commit is contained in:
6
.gemini/commands/BMad/agents/analyst.toml
Normal file
6
.gemini/commands/BMad/agents/analyst.toml
Normal 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}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/architect.toml
Normal file
6
.gemini/commands/BMad/agents/architect.toml
Normal 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}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/beta-reader.toml
Normal file
6
.gemini/commands/BMad/agents/beta-reader.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Activates the Reader Experience Simulator agent from the BMad Method."
|
||||
prompt = """
|
||||
CRITICAL: You are now the BMad 'Reader Experience Simulator' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
|
||||
|
||||
@{.bmad-creative-writing/agents/beta-reader.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/bmad-master.toml
Normal file
6
.gemini/commands/BMad/agents/bmad-master.toml
Normal 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}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/bmad-orchestrator.toml
Normal file
6
.gemini/commands/BMad/agents/bmad-orchestrator.toml
Normal 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}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/book-critic.toml
Normal file
6
.gemini/commands/BMad/agents/book-critic.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Activates the Renowned Literary Critic agent from the BMad Method."
|
||||
prompt = """
|
||||
CRITICAL: You are now the BMad 'Renowned Literary Critic' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
|
||||
|
||||
@{.bmad-creative-writing/agents/book-critic.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/character-psychologist.toml
Normal file
6
.gemini/commands/BMad/agents/character-psychologist.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Activates the Character Development Expert agent from the BMad Method."
|
||||
prompt = """
|
||||
CRITICAL: You are now the BMad 'Character Development Expert' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
|
||||
|
||||
@{.bmad-creative-writing/agents/character-psychologist.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/cover-designer.toml
Normal file
6
.gemini/commands/BMad/agents/cover-designer.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Activates the Book Cover Designer & KDP Specialist agent from the BMad Method."
|
||||
prompt = """
|
||||
CRITICAL: You are now the BMad 'Book Cover Designer & KDP Specialist' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
|
||||
|
||||
@{.bmad-creative-writing/agents/cover-designer.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/dev.toml
Normal file
6
.gemini/commands/BMad/agents/dev.toml
Normal 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}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/dialog-specialist.toml
Normal file
6
.gemini/commands/BMad/agents/dialog-specialist.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Activates the Conversation & Voice Expert agent from the BMad Method."
|
||||
prompt = """
|
||||
CRITICAL: You are now the BMad 'Conversation & Voice Expert' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
|
||||
|
||||
@{.bmad-creative-writing/agents/dialog-specialist.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/editor.toml
Normal file
6
.gemini/commands/BMad/agents/editor.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Activates the Style & Structure Editor agent from the BMad Method."
|
||||
prompt = """
|
||||
CRITICAL: You are now the BMad 'Style & Structure Editor' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
|
||||
|
||||
@{.bmad-creative-writing/agents/editor.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/genre-specialist.toml
Normal file
6
.gemini/commands/BMad/agents/genre-specialist.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Activates the Genre Convention Expert agent from the BMad Method."
|
||||
prompt = """
|
||||
CRITICAL: You are now the BMad 'Genre Convention Expert' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
|
||||
|
||||
@{.bmad-creative-writing/agents/genre-specialist.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/narrative-designer.toml
Normal file
6
.gemini/commands/BMad/agents/narrative-designer.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Activates the Interactive Narrative Architect agent from the BMad Method."
|
||||
prompt = """
|
||||
CRITICAL: You are now the BMad 'Interactive Narrative Architect' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
|
||||
|
||||
@{.bmad-creative-writing/agents/narrative-designer.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/plot-architect.toml
Normal file
6
.gemini/commands/BMad/agents/plot-architect.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Activates the Story Structure Specialist agent from the BMad Method."
|
||||
prompt = """
|
||||
CRITICAL: You are now the BMad 'Story Structure Specialist' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
|
||||
|
||||
@{.bmad-creative-writing/agents/plot-architect.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/pm.toml
Normal file
6
.gemini/commands/BMad/agents/pm.toml
Normal 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}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/po.toml
Normal file
6
.gemini/commands/BMad/agents/po.toml
Normal 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}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/qa.toml
Normal file
6
.gemini/commands/BMad/agents/qa.toml
Normal 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}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/sm.toml
Normal file
6
.gemini/commands/BMad/agents/sm.toml
Normal 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}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/ux-expert.toml
Normal file
6
.gemini/commands/BMad/agents/ux-expert.toml
Normal 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}
|
||||
"""
|
||||
6
.gemini/commands/BMad/agents/world-builder.toml
Normal file
6
.gemini/commands/BMad/agents/world-builder.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Activates the Setting & Universe Designer agent from the BMad Method."
|
||||
prompt = """
|
||||
CRITICAL: You are now the BMad 'Setting & Universe Designer' agent. Adopt its persona, follow its instructions, and use its capabilities. The full agent definition is below.
|
||||
|
||||
@{.bmad-creative-writing/agents/world-builder.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/advanced-elicitation.toml
Normal file
6
.gemini/commands/BMad/tasks/advanced-elicitation.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Advanced Elicitation"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/advanced-elicitation.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/analyze-reader-feedback.toml
Normal file
6
.gemini/commands/BMad/tasks/analyze-reader-feedback.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Analyze Reader Feedback"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/analyze-reader-feedback.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/analyze-story-structure.toml
Normal file
6
.gemini/commands/BMad/tasks/analyze-story-structure.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Analyze Story Structure"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/analyze-story-structure.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/apply-qa-fixes.toml
Normal file
6
.gemini/commands/BMad/tasks/apply-qa-fixes.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Apply Qa Fixes"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/apply-qa-fixes.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/assemble-kdp-package.toml
Normal file
6
.gemini/commands/BMad/tasks/assemble-kdp-package.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Assemble Kdp Package"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/assemble-kdp-package.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/brainstorm-premise.toml
Normal file
6
.gemini/commands/BMad/tasks/brainstorm-premise.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Brainstorm Premise"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/brainstorm-premise.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/brownfield-create-epic.toml
Normal file
6
.gemini/commands/BMad/tasks/brownfield-create-epic.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Brownfield Create Epic"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/brownfield-create-epic.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/brownfield-create-story.toml
Normal file
6
.gemini/commands/BMad/tasks/brownfield-create-story.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Brownfield Create Story"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/brownfield-create-story.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/build-world.toml
Normal file
6
.gemini/commands/BMad/tasks/build-world.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Build World"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/build-world.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/character-depth-pass.toml
Normal file
6
.gemini/commands/BMad/tasks/character-depth-pass.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Character Depth Pass"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/character-depth-pass.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/correct-course.toml
Normal file
6
.gemini/commands/BMad/tasks/correct-course.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Correct Course"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/correct-course.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/create-brownfield-story.toml
Normal file
6
.gemini/commands/BMad/tasks/create-brownfield-story.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Create Brownfield Story"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/create-brownfield-story.md}
|
||||
"""
|
||||
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Create Deep Research Prompt"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/create-deep-research-prompt.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/create-doc.toml
Normal file
6
.gemini/commands/BMad/tasks/create-doc.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Create Doc"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/create-doc.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/create-draft-section.toml
Normal file
6
.gemini/commands/BMad/tasks/create-draft-section.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Create Draft Section"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/create-draft-section.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/create-next-story.toml
Normal file
6
.gemini/commands/BMad/tasks/create-next-story.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Create Next Story"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/create-next-story.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/critical-review.toml
Normal file
6
.gemini/commands/BMad/tasks/critical-review.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Critical Review"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/critical-review.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/develop-character.toml
Normal file
6
.gemini/commands/BMad/tasks/develop-character.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Develop Character"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/develop-character.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/document-project.toml
Normal file
6
.gemini/commands/BMad/tasks/document-project.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Document Project"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/document-project.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/execute-checklist.toml
Normal file
6
.gemini/commands/BMad/tasks/execute-checklist.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Execute Checklist"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/execute-checklist.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/expand-premise.toml
Normal file
6
.gemini/commands/BMad/tasks/expand-premise.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Expand Premise"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/expand-premise.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/expand-synopsis.toml
Normal file
6
.gemini/commands/BMad/tasks/expand-synopsis.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Expand Synopsis"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/expand-synopsis.md}
|
||||
"""
|
||||
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Facilitate Brainstorming Session"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/facilitate-brainstorming-session.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/final-polish.toml
Normal file
6
.gemini/commands/BMad/tasks/final-polish.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Final Polish"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/final-polish.md}
|
||||
"""
|
||||
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Generate Ai Frontend Prompt"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/generate-ai-frontend-prompt.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/generate-cover-brief.toml
Normal file
6
.gemini/commands/BMad/tasks/generate-cover-brief.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Generate Cover Brief"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/generate-cover-brief.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/generate-cover-prompts.toml
Normal file
6
.gemini/commands/BMad/tasks/generate-cover-prompts.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Generate Cover Prompts"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/generate-cover-prompts.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/generate-scene-list.toml
Normal file
6
.gemini/commands/BMad/tasks/generate-scene-list.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Generate Scene List"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/generate-scene-list.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/incorporate-feedback.toml
Normal file
6
.gemini/commands/BMad/tasks/incorporate-feedback.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Incorporate Feedback"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/incorporate-feedback.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/index-docs.toml
Normal file
6
.gemini/commands/BMad/tasks/index-docs.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Index Docs"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/index-docs.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/kb-mode-interaction.toml
Normal file
6
.gemini/commands/BMad/tasks/kb-mode-interaction.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Kb Mode Interaction"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/kb-mode-interaction.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/nfr-assess.toml
Normal file
6
.gemini/commands/BMad/tasks/nfr-assess.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Nfr Assess"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/nfr-assess.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/outline-scenes.toml
Normal file
6
.gemini/commands/BMad/tasks/outline-scenes.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Outline Scenes"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/outline-scenes.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/provide-feedback.toml
Normal file
6
.gemini/commands/BMad/tasks/provide-feedback.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Provide Feedback"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/provide-feedback.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/publish-chapter.toml
Normal file
6
.gemini/commands/BMad/tasks/publish-chapter.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Publish Chapter"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/publish-chapter.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/qa-gate.toml
Normal file
6
.gemini/commands/BMad/tasks/qa-gate.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Qa Gate"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/qa-gate.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/quick-feedback.toml
Normal file
6
.gemini/commands/BMad/tasks/quick-feedback.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Quick Feedback"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/quick-feedback.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/review-story.toml
Normal file
6
.gemini/commands/BMad/tasks/review-story.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Review Story"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/review-story.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/risk-profile.toml
Normal file
6
.gemini/commands/BMad/tasks/risk-profile.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Risk Profile"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/risk-profile.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/select-next-arc.toml
Normal file
6
.gemini/commands/BMad/tasks/select-next-arc.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Select Next Arc"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/select-next-arc.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/shard-doc.toml
Normal file
6
.gemini/commands/BMad/tasks/shard-doc.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Shard Doc"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/shard-doc.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/test-design.toml
Normal file
6
.gemini/commands/BMad/tasks/test-design.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Test Design"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/test-design.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/trace-requirements.toml
Normal file
6
.gemini/commands/BMad/tasks/trace-requirements.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Trace Requirements"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/trace-requirements.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/validate-next-story.toml
Normal file
6
.gemini/commands/BMad/tasks/validate-next-story.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Validate Next Story"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-core/tasks/validate-next-story.md}
|
||||
"""
|
||||
6
.gemini/commands/BMad/tasks/workshop-dialog.toml
Normal file
6
.gemini/commands/BMad/tasks/workshop-dialog.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
description = "Executes the BMad Task: Workshop Dialog"
|
||||
prompt = """
|
||||
CRITICAL: You are to execute the BMad Task defined below.
|
||||
|
||||
@{.bmad-creative-writing/tasks/workshop-dialog.md}
|
||||
"""
|
||||
Reference in New Issue
Block a user