diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d3e5414..fe98815 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -206,4 +206,4 @@ Each commit should represent one logical change: ## License -By contributing to this project, you agree that your contributions will be licensed under the same license as the project. +By contributing to this project, you agree that your contributions will be licensed under the MIT License. diff --git a/LICENSE b/LICENSE index ab5acd8..1a775d7 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Brian AKA BMad AKA BMad Code +Copyright (c) 2025 BMad Code, LLC Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -19,3 +19,8 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +TRADEMARK NOTICE: +BMAD™ and BMAD-METHOD™ are trademarks of BMad Code, LLC. The use of these +trademarks in this software does not grant any rights to use the trademarks +for any other purpose. diff --git a/README.md b/README.md index 0d182db..d828da2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BMad-Method: Universal AI Agent Framework +# BMAD-METHOD™: Universal AI Agent Framework [![Version](https://img.shields.io/npm/v/bmad-method?color=blue&label=version)](https://www.npmjs.com/package/bmad-method) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) @@ -11,11 +11,11 @@ Foundations in Agentic Agile Driven Development, known as the Breakthrough Metho **[Join our Discord Community](https://discord.gg/gk8jAdXWmj)** - A growing community for AI enthusiasts! Get help, share ideas, explore AI agents & frameworks, collaborate on tech projects, enjoy hobbies, and help each other succeed. Whether you're stuck on BMad, building your own agents, or just want to chat about the latest in AI - we're here for you! **Some mobile and VPN may have issue joining the discord, this is a discord issue - if the invite does not work, try from your own internet or another network, or non-VPN.** -⭐ **If you find this project helpful or useful, please give it a star in the upper right hand corner!** It helps others discover BMad-Method and you will be notified of updates! +⭐ **If you find this project helpful or useful, please give it a star in the upper right hand corner!** It helps others discover BMAD-METHOD™ and you will be notified of updates! ## Overview -**BMad Method's Two Key Innovations:** +**BMAD-METHOD™'s Two Key Innovations:** **1. Agentic Planning:** Dedicated agents (Analyst, PM, Architect) collaborate with you to create detailed, consistent PRDs and Architecture documents. Through advanced prompt engineering and human-in-the-loop refinement, these planning agents produce comprehensive specifications that go far beyond generic AI task generation. @@ -49,7 +49,7 @@ This two-phase approach eliminates both **planning inconsistency** and **context ## Important: Keep Your BMad Installation Updated -**Stay up-to-date effortlessly!** If you already have BMad-Method installed in your project, simply run: +**Stay up-to-date effortlessly!** If you already have BMAD-METHOD™ installed in your project, simply run: ```bash npx bmad-method install @@ -110,11 +110,11 @@ npm run install:bmad # build and install all to a destination folder ## 🌟 Beyond Software Development - Expansion Packs -BMad's natural language framework works in ANY domain. Expansion packs provide specialized AI agents for creative writing, business strategy, health & wellness, education, and more. Also expansion packs can expand the core BMad-Method with specific functionality that is not generic for all cases. [See the Expansion Packs Guide](docs/expansion-packs.md) and learn to create your own! +BMAD™'s natural language framework works in ANY domain. Expansion packs provide specialized AI agents for creative writing, business strategy, health & wellness, education, and more. Also expansion packs can expand the core BMAD-METHOD™ with specific functionality that is not generic for all cases. [See the Expansion Packs Guide](docs/expansion-packs.md) and learn to create your own! ## Codebase Flattener Tool -The BMad-Method includes a powerful codebase flattener tool designed to prepare your project files for AI model consumption. This tool aggregates your entire codebase into a single XML file, making it easy to share your project context with AI assistants for analysis, debugging, or development assistance. +The BMAD-METHOD™ includes a powerful codebase flattener tool designed to prepare your project files for AI model consumption. This tool aggregates your entire codebase into a single XML file, making it easy to share your project context with AI assistants for analysis, debugging, or development assistance. ### Features @@ -157,7 +157,7 @@ The tool will display progress and provide a comprehensive summary: 📊 File breakdown: 142 text, 14 binary, 0 errors ``` -The generated XML file contains your project's text-based source files in a structured format that AI models can easily parse and understand, making it perfect for code reviews, architecture discussions, or getting AI assistance with your BMad-Method projects. +The generated XML file contains your project's text-based source files in a structured format that AI models can easily parse and understand, making it perfect for code reviews, architecture discussions, or getting AI assistance with your BMAD-METHOD™ projects. #### Advanced Usage & Options @@ -216,6 +216,10 @@ The generated XML file contains your project's text-based source files in a stru MIT License - see [LICENSE](LICENSE) for details. +## Trademark Notice + +BMAD™ and BMAD-METHOD™ are trademarks of BMad Code, LLC. All rights reserved. + [![Contributors](https://contrib.rocks/image?repo=bmadcode/bmad-method)](https://github.com/bmadcode/bmad-method/graphs/contributors) Built with ❤️ for the AI-assisted development community diff --git a/bmad-core/agent-teams/team-all.yaml b/bmad-core/agent-teams/team-all.yaml index 7503a0a..1f3a671 100644 --- a/bmad-core/agent-teams/team-all.yaml +++ b/bmad-core/agent-teams/team-all.yaml @@ -1,3 +1,4 @@ +# bundle: name: Team All icon: 👥 diff --git a/bmad-core/agent-teams/team-fullstack.yaml b/bmad-core/agent-teams/team-fullstack.yaml index e75a720..531f5e7 100644 --- a/bmad-core/agent-teams/team-fullstack.yaml +++ b/bmad-core/agent-teams/team-fullstack.yaml @@ -1,3 +1,4 @@ +# bundle: name: Team Fullstack icon: 🚀 diff --git a/bmad-core/agent-teams/team-ide-minimal.yaml b/bmad-core/agent-teams/team-ide-minimal.yaml index 51c843e..f2dbec3 100644 --- a/bmad-core/agent-teams/team-ide-minimal.yaml +++ b/bmad-core/agent-teams/team-ide-minimal.yaml @@ -1,3 +1,4 @@ +# bundle: name: Team IDE Minimal icon: ⚡ diff --git a/bmad-core/agent-teams/team-no-ui.yaml b/bmad-core/agent-teams/team-no-ui.yaml index a8cd492..96ab3e3 100644 --- a/bmad-core/agent-teams/team-no-ui.yaml +++ b/bmad-core/agent-teams/team-no-ui.yaml @@ -1,3 +1,4 @@ +# bundle: name: Team No UI icon: 🔧 diff --git a/bmad-core/agents/analyst.md b/bmad-core/agents/analyst.md index 64dc4f0..6dea41c 100644 --- a/bmad-core/agents/analyst.md +++ b/bmad-core/agents/analyst.md @@ -1,3 +1,5 @@ + + # analyst ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/bmad-core/agents/architect.md b/bmad-core/agents/architect.md index a5601d9..4814d59 100644 --- a/bmad-core/agents/architect.md +++ b/bmad-core/agents/architect.md @@ -1,3 +1,5 @@ + + # architect ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/bmad-core/agents/bmad-master.md b/bmad-core/agents/bmad-master.md index f6dadee..3aeb3b6 100644 --- a/bmad-core/agents/bmad-master.md +++ b/bmad-core/agents/bmad-master.md @@ -1,3 +1,5 @@ + + # BMad Master ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/bmad-core/agents/bmad-orchestrator.md b/bmad-core/agents/bmad-orchestrator.md index a32daae..f4ed590 100644 --- a/bmad-core/agents/bmad-orchestrator.md +++ b/bmad-core/agents/bmad-orchestrator.md @@ -1,3 +1,5 @@ + + # BMad Web Orchestrator ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/bmad-core/agents/dev.md b/bmad-core/agents/dev.md index 19a67ec..f04c438 100644 --- a/bmad-core/agents/dev.md +++ b/bmad-core/agents/dev.md @@ -1,3 +1,5 @@ + + # dev ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/bmad-core/agents/pm.md b/bmad-core/agents/pm.md index 18a92cb..1f8fc20 100644 --- a/bmad-core/agents/pm.md +++ b/bmad-core/agents/pm.md @@ -1,3 +1,5 @@ + + # pm ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/bmad-core/agents/po.md b/bmad-core/agents/po.md index 629b845..a1c3be8 100644 --- a/bmad-core/agents/po.md +++ b/bmad-core/agents/po.md @@ -1,3 +1,5 @@ + + # po ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/bmad-core/agents/qa.md b/bmad-core/agents/qa.md index 6ffde53..6d78763 100644 --- a/bmad-core/agents/qa.md +++ b/bmad-core/agents/qa.md @@ -1,3 +1,5 @@ + + # qa ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/bmad-core/agents/sm.md b/bmad-core/agents/sm.md index df19221..bca0c4f 100644 --- a/bmad-core/agents/sm.md +++ b/bmad-core/agents/sm.md @@ -1,3 +1,5 @@ + + # sm ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/bmad-core/agents/ux-expert.md b/bmad-core/agents/ux-expert.md index e20fd38..47f36b2 100644 --- a/bmad-core/agents/ux-expert.md +++ b/bmad-core/agents/ux-expert.md @@ -1,3 +1,5 @@ + + # ux-expert ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/bmad-core/checklists/architect-checklist.md b/bmad-core/checklists/architect-checklist.md index 4078694..03507f5 100644 --- a/bmad-core/checklists/architect-checklist.md +++ b/bmad-core/checklists/architect-checklist.md @@ -1,3 +1,5 @@ + + # Architect Solution Validation Checklist This checklist serves as a comprehensive framework for the Architect to validate the technical design and architecture before development execution. The Architect should systematically work through each item, ensuring the architecture is robust, scalable, secure, and aligned with the product requirements. diff --git a/bmad-core/checklists/change-checklist.md b/bmad-core/checklists/change-checklist.md index 14686b0..9bb457b 100644 --- a/bmad-core/checklists/change-checklist.md +++ b/bmad-core/checklists/change-checklist.md @@ -1,3 +1,5 @@ + + # Change Navigation Checklist **Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow. diff --git a/bmad-core/checklists/pm-checklist.md b/bmad-core/checklists/pm-checklist.md index 9eb1798..6b0408a 100644 --- a/bmad-core/checklists/pm-checklist.md +++ b/bmad-core/checklists/pm-checklist.md @@ -1,3 +1,5 @@ + + # Product Manager (PM) Requirements Checklist This checklist serves as a comprehensive framework to ensure the Product Requirements Document (PRD) and Epic definitions are complete, well-structured, and appropriately scoped for MVP development. The PM should systematically work through each item during the product definition process. diff --git a/bmad-core/checklists/po-master-checklist.md b/bmad-core/checklists/po-master-checklist.md index bd591e1..d0c7aec 100644 --- a/bmad-core/checklists/po-master-checklist.md +++ b/bmad-core/checklists/po-master-checklist.md @@ -1,3 +1,5 @@ + + # Product Owner (PO) Master Validation Checklist This checklist serves as a comprehensive framework for the Product Owner to validate project plans before development execution. It adapts intelligently based on project type (greenfield vs brownfield) and includes UI/UX considerations when applicable. diff --git a/bmad-core/checklists/story-dod-checklist.md b/bmad-core/checklists/story-dod-checklist.md index 62855f6..7ed5476 100644 --- a/bmad-core/checklists/story-dod-checklist.md +++ b/bmad-core/checklists/story-dod-checklist.md @@ -1,3 +1,5 @@ + + # Story Definition of Done (DoD) Checklist ## Instructions for Developer Agent diff --git a/bmad-core/checklists/story-draft-checklist.md b/bmad-core/checklists/story-draft-checklist.md index e39e065..ff4a8fe 100644 --- a/bmad-core/checklists/story-draft-checklist.md +++ b/bmad-core/checklists/story-draft-checklist.md @@ -1,3 +1,5 @@ + + # Story Draft Checklist The Scrum Master should use this checklist to validate that each story contains sufficient context for a developer agent to implement it successfully, while assuming the dev agent has reasonable capabilities to figure things out. diff --git a/bmad-core/core-config.yaml b/bmad-core/core-config.yaml index f94d581..5564b6a 100644 --- a/bmad-core/core-config.yaml +++ b/bmad-core/core-config.yaml @@ -1,3 +1,4 @@ +# markdownExploder: true qa: qaLocation: docs/qa diff --git a/bmad-core/data/bmad-kb.md b/bmad-core/data/bmad-kb.md index 92ff765..04d3b5f 100644 --- a/bmad-core/data/bmad-kb.md +++ b/bmad-core/data/bmad-kb.md @@ -1,8 +1,10 @@ -# BMad Knowledge Base + + +# BMAD™ Knowledge Base ## Overview -BMad-Method (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments. +BMAD-METHOD™ (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments. ### Key Features @@ -101,7 +103,7 @@ npx bmad-method install - **Roo Code**: Web-based IDE with agent support - **GitHub Copilot**: VS Code extension with AI peer programming assistant -**Note for VS Code Users**: BMad-Method assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo. +**Note for VS Code Users**: BMAD-METHOD™ assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo. **Verify Installation**: @@ -109,7 +111,7 @@ npx bmad-method install - IDE-specific integration files created - All agent commands/rules/modes available -**Remember**: At its core, BMad-Method is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective +**Remember**: At its core, BMAD-METHOD™ is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective ### Environment Selection Guide @@ -353,7 +355,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing ### System Overview -The BMad-Method is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini). +The BMAD-METHOD™ is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini). ### Key Architectural Components @@ -708,7 +710,7 @@ Use the `shard-doc` task or `@kayvan/markdown-tree-parser` tool for automatic sh - **Keep conversations focused** - One agent, one task per conversation - **Review everything** - Always review and approve before marking complete -## Contributing to BMad-Method +## Contributing to BMAD-METHOD™ ### Quick Contribution Guidelines @@ -740,7 +742,7 @@ For full details, see `CONTRIBUTING.md`. Key points: ### What Are Expansion Packs? -Expansion packs extend BMad-Method beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development. +Expansion packs extend BMAD-METHOD™ beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development. ### Why Use Expansion Packs? diff --git a/bmad-core/data/brainstorming-techniques.md b/bmad-core/data/brainstorming-techniques.md index 3b17b2e..0912f8e 100644 --- a/bmad-core/data/brainstorming-techniques.md +++ b/bmad-core/data/brainstorming-techniques.md @@ -1,3 +1,5 @@ + + # Brainstorming Techniques Data ## Creative Expansion diff --git a/bmad-core/data/elicitation-methods.md b/bmad-core/data/elicitation-methods.md index ec657a8..b0e3474 100644 --- a/bmad-core/data/elicitation-methods.md +++ b/bmad-core/data/elicitation-methods.md @@ -1,3 +1,5 @@ + + # Elicitation Methods Data ## Core Reflective Methods diff --git a/bmad-core/data/technical-preferences.md b/bmad-core/data/technical-preferences.md index 2eb79b4..7f3e190 100644 --- a/bmad-core/data/technical-preferences.md +++ b/bmad-core/data/technical-preferences.md @@ -1,3 +1,5 @@ + + # User-Defined Preferred Patterns and Preferences None Listed diff --git a/bmad-core/data/test-levels-framework.md b/bmad-core/data/test-levels-framework.md index 57b4900..2c4cf48 100644 --- a/bmad-core/data/test-levels-framework.md +++ b/bmad-core/data/test-levels-framework.md @@ -1,3 +1,5 @@ + + # Test Levels Framework Comprehensive guide for determining appropriate test levels (unit, integration, E2E) for different scenarios. diff --git a/bmad-core/data/test-priorities-matrix.md b/bmad-core/data/test-priorities-matrix.md index 7463ef9..1453259 100644 --- a/bmad-core/data/test-priorities-matrix.md +++ b/bmad-core/data/test-priorities-matrix.md @@ -1,3 +1,5 @@ + + # Test Priorities Matrix Guide for prioritizing test scenarios based on risk, criticality, and business impact. diff --git a/bmad-core/tasks/advanced-elicitation.md b/bmad-core/tasks/advanced-elicitation.md index 2876a84..f9bb968 100644 --- a/bmad-core/tasks/advanced-elicitation.md +++ b/bmad-core/tasks/advanced-elicitation.md @@ -1,3 +1,5 @@ + + # Advanced Elicitation Task ## Purpose diff --git a/bmad-core/tasks/apply-qa-fixes.md b/bmad-core/tasks/apply-qa-fixes.md index 478eab7..ffbb955 100644 --- a/bmad-core/tasks/apply-qa-fixes.md +++ b/bmad-core/tasks/apply-qa-fixes.md @@ -1,3 +1,5 @@ + + # apply-qa-fixes Implement fixes based on QA results (gate and assessments) for a specific story. This task is for the Dev agent to systematically consume QA outputs and apply code/test changes while only updating allowed sections in the story file. diff --git a/bmad-core/tasks/brownfield-create-epic.md b/bmad-core/tasks/brownfield-create-epic.md index 7390d5a..9a23e84 100644 --- a/bmad-core/tasks/brownfield-create-epic.md +++ b/bmad-core/tasks/brownfield-create-epic.md @@ -1,3 +1,5 @@ + + # Create Brownfield Epic Task ## Purpose diff --git a/bmad-core/tasks/brownfield-create-story.md b/bmad-core/tasks/brownfield-create-story.md index 5984001..7224782 100644 --- a/bmad-core/tasks/brownfield-create-story.md +++ b/bmad-core/tasks/brownfield-create-story.md @@ -1,3 +1,5 @@ + + # Create Brownfield Story Task ## Purpose diff --git a/bmad-core/tasks/correct-course.md b/bmad-core/tasks/correct-course.md index 9251b9f..78e68ac 100644 --- a/bmad-core/tasks/correct-course.md +++ b/bmad-core/tasks/correct-course.md @@ -1,3 +1,5 @@ + + # Correct Course Task ## Purpose diff --git a/bmad-core/tasks/create-brownfield-story.md b/bmad-core/tasks/create-brownfield-story.md index 0ff1f54..d716070 100644 --- a/bmad-core/tasks/create-brownfield-story.md +++ b/bmad-core/tasks/create-brownfield-story.md @@ -1,3 +1,5 @@ + + # Create Brownfield Story Task ## Purpose diff --git a/bmad-core/tasks/create-deep-research-prompt.md b/bmad-core/tasks/create-deep-research-prompt.md index 29ce373..50ea88b 100644 --- a/bmad-core/tasks/create-deep-research-prompt.md +++ b/bmad-core/tasks/create-deep-research-prompt.md @@ -1,3 +1,5 @@ + + # Create Deep Research Prompt Task This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation. diff --git a/bmad-core/tasks/create-next-story.md b/bmad-core/tasks/create-next-story.md index c7205c8..d6ffc75 100644 --- a/bmad-core/tasks/create-next-story.md +++ b/bmad-core/tasks/create-next-story.md @@ -1,3 +1,5 @@ + + # Create Next Story Task ## Purpose diff --git a/bmad-core/tasks/document-project.md b/bmad-core/tasks/document-project.md index ee33c30..300fea1 100644 --- a/bmad-core/tasks/document-project.md +++ b/bmad-core/tasks/document-project.md @@ -1,3 +1,5 @@ + + # Document an Existing Project ## Purpose diff --git a/bmad-core/tasks/facilitate-brainstorming-session.md b/bmad-core/tasks/facilitate-brainstorming-session.md index ce9fb25..3cbe9cf 100644 --- a/bmad-core/tasks/facilitate-brainstorming-session.md +++ b/bmad-core/tasks/facilitate-brainstorming-session.md @@ -1,6 +1,8 @@ ---- +## + docOutputLocation: docs/brainstorming-session-results.md template: '{root}/templates/brainstorming-output-tmpl.yaml' + --- # Facilitate Brainstorming Session Task diff --git a/bmad-core/tasks/generate-ai-frontend-prompt.md b/bmad-core/tasks/generate-ai-frontend-prompt.md index 7966d0c..85950bd 100644 --- a/bmad-core/tasks/generate-ai-frontend-prompt.md +++ b/bmad-core/tasks/generate-ai-frontend-prompt.md @@ -1,3 +1,5 @@ + + # Create AI Frontend Prompt Task ## Purpose diff --git a/bmad-core/tasks/index-docs.md b/bmad-core/tasks/index-docs.md index bf47d28..cb551b2 100644 --- a/bmad-core/tasks/index-docs.md +++ b/bmad-core/tasks/index-docs.md @@ -1,3 +1,5 @@ + + # Index Documentation Task ## Purpose diff --git a/bmad-core/tasks/kb-mode-interaction.md b/bmad-core/tasks/kb-mode-interaction.md index be73133..dd6c939 100644 --- a/bmad-core/tasks/kb-mode-interaction.md +++ b/bmad-core/tasks/kb-mode-interaction.md @@ -1,3 +1,5 @@ + + # KB Mode Interaction Task ## Purpose diff --git a/bmad-core/tasks/nfr-assess.md b/bmad-core/tasks/nfr-assess.md index c3f8787..337ef07 100644 --- a/bmad-core/tasks/nfr-assess.md +++ b/bmad-core/tasks/nfr-assess.md @@ -1,3 +1,5 @@ + + # nfr-assess Quick NFR validation focused on the core four: security, performance, reliability, maintainability. diff --git a/bmad-core/tasks/qa-gate.md b/bmad-core/tasks/qa-gate.md index b8511c9..446864c 100644 --- a/bmad-core/tasks/qa-gate.md +++ b/bmad-core/tasks/qa-gate.md @@ -1,3 +1,5 @@ + + # qa-gate Create or update a quality gate decision file for a story based on review findings. diff --git a/bmad-core/tasks/review-story.md b/bmad-core/tasks/review-story.md index 12882ea..8360e44 100644 --- a/bmad-core/tasks/review-story.md +++ b/bmad-core/tasks/review-story.md @@ -1,3 +1,5 @@ + + # review-story Perform a comprehensive test architecture review with quality gate decision. This adaptive, risk-aware review creates both a story update and a detailed gate file. diff --git a/bmad-core/tasks/risk-profile.md b/bmad-core/tasks/risk-profile.md index 00b06ad..30389cc 100644 --- a/bmad-core/tasks/risk-profile.md +++ b/bmad-core/tasks/risk-profile.md @@ -1,3 +1,5 @@ + + # risk-profile Generate a comprehensive risk assessment matrix for a story implementation using probability × impact analysis. diff --git a/bmad-core/tasks/shard-doc.md b/bmad-core/tasks/shard-doc.md index aa9e95b..900616a 100644 --- a/bmad-core/tasks/shard-doc.md +++ b/bmad-core/tasks/shard-doc.md @@ -1,3 +1,5 @@ + + # Document Sharding Task ## Purpose diff --git a/bmad-core/tasks/test-design.md b/bmad-core/tasks/test-design.md index 7c0fcd5..6f569d8 100644 --- a/bmad-core/tasks/test-design.md +++ b/bmad-core/tasks/test-design.md @@ -1,3 +1,5 @@ + + # test-design Create comprehensive test scenarios with appropriate test level recommendations for story implementation. diff --git a/bmad-core/tasks/trace-requirements.md b/bmad-core/tasks/trace-requirements.md index eee4326..faf135e 100644 --- a/bmad-core/tasks/trace-requirements.md +++ b/bmad-core/tasks/trace-requirements.md @@ -1,3 +1,5 @@ + + # trace-requirements Map story requirements to test cases using Given-When-Then patterns for comprehensive traceability. diff --git a/bmad-core/tasks/validate-next-story.md b/bmad-core/tasks/validate-next-story.md index 6ac49a1..fb7688d 100644 --- a/bmad-core/tasks/validate-next-story.md +++ b/bmad-core/tasks/validate-next-story.md @@ -1,3 +1,5 @@ + + # Validate Next Story Task ## Purpose diff --git a/bmad-core/templates/architecture-tmpl.yaml b/bmad-core/templates/architecture-tmpl.yaml index 103f645..f5d508a 100644 --- a/bmad-core/templates/architecture-tmpl.yaml +++ b/bmad-core/templates/architecture-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: architecture-template-v2 name: Architecture Document diff --git a/bmad-core/templates/brainstorming-output-tmpl.yaml b/bmad-core/templates/brainstorming-output-tmpl.yaml index e1151fe..e6e962f 100644 --- a/bmad-core/templates/brainstorming-output-tmpl.yaml +++ b/bmad-core/templates/brainstorming-output-tmpl.yaml @@ -153,4 +153,4 @@ sections: content: | --- - *Session facilitated using the BMAD-METHOD brainstorming framework* + *Session facilitated using the BMAD-METHOD™ brainstorming framework* diff --git a/bmad-core/templates/brownfield-architecture-tmpl.yaml b/bmad-core/templates/brownfield-architecture-tmpl.yaml index 066ebbd..259c616 100644 --- a/bmad-core/templates/brownfield-architecture-tmpl.yaml +++ b/bmad-core/templates/brownfield-architecture-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: brownfield-architecture-template-v2 name: Brownfield Enhancement Architecture diff --git a/bmad-core/templates/brownfield-prd-tmpl.yaml b/bmad-core/templates/brownfield-prd-tmpl.yaml index 1feef7e..3df90c5 100644 --- a/bmad-core/templates/brownfield-prd-tmpl.yaml +++ b/bmad-core/templates/brownfield-prd-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: brownfield-prd-template-v2 name: Brownfield Enhancement PRD diff --git a/bmad-core/templates/competitor-analysis-tmpl.yaml b/bmad-core/templates/competitor-analysis-tmpl.yaml index a6a599a..64070e0 100644 --- a/bmad-core/templates/competitor-analysis-tmpl.yaml +++ b/bmad-core/templates/competitor-analysis-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: competitor-analysis-template-v2 name: Competitive Analysis Report diff --git a/bmad-core/templates/front-end-architecture-tmpl.yaml b/bmad-core/templates/front-end-architecture-tmpl.yaml index eb7f3da..4ef2db4 100644 --- a/bmad-core/templates/front-end-architecture-tmpl.yaml +++ b/bmad-core/templates/front-end-architecture-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: frontend-architecture-template-v2 name: Frontend Architecture Document diff --git a/bmad-core/templates/front-end-spec-tmpl.yaml b/bmad-core/templates/front-end-spec-tmpl.yaml index af56c9f..1cb8179 100644 --- a/bmad-core/templates/front-end-spec-tmpl.yaml +++ b/bmad-core/templates/front-end-spec-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: frontend-spec-template-v2 name: UI/UX Specification diff --git a/bmad-core/templates/fullstack-architecture-tmpl.yaml b/bmad-core/templates/fullstack-architecture-tmpl.yaml index 94d3045..a5d2c1d 100644 --- a/bmad-core/templates/fullstack-architecture-tmpl.yaml +++ b/bmad-core/templates/fullstack-architecture-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: fullstack-architecture-template-v2 name: Fullstack Architecture Document diff --git a/bmad-core/templates/market-research-tmpl.yaml b/bmad-core/templates/market-research-tmpl.yaml index 4ba50d2..2b08aab 100644 --- a/bmad-core/templates/market-research-tmpl.yaml +++ b/bmad-core/templates/market-research-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: market-research-template-v2 name: Market Research Report diff --git a/bmad-core/templates/prd-tmpl.yaml b/bmad-core/templates/prd-tmpl.yaml index c14607b..804f6d4 100644 --- a/bmad-core/templates/prd-tmpl.yaml +++ b/bmad-core/templates/prd-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: prd-template-v2 name: Product Requirements Document diff --git a/bmad-core/templates/project-brief-tmpl.yaml b/bmad-core/templates/project-brief-tmpl.yaml index 1a888c6..311690a 100644 --- a/bmad-core/templates/project-brief-tmpl.yaml +++ b/bmad-core/templates/project-brief-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: project-brief-template-v2 name: Project Brief diff --git a/bmad-core/templates/qa-gate-tmpl.yaml b/bmad-core/templates/qa-gate-tmpl.yaml index 8ba1f4e..60f1ac2 100644 --- a/bmad-core/templates/qa-gate-tmpl.yaml +++ b/bmad-core/templates/qa-gate-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: qa-gate-template-v1 name: Quality Gate Decision diff --git a/bmad-core/templates/story-tmpl.yaml b/bmad-core/templates/story-tmpl.yaml index 5f7b78c..6f3e33c 100644 --- a/bmad-core/templates/story-tmpl.yaml +++ b/bmad-core/templates/story-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: story-template-v2 name: Story Document diff --git a/bmad-core/workflows/brownfield-fullstack.yaml b/bmad-core/workflows/brownfield-fullstack.yaml index 33ea163..6a7d7d8 100644 --- a/bmad-core/workflows/brownfield-fullstack.yaml +++ b/bmad-core/workflows/brownfield-fullstack.yaml @@ -1,3 +1,4 @@ +# workflow: id: brownfield-fullstack name: Brownfield Full-Stack Enhancement diff --git a/bmad-core/workflows/brownfield-service.yaml b/bmad-core/workflows/brownfield-service.yaml index 711277e..e2af23d 100644 --- a/bmad-core/workflows/brownfield-service.yaml +++ b/bmad-core/workflows/brownfield-service.yaml @@ -1,3 +1,4 @@ +# workflow: id: brownfield-service name: Brownfield Service/API Enhancement diff --git a/bmad-core/workflows/brownfield-ui.yaml b/bmad-core/workflows/brownfield-ui.yaml index 6daa2c9..4a9ffd7 100644 --- a/bmad-core/workflows/brownfield-ui.yaml +++ b/bmad-core/workflows/brownfield-ui.yaml @@ -1,3 +1,4 @@ +# workflow: id: brownfield-ui name: Brownfield UI/Frontend Enhancement diff --git a/bmad-core/workflows/greenfield-fullstack.yaml b/bmad-core/workflows/greenfield-fullstack.yaml index 3ec57cc..1425d9f 100644 --- a/bmad-core/workflows/greenfield-fullstack.yaml +++ b/bmad-core/workflows/greenfield-fullstack.yaml @@ -1,3 +1,4 @@ +# workflow: id: greenfield-fullstack name: Greenfield Full-Stack Application Development diff --git a/bmad-core/workflows/greenfield-service.yaml b/bmad-core/workflows/greenfield-service.yaml index 769f824..c30c013 100644 --- a/bmad-core/workflows/greenfield-service.yaml +++ b/bmad-core/workflows/greenfield-service.yaml @@ -1,3 +1,4 @@ +# workflow: id: greenfield-service name: Greenfield Service/API Development diff --git a/bmad-core/workflows/greenfield-ui.yaml b/bmad-core/workflows/greenfield-ui.yaml index 52d7f3a..2b3e5f4 100644 --- a/bmad-core/workflows/greenfield-ui.yaml +++ b/bmad-core/workflows/greenfield-ui.yaml @@ -1,3 +1,4 @@ +# workflow: id: greenfield-ui name: Greenfield UI/Frontend Development diff --git a/common/tasks/create-doc.md b/common/tasks/create-doc.md index bb02e4b..a3d62b4 100644 --- a/common/tasks/create-doc.md +++ b/common/tasks/create-doc.md @@ -1,3 +1,5 @@ + + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ diff --git a/common/tasks/execute-checklist.md b/common/tasks/execute-checklist.md index 4ff83f7..0b26e04 100644 --- a/common/tasks/execute-checklist.md +++ b/common/tasks/execute-checklist.md @@ -1,3 +1,5 @@ + + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. diff --git a/common/utils/bmad-doc-template.md b/common/utils/bmad-doc-template.md index 7f6f3c8..0bd6b9a 100644 --- a/common/utils/bmad-doc-template.md +++ b/common/utils/bmad-doc-template.md @@ -1,3 +1,5 @@ + + # BMad Document Template Specification ## Overview diff --git a/common/utils/workflow-management.md b/common/utils/workflow-management.md index 1e7f60c..344d880 100644 --- a/common/utils/workflow-management.md +++ b/common/utils/workflow-management.md @@ -1,3 +1,5 @@ + + # Workflow Management Enables BMad orchestrator to manage and execute team workflows. diff --git a/dist/agents/analyst.txt b/dist/agents/analyst.txt index 05235fb..03be8d8 100644 --- a/dist/agents/analyst.txt +++ b/dist/agents/analyst.txt @@ -104,6 +104,7 @@ dependencies: ==================== END: .bmad-core/agents/analyst.md ==================== ==================== START: .bmad-core/tasks/advanced-elicitation.md ==================== + # Advanced Elicitation Task ## Purpose @@ -224,6 +225,7 @@ Choose a number (0-8) or 9 to proceed: ==================== END: .bmad-core/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-core/tasks/create-deep-research-prompt.md ==================== + # Create Deep Research Prompt Task This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation. @@ -505,6 +507,7 @@ CRITICAL: collaborate with the user to develop specific, actionable research que ==================== END: .bmad-core/tasks/create-deep-research-prompt.md ==================== ==================== START: .bmad-core/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -609,6 +612,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-core/tasks/create-doc.md ==================== ==================== START: .bmad-core/tasks/document-project.md ==================== + # Document an Existing Project ## Purpose @@ -955,6 +959,7 @@ Apply the advanced elicitation task after major sections to refine based on user ==================== END: .bmad-core/tasks/document-project.md ==================== ==================== START: .bmad-core/tasks/facilitate-brainstorming-session.md ==================== + --- docOutputLocation: docs/brainstorming-session-results.md template: '.bmad-core/templates/brainstorming-output-tmpl.yaml' @@ -1249,10 +1254,11 @@ sections: content: | --- - *Session facilitated using the BMAD-METHOD brainstorming framework* + *Session facilitated using the BMAD-METHOD™ brainstorming framework* ==================== END: .bmad-core/templates/brainstorming-output-tmpl.yaml ==================== ==================== START: .bmad-core/templates/competitor-analysis-tmpl.yaml ==================== +# template: id: competitor-analysis-template-v2 name: Competitive Analysis Report @@ -1562,6 +1568,7 @@ sections: ==================== END: .bmad-core/templates/competitor-analysis-tmpl.yaml ==================== ==================== START: .bmad-core/templates/market-research-tmpl.yaml ==================== +# template: id: market-research-template-v2 name: Market Research Report @@ -1817,6 +1824,7 @@ sections: ==================== END: .bmad-core/templates/market-research-tmpl.yaml ==================== ==================== START: .bmad-core/templates/project-brief-tmpl.yaml ==================== +# template: id: project-brief-template-v2 name: Project Brief @@ -2041,11 +2049,12 @@ sections: ==================== END: .bmad-core/templates/project-brief-tmpl.yaml ==================== ==================== START: .bmad-core/data/bmad-kb.md ==================== -# BMad Knowledge Base + +# BMAD™ Knowledge Base ## Overview -BMad-Method (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments. +BMAD-METHOD™ (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments. ### Key Features @@ -2144,7 +2153,7 @@ npx bmad-method install - **Roo Code**: Web-based IDE with agent support - **GitHub Copilot**: VS Code extension with AI peer programming assistant -**Note for VS Code Users**: BMad-Method assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo. +**Note for VS Code Users**: BMAD-METHOD™ assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo. **Verify Installation**: @@ -2152,7 +2161,7 @@ npx bmad-method install - IDE-specific integration files created - All agent commands/rules/modes available -**Remember**: At its core, BMad-Method is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective +**Remember**: At its core, BMAD-METHOD™ is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective ### Environment Selection Guide @@ -2396,7 +2405,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing ### System Overview -The BMad-Method is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini). +The BMAD-METHOD™ is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini). ### Key Architectural Components @@ -2751,7 +2760,7 @@ Use the `shard-doc` task or `@kayvan/markdown-tree-parser` tool for automatic sh - **Keep conversations focused** - One agent, one task per conversation - **Review everything** - Always review and approve before marking complete -## Contributing to BMad-Method +## Contributing to BMAD-METHOD™ ### Quick Contribution Guidelines @@ -2783,7 +2792,7 @@ For full details, see `CONTRIBUTING.md`. Key points: ### What Are Expansion Packs? -Expansion packs extend BMad-Method beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development. +Expansion packs extend BMAD-METHOD™ beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development. ### Why Use Expansion Packs? @@ -2850,6 +2859,7 @@ Use the **expansion-creator** pack to build your own: ==================== END: .bmad-core/data/bmad-kb.md ==================== ==================== START: .bmad-core/data/brainstorming-techniques.md ==================== + # Brainstorming Techniques Data ## Creative Expansion diff --git a/dist/agents/architect.txt b/dist/agents/architect.txt index fd98da4..992cbfb 100644 --- a/dist/agents/architect.txt +++ b/dist/agents/architect.txt @@ -105,6 +105,7 @@ dependencies: ==================== END: .bmad-core/agents/architect.md ==================== ==================== START: .bmad-core/tasks/create-deep-research-prompt.md ==================== + # Create Deep Research Prompt Task This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation. @@ -386,6 +387,7 @@ CRITICAL: collaborate with the user to develop specific, actionable research que ==================== END: .bmad-core/tasks/create-deep-research-prompt.md ==================== ==================== START: .bmad-core/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -490,6 +492,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-core/tasks/create-doc.md ==================== ==================== START: .bmad-core/tasks/document-project.md ==================== + # Document an Existing Project ## Purpose @@ -836,6 +839,7 @@ Apply the advanced elicitation task after major sections to refine based on user ==================== END: .bmad-core/tasks/document-project.md ==================== ==================== START: .bmad-core/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -925,6 +929,7 @@ The LLM will: ==================== END: .bmad-core/tasks/execute-checklist.md ==================== ==================== START: .bmad-core/templates/architecture-tmpl.yaml ==================== +# template: id: architecture-template-v2 name: Architecture Document @@ -1578,6 +1583,7 @@ sections: ==================== END: .bmad-core/templates/architecture-tmpl.yaml ==================== ==================== START: .bmad-core/templates/brownfield-architecture-tmpl.yaml ==================== +# template: id: brownfield-architecture-template-v2 name: Brownfield Enhancement Architecture @@ -2057,6 +2063,7 @@ sections: ==================== END: .bmad-core/templates/brownfield-architecture-tmpl.yaml ==================== ==================== START: .bmad-core/templates/front-end-architecture-tmpl.yaml ==================== +# template: id: frontend-architecture-template-v2 name: Frontend Architecture Document @@ -2278,6 +2285,7 @@ sections: ==================== END: .bmad-core/templates/front-end-architecture-tmpl.yaml ==================== ==================== START: .bmad-core/templates/fullstack-architecture-tmpl.yaml ==================== +# template: id: fullstack-architecture-template-v2 name: Fullstack Architecture Document @@ -3104,6 +3112,7 @@ sections: ==================== END: .bmad-core/templates/fullstack-architecture-tmpl.yaml ==================== ==================== START: .bmad-core/checklists/architect-checklist.md ==================== + # Architect Solution Validation Checklist This checklist serves as a comprehensive framework for the Architect to validate the technical design and architecture before development execution. The Architect should systematically work through each item, ensuring the architecture is robust, scalable, secure, and aligned with the product requirements. @@ -3545,6 +3554,7 @@ After presenting the report, ask the user if they would like detailed analysis o ==================== END: .bmad-core/checklists/architect-checklist.md ==================== ==================== START: .bmad-core/data/technical-preferences.md ==================== + # User-Defined Preferred Patterns and Preferences None Listed diff --git a/dist/agents/bmad-master.txt b/dist/agents/bmad-master.txt index 0f7f4c4..101f138 100644 --- a/dist/agents/bmad-master.txt +++ b/dist/agents/bmad-master.txt @@ -127,6 +127,7 @@ dependencies: ==================== END: .bmad-core/agents/bmad-master.md ==================== ==================== START: .bmad-core/tasks/advanced-elicitation.md ==================== + # Advanced Elicitation Task ## Purpose @@ -247,6 +248,7 @@ Choose a number (0-8) or 9 to proceed: ==================== END: .bmad-core/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-core/tasks/brownfield-create-epic.md ==================== + # Create Brownfield Epic Task ## Purpose @@ -410,6 +412,7 @@ The epic creation is successful when: ==================== END: .bmad-core/tasks/brownfield-create-epic.md ==================== ==================== START: .bmad-core/tasks/brownfield-create-story.md ==================== + # Create Brownfield Story Task ## Purpose @@ -560,6 +563,7 @@ The story creation is successful when: ==================== END: .bmad-core/tasks/brownfield-create-story.md ==================== ==================== START: .bmad-core/tasks/correct-course.md ==================== + # Correct Course Task ## Purpose @@ -633,6 +637,7 @@ The story creation is successful when: ==================== END: .bmad-core/tasks/correct-course.md ==================== ==================== START: .bmad-core/tasks/create-deep-research-prompt.md ==================== + # Create Deep Research Prompt Task This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation. @@ -914,6 +919,7 @@ CRITICAL: collaborate with the user to develop specific, actionable research que ==================== END: .bmad-core/tasks/create-deep-research-prompt.md ==================== ==================== START: .bmad-core/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -1018,6 +1024,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-core/tasks/create-doc.md ==================== ==================== START: .bmad-core/tasks/create-next-story.md ==================== + # Create Next Story Task ## Purpose @@ -1133,6 +1140,7 @@ ALWAYS cite source documents: `[Source: architecture/{filename}.md#{section}]` ==================== END: .bmad-core/tasks/create-next-story.md ==================== ==================== START: .bmad-core/tasks/document-project.md ==================== + # Document an Existing Project ## Purpose @@ -1479,6 +1487,7 @@ Apply the advanced elicitation task after major sections to refine based on user ==================== END: .bmad-core/tasks/document-project.md ==================== ==================== START: .bmad-core/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -1568,6 +1577,7 @@ The LLM will: ==================== END: .bmad-core/tasks/execute-checklist.md ==================== ==================== START: .bmad-core/tasks/facilitate-brainstorming-session.md ==================== + --- docOutputLocation: docs/brainstorming-session-results.md template: '.bmad-core/templates/brainstorming-output-tmpl.yaml' @@ -1707,6 +1717,7 @@ Generate structured document with these sections: ==================== END: .bmad-core/tasks/facilitate-brainstorming-session.md ==================== ==================== START: .bmad-core/tasks/generate-ai-frontend-prompt.md ==================== + # Create AI Frontend Prompt Task ## Purpose @@ -1761,6 +1772,7 @@ You will now synthesize the inputs and the above principles into a final, compre ==================== END: .bmad-core/tasks/generate-ai-frontend-prompt.md ==================== ==================== START: .bmad-core/tasks/index-docs.md ==================== + # Index Documentation Task ## Purpose @@ -1937,6 +1949,7 @@ Would you like to proceed with documentation indexing? Please provide the requir ==================== END: .bmad-core/tasks/index-docs.md ==================== ==================== START: .bmad-core/tasks/shard-doc.md ==================== + # Document Sharding Task ## Purpose @@ -2125,6 +2138,7 @@ Document sharded successfully: ==================== END: .bmad-core/tasks/shard-doc.md ==================== ==================== START: .bmad-core/templates/architecture-tmpl.yaml ==================== +# template: id: architecture-template-v2 name: Architecture Document @@ -2778,6 +2792,7 @@ sections: ==================== END: .bmad-core/templates/architecture-tmpl.yaml ==================== ==================== START: .bmad-core/templates/brownfield-architecture-tmpl.yaml ==================== +# template: id: brownfield-architecture-template-v2 name: Brownfield Enhancement Architecture @@ -3257,6 +3272,7 @@ sections: ==================== END: .bmad-core/templates/brownfield-architecture-tmpl.yaml ==================== ==================== START: .bmad-core/templates/brownfield-prd-tmpl.yaml ==================== +# template: id: brownfield-prd-template-v2 name: Brownfield Enhancement PRD @@ -3540,6 +3556,7 @@ sections: ==================== END: .bmad-core/templates/brownfield-prd-tmpl.yaml ==================== ==================== START: .bmad-core/templates/competitor-analysis-tmpl.yaml ==================== +# template: id: competitor-analysis-template-v2 name: Competitive Analysis Report @@ -3849,6 +3866,7 @@ sections: ==================== END: .bmad-core/templates/competitor-analysis-tmpl.yaml ==================== ==================== START: .bmad-core/templates/front-end-architecture-tmpl.yaml ==================== +# template: id: frontend-architecture-template-v2 name: Frontend Architecture Document @@ -4070,6 +4088,7 @@ sections: ==================== END: .bmad-core/templates/front-end-architecture-tmpl.yaml ==================== ==================== START: .bmad-core/templates/front-end-spec-tmpl.yaml ==================== +# template: id: frontend-spec-template-v2 name: UI/UX Specification @@ -4422,6 +4441,7 @@ sections: ==================== END: .bmad-core/templates/front-end-spec-tmpl.yaml ==================== ==================== START: .bmad-core/templates/fullstack-architecture-tmpl.yaml ==================== +# template: id: fullstack-architecture-template-v2 name: Fullstack Architecture Document @@ -5248,6 +5268,7 @@ sections: ==================== END: .bmad-core/templates/fullstack-architecture-tmpl.yaml ==================== ==================== START: .bmad-core/templates/market-research-tmpl.yaml ==================== +# template: id: market-research-template-v2 name: Market Research Report @@ -5503,6 +5524,7 @@ sections: ==================== END: .bmad-core/templates/market-research-tmpl.yaml ==================== ==================== START: .bmad-core/templates/prd-tmpl.yaml ==================== +# template: id: prd-template-v2 name: Product Requirements Document @@ -5708,6 +5730,7 @@ sections: ==================== END: .bmad-core/templates/prd-tmpl.yaml ==================== ==================== START: .bmad-core/templates/project-brief-tmpl.yaml ==================== +# template: id: project-brief-template-v2 name: Project Brief @@ -5932,6 +5955,7 @@ sections: ==================== END: .bmad-core/templates/project-brief-tmpl.yaml ==================== ==================== START: .bmad-core/templates/story-tmpl.yaml ==================== +# template: id: story-template-v2 name: Story Document @@ -6072,6 +6096,7 @@ sections: ==================== END: .bmad-core/templates/story-tmpl.yaml ==================== ==================== START: .bmad-core/checklists/architect-checklist.md ==================== + # Architect Solution Validation Checklist This checklist serves as a comprehensive framework for the Architect to validate the technical design and architecture before development execution. The Architect should systematically work through each item, ensuring the architecture is robust, scalable, secure, and aligned with the product requirements. @@ -6513,6 +6538,7 @@ After presenting the report, ask the user if they would like detailed analysis o ==================== END: .bmad-core/checklists/architect-checklist.md ==================== ==================== START: .bmad-core/checklists/change-checklist.md ==================== + # Change Navigation Checklist **Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow. @@ -6698,6 +6724,7 @@ Keep it action-oriented and forward-looking.]] ==================== END: .bmad-core/checklists/change-checklist.md ==================== ==================== START: .bmad-core/checklists/pm-checklist.md ==================== + # Product Manager (PM) Requirements Checklist This checklist serves as a comprehensive framework to ensure the Product Requirements Document (PRD) and Epic definitions are complete, well-structured, and appropriately scoped for MVP development. The PM should systematically work through each item during the product definition process. @@ -7071,6 +7098,7 @@ After presenting the report, ask if the user wants: ==================== END: .bmad-core/checklists/pm-checklist.md ==================== ==================== START: .bmad-core/checklists/po-master-checklist.md ==================== + # Product Owner (PO) Master Validation Checklist This checklist serves as a comprehensive framework for the Product Owner to validate project plans before development execution. It adapts intelligently based on project type (greenfield vs brownfield) and includes UI/UX considerations when applicable. @@ -7506,6 +7534,7 @@ After presenting the report, ask if the user wants: ==================== END: .bmad-core/checklists/po-master-checklist.md ==================== ==================== START: .bmad-core/checklists/story-dod-checklist.md ==================== + # Story Definition of Done (DoD) Checklist ## Instructions for Developer Agent @@ -7603,6 +7632,7 @@ Be honest - it's better to flag issues now than have them discovered later.]] ==================== END: .bmad-core/checklists/story-dod-checklist.md ==================== ==================== START: .bmad-core/checklists/story-draft-checklist.md ==================== + # Story Draft Checklist The Scrum Master should use this checklist to validate that each story contains sufficient context for a developer agent to implement it successfully, while assuming the dev agent has reasonable capabilities to figure things out. @@ -7759,11 +7789,12 @@ Be pragmatic - perfect documentation doesn't exist, but it must be enough to pro ==================== END: .bmad-core/checklists/story-draft-checklist.md ==================== ==================== START: .bmad-core/data/bmad-kb.md ==================== -# BMad Knowledge Base + +# BMAD™ Knowledge Base ## Overview -BMad-Method (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments. +BMAD-METHOD™ (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments. ### Key Features @@ -7862,7 +7893,7 @@ npx bmad-method install - **Roo Code**: Web-based IDE with agent support - **GitHub Copilot**: VS Code extension with AI peer programming assistant -**Note for VS Code Users**: BMad-Method assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo. +**Note for VS Code Users**: BMAD-METHOD™ assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo. **Verify Installation**: @@ -7870,7 +7901,7 @@ npx bmad-method install - IDE-specific integration files created - All agent commands/rules/modes available -**Remember**: At its core, BMad-Method is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective +**Remember**: At its core, BMAD-METHOD™ is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective ### Environment Selection Guide @@ -8114,7 +8145,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing ### System Overview -The BMad-Method is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini). +The BMAD-METHOD™ is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini). ### Key Architectural Components @@ -8469,7 +8500,7 @@ Use the `shard-doc` task or `@kayvan/markdown-tree-parser` tool for automatic sh - **Keep conversations focused** - One agent, one task per conversation - **Review everything** - Always review and approve before marking complete -## Contributing to BMad-Method +## Contributing to BMAD-METHOD™ ### Quick Contribution Guidelines @@ -8501,7 +8532,7 @@ For full details, see `CONTRIBUTING.md`. Key points: ### What Are Expansion Packs? -Expansion packs extend BMad-Method beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development. +Expansion packs extend BMAD-METHOD™ beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development. ### Why Use Expansion Packs? @@ -8568,6 +8599,7 @@ Use the **expansion-creator** pack to build your own: ==================== END: .bmad-core/data/bmad-kb.md ==================== ==================== START: .bmad-core/data/brainstorming-techniques.md ==================== + # Brainstorming Techniques Data ## Creative Expansion @@ -8607,6 +8639,7 @@ Use the **expansion-creator** pack to build your own: ==================== END: .bmad-core/data/brainstorming-techniques.md ==================== ==================== START: .bmad-core/data/elicitation-methods.md ==================== + # Elicitation Methods Data ## Core Reflective Methods @@ -8764,6 +8797,7 @@ Use the **expansion-creator** pack to build your own: ==================== END: .bmad-core/data/elicitation-methods.md ==================== ==================== START: .bmad-core/data/technical-preferences.md ==================== + # User-Defined Preferred Patterns and Preferences None Listed diff --git a/dist/agents/bmad-orchestrator.txt b/dist/agents/bmad-orchestrator.txt index 4958a16..321ad11 100644 --- a/dist/agents/bmad-orchestrator.txt +++ b/dist/agents/bmad-orchestrator.txt @@ -167,6 +167,7 @@ dependencies: ==================== END: .bmad-core/agents/bmad-orchestrator.md ==================== ==================== START: .bmad-core/tasks/advanced-elicitation.md ==================== + # Advanced Elicitation Task ## Purpose @@ -287,6 +288,7 @@ Choose a number (0-8) or 9 to proceed: ==================== END: .bmad-core/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-core/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -391,6 +393,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-core/tasks/create-doc.md ==================== ==================== START: .bmad-core/tasks/kb-mode-interaction.md ==================== + # KB Mode Interaction Task ## Purpose @@ -469,11 +472,12 @@ Or ask me about anything else related to BMad-Method! ==================== END: .bmad-core/tasks/kb-mode-interaction.md ==================== ==================== START: .bmad-core/data/bmad-kb.md ==================== -# BMad Knowledge Base + +# BMAD™ Knowledge Base ## Overview -BMad-Method (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments. +BMAD-METHOD™ (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments. ### Key Features @@ -572,7 +576,7 @@ npx bmad-method install - **Roo Code**: Web-based IDE with agent support - **GitHub Copilot**: VS Code extension with AI peer programming assistant -**Note for VS Code Users**: BMad-Method assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo. +**Note for VS Code Users**: BMAD-METHOD™ assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo. **Verify Installation**: @@ -580,7 +584,7 @@ npx bmad-method install - IDE-specific integration files created - All agent commands/rules/modes available -**Remember**: At its core, BMad-Method is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective +**Remember**: At its core, BMAD-METHOD™ is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective ### Environment Selection Guide @@ -824,7 +828,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing ### System Overview -The BMad-Method is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini). +The BMAD-METHOD™ is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini). ### Key Architectural Components @@ -1179,7 +1183,7 @@ Use the `shard-doc` task or `@kayvan/markdown-tree-parser` tool for automatic sh - **Keep conversations focused** - One agent, one task per conversation - **Review everything** - Always review and approve before marking complete -## Contributing to BMad-Method +## Contributing to BMAD-METHOD™ ### Quick Contribution Guidelines @@ -1211,7 +1215,7 @@ For full details, see `CONTRIBUTING.md`. Key points: ### What Are Expansion Packs? -Expansion packs extend BMad-Method beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development. +Expansion packs extend BMAD-METHOD™ beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development. ### Why Use Expansion Packs? @@ -1278,6 +1282,7 @@ Use the **expansion-creator** pack to build your own: ==================== END: .bmad-core/data/bmad-kb.md ==================== ==================== START: .bmad-core/data/elicitation-methods.md ==================== + # Elicitation Methods Data ## Core Reflective Methods @@ -1435,6 +1440,7 @@ Use the **expansion-creator** pack to build your own: ==================== END: .bmad-core/data/elicitation-methods.md ==================== ==================== START: .bmad-core/utils/workflow-management.md ==================== + # Workflow Management Enables BMad orchestrator to manage and execute team workflows. diff --git a/dist/agents/dev.txt b/dist/agents/dev.txt index 1e8245d..f9fa4a2 100644 --- a/dist/agents/dev.txt +++ b/dist/agents/dev.txt @@ -93,6 +93,7 @@ dependencies: ==================== END: .bmad-core/agents/dev.md ==================== ==================== START: .bmad-core/tasks/apply-qa-fixes.md ==================== + # apply-qa-fixes Implement fixes based on QA results (gate and assessments) for a specific story. This task is for the Dev agent to systematically consume QA outputs and apply code/test changes while only updating allowed sections in the story file. @@ -244,6 +245,7 @@ Fix plan: ==================== END: .bmad-core/tasks/apply-qa-fixes.md ==================== ==================== START: .bmad-core/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -333,6 +335,7 @@ The LLM will: ==================== END: .bmad-core/tasks/execute-checklist.md ==================== ==================== START: .bmad-core/tasks/validate-next-story.md ==================== + # Validate Next Story Task ## Purpose @@ -470,6 +473,7 @@ Provide a structured validation report including: ==================== END: .bmad-core/tasks/validate-next-story.md ==================== ==================== START: .bmad-core/checklists/story-dod-checklist.md ==================== + # Story Definition of Done (DoD) Checklist ## Instructions for Developer Agent diff --git a/dist/agents/pm.txt b/dist/agents/pm.txt index b5902cf..05062a6 100644 --- a/dist/agents/pm.txt +++ b/dist/agents/pm.txt @@ -104,6 +104,7 @@ dependencies: ==================== END: .bmad-core/agents/pm.md ==================== ==================== START: .bmad-core/tasks/brownfield-create-epic.md ==================== + # Create Brownfield Epic Task ## Purpose @@ -267,6 +268,7 @@ The epic creation is successful when: ==================== END: .bmad-core/tasks/brownfield-create-epic.md ==================== ==================== START: .bmad-core/tasks/brownfield-create-story.md ==================== + # Create Brownfield Story Task ## Purpose @@ -417,6 +419,7 @@ The story creation is successful when: ==================== END: .bmad-core/tasks/brownfield-create-story.md ==================== ==================== START: .bmad-core/tasks/correct-course.md ==================== + # Correct Course Task ## Purpose @@ -490,6 +493,7 @@ The story creation is successful when: ==================== END: .bmad-core/tasks/correct-course.md ==================== ==================== START: .bmad-core/tasks/create-deep-research-prompt.md ==================== + # Create Deep Research Prompt Task This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation. @@ -771,6 +775,7 @@ CRITICAL: collaborate with the user to develop specific, actionable research que ==================== END: .bmad-core/tasks/create-deep-research-prompt.md ==================== ==================== START: .bmad-core/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -875,6 +880,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-core/tasks/create-doc.md ==================== ==================== START: .bmad-core/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -964,6 +970,7 @@ The LLM will: ==================== END: .bmad-core/tasks/execute-checklist.md ==================== ==================== START: .bmad-core/tasks/shard-doc.md ==================== + # Document Sharding Task ## Purpose @@ -1152,6 +1159,7 @@ Document sharded successfully: ==================== END: .bmad-core/tasks/shard-doc.md ==================== ==================== START: .bmad-core/templates/brownfield-prd-tmpl.yaml ==================== +# template: id: brownfield-prd-template-v2 name: Brownfield Enhancement PRD @@ -1435,6 +1443,7 @@ sections: ==================== END: .bmad-core/templates/brownfield-prd-tmpl.yaml ==================== ==================== START: .bmad-core/templates/prd-tmpl.yaml ==================== +# template: id: prd-template-v2 name: Product Requirements Document @@ -1640,6 +1649,7 @@ sections: ==================== END: .bmad-core/templates/prd-tmpl.yaml ==================== ==================== START: .bmad-core/checklists/change-checklist.md ==================== + # Change Navigation Checklist **Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow. @@ -1825,6 +1835,7 @@ Keep it action-oriented and forward-looking.]] ==================== END: .bmad-core/checklists/change-checklist.md ==================== ==================== START: .bmad-core/checklists/pm-checklist.md ==================== + # Product Manager (PM) Requirements Checklist This checklist serves as a comprehensive framework to ensure the Product Requirements Document (PRD) and Epic definitions are complete, well-structured, and appropriately scoped for MVP development. The PM should systematically work through each item during the product definition process. @@ -2198,6 +2209,7 @@ After presenting the report, ask if the user wants: ==================== END: .bmad-core/checklists/pm-checklist.md ==================== ==================== START: .bmad-core/data/technical-preferences.md ==================== + # User-Defined Preferred Patterns and Preferences None Listed diff --git a/dist/agents/po.txt b/dist/agents/po.txt index 822f8ad..2ab445d 100644 --- a/dist/agents/po.txt +++ b/dist/agents/po.txt @@ -99,6 +99,7 @@ dependencies: ==================== END: .bmad-core/agents/po.md ==================== ==================== START: .bmad-core/tasks/correct-course.md ==================== + # Correct Course Task ## Purpose @@ -172,6 +173,7 @@ dependencies: ==================== END: .bmad-core/tasks/correct-course.md ==================== ==================== START: .bmad-core/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -261,6 +263,7 @@ The LLM will: ==================== END: .bmad-core/tasks/execute-checklist.md ==================== ==================== START: .bmad-core/tasks/shard-doc.md ==================== + # Document Sharding Task ## Purpose @@ -449,6 +452,7 @@ Document sharded successfully: ==================== END: .bmad-core/tasks/shard-doc.md ==================== ==================== START: .bmad-core/tasks/validate-next-story.md ==================== + # Validate Next Story Task ## Purpose @@ -586,6 +590,7 @@ Provide a structured validation report including: ==================== END: .bmad-core/tasks/validate-next-story.md ==================== ==================== START: .bmad-core/templates/story-tmpl.yaml ==================== +# template: id: story-template-v2 name: Story Document @@ -726,6 +731,7 @@ sections: ==================== END: .bmad-core/templates/story-tmpl.yaml ==================== ==================== START: .bmad-core/checklists/change-checklist.md ==================== + # Change Navigation Checklist **Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow. @@ -911,6 +917,7 @@ Keep it action-oriented and forward-looking.]] ==================== END: .bmad-core/checklists/change-checklist.md ==================== ==================== START: .bmad-core/checklists/po-master-checklist.md ==================== + # Product Owner (PO) Master Validation Checklist This checklist serves as a comprehensive framework for the Product Owner to validate project plans before development execution. It adapts intelligently based on project type (greenfield vs brownfield) and includes UI/UX considerations when applicable. diff --git a/dist/agents/qa.txt b/dist/agents/qa.txt index 2f939fc..0979397 100644 --- a/dist/agents/qa.txt +++ b/dist/agents/qa.txt @@ -111,6 +111,7 @@ dependencies: ==================== END: .bmad-core/agents/qa.md ==================== ==================== START: .bmad-core/tasks/nfr-assess.md ==================== + # nfr-assess Quick NFR validation focused on the core four: security, performance, reliability, maintainability. @@ -457,6 +458,7 @@ performance_deep_dive: ==================== END: .bmad-core/tasks/nfr-assess.md ==================== ==================== START: .bmad-core/tasks/qa-gate.md ==================== + # qa-gate Create or update a quality gate decision file for a story based on review findings. @@ -621,6 +623,7 @@ Gate: CONCERNS → qa.qaLocation/gates/{epic}.{story}-{slug}.yml ==================== END: .bmad-core/tasks/qa-gate.md ==================== ==================== START: .bmad-core/tasks/review-story.md ==================== + # review-story Perform a comprehensive test architecture review with quality gate decision. This adaptive, risk-aware review creates both a story update and a detailed gate file. @@ -938,6 +941,7 @@ After review: ==================== END: .bmad-core/tasks/review-story.md ==================== ==================== START: .bmad-core/tasks/risk-profile.md ==================== + # risk-profile Generate a comprehensive risk assessment matrix for a story implementation using probability × impact analysis. @@ -1294,6 +1298,7 @@ Risk profile: qa.qaLocation/assessments/{epic}.{story}-risk-{YYYYMMDD}.md ==================== END: .bmad-core/tasks/risk-profile.md ==================== ==================== START: .bmad-core/tasks/test-design.md ==================== + # test-design Create comprehensive test scenarios with appropriate test level recommendations for story implementation. @@ -1471,6 +1476,7 @@ Before finalizing, verify: ==================== END: .bmad-core/tasks/test-design.md ==================== ==================== START: .bmad-core/tasks/trace-requirements.md ==================== + # trace-requirements Map story requirements to test cases using Given-When-Then patterns for comprehensive traceability. @@ -1738,6 +1744,7 @@ Trace matrix: qa.qaLocation/assessments/{epic}.{story}-trace-{YYYYMMDD}.md ==================== END: .bmad-core/tasks/trace-requirements.md ==================== ==================== START: .bmad-core/templates/qa-gate-tmpl.yaml ==================== +# template: id: qa-gate-template-v1 name: Quality Gate Decision @@ -1843,6 +1850,7 @@ optional_fields_examples: ==================== END: .bmad-core/templates/qa-gate-tmpl.yaml ==================== ==================== START: .bmad-core/templates/story-tmpl.yaml ==================== +# template: id: story-template-v2 name: Story Document @@ -1983,6 +1991,7 @@ sections: ==================== END: .bmad-core/templates/story-tmpl.yaml ==================== ==================== START: .bmad-core/data/technical-preferences.md ==================== + # User-Defined Preferred Patterns and Preferences None Listed diff --git a/dist/agents/sm.txt b/dist/agents/sm.txt index cad03b7..78ca362 100644 --- a/dist/agents/sm.txt +++ b/dist/agents/sm.txt @@ -85,6 +85,7 @@ dependencies: ==================== END: .bmad-core/agents/sm.md ==================== ==================== START: .bmad-core/tasks/correct-course.md ==================== + # Correct Course Task ## Purpose @@ -158,6 +159,7 @@ dependencies: ==================== END: .bmad-core/tasks/correct-course.md ==================== ==================== START: .bmad-core/tasks/create-next-story.md ==================== + # Create Next Story Task ## Purpose @@ -273,6 +275,7 @@ ALWAYS cite source documents: `[Source: architecture/{filename}.md#{section}]` ==================== END: .bmad-core/tasks/create-next-story.md ==================== ==================== START: .bmad-core/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -362,6 +365,7 @@ The LLM will: ==================== END: .bmad-core/tasks/execute-checklist.md ==================== ==================== START: .bmad-core/templates/story-tmpl.yaml ==================== +# template: id: story-template-v2 name: Story Document @@ -502,6 +506,7 @@ sections: ==================== END: .bmad-core/templates/story-tmpl.yaml ==================== ==================== START: .bmad-core/checklists/story-draft-checklist.md ==================== + # Story Draft Checklist The Scrum Master should use this checklist to validate that each story contains sufficient context for a developer agent to implement it successfully, while assuming the dev agent has reasonable capabilities to figure things out. diff --git a/dist/agents/ux-expert.txt b/dist/agents/ux-expert.txt index 70572bd..a0643d2 100644 --- a/dist/agents/ux-expert.txt +++ b/dist/agents/ux-expert.txt @@ -89,6 +89,7 @@ dependencies: ==================== END: .bmad-core/agents/ux-expert.md ==================== ==================== START: .bmad-core/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -193,6 +194,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-core/tasks/create-doc.md ==================== ==================== START: .bmad-core/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -282,6 +284,7 @@ The LLM will: ==================== END: .bmad-core/tasks/execute-checklist.md ==================== ==================== START: .bmad-core/tasks/generate-ai-frontend-prompt.md ==================== + # Create AI Frontend Prompt Task ## Purpose @@ -336,6 +339,7 @@ You will now synthesize the inputs and the above principles into a final, compre ==================== END: .bmad-core/tasks/generate-ai-frontend-prompt.md ==================== ==================== START: .bmad-core/templates/front-end-spec-tmpl.yaml ==================== +# template: id: frontend-spec-template-v2 name: UI/UX Specification @@ -688,6 +692,7 @@ sections: ==================== END: .bmad-core/templates/front-end-spec-tmpl.yaml ==================== ==================== START: .bmad-core/data/technical-preferences.md ==================== + # User-Defined Preferred Patterns and Preferences None Listed diff --git a/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt b/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt index b5fa972..09e8df4 100644 --- a/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt +++ b/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.txt @@ -95,6 +95,7 @@ dependencies: ==================== END: .bmad-2d-phaser-game-dev/agents/game-designer.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -199,6 +200,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-2d-phaser-game-dev/tasks/create-doc.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -288,6 +290,7 @@ The LLM will: ==================== END: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md ==================== + # Game Design Brainstorming Techniques Task This task provides a comprehensive toolkit of creative brainstorming techniques specifically designed for game design ideation and innovative thinking. The game designer can use these techniques to facilitate productive brainstorming sessions focused on game mechanics, player experience, and creative concepts. @@ -581,6 +584,7 @@ This task provides a comprehensive toolkit of creative brainstorming techniques ==================== END: .bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/create-deep-research-prompt.md ==================== + # Create Deep Research Prompt Task This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation. @@ -862,6 +866,7 @@ CRITICAL: collaborate with the user to develop specific, actionable research que ==================== END: .bmad-2d-phaser-game-dev/tasks/create-deep-research-prompt.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md ==================== + # Advanced Game Design Elicitation Task ## Purpose @@ -975,6 +980,7 @@ The questions and perspectives offered should always consider: ==================== END: .bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml ==================== +# template: id: game-design-doc-template-v2 name: Game Design Document (GDD) @@ -1321,6 +1327,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml ==================== +# template: id: level-design-doc-template-v2 name: Level Design Document @@ -1808,6 +1815,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml ==================== +# template: id: game-brief-template-v2 name: Game Brief @@ -2167,6 +2175,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/checklists/game-design-checklist.md ==================== + # Game Design Document Quality Checklist ## Document Completeness diff --git a/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt b/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt index e8b10de..0f524c1 100644 --- a/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt +++ b/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.txt @@ -102,6 +102,7 @@ dependencies: ==================== END: .bmad-2d-phaser-game-dev/agents/game-developer.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -191,6 +192,7 @@ The LLM will: ==================== END: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml ==================== +# template: id: game-architecture-template-v2 name: Game Architecture Document @@ -807,6 +809,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md ==================== + # Game Development Story Definition of Done Checklist ## Story Completeness @@ -970,6 +973,7 @@ _Any specific concerns, recommendations, or clarifications needed before develop ==================== END: .bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md ==================== ==================== START: .bmad-2d-phaser-game-dev/data/development-guidelines.md ==================== + # Game Development Guidelines ## Overview diff --git a/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt b/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt index c38591d..7095db2 100644 --- a/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt +++ b/dist/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.txt @@ -88,6 +88,7 @@ dependencies: ==================== END: .bmad-2d-phaser-game-dev/agents/game-sm.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/create-game-story.md ==================== + # Create Game Development Story Task ## Purpose @@ -307,6 +308,7 @@ This task ensures game development stories are immediately actionable and enable ==================== END: .bmad-2d-phaser-game-dev/tasks/create-game-story.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -396,6 +398,7 @@ The LLM will: ==================== END: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml ==================== +# template: id: game-story-template-v2 name: Game Development Story @@ -652,6 +655,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md ==================== + # Game Development Story Definition of Done Checklist ## Story Completeness diff --git a/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt b/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt index 374755b..99c6d03 100644 --- a/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt +++ b/dist/expansion-packs/bmad-2d-phaser-game-dev/teams/phaser-2d-nodejs-game-team.txt @@ -40,6 +40,7 @@ These references map directly to bundle sections: ==================== START: .bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml ==================== +# bundle: name: Phaser 2D NodeJS Game Team icon: 🎮 @@ -412,6 +413,7 @@ dependencies: ==================== END: .bmad-2d-phaser-game-dev/agents/game-sm.md ==================== ==================== START: .bmad-2d-phaser-game-dev/data/bmad-kb.md ==================== + # Game Development BMad Knowledge Base ## Overview @@ -665,6 +667,7 @@ This knowledge base provides the foundation for effective game development using ==================== END: .bmad-2d-phaser-game-dev/data/bmad-kb.md ==================== ==================== START: .bmad-2d-phaser-game-dev/data/brainstorming-techniques.md ==================== + # Brainstorming Techniques Data ## Creative Expansion @@ -704,6 +707,7 @@ This knowledge base provides the foundation for effective game development using ==================== END: .bmad-2d-phaser-game-dev/data/brainstorming-techniques.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md ==================== + # Advanced Game Design Elicitation Task ## Purpose @@ -817,6 +821,7 @@ The questions and perspectives offered should always consider: ==================== END: .bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/create-deep-research-prompt.md ==================== + # Create Deep Research Prompt Task This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation. @@ -1098,6 +1103,7 @@ CRITICAL: collaborate with the user to develop specific, actionable research que ==================== END: .bmad-2d-phaser-game-dev/tasks/create-deep-research-prompt.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -1202,6 +1208,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-2d-phaser-game-dev/tasks/create-doc.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/document-project.md ==================== + # Document an Existing Project ## Purpose @@ -1548,6 +1555,7 @@ Apply the advanced elicitation task after major sections to refine based on user ==================== END: .bmad-2d-phaser-game-dev/tasks/document-project.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/facilitate-brainstorming-session.md ==================== + --- docOutputLocation: docs/brainstorming-session-results.md template: '.bmad-2d-phaser-game-dev/templates/brainstorming-output-tmpl.yaml' @@ -1842,10 +1850,11 @@ sections: content: | --- - *Session facilitated using the BMAD-METHOD brainstorming framework* + *Session facilitated using the BMAD-METHOD™ brainstorming framework* ==================== END: .bmad-2d-phaser-game-dev/templates/brainstorming-output-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/competitor-analysis-tmpl.yaml ==================== +# template: id: competitor-analysis-template-v2 name: Competitive Analysis Report @@ -2155,6 +2164,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/competitor-analysis-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/market-research-tmpl.yaml ==================== +# template: id: market-research-template-v2 name: Market Research Report @@ -2410,6 +2420,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/market-research-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/project-brief-tmpl.yaml ==================== +# template: id: project-brief-template-v2 name: Project Brief @@ -2634,6 +2645,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/project-brief-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/data/elicitation-methods.md ==================== + # Elicitation Methods Data ## Core Reflective Methods @@ -2791,6 +2803,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/data/elicitation-methods.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/kb-mode-interaction.md ==================== + # KB Mode Interaction Task ## Purpose @@ -2869,6 +2882,7 @@ Or ask me about anything else related to BMad-Method! ==================== END: .bmad-2d-phaser-game-dev/tasks/kb-mode-interaction.md ==================== ==================== START: .bmad-2d-phaser-game-dev/utils/workflow-management.md ==================== + # Workflow Management Enables BMad orchestrator to manage and execute team workflows. @@ -2941,6 +2955,7 @@ Agents should be workflow-aware: know active workflow, their role, access artifa ==================== END: .bmad-2d-phaser-game-dev/utils/workflow-management.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -3030,6 +3045,7 @@ The LLM will: ==================== END: .bmad-2d-phaser-game-dev/tasks/execute-checklist.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md ==================== + # Game Design Brainstorming Techniques Task This task provides a comprehensive toolkit of creative brainstorming techniques specifically designed for game design ideation and innovative thinking. The game designer can use these techniques to facilitate productive brainstorming sessions focused on game mechanics, player experience, and creative concepts. @@ -3323,6 +3339,7 @@ This task provides a comprehensive toolkit of creative brainstorming techniques ==================== END: .bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml ==================== +# template: id: game-design-doc-template-v2 name: Game Design Document (GDD) @@ -3669,6 +3686,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml ==================== +# template: id: level-design-doc-template-v2 name: Level Design Document @@ -4156,6 +4174,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml ==================== +# template: id: game-brief-template-v2 name: Game Brief @@ -4515,6 +4534,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/checklists/game-design-checklist.md ==================== + # Game Design Document Quality Checklist ## Document Completeness @@ -4719,6 +4739,7 @@ _Outline immediate next actions for the team based on this assessment._ ==================== END: .bmad-2d-phaser-game-dev/checklists/game-design-checklist.md ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml ==================== +# template: id: game-architecture-template-v2 name: Game Architecture Document @@ -5335,6 +5356,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md ==================== + # Game Development Story Definition of Done Checklist ## Story Completeness @@ -5498,6 +5520,7 @@ _Any specific concerns, recommendations, or clarifications needed before develop ==================== END: .bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md ==================== ==================== START: .bmad-2d-phaser-game-dev/data/development-guidelines.md ==================== + # Game Development Guidelines ## Overview @@ -6148,6 +6171,7 @@ These guidelines ensure consistent, high-quality game development that meets per ==================== END: .bmad-2d-phaser-game-dev/data/development-guidelines.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/create-game-story.md ==================== + # Create Game Development Story Task ## Purpose @@ -6367,6 +6391,7 @@ This task ensures game development stories are immediately actionable and enable ==================== END: .bmad-2d-phaser-game-dev/tasks/create-game-story.md ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml ==================== +# template: id: game-story-template-v2 name: Game Development Story @@ -6623,6 +6648,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml ==================== +# template: id: game-architecture-template-v2 name: Game Architecture Document @@ -7239,6 +7265,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml ==================== +# template: id: game-brief-template-v2 name: Game Brief @@ -7598,6 +7625,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml ==================== +# template: id: game-design-doc-template-v2 name: Game Design Document (GDD) @@ -7944,6 +7972,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml ==================== +# template: id: game-story-template-v2 name: Game Development Story @@ -8200,6 +8229,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml ==================== +# template: id: level-design-doc-template-v2 name: Level Design Document @@ -8687,6 +8717,7 @@ sections: ==================== END: .bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md ==================== + # Advanced Game Design Elicitation Task ## Purpose @@ -8800,6 +8831,7 @@ The questions and perspectives offered should always consider: ==================== END: .bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/create-game-story.md ==================== + # Create Game Development Story Task ## Purpose @@ -9019,6 +9051,7 @@ This task ensures game development stories are immediately actionable and enable ==================== END: .bmad-2d-phaser-game-dev/tasks/create-game-story.md ==================== ==================== START: .bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md ==================== + # Game Design Brainstorming Techniques Task This task provides a comprehensive toolkit of creative brainstorming techniques specifically designed for game design ideation and innovative thinking. The game designer can use these techniques to facilitate productive brainstorming sessions focused on game mechanics, player experience, and creative concepts. @@ -9312,6 +9345,7 @@ This task provides a comprehensive toolkit of creative brainstorming techniques ==================== END: .bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md ==================== ==================== START: .bmad-2d-phaser-game-dev/checklists/game-design-checklist.md ==================== + # Game Design Document Quality Checklist ## Document Completeness @@ -9516,6 +9550,7 @@ _Outline immediate next actions for the team based on this assessment._ ==================== END: .bmad-2d-phaser-game-dev/checklists/game-design-checklist.md ==================== ==================== START: .bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md ==================== + # Game Development Story Definition of Done Checklist ## Story Completeness @@ -9679,6 +9714,7 @@ _Any specific concerns, recommendations, or clarifications needed before develop ==================== END: .bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md ==================== ==================== START: .bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml ==================== +# workflow: id: game-dev-greenfield name: Game Development - Greenfield Project @@ -9865,6 +9901,7 @@ workflow: ==================== END: .bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/workflows/game-prototype.yaml ==================== +# workflow: id: game-prototype name: Game Prototype Development @@ -10043,6 +10080,7 @@ workflow: ==================== END: .bmad-2d-phaser-game-dev/workflows/game-prototype.yaml ==================== ==================== START: .bmad-2d-phaser-game-dev/data/bmad-kb.md ==================== + # Game Development BMad Knowledge Base ## Overview @@ -10296,6 +10334,7 @@ This knowledge base provides the foundation for effective game development using ==================== END: .bmad-2d-phaser-game-dev/data/bmad-kb.md ==================== ==================== START: .bmad-2d-phaser-game-dev/data/development-guidelines.md ==================== + # Game Development Guidelines ## Overview diff --git a/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt b/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt index 7cabad1..cbb79e4 100644 --- a/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt +++ b/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.txt @@ -103,6 +103,7 @@ dependencies: ==================== END: .bmad-2d-unity-game-dev/agents/game-architect.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -207,6 +208,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-2d-unity-game-dev/tasks/create-doc.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/create-deep-research-prompt.md ==================== + # Create Deep Research Prompt Task This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation. @@ -488,6 +490,7 @@ CRITICAL: collaborate with the user to develop specific, actionable research que ==================== END: .bmad-2d-unity-game-dev/tasks/create-deep-research-prompt.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/shard-doc.md ==================== + # Document Sharding Task ## Purpose @@ -676,6 +679,7 @@ Document sharded successfully: ==================== END: .bmad-2d-unity-game-dev/tasks/shard-doc.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/document-project.md ==================== + # Document an Existing Project ## Purpose @@ -1022,6 +1026,7 @@ Apply the advanced elicitation task after major sections to refine based on user ==================== END: .bmad-2d-unity-game-dev/tasks/document-project.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -1111,6 +1116,7 @@ The LLM will: ==================== END: .bmad-2d-unity-game-dev/tasks/execute-checklist.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/advanced-elicitation.md ==================== + # Advanced Game Design Elicitation Task ## Purpose @@ -1224,6 +1230,7 @@ The questions and perspectives offered should always consider: ==================== END: .bmad-2d-unity-game-dev/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml ==================== +# template: id: game-architecture-template-v3 name: Game Architecture Document @@ -2257,6 +2264,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/checklists/game-architect-checklist.md ==================== + # Game Architect Solution Validation Checklist This checklist serves as a comprehensive framework for the Game Architect to validate the technical design and architecture before game development execution. The Game Architect should systematically work through each item, ensuring the game architecture is robust, scalable, performant, and aligned with the Game Design Document requirements. @@ -2651,6 +2659,7 @@ After presenting the report, ask the user if they would like detailed analysis o ==================== END: .bmad-2d-unity-game-dev/checklists/game-architect-checklist.md ==================== ==================== START: .bmad-2d-unity-game-dev/data/development-guidelines.md ==================== + # Game Development Guidelines (Unity & C#) ## Overview @@ -3240,6 +3249,7 @@ These guidelines ensure consistent, high-quality game development that meets per ==================== END: .bmad-2d-unity-game-dev/data/development-guidelines.md ==================== ==================== START: .bmad-2d-unity-game-dev/data/bmad-kb.md ==================== + # BMad Knowledge Base - 2D Unity Game Development ## Overview diff --git a/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt b/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt index 275f881..5002ee3 100644 --- a/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +++ b/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt @@ -100,6 +100,7 @@ dependencies: ==================== END: .bmad-2d-unity-game-dev/agents/game-designer.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -204,6 +205,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-2d-unity-game-dev/tasks/create-doc.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -293,6 +295,7 @@ The LLM will: ==================== END: .bmad-2d-unity-game-dev/tasks/execute-checklist.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/shard-doc.md ==================== + # Document Sharding Task ## Purpose @@ -481,6 +484,7 @@ Document sharded successfully: ==================== END: .bmad-2d-unity-game-dev/tasks/shard-doc.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md ==================== + # Game Design Brainstorming Techniques Task This task provides a comprehensive toolkit of creative brainstorming techniques specifically designed for game design ideation and innovative thinking. The game designer can use these techniques to facilitate productive brainstorming sessions focused on game mechanics, player experience, and creative concepts. @@ -774,6 +778,7 @@ This task provides a comprehensive toolkit of creative brainstorming techniques ==================== END: .bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/create-deep-research-prompt.md ==================== + # Create Deep Research Prompt Task This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation. @@ -1055,6 +1060,7 @@ CRITICAL: collaborate with the user to develop specific, actionable research que ==================== END: .bmad-2d-unity-game-dev/tasks/create-deep-research-prompt.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/advanced-elicitation.md ==================== + # Advanced Game Design Elicitation Task ## Purpose @@ -1168,6 +1174,7 @@ The questions and perspectives offered should always consider: ==================== END: .bmad-2d-unity-game-dev/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml ==================== +# template: id: game-design-doc-template-v3 name: Game Design Document (GDD) @@ -1876,6 +1883,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml ==================== +# template: id: level-design-doc-template-v2 name: Level Design Document @@ -2363,6 +2371,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml ==================== +# template: id: game-brief-template-v3 name: Game Brief @@ -2722,6 +2731,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/checklists/game-design-checklist.md ==================== + # Game Design Document Quality Checklist ## Document Completeness @@ -2926,6 +2936,7 @@ _Outline immediate next actions for the team based on this assessment._ ==================== END: .bmad-2d-unity-game-dev/checklists/game-design-checklist.md ==================== ==================== START: .bmad-2d-unity-game-dev/data/bmad-kb.md ==================== + # BMad Knowledge Base - 2D Unity Game Development ## Overview diff --git a/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt b/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt index 5c8407e..9198b04 100644 --- a/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +++ b/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt @@ -97,6 +97,7 @@ dependencies: ==================== END: .bmad-2d-unity-game-dev/agents/game-developer.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -186,6 +187,7 @@ The LLM will: ==================== END: .bmad-2d-unity-game-dev/tasks/execute-checklist.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/validate-next-story.md ==================== + # Validate Next Story Task ## Purpose @@ -323,6 +325,7 @@ Provide a structured validation report including: ==================== END: .bmad-2d-unity-game-dev/tasks/validate-next-story.md ==================== ==================== START: .bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md ==================== + # Game Development Story Definition of Done (DoD) Checklist ## Instructions for Developer Agent diff --git a/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt b/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt index 6637e71..3fd0711 100644 --- a/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +++ b/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt @@ -88,6 +88,7 @@ dependencies: ==================== END: .bmad-2d-unity-game-dev/agents/game-sm.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/create-game-story.md ==================== + # Create Game Story Task ## Purpose @@ -275,6 +276,7 @@ This task ensures game development stories are immediately actionable and enable ==================== END: .bmad-2d-unity-game-dev/tasks/create-game-story.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -364,6 +366,7 @@ The LLM will: ==================== END: .bmad-2d-unity-game-dev/tasks/execute-checklist.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/correct-course-game.md ==================== + # Correct Course Task - Game Development ## Purpose @@ -508,6 +511,7 @@ Based on the analysis and agreed path forward: ==================== END: .bmad-2d-unity-game-dev/tasks/correct-course-game.md ==================== ==================== START: .bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml ==================== +# template: id: game-story-template-v3 name: Game Development Story @@ -767,6 +771,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/checklists/game-change-checklist.md ==================== + # Game Development Change Navigation Checklist **Purpose:** To systematically guide the Game SM agent and user through analysis and planning when a significant change (performance issue, platform constraint, technical blocker, gameplay feedback) is identified during Unity game development. diff --git a/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt b/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt index 59d5562..904b720 100644 --- a/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +++ b/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt @@ -40,6 +40,7 @@ These references map directly to bundle sections: ==================== START: .bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml ==================== +# bundle: name: Unity 2D Game Team icon: 🎮 @@ -476,6 +477,7 @@ dependencies: ==================== END: .bmad-2d-unity-game-dev/agents/game-sm.md ==================== ==================== START: .bmad-2d-unity-game-dev/data/bmad-kb.md ==================== + # BMad Knowledge Base - 2D Unity Game Development ## Overview @@ -1248,6 +1250,7 @@ This knowledge base provides the foundation for effective game development using ==================== END: .bmad-2d-unity-game-dev/data/bmad-kb.md ==================== ==================== START: .bmad-2d-unity-game-dev/data/brainstorming-techniques.md ==================== + # Brainstorming Techniques Data ## Creative Expansion @@ -1287,6 +1290,7 @@ This knowledge base provides the foundation for effective game development using ==================== END: .bmad-2d-unity-game-dev/data/brainstorming-techniques.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/advanced-elicitation.md ==================== + # Advanced Game Design Elicitation Task ## Purpose @@ -1400,6 +1404,7 @@ The questions and perspectives offered should always consider: ==================== END: .bmad-2d-unity-game-dev/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/create-deep-research-prompt.md ==================== + # Create Deep Research Prompt Task This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation. @@ -1681,6 +1686,7 @@ CRITICAL: collaborate with the user to develop specific, actionable research que ==================== END: .bmad-2d-unity-game-dev/tasks/create-deep-research-prompt.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -1785,6 +1791,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-2d-unity-game-dev/tasks/create-doc.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/document-project.md ==================== + # Document an Existing Project ## Purpose @@ -2131,6 +2138,7 @@ Apply the advanced elicitation task after major sections to refine based on user ==================== END: .bmad-2d-unity-game-dev/tasks/document-project.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/facilitate-brainstorming-session.md ==================== + --- docOutputLocation: docs/brainstorming-session-results.md template: '.bmad-2d-unity-game-dev/templates/brainstorming-output-tmpl.yaml' @@ -2425,10 +2433,11 @@ sections: content: | --- - *Session facilitated using the BMAD-METHOD brainstorming framework* + *Session facilitated using the BMAD-METHOD™ brainstorming framework* ==================== END: .bmad-2d-unity-game-dev/templates/brainstorming-output-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/templates/competitor-analysis-tmpl.yaml ==================== +# template: id: competitor-analysis-template-v2 name: Competitive Analysis Report @@ -2738,6 +2747,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/competitor-analysis-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/templates/market-research-tmpl.yaml ==================== +# template: id: market-research-template-v2 name: Market Research Report @@ -2993,6 +3003,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/market-research-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/templates/project-brief-tmpl.yaml ==================== +# template: id: project-brief-template-v2 name: Project Brief @@ -3217,6 +3228,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/project-brief-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/data/elicitation-methods.md ==================== + # Elicitation Methods Data ## Core Reflective Methods @@ -3374,6 +3386,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/data/elicitation-methods.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/kb-mode-interaction.md ==================== + # KB Mode Interaction Task ## Purpose @@ -3452,6 +3465,7 @@ Or ask me about anything else related to BMad-Method! ==================== END: .bmad-2d-unity-game-dev/tasks/kb-mode-interaction.md ==================== ==================== START: .bmad-2d-unity-game-dev/utils/workflow-management.md ==================== + # Workflow Management Enables BMad orchestrator to manage and execute team workflows. @@ -3524,6 +3538,7 @@ Agents should be workflow-aware: know active workflow, their role, access artifa ==================== END: .bmad-2d-unity-game-dev/utils/workflow-management.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -3613,6 +3628,7 @@ The LLM will: ==================== END: .bmad-2d-unity-game-dev/tasks/execute-checklist.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/shard-doc.md ==================== + # Document Sharding Task ## Purpose @@ -3801,6 +3817,7 @@ Document sharded successfully: ==================== END: .bmad-2d-unity-game-dev/tasks/shard-doc.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md ==================== + # Game Design Brainstorming Techniques Task This task provides a comprehensive toolkit of creative brainstorming techniques specifically designed for game design ideation and innovative thinking. The game designer can use these techniques to facilitate productive brainstorming sessions focused on game mechanics, player experience, and creative concepts. @@ -4094,6 +4111,7 @@ This task provides a comprehensive toolkit of creative brainstorming techniques ==================== END: .bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md ==================== ==================== START: .bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml ==================== +# template: id: game-design-doc-template-v3 name: Game Design Document (GDD) @@ -4802,6 +4820,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml ==================== +# template: id: level-design-doc-template-v2 name: Level Design Document @@ -5289,6 +5308,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml ==================== +# template: id: game-brief-template-v3 name: Game Brief @@ -5648,6 +5668,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/checklists/game-design-checklist.md ==================== + # Game Design Document Quality Checklist ## Document Completeness @@ -5852,6 +5873,7 @@ _Outline immediate next actions for the team based on this assessment._ ==================== END: .bmad-2d-unity-game-dev/checklists/game-design-checklist.md ==================== ==================== START: .bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml ==================== +# template: id: game-architecture-template-v3 name: Game Architecture Document @@ -6885,6 +6907,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/checklists/game-architect-checklist.md ==================== + # Game Architect Solution Validation Checklist This checklist serves as a comprehensive framework for the Game Architect to validate the technical design and architecture before game development execution. The Game Architect should systematically work through each item, ensuring the game architecture is robust, scalable, performant, and aligned with the Game Design Document requirements. @@ -7279,6 +7302,7 @@ After presenting the report, ask the user if they would like detailed analysis o ==================== END: .bmad-2d-unity-game-dev/checklists/game-architect-checklist.md ==================== ==================== START: .bmad-2d-unity-game-dev/data/development-guidelines.md ==================== + # Game Development Guidelines (Unity & C#) ## Overview @@ -7868,6 +7892,7 @@ These guidelines ensure consistent, high-quality game development that meets per ==================== END: .bmad-2d-unity-game-dev/data/development-guidelines.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/validate-next-story.md ==================== + # Validate Next Story Task ## Purpose @@ -8005,6 +8030,7 @@ Provide a structured validation report including: ==================== END: .bmad-2d-unity-game-dev/tasks/validate-next-story.md ==================== ==================== START: .bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md ==================== + # Game Development Story Definition of Done (DoD) Checklist ## Instructions for Developer Agent @@ -8132,6 +8158,7 @@ Be honest - it's better to flag issues now than have them discovered during play ==================== END: .bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/create-game-story.md ==================== + # Create Game Story Task ## Purpose @@ -8319,6 +8346,7 @@ This task ensures game development stories are immediately actionable and enable ==================== END: .bmad-2d-unity-game-dev/tasks/create-game-story.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/correct-course-game.md ==================== + # Correct Course Task - Game Development ## Purpose @@ -8463,6 +8491,7 @@ Based on the analysis and agreed path forward: ==================== END: .bmad-2d-unity-game-dev/tasks/correct-course-game.md ==================== ==================== START: .bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml ==================== +# template: id: game-story-template-v3 name: Game Development Story @@ -8722,6 +8751,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/checklists/game-change-checklist.md ==================== + # Game Development Change Navigation Checklist **Purpose:** To systematically guide the Game SM agent and user through analysis and planning when a significant change (performance issue, platform constraint, technical blocker, gameplay feedback) is identified during Unity game development. @@ -8928,6 +8958,7 @@ Keep it technically precise and actionable.]] ==================== END: .bmad-2d-unity-game-dev/checklists/game-change-checklist.md ==================== ==================== START: .bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml ==================== +# template: id: game-architecture-template-v3 name: Game Architecture Document @@ -9961,6 +9992,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml ==================== +# template: id: game-brief-template-v3 name: Game Brief @@ -10320,6 +10352,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml ==================== +# template: id: game-design-doc-template-v3 name: Game Design Document (GDD) @@ -11028,6 +11061,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml ==================== +# template: id: game-story-template-v3 name: Game Development Story @@ -11287,6 +11321,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml ==================== +# template: id: level-design-doc-template-v2 name: Level Design Document @@ -11774,6 +11809,7 @@ sections: ==================== END: .bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/advanced-elicitation.md ==================== + # Advanced Game Design Elicitation Task ## Purpose @@ -11887,6 +11923,7 @@ The questions and perspectives offered should always consider: ==================== END: .bmad-2d-unity-game-dev/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/correct-course-game.md ==================== + # Correct Course Task - Game Development ## Purpose @@ -12031,6 +12068,7 @@ Based on the analysis and agreed path forward: ==================== END: .bmad-2d-unity-game-dev/tasks/correct-course-game.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/create-game-story.md ==================== + # Create Game Story Task ## Purpose @@ -12218,6 +12256,7 @@ This task ensures game development stories are immediately actionable and enable ==================== END: .bmad-2d-unity-game-dev/tasks/create-game-story.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md ==================== + # Game Design Brainstorming Techniques Task This task provides a comprehensive toolkit of creative brainstorming techniques specifically designed for game design ideation and innovative thinking. The game designer can use these techniques to facilitate productive brainstorming sessions focused on game mechanics, player experience, and creative concepts. @@ -12511,6 +12550,7 @@ This task provides a comprehensive toolkit of creative brainstorming techniques ==================== END: .bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md ==================== ==================== START: .bmad-2d-unity-game-dev/tasks/validate-game-story.md ==================== + # Validate Game Story Task ## Purpose @@ -12714,6 +12754,7 @@ Based on validation results, provide specific recommendations for: ==================== END: .bmad-2d-unity-game-dev/tasks/validate-game-story.md ==================== ==================== START: .bmad-2d-unity-game-dev/checklists/game-architect-checklist.md ==================== + # Game Architect Solution Validation Checklist This checklist serves as a comprehensive framework for the Game Architect to validate the technical design and architecture before game development execution. The Game Architect should systematically work through each item, ensuring the game architecture is robust, scalable, performant, and aligned with the Game Design Document requirements. @@ -13108,6 +13149,7 @@ After presenting the report, ask the user if they would like detailed analysis o ==================== END: .bmad-2d-unity-game-dev/checklists/game-architect-checklist.md ==================== ==================== START: .bmad-2d-unity-game-dev/checklists/game-change-checklist.md ==================== + # Game Development Change Navigation Checklist **Purpose:** To systematically guide the Game SM agent and user through analysis and planning when a significant change (performance issue, platform constraint, technical blocker, gameplay feedback) is identified during Unity game development. @@ -13314,6 +13356,7 @@ Keep it technically precise and actionable.]] ==================== END: .bmad-2d-unity-game-dev/checklists/game-change-checklist.md ==================== ==================== START: .bmad-2d-unity-game-dev/checklists/game-design-checklist.md ==================== + # Game Design Document Quality Checklist ## Document Completeness @@ -13518,6 +13561,7 @@ _Outline immediate next actions for the team based on this assessment._ ==================== END: .bmad-2d-unity-game-dev/checklists/game-design-checklist.md ==================== ==================== START: .bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md ==================== + # Game Development Story Definition of Done (DoD) Checklist ## Instructions for Developer Agent @@ -13645,6 +13689,7 @@ Be honest - it's better to flag issues now than have them discovered during play ==================== END: .bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md ==================== ==================== START: .bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml ==================== +# workflow: id: unity-game-dev-greenfield name: Game Development - Greenfield Project (Unity) @@ -13831,6 +13876,7 @@ workflow: ==================== END: .bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/workflows/game-prototype.yaml ==================== +# workflow: id: unity-game-prototype name: Game Prototype Development (Unity) @@ -14009,6 +14055,7 @@ workflow: ==================== END: .bmad-2d-unity-game-dev/workflows/game-prototype.yaml ==================== ==================== START: .bmad-2d-unity-game-dev/data/bmad-kb.md ==================== + # BMad Knowledge Base - 2D Unity Game Development ## Overview @@ -14781,6 +14828,7 @@ This knowledge base provides the foundation for effective game development using ==================== END: .bmad-2d-unity-game-dev/data/bmad-kb.md ==================== ==================== START: .bmad-2d-unity-game-dev/data/development-guidelines.md ==================== + # Game Development Guidelines (Unity & C#) ## Overview diff --git a/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt b/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt index 0a2eb2b..ac89f03 100644 --- a/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt +++ b/dist/expansion-packs/bmad-creative-writing/agents/beta-reader.txt @@ -116,6 +116,7 @@ Remember to present all options as numbered lists for easy selection. ==================== END: .bmad-creative-writing/agents/beta-reader.md ==================== ==================== START: .bmad-creative-writing/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -220,6 +221,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-creative-writing/tasks/create-doc.md ==================== ==================== START: .bmad-creative-writing/tasks/provide-feedback.md ==================== + # ------------------------------------------------------------ # 5. Provide Feedback (Beta) @@ -245,6 +247,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/provide-feedback.md ==================== ==================== START: .bmad-creative-writing/tasks/quick-feedback.md ==================== + # ------------------------------------------------------------ # 13. Quick Feedback (Serial) @@ -268,6 +271,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/quick-feedback.md ==================== ==================== START: .bmad-creative-writing/tasks/analyze-reader-feedback.md ==================== + # ------------------------------------------------------------ # 16. Analyze Reader Feedback @@ -292,6 +296,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/analyze-reader-feedback.md ==================== ==================== START: .bmad-creative-writing/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -381,6 +386,7 @@ The LLM will: ==================== END: .bmad-creative-writing/tasks/execute-checklist.md ==================== ==================== START: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== + # Advanced Elicitation Task ## Purpose @@ -501,6 +507,7 @@ Choose a number (0-8) or 9 to proceed: ==================== END: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-creative-writing/templates/beta-feedback-form.yaml ==================== +# --- template: id: beta-feedback-form-tmpl @@ -600,6 +607,7 @@ sections: ==================== END: .bmad-creative-writing/templates/beta-feedback-form.yaml ==================== ==================== START: .bmad-creative-writing/checklists/beta-feedback-closure-checklist.md ==================== + # ------------------------------------------------------------ # 6. Beta‑Feedback Closure Checklist @@ -624,6 +632,7 @@ items: ==================== END: .bmad-creative-writing/checklists/beta-feedback-closure-checklist.md ==================== ==================== START: .bmad-creative-writing/data/bmad-kb.md ==================== + # BMad Creative Writing Knowledge Base ## Overview @@ -834,6 +843,7 @@ Remember: BMad Creative Writing provides structure to liberate creativity, not c ==================== END: .bmad-creative-writing/data/bmad-kb.md ==================== ==================== START: .bmad-creative-writing/data/story-structures.md ==================== + # Story Structure Patterns ## Three-Act Structure diff --git a/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt b/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt index 54be1f9..eda103a 100644 --- a/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt +++ b/dist/expansion-packs/bmad-creative-writing/agents/character-psychologist.txt @@ -115,6 +115,7 @@ Remember to present all options as numbered lists for easy selection. ==================== END: .bmad-creative-writing/agents/character-psychologist.md ==================== ==================== START: .bmad-creative-writing/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -219,6 +220,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-creative-writing/tasks/create-doc.md ==================== ==================== START: .bmad-creative-writing/tasks/develop-character.md ==================== + # ------------------------------------------------------------ # 3. Develop Character @@ -244,6 +246,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/develop-character.md ==================== ==================== START: .bmad-creative-writing/tasks/workshop-dialog.md ==================== + # Workshop Dialog ## Purpose @@ -309,6 +312,7 @@ Refined dialog with stronger voices and dramatic impact ==================== END: .bmad-creative-writing/tasks/workshop-dialog.md ==================== ==================== START: .bmad-creative-writing/tasks/character-depth-pass.md ==================== + # ------------------------------------------------------------ # 9. Character Depth Pass @@ -332,6 +336,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/character-depth-pass.md ==================== ==================== START: .bmad-creative-writing/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -421,6 +426,7 @@ The LLM will: ==================== END: .bmad-creative-writing/tasks/execute-checklist.md ==================== ==================== START: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== + # Advanced Elicitation Task ## Purpose @@ -541,6 +547,7 @@ Choose a number (0-8) or 9 to proceed: ==================== END: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-creative-writing/templates/character-profile-tmpl.yaml ==================== +# --- template: id: character-profile @@ -635,6 +642,7 @@ sections: ==================== END: .bmad-creative-writing/templates/character-profile-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/checklists/character-consistency-checklist.md ==================== + # ------------------------------------------------------------ # 1. Character Consistency Checklist @@ -659,6 +667,7 @@ items: ==================== END: .bmad-creative-writing/checklists/character-consistency-checklist.md ==================== ==================== START: .bmad-creative-writing/data/bmad-kb.md ==================== + # BMad Creative Writing Knowledge Base ## Overview diff --git a/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt b/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt index 375e18b..fea7f2b 100644 --- a/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt +++ b/dist/expansion-packs/bmad-creative-writing/agents/dialog-specialist.txt @@ -114,6 +114,7 @@ Remember to present all options as numbered lists for easy selection. ==================== END: .bmad-creative-writing/agents/dialog-specialist.md ==================== ==================== START: .bmad-creative-writing/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -218,6 +219,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-creative-writing/tasks/create-doc.md ==================== ==================== START: .bmad-creative-writing/tasks/workshop-dialog.md ==================== + # Workshop Dialog ## Purpose @@ -283,6 +285,7 @@ Refined dialog with stronger voices and dramatic impact ==================== END: .bmad-creative-writing/tasks/workshop-dialog.md ==================== ==================== START: .bmad-creative-writing/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -372,6 +375,7 @@ The LLM will: ==================== END: .bmad-creative-writing/tasks/execute-checklist.md ==================== ==================== START: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== + # Advanced Elicitation Task ## Purpose @@ -492,6 +496,7 @@ Choose a number (0-8) or 9 to proceed: ==================== END: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-creative-writing/templates/character-profile-tmpl.yaml ==================== +# --- template: id: character-profile @@ -586,6 +591,7 @@ sections: ==================== END: .bmad-creative-writing/templates/character-profile-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/checklists/comedic-timing-checklist.md ==================== + # ------------------------------------------------------------ # 23. Comedic Timing & Humor Checklist @@ -610,6 +616,7 @@ items: ==================== END: .bmad-creative-writing/checklists/comedic-timing-checklist.md ==================== ==================== START: .bmad-creative-writing/data/bmad-kb.md ==================== + # BMad Creative Writing Knowledge Base ## Overview @@ -820,6 +827,7 @@ Remember: BMad Creative Writing provides structure to liberate creativity, not c ==================== END: .bmad-creative-writing/data/bmad-kb.md ==================== ==================== START: .bmad-creative-writing/data/story-structures.md ==================== + # Story Structure Patterns ## Three-Act Structure diff --git a/dist/expansion-packs/bmad-creative-writing/agents/editor.txt b/dist/expansion-packs/bmad-creative-writing/agents/editor.txt index 6618dd2..9e19ce4 100644 --- a/dist/expansion-packs/bmad-creative-writing/agents/editor.txt +++ b/dist/expansion-packs/bmad-creative-writing/agents/editor.txt @@ -115,6 +115,7 @@ Remember to present all options as numbered lists for easy selection. ==================== END: .bmad-creative-writing/agents/editor.md ==================== ==================== START: .bmad-creative-writing/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -219,6 +220,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-creative-writing/tasks/create-doc.md ==================== ==================== START: .bmad-creative-writing/tasks/final-polish.md ==================== + # ------------------------------------------------------------ # 14. Final Polish @@ -243,6 +245,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/final-polish.md ==================== ==================== START: .bmad-creative-writing/tasks/incorporate-feedback.md ==================== + # ------------------------------------------------------------ # 6. Incorporate Feedback @@ -269,6 +272,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/incorporate-feedback.md ==================== ==================== START: .bmad-creative-writing/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -358,6 +362,7 @@ The LLM will: ==================== END: .bmad-creative-writing/tasks/execute-checklist.md ==================== ==================== START: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== + # Advanced Elicitation Task ## Purpose @@ -478,6 +483,7 @@ Choose a number (0-8) or 9 to proceed: ==================== END: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-creative-writing/templates/chapter-draft-tmpl.yaml ==================== +# --- template: id: chapter-draft-tmpl @@ -562,6 +568,7 @@ sections: ==================== END: .bmad-creative-writing/templates/chapter-draft-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/checklists/line-edit-quality-checklist.md ==================== + # ------------------------------------------------------------ # 4. Line‑Edit Quality Checklist @@ -586,6 +593,7 @@ items: ==================== END: .bmad-creative-writing/checklists/line-edit-quality-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/publication-readiness-checklist.md ==================== + # ------------------------------------------------------------ # 5. Publication Readiness Checklist @@ -610,6 +618,7 @@ items: ==================== END: .bmad-creative-writing/checklists/publication-readiness-checklist.md ==================== ==================== START: .bmad-creative-writing/data/bmad-kb.md ==================== + # BMad Creative Writing Knowledge Base ## Overview diff --git a/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt b/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt index 0e1e398..bf3715b 100644 --- a/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt +++ b/dist/expansion-packs/bmad-creative-writing/agents/genre-specialist.txt @@ -117,6 +117,7 @@ Remember to present all options as numbered lists for easy selection. ==================== END: .bmad-creative-writing/agents/genre-specialist.md ==================== ==================== START: .bmad-creative-writing/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -221,6 +222,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-creative-writing/tasks/create-doc.md ==================== ==================== START: .bmad-creative-writing/tasks/analyze-story-structure.md ==================== + # Analyze Story Structure ## Purpose @@ -289,6 +291,7 @@ Comprehensive structural analysis with actionable recommendations ==================== END: .bmad-creative-writing/tasks/analyze-story-structure.md ==================== ==================== START: .bmad-creative-writing/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -378,6 +381,7 @@ The LLM will: ==================== END: .bmad-creative-writing/tasks/execute-checklist.md ==================== ==================== START: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== + # Advanced Elicitation Task ## Purpose @@ -498,6 +502,7 @@ Choose a number (0-8) or 9 to proceed: ==================== END: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-creative-writing/templates/story-outline-tmpl.yaml ==================== +# --- template: id: story-outline @@ -596,6 +601,7 @@ sections: ==================== END: .bmad-creative-writing/templates/story-outline-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/checklists/genre-tropes-checklist.md ==================== + # ------------------------------------------------------------ # 10. Genre Tropes Checklist (General) @@ -619,6 +625,7 @@ items: ==================== END: .bmad-creative-writing/checklists/genre-tropes-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/fantasy-magic-system-checklist.md ==================== + # ------------------------------------------------------------ # 17. Fantasy Magic System Consistency Checklist @@ -643,6 +650,7 @@ items: ==================== END: .bmad-creative-writing/checklists/fantasy-magic-system-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md ==================== + # ------------------------------------------------------------ # 15. Sci‑Fi Technology Plausibility Checklist @@ -666,6 +674,7 @@ items: ==================== END: .bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/romance-emotional-beats-checklist.md ==================== + # ------------------------------------------------------------ # 12. Romance Emotional Beats Checklist @@ -690,6 +699,7 @@ items: ==================== END: .bmad-creative-writing/checklists/romance-emotional-beats-checklist.md ==================== ==================== START: .bmad-creative-writing/data/bmad-kb.md ==================== + # BMad Creative Writing Knowledge Base ## Overview @@ -900,6 +910,7 @@ Remember: BMad Creative Writing provides structure to liberate creativity, not c ==================== END: .bmad-creative-writing/data/bmad-kb.md ==================== ==================== START: .bmad-creative-writing/data/story-structures.md ==================== + # Story Structure Patterns ## Three-Act Structure diff --git a/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt b/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt index 614b810..9d4ff9a 100644 --- a/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt +++ b/dist/expansion-packs/bmad-creative-writing/agents/narrative-designer.txt @@ -115,6 +115,7 @@ Remember to present all options as numbered lists for easy selection. ==================== END: .bmad-creative-writing/agents/narrative-designer.md ==================== ==================== START: .bmad-creative-writing/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -219,6 +220,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-creative-writing/tasks/create-doc.md ==================== ==================== START: .bmad-creative-writing/tasks/outline-scenes.md ==================== + # ------------------------------------------------------------ # 11. Outline Scenes @@ -243,6 +245,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/outline-scenes.md ==================== ==================== START: .bmad-creative-writing/tasks/generate-scene-list.md ==================== + # ------------------------------------------------------------ # 10. Generate Scene List @@ -267,6 +270,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/generate-scene-list.md ==================== ==================== START: .bmad-creative-writing/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -356,6 +360,7 @@ The LLM will: ==================== END: .bmad-creative-writing/tasks/execute-checklist.md ==================== ==================== START: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== + # Advanced Elicitation Task ## Purpose @@ -476,6 +481,7 @@ Choose a number (0-8) or 9 to proceed: ==================== END: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-creative-writing/templates/scene-list-tmpl.yaml ==================== +# --- template: id: scene-list-tmpl @@ -533,6 +539,7 @@ sections: ==================== END: .bmad-creative-writing/templates/scene-list-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/checklists/plot-structure-checklist.md ==================== + # Plot Structure Checklist ## Opening @@ -593,6 +600,7 @@ sections: ==================== END: .bmad-creative-writing/checklists/plot-structure-checklist.md ==================== ==================== START: .bmad-creative-writing/data/bmad-kb.md ==================== + # BMad Creative Writing Knowledge Base ## Overview @@ -803,6 +811,7 @@ Remember: BMad Creative Writing provides structure to liberate creativity, not c ==================== END: .bmad-creative-writing/data/bmad-kb.md ==================== ==================== START: .bmad-creative-writing/data/story-structures.md ==================== + # Story Structure Patterns ## Three-Act Structure diff --git a/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt b/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt index 0d2dcac..c70e99b 100644 --- a/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt +++ b/dist/expansion-packs/bmad-creative-writing/agents/plot-architect.txt @@ -117,6 +117,7 @@ Remember to present all options as numbered lists for easy selection. ==================== END: .bmad-creative-writing/agents/plot-architect.md ==================== ==================== START: .bmad-creative-writing/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -221,6 +222,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-creative-writing/tasks/create-doc.md ==================== ==================== START: .bmad-creative-writing/tasks/analyze-story-structure.md ==================== + # Analyze Story Structure ## Purpose @@ -289,6 +291,7 @@ Comprehensive structural analysis with actionable recommendations ==================== END: .bmad-creative-writing/tasks/analyze-story-structure.md ==================== ==================== START: .bmad-creative-writing/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -378,6 +381,7 @@ The LLM will: ==================== END: .bmad-creative-writing/tasks/execute-checklist.md ==================== ==================== START: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== + # Advanced Elicitation Task ## Purpose @@ -498,6 +502,7 @@ Choose a number (0-8) or 9 to proceed: ==================== END: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-creative-writing/templates/story-outline-tmpl.yaml ==================== +# --- template: id: story-outline @@ -596,6 +601,7 @@ sections: ==================== END: .bmad-creative-writing/templates/story-outline-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/templates/premise-brief-tmpl.yaml ==================== +# --- template: id: premise-brief-tmpl @@ -676,6 +682,7 @@ sections: ==================== END: .bmad-creative-writing/templates/premise-brief-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/templates/scene-list-tmpl.yaml ==================== +# --- template: id: scene-list-tmpl @@ -733,6 +740,7 @@ sections: ==================== END: .bmad-creative-writing/templates/scene-list-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/templates/chapter-draft-tmpl.yaml ==================== +# --- template: id: chapter-draft-tmpl @@ -817,6 +825,7 @@ sections: ==================== END: .bmad-creative-writing/templates/chapter-draft-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/checklists/plot-structure-checklist.md ==================== + # Plot Structure Checklist ## Opening @@ -877,6 +886,7 @@ sections: ==================== END: .bmad-creative-writing/checklists/plot-structure-checklist.md ==================== ==================== START: .bmad-creative-writing/data/story-structures.md ==================== + # Story Structure Patterns ## Three-Act Structure @@ -945,6 +955,7 @@ sections: ==================== END: .bmad-creative-writing/data/story-structures.md ==================== ==================== START: .bmad-creative-writing/data/bmad-kb.md ==================== + # BMad Creative Writing Knowledge Base ## Overview diff --git a/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt b/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt index 3d61d23..d0ecd85 100644 --- a/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt +++ b/dist/expansion-packs/bmad-creative-writing/agents/world-builder.txt @@ -116,6 +116,7 @@ Remember to present all options as numbered lists for easy selection. ==================== END: .bmad-creative-writing/agents/world-builder.md ==================== ==================== START: .bmad-creative-writing/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -220,6 +221,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-creative-writing/tasks/create-doc.md ==================== ==================== START: .bmad-creative-writing/tasks/build-world.md ==================== + # ------------------------------------------------------------ # 2. Build World @@ -245,6 +247,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/build-world.md ==================== ==================== START: .bmad-creative-writing/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -334,6 +337,7 @@ The LLM will: ==================== END: .bmad-creative-writing/tasks/execute-checklist.md ==================== ==================== START: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== + # Advanced Elicitation Task ## Purpose @@ -454,6 +458,7 @@ Choose a number (0-8) or 9 to proceed: ==================== END: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-creative-writing/templates/world-guide-tmpl.yaml ==================== +# --- template: id: world-guide-tmpl @@ -545,6 +550,7 @@ sections: ==================== END: .bmad-creative-writing/templates/world-guide-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/checklists/world-building-continuity-checklist.md ==================== + # ------------------------------------------------------------ # 2. World‑Building Continuity Checklist @@ -569,6 +575,7 @@ items: ==================== END: .bmad-creative-writing/checklists/world-building-continuity-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/fantasy-magic-system-checklist.md ==================== + # ------------------------------------------------------------ # 17. Fantasy Magic System Consistency Checklist @@ -593,6 +600,7 @@ items: ==================== END: .bmad-creative-writing/checklists/fantasy-magic-system-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/steampunk-gadget-checklist.md ==================== + # ------------------------------------------------------------ # 25. Steampunk Gadget Plausibility Checklist @@ -617,6 +625,7 @@ items: ==================== END: .bmad-creative-writing/checklists/steampunk-gadget-checklist.md ==================== ==================== START: .bmad-creative-writing/data/bmad-kb.md ==================== + # BMad Creative Writing Knowledge Base ## Overview @@ -827,6 +836,7 @@ Remember: BMad Creative Writing provides structure to liberate creativity, not c ==================== END: .bmad-creative-writing/data/bmad-kb.md ==================== ==================== START: .bmad-creative-writing/data/story-structures.md ==================== + # Story Structure Patterns ## Three-Act Structure diff --git a/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt b/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt index 890d873..8a9fba6 100644 --- a/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt +++ b/dist/expansion-packs/bmad-creative-writing/teams/agent-team.txt @@ -40,6 +40,7 @@ These references map directly to bundle sections: ==================== START: .bmad-creative-writing/agent-teams/agent-team.yaml ==================== +# bundle: name: Creative Writing Team icon: ✍️ @@ -835,6 +836,7 @@ dependencies: ==================== END: .bmad-creative-writing/agents/book-critic.md ==================== ==================== START: .bmad-creative-writing/data/bmad-kb.md ==================== + # BMad Creative Writing Knowledge Base ## Overview @@ -1045,6 +1047,7 @@ Remember: BMad Creative Writing provides structure to liberate creativity, not c ==================== END: .bmad-creative-writing/data/bmad-kb.md ==================== ==================== START: .bmad-creative-writing/data/elicitation-methods.md ==================== + # Elicitation Methods Data ## Core Reflective Methods @@ -1202,6 +1205,7 @@ Remember: BMad Creative Writing provides structure to liberate creativity, not c ==================== END: .bmad-creative-writing/data/elicitation-methods.md ==================== ==================== START: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== + # Advanced Elicitation Task ## Purpose @@ -1322,6 +1326,7 @@ Choose a number (0-8) or 9 to proceed: ==================== END: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-creative-writing/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -1426,6 +1431,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-creative-writing/tasks/create-doc.md ==================== ==================== START: .bmad-creative-writing/tasks/kb-mode-interaction.md ==================== + # KB Mode Interaction Task ## Purpose @@ -1504,6 +1510,7 @@ Or ask me about anything else related to BMad-Method! ==================== END: .bmad-creative-writing/tasks/kb-mode-interaction.md ==================== ==================== START: .bmad-creative-writing/utils/workflow-management.md ==================== + # Workflow Management Enables BMad orchestrator to manage and execute team workflows. @@ -1576,6 +1583,7 @@ Agents should be workflow-aware: know active workflow, their role, access artifa ==================== END: .bmad-creative-writing/utils/workflow-management.md ==================== ==================== START: .bmad-creative-writing/tasks/analyze-story-structure.md ==================== + # Analyze Story Structure ## Purpose @@ -1644,6 +1652,7 @@ Comprehensive structural analysis with actionable recommendations ==================== END: .bmad-creative-writing/tasks/analyze-story-structure.md ==================== ==================== START: .bmad-creative-writing/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -1733,6 +1742,7 @@ The LLM will: ==================== END: .bmad-creative-writing/tasks/execute-checklist.md ==================== ==================== START: .bmad-creative-writing/templates/story-outline-tmpl.yaml ==================== +# --- template: id: story-outline @@ -1831,6 +1841,7 @@ sections: ==================== END: .bmad-creative-writing/templates/story-outline-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/templates/premise-brief-tmpl.yaml ==================== +# --- template: id: premise-brief-tmpl @@ -1911,6 +1922,7 @@ sections: ==================== END: .bmad-creative-writing/templates/premise-brief-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/templates/scene-list-tmpl.yaml ==================== +# --- template: id: scene-list-tmpl @@ -1968,6 +1980,7 @@ sections: ==================== END: .bmad-creative-writing/templates/scene-list-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/templates/chapter-draft-tmpl.yaml ==================== +# --- template: id: chapter-draft-tmpl @@ -2052,6 +2065,7 @@ sections: ==================== END: .bmad-creative-writing/templates/chapter-draft-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/checklists/plot-structure-checklist.md ==================== + # Plot Structure Checklist ## Opening @@ -2112,6 +2126,7 @@ sections: ==================== END: .bmad-creative-writing/checklists/plot-structure-checklist.md ==================== ==================== START: .bmad-creative-writing/data/story-structures.md ==================== + # Story Structure Patterns ## Three-Act Structure @@ -2180,6 +2195,7 @@ sections: ==================== END: .bmad-creative-writing/data/story-structures.md ==================== ==================== START: .bmad-creative-writing/tasks/develop-character.md ==================== + # ------------------------------------------------------------ # 3. Develop Character @@ -2205,6 +2221,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/develop-character.md ==================== ==================== START: .bmad-creative-writing/tasks/workshop-dialog.md ==================== + # Workshop Dialog ## Purpose @@ -2270,6 +2287,7 @@ Refined dialog with stronger voices and dramatic impact ==================== END: .bmad-creative-writing/tasks/workshop-dialog.md ==================== ==================== START: .bmad-creative-writing/tasks/character-depth-pass.md ==================== + # ------------------------------------------------------------ # 9. Character Depth Pass @@ -2293,6 +2311,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/character-depth-pass.md ==================== ==================== START: .bmad-creative-writing/templates/character-profile-tmpl.yaml ==================== +# --- template: id: character-profile @@ -2387,6 +2406,7 @@ sections: ==================== END: .bmad-creative-writing/templates/character-profile-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/checklists/character-consistency-checklist.md ==================== + # ------------------------------------------------------------ # 1. Character Consistency Checklist @@ -2411,6 +2431,7 @@ items: ==================== END: .bmad-creative-writing/checklists/character-consistency-checklist.md ==================== ==================== START: .bmad-creative-writing/tasks/build-world.md ==================== + # ------------------------------------------------------------ # 2. Build World @@ -2436,6 +2457,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/build-world.md ==================== ==================== START: .bmad-creative-writing/templates/world-guide-tmpl.yaml ==================== +# --- template: id: world-guide-tmpl @@ -2527,6 +2549,7 @@ sections: ==================== END: .bmad-creative-writing/templates/world-guide-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/checklists/world-building-continuity-checklist.md ==================== + # ------------------------------------------------------------ # 2. World‑Building Continuity Checklist @@ -2551,6 +2574,7 @@ items: ==================== END: .bmad-creative-writing/checklists/world-building-continuity-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/fantasy-magic-system-checklist.md ==================== + # ------------------------------------------------------------ # 17. Fantasy Magic System Consistency Checklist @@ -2575,6 +2599,7 @@ items: ==================== END: .bmad-creative-writing/checklists/fantasy-magic-system-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/steampunk-gadget-checklist.md ==================== + # ------------------------------------------------------------ # 25. Steampunk Gadget Plausibility Checklist @@ -2599,6 +2624,7 @@ items: ==================== END: .bmad-creative-writing/checklists/steampunk-gadget-checklist.md ==================== ==================== START: .bmad-creative-writing/tasks/final-polish.md ==================== + # ------------------------------------------------------------ # 14. Final Polish @@ -2623,6 +2649,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/final-polish.md ==================== ==================== START: .bmad-creative-writing/tasks/incorporate-feedback.md ==================== + # ------------------------------------------------------------ # 6. Incorporate Feedback @@ -2649,6 +2676,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/incorporate-feedback.md ==================== ==================== START: .bmad-creative-writing/checklists/line-edit-quality-checklist.md ==================== + # ------------------------------------------------------------ # 4. Line‑Edit Quality Checklist @@ -2673,6 +2701,7 @@ items: ==================== END: .bmad-creative-writing/checklists/line-edit-quality-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/publication-readiness-checklist.md ==================== + # ------------------------------------------------------------ # 5. Publication Readiness Checklist @@ -2697,6 +2726,7 @@ items: ==================== END: .bmad-creative-writing/checklists/publication-readiness-checklist.md ==================== ==================== START: .bmad-creative-writing/tasks/provide-feedback.md ==================== + # ------------------------------------------------------------ # 5. Provide Feedback (Beta) @@ -2722,6 +2752,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/provide-feedback.md ==================== ==================== START: .bmad-creative-writing/tasks/quick-feedback.md ==================== + # ------------------------------------------------------------ # 13. Quick Feedback (Serial) @@ -2745,6 +2776,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/quick-feedback.md ==================== ==================== START: .bmad-creative-writing/tasks/analyze-reader-feedback.md ==================== + # ------------------------------------------------------------ # 16. Analyze Reader Feedback @@ -2769,6 +2801,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/analyze-reader-feedback.md ==================== ==================== START: .bmad-creative-writing/templates/beta-feedback-form.yaml ==================== +# --- template: id: beta-feedback-form-tmpl @@ -2868,6 +2901,7 @@ sections: ==================== END: .bmad-creative-writing/templates/beta-feedback-form.yaml ==================== ==================== START: .bmad-creative-writing/checklists/beta-feedback-closure-checklist.md ==================== + # ------------------------------------------------------------ # 6. Beta‑Feedback Closure Checklist @@ -2892,6 +2926,7 @@ items: ==================== END: .bmad-creative-writing/checklists/beta-feedback-closure-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/comedic-timing-checklist.md ==================== + # ------------------------------------------------------------ # 23. Comedic Timing & Humor Checklist @@ -2916,6 +2951,7 @@ items: ==================== END: .bmad-creative-writing/checklists/comedic-timing-checklist.md ==================== ==================== START: .bmad-creative-writing/tasks/outline-scenes.md ==================== + # ------------------------------------------------------------ # 11. Outline Scenes @@ -2940,6 +2976,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/outline-scenes.md ==================== ==================== START: .bmad-creative-writing/tasks/generate-scene-list.md ==================== + # ------------------------------------------------------------ # 10. Generate Scene List @@ -2964,6 +3001,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/generate-scene-list.md ==================== ==================== START: .bmad-creative-writing/checklists/genre-tropes-checklist.md ==================== + # ------------------------------------------------------------ # 10. Genre Tropes Checklist (General) @@ -2987,6 +3025,7 @@ items: ==================== END: .bmad-creative-writing/checklists/genre-tropes-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md ==================== + # ------------------------------------------------------------ # 15. Sci‑Fi Technology Plausibility Checklist @@ -3010,6 +3049,7 @@ items: ==================== END: .bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/romance-emotional-beats-checklist.md ==================== + # ------------------------------------------------------------ # 12. Romance Emotional Beats Checklist @@ -3034,6 +3074,7 @@ items: ==================== END: .bmad-creative-writing/checklists/romance-emotional-beats-checklist.md ==================== ==================== START: .bmad-creative-writing/templates/beta-feedback-form.yaml ==================== +# --- template: id: beta-feedback-form-tmpl @@ -3133,6 +3174,7 @@ sections: ==================== END: .bmad-creative-writing/templates/beta-feedback-form.yaml ==================== ==================== START: .bmad-creative-writing/templates/chapter-draft-tmpl.yaml ==================== +# --- template: id: chapter-draft-tmpl @@ -3217,6 +3259,7 @@ sections: ==================== END: .bmad-creative-writing/templates/chapter-draft-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/templates/character-profile-tmpl.yaml ==================== +# --- template: id: character-profile @@ -3311,6 +3354,7 @@ sections: ==================== END: .bmad-creative-writing/templates/character-profile-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/templates/cover-design-brief-tmpl.yaml ==================== +# --- template: id: cover-design-brief-tmpl @@ -3411,6 +3455,7 @@ sections: ==================== END: .bmad-creative-writing/templates/cover-design-brief-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/templates/premise-brief-tmpl.yaml ==================== +# --- template: id: premise-brief-tmpl @@ -3491,6 +3536,7 @@ sections: ==================== END: .bmad-creative-writing/templates/premise-brief-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/templates/scene-list-tmpl.yaml ==================== +# --- template: id: scene-list-tmpl @@ -3548,6 +3594,7 @@ sections: ==================== END: .bmad-creative-writing/templates/scene-list-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/templates/story-outline-tmpl.yaml ==================== +# --- template: id: story-outline @@ -3646,6 +3693,7 @@ sections: ==================== END: .bmad-creative-writing/templates/story-outline-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/templates/world-guide-tmpl.yaml ==================== +# --- template: id: world-guide-tmpl @@ -3737,6 +3785,7 @@ sections: ==================== END: .bmad-creative-writing/templates/world-guide-tmpl.yaml ==================== ==================== START: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== + # Advanced Elicitation Task ## Purpose @@ -3857,6 +3906,7 @@ Choose a number (0-8) or 9 to proceed: ==================== END: .bmad-creative-writing/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-creative-writing/tasks/analyze-reader-feedback.md ==================== + # ------------------------------------------------------------ # 16. Analyze Reader Feedback @@ -3881,6 +3931,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/analyze-reader-feedback.md ==================== ==================== START: .bmad-creative-writing/tasks/analyze-story-structure.md ==================== + # Analyze Story Structure ## Purpose @@ -3949,6 +4000,7 @@ Comprehensive structural analysis with actionable recommendations ==================== END: .bmad-creative-writing/tasks/analyze-story-structure.md ==================== ==================== START: .bmad-creative-writing/tasks/assemble-kdp-package.md ==================== + # ------------------------------------------------------------ # tasks/assemble-kdp-package.md @@ -3979,6 +4031,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/assemble-kdp-package.md ==================== ==================== START: .bmad-creative-writing/tasks/brainstorm-premise.md ==================== + # ------------------------------------------------------------ # 1. Brainstorm Premise @@ -4003,6 +4056,7 @@ steps: ==================== END: .bmad-creative-writing/tasks/brainstorm-premise.md ==================== ==================== START: .bmad-creative-writing/tasks/build-world.md ==================== + # ------------------------------------------------------------ # 2. Build World @@ -4028,6 +4082,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/build-world.md ==================== ==================== START: .bmad-creative-writing/tasks/character-depth-pass.md ==================== + # ------------------------------------------------------------ # 9. Character Depth Pass @@ -4051,6 +4106,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/character-depth-pass.md ==================== ==================== START: .bmad-creative-writing/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -4155,6 +4211,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-creative-writing/tasks/create-doc.md ==================== ==================== START: .bmad-creative-writing/tasks/create-draft-section.md ==================== + # ------------------------------------------------------------ # 4. Create Draft Section (Chapter) @@ -4182,6 +4239,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/create-draft-section.md ==================== ==================== START: .bmad-creative-writing/tasks/develop-character.md ==================== + # ------------------------------------------------------------ # 3. Develop Character @@ -4207,6 +4265,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/develop-character.md ==================== ==================== START: .bmad-creative-writing/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -4296,6 +4355,7 @@ The LLM will: ==================== END: .bmad-creative-writing/tasks/execute-checklist.md ==================== ==================== START: .bmad-creative-writing/tasks/expand-premise.md ==================== + # ------------------------------------------------------------ # 7. Expand Premise (Snowflake Step 2) @@ -4320,6 +4380,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/expand-premise.md ==================== ==================== START: .bmad-creative-writing/tasks/expand-synopsis.md ==================== + # ------------------------------------------------------------ # 8. Expand Synopsis (Snowflake Step 4) @@ -4344,6 +4405,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/expand-synopsis.md ==================== ==================== START: .bmad-creative-writing/tasks/final-polish.md ==================== + # ------------------------------------------------------------ # 14. Final Polish @@ -4368,6 +4430,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/final-polish.md ==================== ==================== START: .bmad-creative-writing/tasks/generate-cover-brief.md ==================== + # ------------------------------------------------------------ # tasks/generate-cover-brief.md @@ -4394,6 +4457,7 @@ steps: ==================== END: .bmad-creative-writing/tasks/generate-cover-brief.md ==================== ==================== START: .bmad-creative-writing/tasks/generate-cover-prompts.md ==================== + # ------------------------------------------------------------ # tasks/generate-cover-prompts.md @@ -4421,6 +4485,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/generate-cover-prompts.md ==================== ==================== START: .bmad-creative-writing/tasks/generate-scene-list.md ==================== + # ------------------------------------------------------------ # 10. Generate Scene List @@ -4445,6 +4510,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/generate-scene-list.md ==================== ==================== START: .bmad-creative-writing/tasks/incorporate-feedback.md ==================== + # ------------------------------------------------------------ # 6. Incorporate Feedback @@ -4471,6 +4537,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/incorporate-feedback.md ==================== ==================== START: .bmad-creative-writing/tasks/outline-scenes.md ==================== + # ------------------------------------------------------------ # 11. Outline Scenes @@ -4495,6 +4562,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/outline-scenes.md ==================== ==================== START: .bmad-creative-writing/tasks/provide-feedback.md ==================== + # ------------------------------------------------------------ # 5. Provide Feedback (Beta) @@ -4520,6 +4588,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/provide-feedback.md ==================== ==================== START: .bmad-creative-writing/tasks/publish-chapter.md ==================== + # ------------------------------------------------------------ # 15. Publish Chapter @@ -4544,6 +4613,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/publish-chapter.md ==================== ==================== START: .bmad-creative-writing/tasks/quick-feedback.md ==================== + # ------------------------------------------------------------ # 13. Quick Feedback (Serial) @@ -4567,6 +4637,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/quick-feedback.md ==================== ==================== START: .bmad-creative-writing/tasks/select-next-arc.md ==================== + # ------------------------------------------------------------ # 12. Select Next Arc (Serial) @@ -4591,6 +4662,7 @@ inputs: ==================== END: .bmad-creative-writing/tasks/select-next-arc.md ==================== ==================== START: .bmad-creative-writing/tasks/workshop-dialog.md ==================== + # Workshop Dialog ## Purpose @@ -4656,6 +4728,7 @@ Refined dialog with stronger voices and dramatic impact ==================== END: .bmad-creative-writing/tasks/workshop-dialog.md ==================== ==================== START: .bmad-creative-writing/checklists/beta-feedback-closure-checklist.md ==================== + # ------------------------------------------------------------ # 6. Beta‑Feedback Closure Checklist @@ -4680,6 +4753,7 @@ items: ==================== END: .bmad-creative-writing/checklists/beta-feedback-closure-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/character-consistency-checklist.md ==================== + # ------------------------------------------------------------ # 1. Character Consistency Checklist @@ -4704,6 +4778,7 @@ items: ==================== END: .bmad-creative-writing/checklists/character-consistency-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/comedic-timing-checklist.md ==================== + # ------------------------------------------------------------ # 23. Comedic Timing & Humor Checklist @@ -4728,6 +4803,7 @@ items: ==================== END: .bmad-creative-writing/checklists/comedic-timing-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/cyberpunk-aesthetic-checklist.md ==================== + # ------------------------------------------------------------ # 24. Cyberpunk Aesthetic Consistency Checklist @@ -4752,6 +4828,7 @@ items: ==================== END: .bmad-creative-writing/checklists/cyberpunk-aesthetic-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/ebook-formatting-checklist.md ==================== + # ------------------------------------------------------------ # 14. eBook Formatting Checklist @@ -4774,6 +4851,7 @@ items: ==================== END: .bmad-creative-writing/checklists/ebook-formatting-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/epic-poetry-meter-checklist.md ==================== + # ------------------------------------------------------------ # 22. Epic Poetry Meter & Form Checklist @@ -4798,6 +4876,7 @@ items: ==================== END: .bmad-creative-writing/checklists/epic-poetry-meter-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/fantasy-magic-system-checklist.md ==================== + # ------------------------------------------------------------ # 17. Fantasy Magic System Consistency Checklist @@ -4822,6 +4901,7 @@ items: ==================== END: .bmad-creative-writing/checklists/fantasy-magic-system-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/foreshadowing-payoff-checklist.md ==================== + # ------------------------------------------------------------ # 9. Foreshadowing & Payoff Checklist @@ -4845,6 +4925,7 @@ items: ==================== END: .bmad-creative-writing/checklists/foreshadowing-payoff-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/historical-accuracy-checklist.md ==================== + # ------------------------------------------------------------ # 18. Historical Accuracy Checklist @@ -4869,6 +4950,7 @@ items: ==================== END: .bmad-creative-writing/checklists/historical-accuracy-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/horror-suspense-checklist.md ==================== + # ------------------------------------------------------------ # 16. Horror Suspense & Scare Checklist @@ -4893,6 +4975,7 @@ items: ==================== END: .bmad-creative-writing/checklists/horror-suspense-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/kdp-cover-ready-checklist.md ==================== + # ------------------------------------------------------------ # checklists/kdp-cover-ready-checklist.md @@ -4919,6 +5002,7 @@ items: ==================== END: .bmad-creative-writing/checklists/kdp-cover-ready-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/line-edit-quality-checklist.md ==================== + # ------------------------------------------------------------ # 4. Line‑Edit Quality Checklist @@ -4943,6 +5027,7 @@ items: ==================== END: .bmad-creative-writing/checklists/line-edit-quality-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/marketing-copy-checklist.md ==================== + # ------------------------------------------------------------ # 13. Marketing Copy Checklist @@ -4967,6 +5052,7 @@ items: ==================== END: .bmad-creative-writing/checklists/marketing-copy-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/mystery-clue-trail-checklist.md ==================== + # ------------------------------------------------------------ # 11. Mystery Clue Trail Checklist @@ -4991,6 +5077,7 @@ items: ==================== END: .bmad-creative-writing/checklists/mystery-clue-trail-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/orbital-mechanics-checklist.md ==================== + # ------------------------------------------------------------ # 21. Hard‑Science Orbital Mechanics Checklist @@ -5015,6 +5102,7 @@ items: ==================== END: .bmad-creative-writing/checklists/orbital-mechanics-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/plot-structure-checklist.md ==================== + # Plot Structure Checklist ## Opening @@ -5075,6 +5163,7 @@ items: ==================== END: .bmad-creative-writing/checklists/plot-structure-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/publication-readiness-checklist.md ==================== + # ------------------------------------------------------------ # 5. Publication Readiness Checklist @@ -5099,6 +5188,7 @@ items: ==================== END: .bmad-creative-writing/checklists/publication-readiness-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/romance-emotional-beats-checklist.md ==================== + # ------------------------------------------------------------ # 12. Romance Emotional Beats Checklist @@ -5123,6 +5213,7 @@ items: ==================== END: .bmad-creative-writing/checklists/romance-emotional-beats-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/scene-quality-checklist.md ==================== + # ------------------------------------------------------------ # 3. Scene Quality Checklist @@ -5147,6 +5238,7 @@ items: ==================== END: .bmad-creative-writing/checklists/scene-quality-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md ==================== + # ------------------------------------------------------------ # 15. Sci‑Fi Technology Plausibility Checklist @@ -5170,6 +5262,7 @@ items: ==================== END: .bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/sensitivity-representation-checklist.md ==================== + # ------------------------------------------------------------ # 7. Sensitivity & Representation Checklist @@ -5194,6 +5287,7 @@ items: ==================== END: .bmad-creative-writing/checklists/sensitivity-representation-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/steampunk-gadget-checklist.md ==================== + # ------------------------------------------------------------ # 25. Steampunk Gadget Plausibility Checklist @@ -5218,6 +5312,7 @@ items: ==================== END: .bmad-creative-writing/checklists/steampunk-gadget-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/thriller-pacing-stakes-checklist.md ==================== + # ------------------------------------------------------------ # 19. Thriller Pacing & Stakes Checklist @@ -5242,6 +5337,7 @@ items: ==================== END: .bmad-creative-writing/checklists/thriller-pacing-stakes-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/timeline-continuity-checklist.md ==================== + # ------------------------------------------------------------ # 8. Timeline & Continuity Checklist @@ -5266,6 +5362,7 @@ items: ==================== END: .bmad-creative-writing/checklists/timeline-continuity-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/world-building-continuity-checklist.md ==================== + # ------------------------------------------------------------ # 2. World‑Building Continuity Checklist @@ -5290,6 +5387,7 @@ items: ==================== END: .bmad-creative-writing/checklists/world-building-continuity-checklist.md ==================== ==================== START: .bmad-creative-writing/checklists/ya-appropriateness-checklist.md ==================== + # ------------------------------------------------------------ # 20. YA Appropriateness Checklist @@ -5314,6 +5412,7 @@ items: ==================== END: .bmad-creative-writing/checklists/ya-appropriateness-checklist.md ==================== ==================== START: .bmad-creative-writing/workflows/book-cover-design-workflow.md ==================== + # Book Cover Design Assets # ============================================================ @@ -5533,6 +5632,7 @@ items: ==================== END: .bmad-creative-writing/workflows/book-cover-design-workflow.md ==================== ==================== START: .bmad-creative-writing/workflows/novel-greenfield-workflow.yaml ==================== +# workflow: id: novel-greenfield-workflow name: Greenfield Novel Workflow @@ -5591,6 +5691,8 @@ workflow: ==================== END: .bmad-creative-writing/workflows/novel-greenfield-workflow.yaml ==================== ==================== START: .bmad-creative-writing/workflows/novel-serial-workflow.yaml ==================== +# +--- workflow: id: novel-serial-workflow name: Iterative Release Novel Workflow @@ -5642,6 +5744,8 @@ workflow: ==================== END: .bmad-creative-writing/workflows/novel-serial-workflow.yaml ==================== ==================== START: .bmad-creative-writing/workflows/novel-snowflake-workflow.yaml ==================== +# +--- workflow: id: novel-snowflake-workflow name: Snowflake Novel Workflow @@ -5708,15 +5812,17 @@ workflow: output: critic-review.md completion_criteria: - critic-review.md exists +# end ==================== END: .bmad-creative-writing/workflows/novel-snowflake-workflow.yaml ==================== ==================== START: .bmad-creative-writing/workflows/novel-writing.yaml ==================== +# # workflows/novel-writing.yaml name: novel-writing title: Novel Writing Workflow description: | End‑to‑end pipeline for drafting, revising, and polishing a full‑length novel - using the BMAD Creative Writing team. + using the BMAD™ Creative Writing team. triggers: - command: /novel @@ -5804,6 +5910,7 @@ outputs: ==================== END: .bmad-creative-writing/workflows/novel-writing.yaml ==================== ==================== START: .bmad-creative-writing/workflows/screenplay-development.yaml ==================== +# # workflows/screenplay-development.yaml name: screenplay-development title: Screenplay Development Workflow @@ -5891,6 +5998,7 @@ outputs: ==================== END: .bmad-creative-writing/workflows/screenplay-development.yaml ==================== ==================== START: .bmad-creative-writing/workflows/series-planning.yaml ==================== +# # workflows/series-planning.yaml name: series-planning title: Series Planning Workflow @@ -5971,6 +6079,7 @@ outputs: ==================== END: .bmad-creative-writing/workflows/series-planning.yaml ==================== ==================== START: .bmad-creative-writing/workflows/short-story-creation.yaml ==================== +# # workflows/short-story-creation.yaml name: short-story-creation title: Short Story Creation Workflow @@ -6037,6 +6146,7 @@ outputs: ==================== END: .bmad-creative-writing/workflows/short-story-creation.yaml ==================== ==================== START: .bmad-creative-writing/data/bmad-kb.md ==================== + # BMad Creative Writing Knowledge Base ## Overview @@ -6247,6 +6357,7 @@ Remember: BMad Creative Writing provides structure to liberate creativity, not c ==================== END: .bmad-creative-writing/data/bmad-kb.md ==================== ==================== START: .bmad-creative-writing/data/story-structures.md ==================== + # Story Structure Patterns ## Three-Act Structure diff --git a/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt b/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt index 6dcc915..7100441 100644 --- a/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt +++ b/dist/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.txt @@ -101,6 +101,7 @@ dependencies: ==================== END: .bmad-infrastructure-devops/agents/infra-devops-platform.md ==================== ==================== START: .bmad-infrastructure-devops/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -205,6 +206,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-infrastructure-devops/tasks/create-doc.md ==================== ==================== START: .bmad-infrastructure-devops/tasks/review-infrastructure.md ==================== + # Infrastructure Review Task ## Purpose @@ -367,6 +369,7 @@ REPEAT by Asking the user if they would like to perform another Reflective, Elic ==================== END: .bmad-infrastructure-devops/tasks/review-infrastructure.md ==================== ==================== START: .bmad-infrastructure-devops/tasks/validate-infrastructure.md ==================== + # Infrastructure Validation Task ## Purpose @@ -523,6 +526,7 @@ REPEAT by Asking the user if they would like to perform another Reflective, Elic ==================== END: .bmad-infrastructure-devops/tasks/validate-infrastructure.md ==================== ==================== START: .bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml ==================== +# template: id: infrastructure-architecture-template-v2 name: Infrastructure Architecture @@ -950,6 +954,7 @@ sections: ==================== END: .bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml ==================== ==================== START: .bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml ==================== +# template: id: infrastructure-platform-template-v2 name: Platform Infrastructure Implementation @@ -1582,6 +1587,7 @@ sections: ==================== END: .bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml ==================== ==================== START: .bmad-infrastructure-devops/checklists/infrastructure-checklist.md ==================== + # Infrastructure Change Validation Checklist This checklist serves as a comprehensive framework for validating infrastructure changes before deployment to production. The DevOps/Platform Engineer should systematically work through each item, ensuring the infrastructure is secure, compliant, resilient, and properly implemented according to organizational standards. @@ -2069,6 +2075,7 @@ This checklist serves as a comprehensive framework for validating infrastructure ==================== END: .bmad-infrastructure-devops/checklists/infrastructure-checklist.md ==================== ==================== START: .bmad-infrastructure-devops/data/technical-preferences.md ==================== + # User-Defined Preferred Patterns and Preferences None Listed diff --git a/dist/teams/team-all.txt b/dist/teams/team-all.txt index 023b68a..db88f52 100644 --- a/dist/teams/team-all.txt +++ b/dist/teams/team-all.txt @@ -40,6 +40,7 @@ These references map directly to bundle sections: ==================== START: .bmad-core/agent-teams/team-all.yaml ==================== +# bundle: name: Team All icon: 👥 @@ -654,6 +655,7 @@ dependencies: ==================== END: .bmad-core/agents/ux-expert.md ==================== ==================== START: .bmad-core/tasks/advanced-elicitation.md ==================== + # Advanced Elicitation Task ## Purpose @@ -774,6 +776,7 @@ Choose a number (0-8) or 9 to proceed: ==================== END: .bmad-core/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-core/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -878,6 +881,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-core/tasks/create-doc.md ==================== ==================== START: .bmad-core/tasks/kb-mode-interaction.md ==================== + # KB Mode Interaction Task ## Purpose @@ -956,11 +960,12 @@ Or ask me about anything else related to BMad-Method! ==================== END: .bmad-core/tasks/kb-mode-interaction.md ==================== ==================== START: .bmad-core/data/bmad-kb.md ==================== -# BMad Knowledge Base + +# BMAD™ Knowledge Base ## Overview -BMad-Method (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments. +BMAD-METHOD™ (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments. ### Key Features @@ -1059,7 +1064,7 @@ npx bmad-method install - **Roo Code**: Web-based IDE with agent support - **GitHub Copilot**: VS Code extension with AI peer programming assistant -**Note for VS Code Users**: BMad-Method assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo. +**Note for VS Code Users**: BMAD-METHOD™ assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo. **Verify Installation**: @@ -1067,7 +1072,7 @@ npx bmad-method install - IDE-specific integration files created - All agent commands/rules/modes available -**Remember**: At its core, BMad-Method is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective +**Remember**: At its core, BMAD-METHOD™ is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective ### Environment Selection Guide @@ -1311,7 +1316,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing ### System Overview -The BMad-Method is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini). +The BMAD-METHOD™ is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini). ### Key Architectural Components @@ -1666,7 +1671,7 @@ Use the `shard-doc` task or `@kayvan/markdown-tree-parser` tool for automatic sh - **Keep conversations focused** - One agent, one task per conversation - **Review everything** - Always review and approve before marking complete -## Contributing to BMad-Method +## Contributing to BMAD-METHOD™ ### Quick Contribution Guidelines @@ -1698,7 +1703,7 @@ For full details, see `CONTRIBUTING.md`. Key points: ### What Are Expansion Packs? -Expansion packs extend BMad-Method beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development. +Expansion packs extend BMAD-METHOD™ beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development. ### Why Use Expansion Packs? @@ -1765,6 +1770,7 @@ Use the **expansion-creator** pack to build your own: ==================== END: .bmad-core/data/bmad-kb.md ==================== ==================== START: .bmad-core/data/elicitation-methods.md ==================== + # Elicitation Methods Data ## Core Reflective Methods @@ -1922,6 +1928,7 @@ Use the **expansion-creator** pack to build your own: ==================== END: .bmad-core/data/elicitation-methods.md ==================== ==================== START: .bmad-core/utils/workflow-management.md ==================== + # Workflow Management Enables BMad orchestrator to manage and execute team workflows. @@ -1994,6 +2001,7 @@ Agents should be workflow-aware: know active workflow, their role, access artifa ==================== END: .bmad-core/utils/workflow-management.md ==================== ==================== START: .bmad-core/tasks/create-deep-research-prompt.md ==================== + # Create Deep Research Prompt Task This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation. @@ -2275,6 +2283,7 @@ CRITICAL: collaborate with the user to develop specific, actionable research que ==================== END: .bmad-core/tasks/create-deep-research-prompt.md ==================== ==================== START: .bmad-core/tasks/document-project.md ==================== + # Document an Existing Project ## Purpose @@ -2621,6 +2630,7 @@ Apply the advanced elicitation task after major sections to refine based on user ==================== END: .bmad-core/tasks/document-project.md ==================== ==================== START: .bmad-core/tasks/facilitate-brainstorming-session.md ==================== + --- docOutputLocation: docs/brainstorming-session-results.md template: '.bmad-core/templates/brainstorming-output-tmpl.yaml' @@ -2915,10 +2925,11 @@ sections: content: | --- - *Session facilitated using the BMAD-METHOD brainstorming framework* + *Session facilitated using the BMAD-METHOD™ brainstorming framework* ==================== END: .bmad-core/templates/brainstorming-output-tmpl.yaml ==================== ==================== START: .bmad-core/templates/competitor-analysis-tmpl.yaml ==================== +# template: id: competitor-analysis-template-v2 name: Competitive Analysis Report @@ -3228,6 +3239,7 @@ sections: ==================== END: .bmad-core/templates/competitor-analysis-tmpl.yaml ==================== ==================== START: .bmad-core/templates/market-research-tmpl.yaml ==================== +# template: id: market-research-template-v2 name: Market Research Report @@ -3483,6 +3495,7 @@ sections: ==================== END: .bmad-core/templates/market-research-tmpl.yaml ==================== ==================== START: .bmad-core/templates/project-brief-tmpl.yaml ==================== +# template: id: project-brief-template-v2 name: Project Brief @@ -3707,6 +3720,7 @@ sections: ==================== END: .bmad-core/templates/project-brief-tmpl.yaml ==================== ==================== START: .bmad-core/data/brainstorming-techniques.md ==================== + # Brainstorming Techniques Data ## Creative Expansion @@ -3746,6 +3760,7 @@ sections: ==================== END: .bmad-core/data/brainstorming-techniques.md ==================== ==================== START: .bmad-core/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -3835,6 +3850,7 @@ The LLM will: ==================== END: .bmad-core/tasks/execute-checklist.md ==================== ==================== START: .bmad-core/templates/architecture-tmpl.yaml ==================== +# template: id: architecture-template-v2 name: Architecture Document @@ -4488,6 +4504,7 @@ sections: ==================== END: .bmad-core/templates/architecture-tmpl.yaml ==================== ==================== START: .bmad-core/templates/brownfield-architecture-tmpl.yaml ==================== +# template: id: brownfield-architecture-template-v2 name: Brownfield Enhancement Architecture @@ -4967,6 +4984,7 @@ sections: ==================== END: .bmad-core/templates/brownfield-architecture-tmpl.yaml ==================== ==================== START: .bmad-core/templates/front-end-architecture-tmpl.yaml ==================== +# template: id: frontend-architecture-template-v2 name: Frontend Architecture Document @@ -5188,6 +5206,7 @@ sections: ==================== END: .bmad-core/templates/front-end-architecture-tmpl.yaml ==================== ==================== START: .bmad-core/templates/fullstack-architecture-tmpl.yaml ==================== +# template: id: fullstack-architecture-template-v2 name: Fullstack Architecture Document @@ -6014,6 +6033,7 @@ sections: ==================== END: .bmad-core/templates/fullstack-architecture-tmpl.yaml ==================== ==================== START: .bmad-core/checklists/architect-checklist.md ==================== + # Architect Solution Validation Checklist This checklist serves as a comprehensive framework for the Architect to validate the technical design and architecture before development execution. The Architect should systematically work through each item, ensuring the architecture is robust, scalable, secure, and aligned with the product requirements. @@ -6455,12 +6475,14 @@ After presenting the report, ask the user if they would like detailed analysis o ==================== END: .bmad-core/checklists/architect-checklist.md ==================== ==================== START: .bmad-core/data/technical-preferences.md ==================== + # User-Defined Preferred Patterns and Preferences None Listed ==================== END: .bmad-core/data/technical-preferences.md ==================== ==================== START: .bmad-core/tasks/apply-qa-fixes.md ==================== + # apply-qa-fixes Implement fixes based on QA results (gate and assessments) for a specific story. This task is for the Dev agent to systematically consume QA outputs and apply code/test changes while only updating allowed sections in the story file. @@ -6612,6 +6634,7 @@ Fix plan: ==================== END: .bmad-core/tasks/apply-qa-fixes.md ==================== ==================== START: .bmad-core/tasks/validate-next-story.md ==================== + # Validate Next Story Task ## Purpose @@ -6749,6 +6772,7 @@ Provide a structured validation report including: ==================== END: .bmad-core/tasks/validate-next-story.md ==================== ==================== START: .bmad-core/checklists/story-dod-checklist.md ==================== + # Story Definition of Done (DoD) Checklist ## Instructions for Developer Agent @@ -6846,6 +6870,7 @@ Be honest - it's better to flag issues now than have them discovered later.]] ==================== END: .bmad-core/checklists/story-dod-checklist.md ==================== ==================== START: .bmad-core/tasks/brownfield-create-epic.md ==================== + # Create Brownfield Epic Task ## Purpose @@ -7009,6 +7034,7 @@ The epic creation is successful when: ==================== END: .bmad-core/tasks/brownfield-create-epic.md ==================== ==================== START: .bmad-core/tasks/brownfield-create-story.md ==================== + # Create Brownfield Story Task ## Purpose @@ -7159,6 +7185,7 @@ The story creation is successful when: ==================== END: .bmad-core/tasks/brownfield-create-story.md ==================== ==================== START: .bmad-core/tasks/correct-course.md ==================== + # Correct Course Task ## Purpose @@ -7232,6 +7259,7 @@ The story creation is successful when: ==================== END: .bmad-core/tasks/correct-course.md ==================== ==================== START: .bmad-core/tasks/shard-doc.md ==================== + # Document Sharding Task ## Purpose @@ -7420,6 +7448,7 @@ Document sharded successfully: ==================== END: .bmad-core/tasks/shard-doc.md ==================== ==================== START: .bmad-core/templates/brownfield-prd-tmpl.yaml ==================== +# template: id: brownfield-prd-template-v2 name: Brownfield Enhancement PRD @@ -7703,6 +7732,7 @@ sections: ==================== END: .bmad-core/templates/brownfield-prd-tmpl.yaml ==================== ==================== START: .bmad-core/templates/prd-tmpl.yaml ==================== +# template: id: prd-template-v2 name: Product Requirements Document @@ -7908,6 +7938,7 @@ sections: ==================== END: .bmad-core/templates/prd-tmpl.yaml ==================== ==================== START: .bmad-core/checklists/change-checklist.md ==================== + # Change Navigation Checklist **Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow. @@ -8093,6 +8124,7 @@ Keep it action-oriented and forward-looking.]] ==================== END: .bmad-core/checklists/change-checklist.md ==================== ==================== START: .bmad-core/checklists/pm-checklist.md ==================== + # Product Manager (PM) Requirements Checklist This checklist serves as a comprehensive framework to ensure the Product Requirements Document (PRD) and Epic definitions are complete, well-structured, and appropriately scoped for MVP development. The PM should systematically work through each item during the product definition process. @@ -8466,6 +8498,7 @@ After presenting the report, ask if the user wants: ==================== END: .bmad-core/checklists/pm-checklist.md ==================== ==================== START: .bmad-core/templates/story-tmpl.yaml ==================== +# template: id: story-template-v2 name: Story Document @@ -8606,6 +8639,7 @@ sections: ==================== END: .bmad-core/templates/story-tmpl.yaml ==================== ==================== START: .bmad-core/checklists/po-master-checklist.md ==================== + # Product Owner (PO) Master Validation Checklist This checklist serves as a comprehensive framework for the Product Owner to validate project plans before development execution. It adapts intelligently based on project type (greenfield vs brownfield) and includes UI/UX considerations when applicable. @@ -9041,6 +9075,7 @@ After presenting the report, ask if the user wants: ==================== END: .bmad-core/checklists/po-master-checklist.md ==================== ==================== START: .bmad-core/tasks/nfr-assess.md ==================== + # nfr-assess Quick NFR validation focused on the core four: security, performance, reliability, maintainability. @@ -9387,6 +9422,7 @@ performance_deep_dive: ==================== END: .bmad-core/tasks/nfr-assess.md ==================== ==================== START: .bmad-core/tasks/qa-gate.md ==================== + # qa-gate Create or update a quality gate decision file for a story based on review findings. @@ -9551,6 +9587,7 @@ Gate: CONCERNS → qa.qaLocation/gates/{epic}.{story}-{slug}.yml ==================== END: .bmad-core/tasks/qa-gate.md ==================== ==================== START: .bmad-core/tasks/review-story.md ==================== + # review-story Perform a comprehensive test architecture review with quality gate decision. This adaptive, risk-aware review creates both a story update and a detailed gate file. @@ -9868,6 +9905,7 @@ After review: ==================== END: .bmad-core/tasks/review-story.md ==================== ==================== START: .bmad-core/tasks/risk-profile.md ==================== + # risk-profile Generate a comprehensive risk assessment matrix for a story implementation using probability × impact analysis. @@ -10224,6 +10262,7 @@ Risk profile: qa.qaLocation/assessments/{epic}.{story}-risk-{YYYYMMDD}.md ==================== END: .bmad-core/tasks/risk-profile.md ==================== ==================== START: .bmad-core/tasks/test-design.md ==================== + # test-design Create comprehensive test scenarios with appropriate test level recommendations for story implementation. @@ -10401,6 +10440,7 @@ Before finalizing, verify: ==================== END: .bmad-core/tasks/test-design.md ==================== ==================== START: .bmad-core/tasks/trace-requirements.md ==================== + # trace-requirements Map story requirements to test cases using Given-When-Then patterns for comprehensive traceability. @@ -10668,6 +10708,7 @@ Trace matrix: qa.qaLocation/assessments/{epic}.{story}-trace-{YYYYMMDD}.md ==================== END: .bmad-core/tasks/trace-requirements.md ==================== ==================== START: .bmad-core/templates/qa-gate-tmpl.yaml ==================== +# template: id: qa-gate-template-v1 name: Quality Gate Decision @@ -10773,6 +10814,7 @@ optional_fields_examples: ==================== END: .bmad-core/templates/qa-gate-tmpl.yaml ==================== ==================== START: .bmad-core/tasks/create-next-story.md ==================== + # Create Next Story Task ## Purpose @@ -10888,6 +10930,7 @@ ALWAYS cite source documents: `[Source: architecture/{filename}.md#{section}]` ==================== END: .bmad-core/tasks/create-next-story.md ==================== ==================== START: .bmad-core/checklists/story-draft-checklist.md ==================== + # Story Draft Checklist The Scrum Master should use this checklist to validate that each story contains sufficient context for a developer agent to implement it successfully, while assuming the dev agent has reasonable capabilities to figure things out. @@ -11044,6 +11087,7 @@ Be pragmatic - perfect documentation doesn't exist, but it must be enough to pro ==================== END: .bmad-core/checklists/story-draft-checklist.md ==================== ==================== START: .bmad-core/tasks/generate-ai-frontend-prompt.md ==================== + # Create AI Frontend Prompt Task ## Purpose @@ -11098,6 +11142,7 @@ You will now synthesize the inputs and the above principles into a final, compre ==================== END: .bmad-core/tasks/generate-ai-frontend-prompt.md ==================== ==================== START: .bmad-core/templates/front-end-spec-tmpl.yaml ==================== +# template: id: frontend-spec-template-v2 name: UI/UX Specification @@ -11450,6 +11495,7 @@ sections: ==================== END: .bmad-core/templates/front-end-spec-tmpl.yaml ==================== ==================== START: .bmad-core/workflows/brownfield-fullstack.yaml ==================== +# workflow: id: brownfield-fullstack name: Brownfield Full-Stack Enhancement @@ -11750,6 +11796,7 @@ workflow: ==================== END: .bmad-core/workflows/brownfield-fullstack.yaml ==================== ==================== START: .bmad-core/workflows/brownfield-service.yaml ==================== +# workflow: id: brownfield-service name: Brownfield Service/API Enhancement @@ -11940,6 +11987,7 @@ workflow: ==================== END: .bmad-core/workflows/brownfield-service.yaml ==================== ==================== START: .bmad-core/workflows/brownfield-ui.yaml ==================== +# workflow: id: brownfield-ui name: Brownfield UI/Frontend Enhancement @@ -12140,6 +12188,7 @@ workflow: ==================== END: .bmad-core/workflows/brownfield-ui.yaml ==================== ==================== START: .bmad-core/workflows/greenfield-fullstack.yaml ==================== +# workflow: id: greenfield-fullstack name: Greenfield Full-Stack Application Development @@ -12383,6 +12432,7 @@ workflow: ==================== END: .bmad-core/workflows/greenfield-fullstack.yaml ==================== ==================== START: .bmad-core/workflows/greenfield-service.yaml ==================== +# workflow: id: greenfield-service name: Greenfield Service/API Development @@ -12592,6 +12642,7 @@ workflow: ==================== END: .bmad-core/workflows/greenfield-service.yaml ==================== ==================== START: .bmad-core/workflows/greenfield-ui.yaml ==================== +# workflow: id: greenfield-ui name: Greenfield UI/Frontend Development diff --git a/dist/teams/team-fullstack.txt b/dist/teams/team-fullstack.txt index 4b0913a..4f389de 100644 --- a/dist/teams/team-fullstack.txt +++ b/dist/teams/team-fullstack.txt @@ -40,6 +40,7 @@ These references map directly to bundle sections: ==================== START: .bmad-core/agent-teams/team-fullstack.yaml ==================== +# bundle: name: Team Fullstack icon: 🚀 @@ -489,6 +490,7 @@ dependencies: ==================== END: .bmad-core/agents/po.md ==================== ==================== START: .bmad-core/tasks/advanced-elicitation.md ==================== + # Advanced Elicitation Task ## Purpose @@ -609,6 +611,7 @@ Choose a number (0-8) or 9 to proceed: ==================== END: .bmad-core/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-core/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -713,6 +716,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-core/tasks/create-doc.md ==================== ==================== START: .bmad-core/tasks/kb-mode-interaction.md ==================== + # KB Mode Interaction Task ## Purpose @@ -791,11 +795,12 @@ Or ask me about anything else related to BMad-Method! ==================== END: .bmad-core/tasks/kb-mode-interaction.md ==================== ==================== START: .bmad-core/data/bmad-kb.md ==================== -# BMad Knowledge Base + +# BMAD™ Knowledge Base ## Overview -BMad-Method (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments. +BMAD-METHOD™ (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments. ### Key Features @@ -894,7 +899,7 @@ npx bmad-method install - **Roo Code**: Web-based IDE with agent support - **GitHub Copilot**: VS Code extension with AI peer programming assistant -**Note for VS Code Users**: BMad-Method assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo. +**Note for VS Code Users**: BMAD-METHOD™ assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo. **Verify Installation**: @@ -902,7 +907,7 @@ npx bmad-method install - IDE-specific integration files created - All agent commands/rules/modes available -**Remember**: At its core, BMad-Method is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective +**Remember**: At its core, BMAD-METHOD™ is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective ### Environment Selection Guide @@ -1146,7 +1151,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing ### System Overview -The BMad-Method is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini). +The BMAD-METHOD™ is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini). ### Key Architectural Components @@ -1501,7 +1506,7 @@ Use the `shard-doc` task or `@kayvan/markdown-tree-parser` tool for automatic sh - **Keep conversations focused** - One agent, one task per conversation - **Review everything** - Always review and approve before marking complete -## Contributing to BMad-Method +## Contributing to BMAD-METHOD™ ### Quick Contribution Guidelines @@ -1533,7 +1538,7 @@ For full details, see `CONTRIBUTING.md`. Key points: ### What Are Expansion Packs? -Expansion packs extend BMad-Method beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development. +Expansion packs extend BMAD-METHOD™ beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development. ### Why Use Expansion Packs? @@ -1600,6 +1605,7 @@ Use the **expansion-creator** pack to build your own: ==================== END: .bmad-core/data/bmad-kb.md ==================== ==================== START: .bmad-core/data/elicitation-methods.md ==================== + # Elicitation Methods Data ## Core Reflective Methods @@ -1757,6 +1763,7 @@ Use the **expansion-creator** pack to build your own: ==================== END: .bmad-core/data/elicitation-methods.md ==================== ==================== START: .bmad-core/utils/workflow-management.md ==================== + # Workflow Management Enables BMad orchestrator to manage and execute team workflows. @@ -1829,6 +1836,7 @@ Agents should be workflow-aware: know active workflow, their role, access artifa ==================== END: .bmad-core/utils/workflow-management.md ==================== ==================== START: .bmad-core/tasks/create-deep-research-prompt.md ==================== + # Create Deep Research Prompt Task This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation. @@ -2110,6 +2118,7 @@ CRITICAL: collaborate with the user to develop specific, actionable research que ==================== END: .bmad-core/tasks/create-deep-research-prompt.md ==================== ==================== START: .bmad-core/tasks/document-project.md ==================== + # Document an Existing Project ## Purpose @@ -2456,6 +2465,7 @@ Apply the advanced elicitation task after major sections to refine based on user ==================== END: .bmad-core/tasks/document-project.md ==================== ==================== START: .bmad-core/tasks/facilitate-brainstorming-session.md ==================== + --- docOutputLocation: docs/brainstorming-session-results.md template: '.bmad-core/templates/brainstorming-output-tmpl.yaml' @@ -2750,10 +2760,11 @@ sections: content: | --- - *Session facilitated using the BMAD-METHOD brainstorming framework* + *Session facilitated using the BMAD-METHOD™ brainstorming framework* ==================== END: .bmad-core/templates/brainstorming-output-tmpl.yaml ==================== ==================== START: .bmad-core/templates/competitor-analysis-tmpl.yaml ==================== +# template: id: competitor-analysis-template-v2 name: Competitive Analysis Report @@ -3063,6 +3074,7 @@ sections: ==================== END: .bmad-core/templates/competitor-analysis-tmpl.yaml ==================== ==================== START: .bmad-core/templates/market-research-tmpl.yaml ==================== +# template: id: market-research-template-v2 name: Market Research Report @@ -3318,6 +3330,7 @@ sections: ==================== END: .bmad-core/templates/market-research-tmpl.yaml ==================== ==================== START: .bmad-core/templates/project-brief-tmpl.yaml ==================== +# template: id: project-brief-template-v2 name: Project Brief @@ -3542,6 +3555,7 @@ sections: ==================== END: .bmad-core/templates/project-brief-tmpl.yaml ==================== ==================== START: .bmad-core/data/brainstorming-techniques.md ==================== + # Brainstorming Techniques Data ## Creative Expansion @@ -3581,6 +3595,7 @@ sections: ==================== END: .bmad-core/data/brainstorming-techniques.md ==================== ==================== START: .bmad-core/tasks/brownfield-create-epic.md ==================== + # Create Brownfield Epic Task ## Purpose @@ -3744,6 +3759,7 @@ The epic creation is successful when: ==================== END: .bmad-core/tasks/brownfield-create-epic.md ==================== ==================== START: .bmad-core/tasks/brownfield-create-story.md ==================== + # Create Brownfield Story Task ## Purpose @@ -3894,6 +3910,7 @@ The story creation is successful when: ==================== END: .bmad-core/tasks/brownfield-create-story.md ==================== ==================== START: .bmad-core/tasks/correct-course.md ==================== + # Correct Course Task ## Purpose @@ -3967,6 +3984,7 @@ The story creation is successful when: ==================== END: .bmad-core/tasks/correct-course.md ==================== ==================== START: .bmad-core/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -4056,6 +4074,7 @@ The LLM will: ==================== END: .bmad-core/tasks/execute-checklist.md ==================== ==================== START: .bmad-core/tasks/shard-doc.md ==================== + # Document Sharding Task ## Purpose @@ -4244,6 +4263,7 @@ Document sharded successfully: ==================== END: .bmad-core/tasks/shard-doc.md ==================== ==================== START: .bmad-core/templates/brownfield-prd-tmpl.yaml ==================== +# template: id: brownfield-prd-template-v2 name: Brownfield Enhancement PRD @@ -4527,6 +4547,7 @@ sections: ==================== END: .bmad-core/templates/brownfield-prd-tmpl.yaml ==================== ==================== START: .bmad-core/templates/prd-tmpl.yaml ==================== +# template: id: prd-template-v2 name: Product Requirements Document @@ -4732,6 +4753,7 @@ sections: ==================== END: .bmad-core/templates/prd-tmpl.yaml ==================== ==================== START: .bmad-core/checklists/change-checklist.md ==================== + # Change Navigation Checklist **Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow. @@ -4917,6 +4939,7 @@ Keep it action-oriented and forward-looking.]] ==================== END: .bmad-core/checklists/change-checklist.md ==================== ==================== START: .bmad-core/checklists/pm-checklist.md ==================== + # Product Manager (PM) Requirements Checklist This checklist serves as a comprehensive framework to ensure the Product Requirements Document (PRD) and Epic definitions are complete, well-structured, and appropriately scoped for MVP development. The PM should systematically work through each item during the product definition process. @@ -5290,12 +5313,14 @@ After presenting the report, ask if the user wants: ==================== END: .bmad-core/checklists/pm-checklist.md ==================== ==================== START: .bmad-core/data/technical-preferences.md ==================== + # User-Defined Preferred Patterns and Preferences None Listed ==================== END: .bmad-core/data/technical-preferences.md ==================== ==================== START: .bmad-core/tasks/generate-ai-frontend-prompt.md ==================== + # Create AI Frontend Prompt Task ## Purpose @@ -5350,6 +5375,7 @@ You will now synthesize the inputs and the above principles into a final, compre ==================== END: .bmad-core/tasks/generate-ai-frontend-prompt.md ==================== ==================== START: .bmad-core/templates/front-end-spec-tmpl.yaml ==================== +# template: id: frontend-spec-template-v2 name: UI/UX Specification @@ -5702,6 +5728,7 @@ sections: ==================== END: .bmad-core/templates/front-end-spec-tmpl.yaml ==================== ==================== START: .bmad-core/templates/architecture-tmpl.yaml ==================== +# template: id: architecture-template-v2 name: Architecture Document @@ -6355,6 +6382,7 @@ sections: ==================== END: .bmad-core/templates/architecture-tmpl.yaml ==================== ==================== START: .bmad-core/templates/brownfield-architecture-tmpl.yaml ==================== +# template: id: brownfield-architecture-template-v2 name: Brownfield Enhancement Architecture @@ -6834,6 +6862,7 @@ sections: ==================== END: .bmad-core/templates/brownfield-architecture-tmpl.yaml ==================== ==================== START: .bmad-core/templates/front-end-architecture-tmpl.yaml ==================== +# template: id: frontend-architecture-template-v2 name: Frontend Architecture Document @@ -7055,6 +7084,7 @@ sections: ==================== END: .bmad-core/templates/front-end-architecture-tmpl.yaml ==================== ==================== START: .bmad-core/templates/fullstack-architecture-tmpl.yaml ==================== +# template: id: fullstack-architecture-template-v2 name: Fullstack Architecture Document @@ -7881,6 +7911,7 @@ sections: ==================== END: .bmad-core/templates/fullstack-architecture-tmpl.yaml ==================== ==================== START: .bmad-core/checklists/architect-checklist.md ==================== + # Architect Solution Validation Checklist This checklist serves as a comprehensive framework for the Architect to validate the technical design and architecture before development execution. The Architect should systematically work through each item, ensuring the architecture is robust, scalable, secure, and aligned with the product requirements. @@ -8322,6 +8353,7 @@ After presenting the report, ask the user if they would like detailed analysis o ==================== END: .bmad-core/checklists/architect-checklist.md ==================== ==================== START: .bmad-core/tasks/validate-next-story.md ==================== + # Validate Next Story Task ## Purpose @@ -8459,6 +8491,7 @@ Provide a structured validation report including: ==================== END: .bmad-core/tasks/validate-next-story.md ==================== ==================== START: .bmad-core/templates/story-tmpl.yaml ==================== +# template: id: story-template-v2 name: Story Document @@ -8599,6 +8632,7 @@ sections: ==================== END: .bmad-core/templates/story-tmpl.yaml ==================== ==================== START: .bmad-core/checklists/po-master-checklist.md ==================== + # Product Owner (PO) Master Validation Checklist This checklist serves as a comprehensive framework for the Product Owner to validate project plans before development execution. It adapts intelligently based on project type (greenfield vs brownfield) and includes UI/UX considerations when applicable. @@ -9034,6 +9068,7 @@ After presenting the report, ask if the user wants: ==================== END: .bmad-core/checklists/po-master-checklist.md ==================== ==================== START: .bmad-core/workflows/brownfield-fullstack.yaml ==================== +# workflow: id: brownfield-fullstack name: Brownfield Full-Stack Enhancement @@ -9334,6 +9369,7 @@ workflow: ==================== END: .bmad-core/workflows/brownfield-fullstack.yaml ==================== ==================== START: .bmad-core/workflows/brownfield-service.yaml ==================== +# workflow: id: brownfield-service name: Brownfield Service/API Enhancement @@ -9524,6 +9560,7 @@ workflow: ==================== END: .bmad-core/workflows/brownfield-service.yaml ==================== ==================== START: .bmad-core/workflows/brownfield-ui.yaml ==================== +# workflow: id: brownfield-ui name: Brownfield UI/Frontend Enhancement @@ -9724,6 +9761,7 @@ workflow: ==================== END: .bmad-core/workflows/brownfield-ui.yaml ==================== ==================== START: .bmad-core/workflows/greenfield-fullstack.yaml ==================== +# workflow: id: greenfield-fullstack name: Greenfield Full-Stack Application Development @@ -9967,6 +10005,7 @@ workflow: ==================== END: .bmad-core/workflows/greenfield-fullstack.yaml ==================== ==================== START: .bmad-core/workflows/greenfield-service.yaml ==================== +# workflow: id: greenfield-service name: Greenfield Service/API Development @@ -10176,6 +10215,7 @@ workflow: ==================== END: .bmad-core/workflows/greenfield-service.yaml ==================== ==================== START: .bmad-core/workflows/greenfield-ui.yaml ==================== +# workflow: id: greenfield-ui name: Greenfield UI/Frontend Development diff --git a/dist/teams/team-ide-minimal.txt b/dist/teams/team-ide-minimal.txt index 62d4cbf..e3683d6 100644 --- a/dist/teams/team-ide-minimal.txt +++ b/dist/teams/team-ide-minimal.txt @@ -40,6 +40,7 @@ These references map directly to bundle sections: ==================== START: .bmad-core/agent-teams/team-ide-minimal.yaml ==================== +# bundle: name: Team IDE Minimal icon: ⚡ @@ -408,6 +409,7 @@ dependencies: ==================== END: .bmad-core/agents/qa.md ==================== ==================== START: .bmad-core/tasks/advanced-elicitation.md ==================== + # Advanced Elicitation Task ## Purpose @@ -528,6 +530,7 @@ Choose a number (0-8) or 9 to proceed: ==================== END: .bmad-core/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-core/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -632,6 +635,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-core/tasks/create-doc.md ==================== ==================== START: .bmad-core/tasks/kb-mode-interaction.md ==================== + # KB Mode Interaction Task ## Purpose @@ -710,11 +714,12 @@ Or ask me about anything else related to BMad-Method! ==================== END: .bmad-core/tasks/kb-mode-interaction.md ==================== ==================== START: .bmad-core/data/bmad-kb.md ==================== -# BMad Knowledge Base + +# BMAD™ Knowledge Base ## Overview -BMad-Method (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments. +BMAD-METHOD™ (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments. ### Key Features @@ -813,7 +818,7 @@ npx bmad-method install - **Roo Code**: Web-based IDE with agent support - **GitHub Copilot**: VS Code extension with AI peer programming assistant -**Note for VS Code Users**: BMad-Method assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo. +**Note for VS Code Users**: BMAD-METHOD™ assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo. **Verify Installation**: @@ -821,7 +826,7 @@ npx bmad-method install - IDE-specific integration files created - All agent commands/rules/modes available -**Remember**: At its core, BMad-Method is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective +**Remember**: At its core, BMAD-METHOD™ is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective ### Environment Selection Guide @@ -1065,7 +1070,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing ### System Overview -The BMad-Method is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini). +The BMAD-METHOD™ is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini). ### Key Architectural Components @@ -1420,7 +1425,7 @@ Use the `shard-doc` task or `@kayvan/markdown-tree-parser` tool for automatic sh - **Keep conversations focused** - One agent, one task per conversation - **Review everything** - Always review and approve before marking complete -## Contributing to BMad-Method +## Contributing to BMAD-METHOD™ ### Quick Contribution Guidelines @@ -1452,7 +1457,7 @@ For full details, see `CONTRIBUTING.md`. Key points: ### What Are Expansion Packs? -Expansion packs extend BMad-Method beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development. +Expansion packs extend BMAD-METHOD™ beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development. ### Why Use Expansion Packs? @@ -1519,6 +1524,7 @@ Use the **expansion-creator** pack to build your own: ==================== END: .bmad-core/data/bmad-kb.md ==================== ==================== START: .bmad-core/data/elicitation-methods.md ==================== + # Elicitation Methods Data ## Core Reflective Methods @@ -1676,6 +1682,7 @@ Use the **expansion-creator** pack to build your own: ==================== END: .bmad-core/data/elicitation-methods.md ==================== ==================== START: .bmad-core/utils/workflow-management.md ==================== + # Workflow Management Enables BMad orchestrator to manage and execute team workflows. @@ -1748,6 +1755,7 @@ Agents should be workflow-aware: know active workflow, their role, access artifa ==================== END: .bmad-core/utils/workflow-management.md ==================== ==================== START: .bmad-core/tasks/correct-course.md ==================== + # Correct Course Task ## Purpose @@ -1821,6 +1829,7 @@ Agents should be workflow-aware: know active workflow, their role, access artifa ==================== END: .bmad-core/tasks/correct-course.md ==================== ==================== START: .bmad-core/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -1910,6 +1919,7 @@ The LLM will: ==================== END: .bmad-core/tasks/execute-checklist.md ==================== ==================== START: .bmad-core/tasks/shard-doc.md ==================== + # Document Sharding Task ## Purpose @@ -2098,6 +2108,7 @@ Document sharded successfully: ==================== END: .bmad-core/tasks/shard-doc.md ==================== ==================== START: .bmad-core/tasks/validate-next-story.md ==================== + # Validate Next Story Task ## Purpose @@ -2235,6 +2246,7 @@ Provide a structured validation report including: ==================== END: .bmad-core/tasks/validate-next-story.md ==================== ==================== START: .bmad-core/templates/story-tmpl.yaml ==================== +# template: id: story-template-v2 name: Story Document @@ -2375,6 +2387,7 @@ sections: ==================== END: .bmad-core/templates/story-tmpl.yaml ==================== ==================== START: .bmad-core/checklists/change-checklist.md ==================== + # Change Navigation Checklist **Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow. @@ -2560,6 +2573,7 @@ Keep it action-oriented and forward-looking.]] ==================== END: .bmad-core/checklists/change-checklist.md ==================== ==================== START: .bmad-core/checklists/po-master-checklist.md ==================== + # Product Owner (PO) Master Validation Checklist This checklist serves as a comprehensive framework for the Product Owner to validate project plans before development execution. It adapts intelligently based on project type (greenfield vs brownfield) and includes UI/UX considerations when applicable. @@ -2995,6 +3009,7 @@ After presenting the report, ask if the user wants: ==================== END: .bmad-core/checklists/po-master-checklist.md ==================== ==================== START: .bmad-core/tasks/create-next-story.md ==================== + # Create Next Story Task ## Purpose @@ -3110,6 +3125,7 @@ ALWAYS cite source documents: `[Source: architecture/{filename}.md#{section}]` ==================== END: .bmad-core/tasks/create-next-story.md ==================== ==================== START: .bmad-core/checklists/story-draft-checklist.md ==================== + # Story Draft Checklist The Scrum Master should use this checklist to validate that each story contains sufficient context for a developer agent to implement it successfully, while assuming the dev agent has reasonable capabilities to figure things out. @@ -3266,6 +3282,7 @@ Be pragmatic - perfect documentation doesn't exist, but it must be enough to pro ==================== END: .bmad-core/checklists/story-draft-checklist.md ==================== ==================== START: .bmad-core/tasks/apply-qa-fixes.md ==================== + # apply-qa-fixes Implement fixes based on QA results (gate and assessments) for a specific story. This task is for the Dev agent to systematically consume QA outputs and apply code/test changes while only updating allowed sections in the story file. @@ -3417,6 +3434,7 @@ Fix plan: ==================== END: .bmad-core/tasks/apply-qa-fixes.md ==================== ==================== START: .bmad-core/checklists/story-dod-checklist.md ==================== + # Story Definition of Done (DoD) Checklist ## Instructions for Developer Agent @@ -3514,6 +3532,7 @@ Be honest - it's better to flag issues now than have them discovered later.]] ==================== END: .bmad-core/checklists/story-dod-checklist.md ==================== ==================== START: .bmad-core/tasks/nfr-assess.md ==================== + # nfr-assess Quick NFR validation focused on the core four: security, performance, reliability, maintainability. @@ -3860,6 +3879,7 @@ performance_deep_dive: ==================== END: .bmad-core/tasks/nfr-assess.md ==================== ==================== START: .bmad-core/tasks/qa-gate.md ==================== + # qa-gate Create or update a quality gate decision file for a story based on review findings. @@ -4024,6 +4044,7 @@ Gate: CONCERNS → qa.qaLocation/gates/{epic}.{story}-{slug}.yml ==================== END: .bmad-core/tasks/qa-gate.md ==================== ==================== START: .bmad-core/tasks/review-story.md ==================== + # review-story Perform a comprehensive test architecture review with quality gate decision. This adaptive, risk-aware review creates both a story update and a detailed gate file. @@ -4341,6 +4362,7 @@ After review: ==================== END: .bmad-core/tasks/review-story.md ==================== ==================== START: .bmad-core/tasks/risk-profile.md ==================== + # risk-profile Generate a comprehensive risk assessment matrix for a story implementation using probability × impact analysis. @@ -4697,6 +4719,7 @@ Risk profile: qa.qaLocation/assessments/{epic}.{story}-risk-{YYYYMMDD}.md ==================== END: .bmad-core/tasks/risk-profile.md ==================== ==================== START: .bmad-core/tasks/test-design.md ==================== + # test-design Create comprehensive test scenarios with appropriate test level recommendations for story implementation. @@ -4874,6 +4897,7 @@ Before finalizing, verify: ==================== END: .bmad-core/tasks/test-design.md ==================== ==================== START: .bmad-core/tasks/trace-requirements.md ==================== + # trace-requirements Map story requirements to test cases using Given-When-Then patterns for comprehensive traceability. @@ -5141,6 +5165,7 @@ Trace matrix: qa.qaLocation/assessments/{epic}.{story}-trace-{YYYYMMDD}.md ==================== END: .bmad-core/tasks/trace-requirements.md ==================== ==================== START: .bmad-core/templates/qa-gate-tmpl.yaml ==================== +# template: id: qa-gate-template-v1 name: Quality Gate Decision @@ -5246,6 +5271,7 @@ optional_fields_examples: ==================== END: .bmad-core/templates/qa-gate-tmpl.yaml ==================== ==================== START: .bmad-core/data/technical-preferences.md ==================== + # User-Defined Preferred Patterns and Preferences None Listed diff --git a/dist/teams/team-no-ui.txt b/dist/teams/team-no-ui.txt index b9eb7fb..0bf562e 100644 --- a/dist/teams/team-no-ui.txt +++ b/dist/teams/team-no-ui.txt @@ -40,6 +40,7 @@ These references map directly to bundle sections: ==================== START: .bmad-core/agent-teams/team-no-ui.yaml ==================== +# bundle: name: Team No UI icon: 🔧 @@ -435,6 +436,7 @@ dependencies: ==================== END: .bmad-core/agents/po.md ==================== ==================== START: .bmad-core/tasks/advanced-elicitation.md ==================== + # Advanced Elicitation Task ## Purpose @@ -555,6 +557,7 @@ Choose a number (0-8) or 9 to proceed: ==================== END: .bmad-core/tasks/advanced-elicitation.md ==================== ==================== START: .bmad-core/tasks/create-doc.md ==================== + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ @@ -659,6 +662,7 @@ User can type `#yolo` to toggle to YOLO mode (process all sections at once). ==================== END: .bmad-core/tasks/create-doc.md ==================== ==================== START: .bmad-core/tasks/kb-mode-interaction.md ==================== + # KB Mode Interaction Task ## Purpose @@ -737,11 +741,12 @@ Or ask me about anything else related to BMad-Method! ==================== END: .bmad-core/tasks/kb-mode-interaction.md ==================== ==================== START: .bmad-core/data/bmad-kb.md ==================== -# BMad Knowledge Base + +# BMAD™ Knowledge Base ## Overview -BMad-Method (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments. +BMAD-METHOD™ (Breakthrough Method of Agile AI-driven Development) is a framework that combines AI agents with Agile development methodologies. The v4 system introduces a modular architecture with improved dependency management, bundle optimization, and support for both web and IDE environments. ### Key Features @@ -840,7 +845,7 @@ npx bmad-method install - **Roo Code**: Web-based IDE with agent support - **GitHub Copilot**: VS Code extension with AI peer programming assistant -**Note for VS Code Users**: BMad-Method assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo. +**Note for VS Code Users**: BMAD-METHOD™ assumes when you mention "VS Code" that you're using it with an AI-powered extension like GitHub Copilot, Cline, or Roo. Standard VS Code without AI capabilities cannot run BMad agents. The installer includes built-in support for Cline and Roo. **Verify Installation**: @@ -848,7 +853,7 @@ npx bmad-method install - IDE-specific integration files created - All agent commands/rules/modes available -**Remember**: At its core, BMad-Method is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective +**Remember**: At its core, BMAD-METHOD™ is about mastering and harnessing prompt engineering. Any IDE with AI agent support can use BMad - the framework provides the structured prompts and workflows that make AI development effective ### Environment Selection Guide @@ -1092,7 +1097,7 @@ You are the "Vibe CEO" - thinking like a CEO with unlimited resources and a sing ### System Overview -The BMad-Method is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini). +The BMAD-METHOD™ is built around a modular architecture centered on the `bmad-core` directory, which serves as the brain of the entire system. This design enables the framework to operate effectively in both IDE environments (like Cursor, VS Code) and web-based AI interfaces (like ChatGPT, Gemini). ### Key Architectural Components @@ -1447,7 +1452,7 @@ Use the `shard-doc` task or `@kayvan/markdown-tree-parser` tool for automatic sh - **Keep conversations focused** - One agent, one task per conversation - **Review everything** - Always review and approve before marking complete -## Contributing to BMad-Method +## Contributing to BMAD-METHOD™ ### Quick Contribution Guidelines @@ -1479,7 +1484,7 @@ For full details, see `CONTRIBUTING.md`. Key points: ### What Are Expansion Packs? -Expansion packs extend BMad-Method beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development. +Expansion packs extend BMAD-METHOD™ beyond traditional software development into ANY domain. They provide specialized agent teams, templates, and workflows while keeping the core framework lean and focused on development. ### Why Use Expansion Packs? @@ -1546,6 +1551,7 @@ Use the **expansion-creator** pack to build your own: ==================== END: .bmad-core/data/bmad-kb.md ==================== ==================== START: .bmad-core/data/elicitation-methods.md ==================== + # Elicitation Methods Data ## Core Reflective Methods @@ -1703,6 +1709,7 @@ Use the **expansion-creator** pack to build your own: ==================== END: .bmad-core/data/elicitation-methods.md ==================== ==================== START: .bmad-core/utils/workflow-management.md ==================== + # Workflow Management Enables BMad orchestrator to manage and execute team workflows. @@ -1775,6 +1782,7 @@ Agents should be workflow-aware: know active workflow, their role, access artifa ==================== END: .bmad-core/utils/workflow-management.md ==================== ==================== START: .bmad-core/tasks/create-deep-research-prompt.md ==================== + # Create Deep Research Prompt Task This task helps create comprehensive research prompts for various types of deep analysis. It can process inputs from brainstorming sessions, project briefs, market research, or specific research questions to generate targeted prompts for deeper investigation. @@ -2056,6 +2064,7 @@ CRITICAL: collaborate with the user to develop specific, actionable research que ==================== END: .bmad-core/tasks/create-deep-research-prompt.md ==================== ==================== START: .bmad-core/tasks/document-project.md ==================== + # Document an Existing Project ## Purpose @@ -2402,6 +2411,7 @@ Apply the advanced elicitation task after major sections to refine based on user ==================== END: .bmad-core/tasks/document-project.md ==================== ==================== START: .bmad-core/tasks/facilitate-brainstorming-session.md ==================== + --- docOutputLocation: docs/brainstorming-session-results.md template: '.bmad-core/templates/brainstorming-output-tmpl.yaml' @@ -2696,10 +2706,11 @@ sections: content: | --- - *Session facilitated using the BMAD-METHOD brainstorming framework* + *Session facilitated using the BMAD-METHOD™ brainstorming framework* ==================== END: .bmad-core/templates/brainstorming-output-tmpl.yaml ==================== ==================== START: .bmad-core/templates/competitor-analysis-tmpl.yaml ==================== +# template: id: competitor-analysis-template-v2 name: Competitive Analysis Report @@ -3009,6 +3020,7 @@ sections: ==================== END: .bmad-core/templates/competitor-analysis-tmpl.yaml ==================== ==================== START: .bmad-core/templates/market-research-tmpl.yaml ==================== +# template: id: market-research-template-v2 name: Market Research Report @@ -3264,6 +3276,7 @@ sections: ==================== END: .bmad-core/templates/market-research-tmpl.yaml ==================== ==================== START: .bmad-core/templates/project-brief-tmpl.yaml ==================== +# template: id: project-brief-template-v2 name: Project Brief @@ -3488,6 +3501,7 @@ sections: ==================== END: .bmad-core/templates/project-brief-tmpl.yaml ==================== ==================== START: .bmad-core/data/brainstorming-techniques.md ==================== + # Brainstorming Techniques Data ## Creative Expansion @@ -3527,6 +3541,7 @@ sections: ==================== END: .bmad-core/data/brainstorming-techniques.md ==================== ==================== START: .bmad-core/tasks/brownfield-create-epic.md ==================== + # Create Brownfield Epic Task ## Purpose @@ -3690,6 +3705,7 @@ The epic creation is successful when: ==================== END: .bmad-core/tasks/brownfield-create-epic.md ==================== ==================== START: .bmad-core/tasks/brownfield-create-story.md ==================== + # Create Brownfield Story Task ## Purpose @@ -3840,6 +3856,7 @@ The story creation is successful when: ==================== END: .bmad-core/tasks/brownfield-create-story.md ==================== ==================== START: .bmad-core/tasks/correct-course.md ==================== + # Correct Course Task ## Purpose @@ -3913,6 +3930,7 @@ The story creation is successful when: ==================== END: .bmad-core/tasks/correct-course.md ==================== ==================== START: .bmad-core/tasks/execute-checklist.md ==================== + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. @@ -4002,6 +4020,7 @@ The LLM will: ==================== END: .bmad-core/tasks/execute-checklist.md ==================== ==================== START: .bmad-core/tasks/shard-doc.md ==================== + # Document Sharding Task ## Purpose @@ -4190,6 +4209,7 @@ Document sharded successfully: ==================== END: .bmad-core/tasks/shard-doc.md ==================== ==================== START: .bmad-core/templates/brownfield-prd-tmpl.yaml ==================== +# template: id: brownfield-prd-template-v2 name: Brownfield Enhancement PRD @@ -4473,6 +4493,7 @@ sections: ==================== END: .bmad-core/templates/brownfield-prd-tmpl.yaml ==================== ==================== START: .bmad-core/templates/prd-tmpl.yaml ==================== +# template: id: prd-template-v2 name: Product Requirements Document @@ -4678,6 +4699,7 @@ sections: ==================== END: .bmad-core/templates/prd-tmpl.yaml ==================== ==================== START: .bmad-core/checklists/change-checklist.md ==================== + # Change Navigation Checklist **Purpose:** To systematically guide the selected Agent and user through the analysis and planning required when a significant change (pivot, tech issue, missing requirement, failed story) is identified during the BMad workflow. @@ -4863,6 +4885,7 @@ Keep it action-oriented and forward-looking.]] ==================== END: .bmad-core/checklists/change-checklist.md ==================== ==================== START: .bmad-core/checklists/pm-checklist.md ==================== + # Product Manager (PM) Requirements Checklist This checklist serves as a comprehensive framework to ensure the Product Requirements Document (PRD) and Epic definitions are complete, well-structured, and appropriately scoped for MVP development. The PM should systematically work through each item during the product definition process. @@ -5236,12 +5259,14 @@ After presenting the report, ask if the user wants: ==================== END: .bmad-core/checklists/pm-checklist.md ==================== ==================== START: .bmad-core/data/technical-preferences.md ==================== + # User-Defined Preferred Patterns and Preferences None Listed ==================== END: .bmad-core/data/technical-preferences.md ==================== ==================== START: .bmad-core/templates/architecture-tmpl.yaml ==================== +# template: id: architecture-template-v2 name: Architecture Document @@ -5895,6 +5920,7 @@ sections: ==================== END: .bmad-core/templates/architecture-tmpl.yaml ==================== ==================== START: .bmad-core/templates/brownfield-architecture-tmpl.yaml ==================== +# template: id: brownfield-architecture-template-v2 name: Brownfield Enhancement Architecture @@ -6374,6 +6400,7 @@ sections: ==================== END: .bmad-core/templates/brownfield-architecture-tmpl.yaml ==================== ==================== START: .bmad-core/templates/front-end-architecture-tmpl.yaml ==================== +# template: id: frontend-architecture-template-v2 name: Frontend Architecture Document @@ -6595,6 +6622,7 @@ sections: ==================== END: .bmad-core/templates/front-end-architecture-tmpl.yaml ==================== ==================== START: .bmad-core/templates/fullstack-architecture-tmpl.yaml ==================== +# template: id: fullstack-architecture-template-v2 name: Fullstack Architecture Document @@ -7421,6 +7449,7 @@ sections: ==================== END: .bmad-core/templates/fullstack-architecture-tmpl.yaml ==================== ==================== START: .bmad-core/checklists/architect-checklist.md ==================== + # Architect Solution Validation Checklist This checklist serves as a comprehensive framework for the Architect to validate the technical design and architecture before development execution. The Architect should systematically work through each item, ensuring the architecture is robust, scalable, secure, and aligned with the product requirements. @@ -7862,6 +7891,7 @@ After presenting the report, ask the user if they would like detailed analysis o ==================== END: .bmad-core/checklists/architect-checklist.md ==================== ==================== START: .bmad-core/tasks/validate-next-story.md ==================== + # Validate Next Story Task ## Purpose @@ -7999,6 +8029,7 @@ Provide a structured validation report including: ==================== END: .bmad-core/tasks/validate-next-story.md ==================== ==================== START: .bmad-core/templates/story-tmpl.yaml ==================== +# template: id: story-template-v2 name: Story Document @@ -8139,6 +8170,7 @@ sections: ==================== END: .bmad-core/templates/story-tmpl.yaml ==================== ==================== START: .bmad-core/checklists/po-master-checklist.md ==================== + # Product Owner (PO) Master Validation Checklist This checklist serves as a comprehensive framework for the Product Owner to validate project plans before development execution. It adapts intelligently based on project type (greenfield vs brownfield) and includes UI/UX considerations when applicable. @@ -8574,6 +8606,7 @@ After presenting the report, ask if the user wants: ==================== END: .bmad-core/checklists/po-master-checklist.md ==================== ==================== START: .bmad-core/workflows/greenfield-service.yaml ==================== +# workflow: id: greenfield-service name: Greenfield Service/API Development @@ -8783,6 +8816,7 @@ workflow: ==================== END: .bmad-core/workflows/greenfield-service.yaml ==================== ==================== START: .bmad-core/workflows/brownfield-service.yaml ==================== +# workflow: id: brownfield-service name: Brownfield Service/API Enhancement diff --git a/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml b/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml index 6cbae16..50801e0 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml +++ b/expansion-packs/bmad-2d-phaser-game-dev/agent-teams/phaser-2d-nodejs-game-team.yaml @@ -1,3 +1,4 @@ +# bundle: name: Phaser 2D NodeJS Game Team icon: 🎮 diff --git a/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md b/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md index c9e4cfe..ba806a7 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md +++ b/expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md @@ -1,3 +1,5 @@ + + # game-designer ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md b/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md index 9e23646..a22825c 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md +++ b/expansion-packs/bmad-2d-phaser-game-dev/agents/game-developer.md @@ -1,3 +1,5 @@ + + # game-developer ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md b/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md index a522d44..7446b4b 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md +++ b/expansion-packs/bmad-2d-phaser-game-dev/agents/game-sm.md @@ -1,3 +1,5 @@ + + # game-sm ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md b/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md index ba6ed06..2e46c71 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md +++ b/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-design-checklist.md @@ -1,3 +1,5 @@ + + # Game Design Document Quality Checklist ## Document Completeness diff --git a/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md b/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md index b7fb940..a9c1886 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md +++ b/expansion-packs/bmad-2d-phaser-game-dev/checklists/game-story-dod-checklist.md @@ -1,3 +1,5 @@ + + # Game Development Story Definition of Done Checklist ## Story Completeness diff --git a/expansion-packs/bmad-2d-phaser-game-dev/config.yaml b/expansion-packs/bmad-2d-phaser-game-dev/config.yaml index 269ca1f..7065499 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +++ b/expansion-packs/bmad-2d-phaser-game-dev/config.yaml @@ -1,3 +1,4 @@ +# name: bmad-2d-phaser-game-dev version: 1.13.0 short-title: Phaser 3 2D Game Dev Pack diff --git a/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md b/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md index 07ee55d..c1710e7 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md +++ b/expansion-packs/bmad-2d-phaser-game-dev/data/bmad-kb.md @@ -1,3 +1,5 @@ + + # Game Development BMad Knowledge Base ## Overview diff --git a/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md b/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md index 1d66719..71478fa 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md +++ b/expansion-packs/bmad-2d-phaser-game-dev/data/development-guidelines.md @@ -1,3 +1,5 @@ + + # Game Development Guidelines ## Overview diff --git a/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md b/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md index 34a7e74..60e7621 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md +++ b/expansion-packs/bmad-2d-phaser-game-dev/tasks/advanced-elicitation.md @@ -1,3 +1,5 @@ + + # Advanced Game Design Elicitation Task ## Purpose diff --git a/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md b/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md index 43ab09b..b842fe4 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md +++ b/expansion-packs/bmad-2d-phaser-game-dev/tasks/create-game-story.md @@ -1,3 +1,5 @@ + + # Create Game Development Story Task ## Purpose diff --git a/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md b/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md index 2bb5e06..d4bd692 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md +++ b/expansion-packs/bmad-2d-phaser-game-dev/tasks/game-design-brainstorming.md @@ -1,3 +1,5 @@ + + # Game Design Brainstorming Techniques Task This task provides a comprehensive toolkit of creative brainstorming techniques specifically designed for game design ideation and innovative thinking. The game designer can use these techniques to facilitate productive brainstorming sessions focused on game mechanics, player experience, and creative concepts. diff --git a/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml b/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml index 4accd3c..e452672 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml +++ b/expansion-packs/bmad-2d-phaser-game-dev/templates/game-architecture-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: game-architecture-template-v2 name: Game Architecture Document diff --git a/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml b/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml index 118fbb0..ada5283 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml +++ b/expansion-packs/bmad-2d-phaser-game-dev/templates/game-brief-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: game-brief-template-v2 name: Game Brief diff --git a/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml b/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml index a1262ef..25fed06 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml +++ b/expansion-packs/bmad-2d-phaser-game-dev/templates/game-design-doc-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: game-design-doc-template-v2 name: Game Design Document (GDD) diff --git a/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml b/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml index 63209a5..a8a2b17 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml +++ b/expansion-packs/bmad-2d-phaser-game-dev/templates/game-story-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: game-story-template-v2 name: Game Development Story diff --git a/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml b/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml index 7e5f43f..af2c287 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml +++ b/expansion-packs/bmad-2d-phaser-game-dev/templates/level-design-doc-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: level-design-doc-template-v2 name: Level Design Document diff --git a/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml b/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml index 9c9e441..6f0b175 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml +++ b/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-dev-greenfield.yaml @@ -1,3 +1,4 @@ +# workflow: id: game-dev-greenfield name: Game Development - Greenfield Project diff --git a/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml b/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml index 4b5b48f..abe6474 100644 --- a/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml +++ b/expansion-packs/bmad-2d-phaser-game-dev/workflows/game-prototype.yaml @@ -1,3 +1,4 @@ +# workflow: id: game-prototype name: Game Prototype Development diff --git a/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml b/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml index 22c2fa0..1eb07b3 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +++ b/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml @@ -1,3 +1,4 @@ +# bundle: name: Unity 2D Game Team icon: 🎮 diff --git a/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md b/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md index 5350636..254e031 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md +++ b/expansion-packs/bmad-2d-unity-game-dev/agents/game-architect.md @@ -1,3 +1,5 @@ + + # game-architect ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md b/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md index 78bf92a..0169c98 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +++ b/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md @@ -1,3 +1,5 @@ + + # game-designer ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md b/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md index fb28eab..a43d41c 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +++ b/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md @@ -1,3 +1,5 @@ + + # game-developer ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md b/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md index f63f626..498bdc2 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md +++ b/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.md @@ -1,3 +1,5 @@ + + # game-sm ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md b/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md index 05fd3ca..f2bde58 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md +++ b/expansion-packs/bmad-2d-unity-game-dev/checklists/game-architect-checklist.md @@ -1,3 +1,5 @@ + + # Game Architect Solution Validation Checklist This checklist serves as a comprehensive framework for the Game Architect to validate the technical design and architecture before game development execution. The Game Architect should systematically work through each item, ensuring the game architecture is robust, scalable, performant, and aligned with the Game Design Document requirements. diff --git a/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md b/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md index 708f6fc..6b00765 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md +++ b/expansion-packs/bmad-2d-unity-game-dev/checklists/game-change-checklist.md @@ -1,3 +1,5 @@ + + # Game Development Change Navigation Checklist **Purpose:** To systematically guide the Game SM agent and user through analysis and planning when a significant change (performance issue, platform constraint, technical blocker, gameplay feedback) is identified during Unity game development. diff --git a/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md b/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md index c56a9e3..17eff60 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +++ b/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md @@ -1,3 +1,5 @@ + + # Game Design Document Quality Checklist ## Document Completeness diff --git a/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md b/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md index 328b245..89f5c3a 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +++ b/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md @@ -1,3 +1,5 @@ + + # Game Development Story Definition of Done (DoD) Checklist ## Instructions for Developer Agent diff --git a/expansion-packs/bmad-2d-unity-game-dev/config.yaml b/expansion-packs/bmad-2d-unity-game-dev/config.yaml index de44e7e..2b7d4bc 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/config.yaml +++ b/expansion-packs/bmad-2d-unity-game-dev/config.yaml @@ -1,3 +1,4 @@ +# name: bmad-2d-unity-game-dev version: 1.6.0 short-title: Unity C# 2D Game Dev Pack diff --git a/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md b/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md index 97579da..ddacae9 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +++ b/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md @@ -1,3 +1,5 @@ + + # BMad Knowledge Base - 2D Unity Game Development ## Overview diff --git a/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md b/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md index e43fef8..a9d0ede 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +++ b/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md @@ -1,3 +1,5 @@ + + # Game Development Guidelines (Unity & C#) ## Overview diff --git a/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md b/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md index 88a3273..f4247e1 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +++ b/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md @@ -1,3 +1,5 @@ + + # Advanced Game Design Elicitation Task ## Purpose diff --git a/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md b/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md index 4b6ce36..dfa2501 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md +++ b/expansion-packs/bmad-2d-unity-game-dev/tasks/correct-course-game.md @@ -1,3 +1,5 @@ + + # Correct Course Task - Game Development ## Purpose diff --git a/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md b/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md index dfc03ac..02a8075 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +++ b/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md @@ -1,3 +1,5 @@ + + # Create Game Story Task ## Purpose diff --git a/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md b/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md index 2bb5e06..d4bd692 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +++ b/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md @@ -1,3 +1,5 @@ + + # Game Design Brainstorming Techniques Task This task provides a comprehensive toolkit of creative brainstorming techniques specifically designed for game design ideation and innovative thinking. The game designer can use these techniques to facilitate productive brainstorming sessions focused on game mechanics, player experience, and creative concepts. diff --git a/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md b/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md index 4cefeac..aeef2cc 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md +++ b/expansion-packs/bmad-2d-unity-game-dev/tasks/validate-game-story.md @@ -1,3 +1,5 @@ + + # Validate Game Story Task ## Purpose diff --git a/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml b/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml index 36e7801..1bc054a 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +++ b/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: game-architecture-template-v3 name: Game Architecture Document diff --git a/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml b/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml index 1769ef2..e97b08c 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +++ b/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: game-brief-template-v3 name: Game Brief diff --git a/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml b/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml index 60e7819..7dcdf86 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +++ b/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: game-design-doc-template-v3 name: Game Design Document (GDD) diff --git a/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml b/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml index c2020b0..81f5c3c 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +++ b/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: game-story-template-v3 name: Game Development Story diff --git a/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml b/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml index 2cba105..5ec5f2e 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +++ b/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: level-design-doc-template-v2 name: Level Design Document diff --git a/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml b/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml index 946d516..9f73d46 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +++ b/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml @@ -1,3 +1,4 @@ +# workflow: id: unity-game-dev-greenfield name: Game Development - Greenfield Project (Unity) diff --git a/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml b/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml index e91b160..a5a4404 100644 --- a/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +++ b/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml @@ -1,3 +1,4 @@ +# workflow: id: unity-game-prototype name: Game Prototype Development (Unity) diff --git a/expansion-packs/bmad-creative-writing/agent-teams/agent-team.yaml b/expansion-packs/bmad-creative-writing/agent-teams/agent-team.yaml index 1bf5b05..393d1bd 100644 --- a/expansion-packs/bmad-creative-writing/agent-teams/agent-team.yaml +++ b/expansion-packs/bmad-creative-writing/agent-teams/agent-team.yaml @@ -1,3 +1,4 @@ +# bundle: name: Creative Writing Team icon: ✍️ diff --git a/expansion-packs/bmad-creative-writing/agents/beta-reader.md b/expansion-packs/bmad-creative-writing/agents/beta-reader.md index 71a2617..7369a15 100644 --- a/expansion-packs/bmad-creative-writing/agents/beta-reader.md +++ b/expansion-packs/bmad-creative-writing/agents/beta-reader.md @@ -1,3 +1,5 @@ + + # beta-reader ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/expansion-packs/bmad-creative-writing/agents/book-critic.md b/expansion-packs/bmad-creative-writing/agents/book-critic.md index 55427bd..4a1bfcf 100644 --- a/expansion-packs/bmad-creative-writing/agents/book-critic.md +++ b/expansion-packs/bmad-creative-writing/agents/book-critic.md @@ -1,3 +1,5 @@ + + # Book Critic Agent Definition # ------------------------------------------------------- diff --git a/expansion-packs/bmad-creative-writing/agents/character-psychologist.md b/expansion-packs/bmad-creative-writing/agents/character-psychologist.md index 4b08c23..cfe0753 100644 --- a/expansion-packs/bmad-creative-writing/agents/character-psychologist.md +++ b/expansion-packs/bmad-creative-writing/agents/character-psychologist.md @@ -1,3 +1,5 @@ + + # character-psychologist ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/expansion-packs/bmad-creative-writing/agents/cover-designer.md b/expansion-packs/bmad-creative-writing/agents/cover-designer.md index 95c72ba..878ca62 100644 --- a/expansion-packs/bmad-creative-writing/agents/cover-designer.md +++ b/expansion-packs/bmad-creative-writing/agents/cover-designer.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # agents/cover-designer.md diff --git a/expansion-packs/bmad-creative-writing/agents/dialog-specialist.md b/expansion-packs/bmad-creative-writing/agents/dialog-specialist.md index a3a7229..1df49a5 100644 --- a/expansion-packs/bmad-creative-writing/agents/dialog-specialist.md +++ b/expansion-packs/bmad-creative-writing/agents/dialog-specialist.md @@ -1,3 +1,5 @@ + + # dialog-specialist ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/expansion-packs/bmad-creative-writing/agents/editor.md b/expansion-packs/bmad-creative-writing/agents/editor.md index e73ca09..78068c9 100644 --- a/expansion-packs/bmad-creative-writing/agents/editor.md +++ b/expansion-packs/bmad-creative-writing/agents/editor.md @@ -1,3 +1,5 @@ + + # editor ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/expansion-packs/bmad-creative-writing/agents/genre-specialist.md b/expansion-packs/bmad-creative-writing/agents/genre-specialist.md index 2c8b6e2..05f58b5 100644 --- a/expansion-packs/bmad-creative-writing/agents/genre-specialist.md +++ b/expansion-packs/bmad-creative-writing/agents/genre-specialist.md @@ -1,3 +1,5 @@ + + # genre-specialist ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/expansion-packs/bmad-creative-writing/agents/narrative-designer.md b/expansion-packs/bmad-creative-writing/agents/narrative-designer.md index f676a99..4e9badb 100644 --- a/expansion-packs/bmad-creative-writing/agents/narrative-designer.md +++ b/expansion-packs/bmad-creative-writing/agents/narrative-designer.md @@ -1,3 +1,5 @@ + + # narrative-designer ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/expansion-packs/bmad-creative-writing/agents/plot-architect.md b/expansion-packs/bmad-creative-writing/agents/plot-architect.md index 3ab877e..57c6c30 100644 --- a/expansion-packs/bmad-creative-writing/agents/plot-architect.md +++ b/expansion-packs/bmad-creative-writing/agents/plot-architect.md @@ -1,3 +1,5 @@ + + # plot-architect ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/expansion-packs/bmad-creative-writing/agents/world-builder.md b/expansion-packs/bmad-creative-writing/agents/world-builder.md index 78abeb5..07bdf6c 100644 --- a/expansion-packs/bmad-creative-writing/agents/world-builder.md +++ b/expansion-packs/bmad-creative-writing/agents/world-builder.md @@ -1,3 +1,5 @@ + + # world-builder ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/expansion-packs/bmad-creative-writing/checklists/beta-feedback-closure-checklist.md b/expansion-packs/bmad-creative-writing/checklists/beta-feedback-closure-checklist.md index 60b7e3e..d3614d9 100644 --- a/expansion-packs/bmad-creative-writing/checklists/beta-feedback-closure-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/beta-feedback-closure-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 6. Beta‑Feedback Closure Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/character-consistency-checklist.md b/expansion-packs/bmad-creative-writing/checklists/character-consistency-checklist.md index c62f881..c51f231 100644 --- a/expansion-packs/bmad-creative-writing/checklists/character-consistency-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/character-consistency-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 1. Character Consistency Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/comedic-timing-checklist.md b/expansion-packs/bmad-creative-writing/checklists/comedic-timing-checklist.md index 650fbc4..b0d5e42 100644 --- a/expansion-packs/bmad-creative-writing/checklists/comedic-timing-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/comedic-timing-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 23. Comedic Timing & Humor Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/cyberpunk-aesthetic-checklist.md b/expansion-packs/bmad-creative-writing/checklists/cyberpunk-aesthetic-checklist.md index c7104a7..cda6099 100644 --- a/expansion-packs/bmad-creative-writing/checklists/cyberpunk-aesthetic-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/cyberpunk-aesthetic-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 24. Cyberpunk Aesthetic Consistency Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/ebook-formatting-checklist.md b/expansion-packs/bmad-creative-writing/checklists/ebook-formatting-checklist.md index 9e80390..09f801a 100644 --- a/expansion-packs/bmad-creative-writing/checklists/ebook-formatting-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/ebook-formatting-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 14. eBook Formatting Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/epic-poetry-meter-checklist.md b/expansion-packs/bmad-creative-writing/checklists/epic-poetry-meter-checklist.md index 2632609..0cce2b7 100644 --- a/expansion-packs/bmad-creative-writing/checklists/epic-poetry-meter-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/epic-poetry-meter-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 22. Epic Poetry Meter & Form Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/fantasy-magic-system-checklist.md b/expansion-packs/bmad-creative-writing/checklists/fantasy-magic-system-checklist.md index 464abad..3aecfab 100644 --- a/expansion-packs/bmad-creative-writing/checklists/fantasy-magic-system-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/fantasy-magic-system-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 17. Fantasy Magic System Consistency Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/foreshadowing-payoff-checklist.md b/expansion-packs/bmad-creative-writing/checklists/foreshadowing-payoff-checklist.md index 87ec652..8d371f1 100644 --- a/expansion-packs/bmad-creative-writing/checklists/foreshadowing-payoff-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/foreshadowing-payoff-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 9. Foreshadowing & Payoff Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/genre-tropes-checklist.md b/expansion-packs/bmad-creative-writing/checklists/genre-tropes-checklist.md index 578b29f..2b5a213 100644 --- a/expansion-packs/bmad-creative-writing/checklists/genre-tropes-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/genre-tropes-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 10. Genre Tropes Checklist (General) diff --git a/expansion-packs/bmad-creative-writing/checklists/historical-accuracy-checklist.md b/expansion-packs/bmad-creative-writing/checklists/historical-accuracy-checklist.md index 4ba220d..f22e339 100644 --- a/expansion-packs/bmad-creative-writing/checklists/historical-accuracy-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/historical-accuracy-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 18. Historical Accuracy Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/horror-suspense-checklist.md b/expansion-packs/bmad-creative-writing/checklists/horror-suspense-checklist.md index 9337f1f..7c75457 100644 --- a/expansion-packs/bmad-creative-writing/checklists/horror-suspense-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/horror-suspense-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 16. Horror Suspense & Scare Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/kdp-cover-ready-checklist.md b/expansion-packs/bmad-creative-writing/checklists/kdp-cover-ready-checklist.md index a48f0e4..afb9aa3 100644 --- a/expansion-packs/bmad-creative-writing/checklists/kdp-cover-ready-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/kdp-cover-ready-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # checklists/kdp-cover-ready-checklist.md diff --git a/expansion-packs/bmad-creative-writing/checklists/line-edit-quality-checklist.md b/expansion-packs/bmad-creative-writing/checklists/line-edit-quality-checklist.md index d8c7486..f829d75 100644 --- a/expansion-packs/bmad-creative-writing/checklists/line-edit-quality-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/line-edit-quality-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 4. Line‑Edit Quality Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/marketing-copy-checklist.md b/expansion-packs/bmad-creative-writing/checklists/marketing-copy-checklist.md index 9cc9371..fe52b77 100644 --- a/expansion-packs/bmad-creative-writing/checklists/marketing-copy-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/marketing-copy-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 13. Marketing Copy Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/mystery-clue-trail-checklist.md b/expansion-packs/bmad-creative-writing/checklists/mystery-clue-trail-checklist.md index 81be3a9..c1640b3 100644 --- a/expansion-packs/bmad-creative-writing/checklists/mystery-clue-trail-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/mystery-clue-trail-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 11. Mystery Clue Trail Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/orbital-mechanics-checklist.md b/expansion-packs/bmad-creative-writing/checklists/orbital-mechanics-checklist.md index 500d1e9..f00f7e6 100644 --- a/expansion-packs/bmad-creative-writing/checklists/orbital-mechanics-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/orbital-mechanics-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 21. Hard‑Science Orbital Mechanics Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/plot-structure-checklist.md b/expansion-packs/bmad-creative-writing/checklists/plot-structure-checklist.md index a589257..e8726e0 100644 --- a/expansion-packs/bmad-creative-writing/checklists/plot-structure-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/plot-structure-checklist.md @@ -1,3 +1,5 @@ + + # Plot Structure Checklist ## Opening diff --git a/expansion-packs/bmad-creative-writing/checklists/publication-readiness-checklist.md b/expansion-packs/bmad-creative-writing/checklists/publication-readiness-checklist.md index 0c51bec..1048447 100644 --- a/expansion-packs/bmad-creative-writing/checklists/publication-readiness-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/publication-readiness-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 5. Publication Readiness Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/romance-emotional-beats-checklist.md b/expansion-packs/bmad-creative-writing/checklists/romance-emotional-beats-checklist.md index 9b9d047..890f39c 100644 --- a/expansion-packs/bmad-creative-writing/checklists/romance-emotional-beats-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/romance-emotional-beats-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 12. Romance Emotional Beats Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/scene-quality-checklist.md b/expansion-packs/bmad-creative-writing/checklists/scene-quality-checklist.md index ca963e3..0b76c2d 100644 --- a/expansion-packs/bmad-creative-writing/checklists/scene-quality-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/scene-quality-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 3. Scene Quality Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md b/expansion-packs/bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md index ad884e4..8f3e4ef 100644 --- a/expansion-packs/bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/scifi-technology-plausibility-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 15. Sci‑Fi Technology Plausibility Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/sensitivity-representation-checklist.md b/expansion-packs/bmad-creative-writing/checklists/sensitivity-representation-checklist.md index 9bfc779..8335bdf 100644 --- a/expansion-packs/bmad-creative-writing/checklists/sensitivity-representation-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/sensitivity-representation-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 7. Sensitivity & Representation Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/steampunk-gadget-checklist.md b/expansion-packs/bmad-creative-writing/checklists/steampunk-gadget-checklist.md index e1e9c63..a881863 100644 --- a/expansion-packs/bmad-creative-writing/checklists/steampunk-gadget-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/steampunk-gadget-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 25. Steampunk Gadget Plausibility Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/thriller-pacing-stakes-checklist.md b/expansion-packs/bmad-creative-writing/checklists/thriller-pacing-stakes-checklist.md index d3e9de1..41ff9be 100644 --- a/expansion-packs/bmad-creative-writing/checklists/thriller-pacing-stakes-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/thriller-pacing-stakes-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 19. Thriller Pacing & Stakes Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/timeline-continuity-checklist.md b/expansion-packs/bmad-creative-writing/checklists/timeline-continuity-checklist.md index fe50e05..9c8adea 100644 --- a/expansion-packs/bmad-creative-writing/checklists/timeline-continuity-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/timeline-continuity-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 8. Timeline & Continuity Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/world-building-continuity-checklist.md b/expansion-packs/bmad-creative-writing/checklists/world-building-continuity-checklist.md index 2f5e7b0..c3c08bf 100644 --- a/expansion-packs/bmad-creative-writing/checklists/world-building-continuity-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/world-building-continuity-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 2. World‑Building Continuity Checklist diff --git a/expansion-packs/bmad-creative-writing/checklists/ya-appropriateness-checklist.md b/expansion-packs/bmad-creative-writing/checklists/ya-appropriateness-checklist.md index 52a41cd..099d29c 100644 --- a/expansion-packs/bmad-creative-writing/checklists/ya-appropriateness-checklist.md +++ b/expansion-packs/bmad-creative-writing/checklists/ya-appropriateness-checklist.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 20. YA Appropriateness Checklist diff --git a/expansion-packs/bmad-creative-writing/config.yaml b/expansion-packs/bmad-creative-writing/config.yaml index 8ef38b0..8b9de57 100644 --- a/expansion-packs/bmad-creative-writing/config.yaml +++ b/expansion-packs/bmad-creative-writing/config.yaml @@ -1,3 +1,4 @@ +# name: bmad-creative-writing version: 1.1.1 short-title: Creative Writing Studio diff --git a/expansion-packs/bmad-creative-writing/data/bmad-kb.md b/expansion-packs/bmad-creative-writing/data/bmad-kb.md index 1faf664..13e9870 100644 --- a/expansion-packs/bmad-creative-writing/data/bmad-kb.md +++ b/expansion-packs/bmad-creative-writing/data/bmad-kb.md @@ -1,3 +1,5 @@ + + # BMad Creative Writing Knowledge Base ## Overview diff --git a/expansion-packs/bmad-creative-writing/data/story-structures.md b/expansion-packs/bmad-creative-writing/data/story-structures.md index 83a52cc..461fed8 100644 --- a/expansion-packs/bmad-creative-writing/data/story-structures.md +++ b/expansion-packs/bmad-creative-writing/data/story-structures.md @@ -1,3 +1,5 @@ + + # Story Structure Patterns ## Three-Act Structure diff --git a/expansion-packs/bmad-creative-writing/docs/brief.md b/expansion-packs/bmad-creative-writing/docs/brief.md index 071608b..81c4fcf 100644 --- a/expansion-packs/bmad-creative-writing/docs/brief.md +++ b/expansion-packs/bmad-creative-writing/docs/brief.md @@ -1,3 +1,5 @@ + + # Project Brief: BMad Creative Writing Expansion Pack ## Executive Summary diff --git a/expansion-packs/bmad-creative-writing/tasks/advanced-elicitation.md b/expansion-packs/bmad-creative-writing/tasks/advanced-elicitation.md index 2876a84..f9bb968 100644 --- a/expansion-packs/bmad-creative-writing/tasks/advanced-elicitation.md +++ b/expansion-packs/bmad-creative-writing/tasks/advanced-elicitation.md @@ -1,3 +1,5 @@ + + # Advanced Elicitation Task ## Purpose diff --git a/expansion-packs/bmad-creative-writing/tasks/analyze-reader-feedback.md b/expansion-packs/bmad-creative-writing/tasks/analyze-reader-feedback.md index 430979e..26b1d2c 100644 --- a/expansion-packs/bmad-creative-writing/tasks/analyze-reader-feedback.md +++ b/expansion-packs/bmad-creative-writing/tasks/analyze-reader-feedback.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 16. Analyze Reader Feedback diff --git a/expansion-packs/bmad-creative-writing/tasks/analyze-story-structure.md b/expansion-packs/bmad-creative-writing/tasks/analyze-story-structure.md index 627dd17..aa5f9df 100644 --- a/expansion-packs/bmad-creative-writing/tasks/analyze-story-structure.md +++ b/expansion-packs/bmad-creative-writing/tasks/analyze-story-structure.md @@ -1,3 +1,5 @@ + + # Analyze Story Structure ## Purpose diff --git a/expansion-packs/bmad-creative-writing/tasks/assemble-kdp-package.md b/expansion-packs/bmad-creative-writing/tasks/assemble-kdp-package.md index 15cea36..05ad381 100644 --- a/expansion-packs/bmad-creative-writing/tasks/assemble-kdp-package.md +++ b/expansion-packs/bmad-creative-writing/tasks/assemble-kdp-package.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # tasks/assemble-kdp-package.md diff --git a/expansion-packs/bmad-creative-writing/tasks/brainstorm-premise.md b/expansion-packs/bmad-creative-writing/tasks/brainstorm-premise.md index d98d65d..ad52f3b 100644 --- a/expansion-packs/bmad-creative-writing/tasks/brainstorm-premise.md +++ b/expansion-packs/bmad-creative-writing/tasks/brainstorm-premise.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 1. Brainstorm Premise diff --git a/expansion-packs/bmad-creative-writing/tasks/build-world.md b/expansion-packs/bmad-creative-writing/tasks/build-world.md index 5e76e04..ee2701c 100644 --- a/expansion-packs/bmad-creative-writing/tasks/build-world.md +++ b/expansion-packs/bmad-creative-writing/tasks/build-world.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 2. Build World diff --git a/expansion-packs/bmad-creative-writing/tasks/character-depth-pass.md b/expansion-packs/bmad-creative-writing/tasks/character-depth-pass.md index 5167c08..788f379 100644 --- a/expansion-packs/bmad-creative-writing/tasks/character-depth-pass.md +++ b/expansion-packs/bmad-creative-writing/tasks/character-depth-pass.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 9. Character Depth Pass diff --git a/expansion-packs/bmad-creative-writing/tasks/create-doc.md b/expansion-packs/bmad-creative-writing/tasks/create-doc.md index a774af2..60da7fe 100644 --- a/expansion-packs/bmad-creative-writing/tasks/create-doc.md +++ b/expansion-packs/bmad-creative-writing/tasks/create-doc.md @@ -1,3 +1,5 @@ + + # Create Document from Template (YAML Driven) ## ⚠️ CRITICAL EXECUTION NOTICE ⚠️ diff --git a/expansion-packs/bmad-creative-writing/tasks/create-draft-section.md b/expansion-packs/bmad-creative-writing/tasks/create-draft-section.md index 376b688..f8a6293 100644 --- a/expansion-packs/bmad-creative-writing/tasks/create-draft-section.md +++ b/expansion-packs/bmad-creative-writing/tasks/create-draft-section.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 4. Create Draft Section (Chapter) diff --git a/expansion-packs/bmad-creative-writing/tasks/critical-review.md b/expansion-packs/bmad-creative-writing/tasks/critical-review.md index bc97d87..c81b6b3 100644 --- a/expansion-packs/bmad-creative-writing/tasks/critical-review.md +++ b/expansion-packs/bmad-creative-writing/tasks/critical-review.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # Critical Review Task diff --git a/expansion-packs/bmad-creative-writing/tasks/develop-character.md b/expansion-packs/bmad-creative-writing/tasks/develop-character.md index 86795f9..871defb 100644 --- a/expansion-packs/bmad-creative-writing/tasks/develop-character.md +++ b/expansion-packs/bmad-creative-writing/tasks/develop-character.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 3. Develop Character diff --git a/expansion-packs/bmad-creative-writing/tasks/execute-checklist.md b/expansion-packs/bmad-creative-writing/tasks/execute-checklist.md index 264f85e..2a216d7 100644 --- a/expansion-packs/bmad-creative-writing/tasks/execute-checklist.md +++ b/expansion-packs/bmad-creative-writing/tasks/execute-checklist.md @@ -1,3 +1,5 @@ + + # Checklist Validation Task This task provides instructions for validating documentation against checklists. The agent MUST follow these instructions to ensure thorough and systematic validation of documents. diff --git a/expansion-packs/bmad-creative-writing/tasks/expand-premise.md b/expansion-packs/bmad-creative-writing/tasks/expand-premise.md index 0796c74..935dc89 100644 --- a/expansion-packs/bmad-creative-writing/tasks/expand-premise.md +++ b/expansion-packs/bmad-creative-writing/tasks/expand-premise.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 7. Expand Premise (Snowflake Step 2) diff --git a/expansion-packs/bmad-creative-writing/tasks/expand-synopsis.md b/expansion-packs/bmad-creative-writing/tasks/expand-synopsis.md index 1189c3a..685431a 100644 --- a/expansion-packs/bmad-creative-writing/tasks/expand-synopsis.md +++ b/expansion-packs/bmad-creative-writing/tasks/expand-synopsis.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 8. Expand Synopsis (Snowflake Step 4) diff --git a/expansion-packs/bmad-creative-writing/tasks/final-polish.md b/expansion-packs/bmad-creative-writing/tasks/final-polish.md index 7ca4adc..93253d4 100644 --- a/expansion-packs/bmad-creative-writing/tasks/final-polish.md +++ b/expansion-packs/bmad-creative-writing/tasks/final-polish.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 14. Final Polish diff --git a/expansion-packs/bmad-creative-writing/tasks/generate-cover-brief.md b/expansion-packs/bmad-creative-writing/tasks/generate-cover-brief.md index f75100e..cc39694 100644 --- a/expansion-packs/bmad-creative-writing/tasks/generate-cover-brief.md +++ b/expansion-packs/bmad-creative-writing/tasks/generate-cover-brief.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # tasks/generate-cover-brief.md diff --git a/expansion-packs/bmad-creative-writing/tasks/generate-cover-prompts.md b/expansion-packs/bmad-creative-writing/tasks/generate-cover-prompts.md index 850d257..5f80beb 100644 --- a/expansion-packs/bmad-creative-writing/tasks/generate-cover-prompts.md +++ b/expansion-packs/bmad-creative-writing/tasks/generate-cover-prompts.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # tasks/generate-cover-prompts.md diff --git a/expansion-packs/bmad-creative-writing/tasks/generate-scene-list.md b/expansion-packs/bmad-creative-writing/tasks/generate-scene-list.md index 3aa96c1..4c53627 100644 --- a/expansion-packs/bmad-creative-writing/tasks/generate-scene-list.md +++ b/expansion-packs/bmad-creative-writing/tasks/generate-scene-list.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 10. Generate Scene List diff --git a/expansion-packs/bmad-creative-writing/tasks/incorporate-feedback.md b/expansion-packs/bmad-creative-writing/tasks/incorporate-feedback.md index 889683f..c335e75 100644 --- a/expansion-packs/bmad-creative-writing/tasks/incorporate-feedback.md +++ b/expansion-packs/bmad-creative-writing/tasks/incorporate-feedback.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 6. Incorporate Feedback diff --git a/expansion-packs/bmad-creative-writing/tasks/outline-scenes.md b/expansion-packs/bmad-creative-writing/tasks/outline-scenes.md index bc68308..62c9c14 100644 --- a/expansion-packs/bmad-creative-writing/tasks/outline-scenes.md +++ b/expansion-packs/bmad-creative-writing/tasks/outline-scenes.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 11. Outline Scenes diff --git a/expansion-packs/bmad-creative-writing/tasks/provide-feedback.md b/expansion-packs/bmad-creative-writing/tasks/provide-feedback.md index b4d9693..0ed8081 100644 --- a/expansion-packs/bmad-creative-writing/tasks/provide-feedback.md +++ b/expansion-packs/bmad-creative-writing/tasks/provide-feedback.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 5. Provide Feedback (Beta) diff --git a/expansion-packs/bmad-creative-writing/tasks/publish-chapter.md b/expansion-packs/bmad-creative-writing/tasks/publish-chapter.md index 514ec98..9a93ff9 100644 --- a/expansion-packs/bmad-creative-writing/tasks/publish-chapter.md +++ b/expansion-packs/bmad-creative-writing/tasks/publish-chapter.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 15. Publish Chapter diff --git a/expansion-packs/bmad-creative-writing/tasks/quick-feedback.md b/expansion-packs/bmad-creative-writing/tasks/quick-feedback.md index b2b2188..9738337 100644 --- a/expansion-packs/bmad-creative-writing/tasks/quick-feedback.md +++ b/expansion-packs/bmad-creative-writing/tasks/quick-feedback.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 13. Quick Feedback (Serial) diff --git a/expansion-packs/bmad-creative-writing/tasks/select-next-arc.md b/expansion-packs/bmad-creative-writing/tasks/select-next-arc.md index 270b9c7..9204fda 100644 --- a/expansion-packs/bmad-creative-writing/tasks/select-next-arc.md +++ b/expansion-packs/bmad-creative-writing/tasks/select-next-arc.md @@ -1,3 +1,5 @@ + + # ------------------------------------------------------------ # 12. Select Next Arc (Serial) diff --git a/expansion-packs/bmad-creative-writing/tasks/workshop-dialog.md b/expansion-packs/bmad-creative-writing/tasks/workshop-dialog.md index 39a08de..667e115 100644 --- a/expansion-packs/bmad-creative-writing/tasks/workshop-dialog.md +++ b/expansion-packs/bmad-creative-writing/tasks/workshop-dialog.md @@ -1,3 +1,5 @@ + + # Workshop Dialog ## Purpose diff --git a/expansion-packs/bmad-creative-writing/templates/beta-feedback-form.yaml b/expansion-packs/bmad-creative-writing/templates/beta-feedback-form.yaml index 85b8808..a3df270 100644 --- a/expansion-packs/bmad-creative-writing/templates/beta-feedback-form.yaml +++ b/expansion-packs/bmad-creative-writing/templates/beta-feedback-form.yaml @@ -1,3 +1,4 @@ +# --- template: id: beta-feedback-form-tmpl diff --git a/expansion-packs/bmad-creative-writing/templates/chapter-draft-tmpl.yaml b/expansion-packs/bmad-creative-writing/templates/chapter-draft-tmpl.yaml index 26fc317..2f4f508 100644 --- a/expansion-packs/bmad-creative-writing/templates/chapter-draft-tmpl.yaml +++ b/expansion-packs/bmad-creative-writing/templates/chapter-draft-tmpl.yaml @@ -1,3 +1,4 @@ +# --- template: id: chapter-draft-tmpl diff --git a/expansion-packs/bmad-creative-writing/templates/character-profile-tmpl.yaml b/expansion-packs/bmad-creative-writing/templates/character-profile-tmpl.yaml index 6bfd414..93a314b 100644 --- a/expansion-packs/bmad-creative-writing/templates/character-profile-tmpl.yaml +++ b/expansion-packs/bmad-creative-writing/templates/character-profile-tmpl.yaml @@ -1,3 +1,4 @@ +# --- template: id: character-profile diff --git a/expansion-packs/bmad-creative-writing/templates/cover-design-brief-tmpl.yaml b/expansion-packs/bmad-creative-writing/templates/cover-design-brief-tmpl.yaml index 05c8d76..7f94e59 100644 --- a/expansion-packs/bmad-creative-writing/templates/cover-design-brief-tmpl.yaml +++ b/expansion-packs/bmad-creative-writing/templates/cover-design-brief-tmpl.yaml @@ -1,3 +1,4 @@ +# --- template: id: cover-design-brief-tmpl diff --git a/expansion-packs/bmad-creative-writing/templates/premise-brief-tmpl.yaml b/expansion-packs/bmad-creative-writing/templates/premise-brief-tmpl.yaml index 22b6bb4..e0c2d00 100644 --- a/expansion-packs/bmad-creative-writing/templates/premise-brief-tmpl.yaml +++ b/expansion-packs/bmad-creative-writing/templates/premise-brief-tmpl.yaml @@ -1,3 +1,4 @@ +# --- template: id: premise-brief-tmpl diff --git a/expansion-packs/bmad-creative-writing/templates/scene-list-tmpl.yaml b/expansion-packs/bmad-creative-writing/templates/scene-list-tmpl.yaml index 60d9e9d..94784a4 100644 --- a/expansion-packs/bmad-creative-writing/templates/scene-list-tmpl.yaml +++ b/expansion-packs/bmad-creative-writing/templates/scene-list-tmpl.yaml @@ -1,3 +1,4 @@ +# --- template: id: scene-list-tmpl diff --git a/expansion-packs/bmad-creative-writing/templates/story-outline-tmpl.yaml b/expansion-packs/bmad-creative-writing/templates/story-outline-tmpl.yaml index f11b3ee..e163292 100644 --- a/expansion-packs/bmad-creative-writing/templates/story-outline-tmpl.yaml +++ b/expansion-packs/bmad-creative-writing/templates/story-outline-tmpl.yaml @@ -1,3 +1,4 @@ +# --- template: id: story-outline diff --git a/expansion-packs/bmad-creative-writing/templates/world-guide-tmpl.yaml b/expansion-packs/bmad-creative-writing/templates/world-guide-tmpl.yaml index 8318cb4..2b4332e 100644 --- a/expansion-packs/bmad-creative-writing/templates/world-guide-tmpl.yaml +++ b/expansion-packs/bmad-creative-writing/templates/world-guide-tmpl.yaml @@ -1,3 +1,4 @@ +# --- template: id: world-guide-tmpl diff --git a/expansion-packs/bmad-creative-writing/workflows/book-cover-design-workflow.md b/expansion-packs/bmad-creative-writing/workflows/book-cover-design-workflow.md index 6706163..6d0c24e 100644 --- a/expansion-packs/bmad-creative-writing/workflows/book-cover-design-workflow.md +++ b/expansion-packs/bmad-creative-writing/workflows/book-cover-design-workflow.md @@ -1,3 +1,5 @@ + + # Book Cover Design Assets # ============================================================ diff --git a/expansion-packs/bmad-creative-writing/workflows/novel-greenfield-workflow.yaml b/expansion-packs/bmad-creative-writing/workflows/novel-greenfield-workflow.yaml index a3252e1..bb1c431 100644 --- a/expansion-packs/bmad-creative-writing/workflows/novel-greenfield-workflow.yaml +++ b/expansion-packs/bmad-creative-writing/workflows/novel-greenfield-workflow.yaml @@ -1,3 +1,4 @@ +# workflow: id: novel-greenfield-workflow name: Greenfield Novel Workflow diff --git a/expansion-packs/bmad-creative-writing/workflows/novel-serial-workflow.yaml b/expansion-packs/bmad-creative-writing/workflows/novel-serial-workflow.yaml index 07786be..96fe2c1 100644 --- a/expansion-packs/bmad-creative-writing/workflows/novel-serial-workflow.yaml +++ b/expansion-packs/bmad-creative-writing/workflows/novel-serial-workflow.yaml @@ -1,3 +1,4 @@ +# --- workflow: id: novel-serial-workflow diff --git a/expansion-packs/bmad-creative-writing/workflows/novel-snowflake-workflow.yaml b/expansion-packs/bmad-creative-writing/workflows/novel-snowflake-workflow.yaml index 1f57e40..65f5ae4 100644 --- a/expansion-packs/bmad-creative-writing/workflows/novel-snowflake-workflow.yaml +++ b/expansion-packs/bmad-creative-writing/workflows/novel-snowflake-workflow.yaml @@ -1,3 +1,4 @@ +# --- workflow: id: novel-snowflake-workflow diff --git a/expansion-packs/bmad-creative-writing/workflows/novel-writing.yaml b/expansion-packs/bmad-creative-writing/workflows/novel-writing.yaml index 04f8934..6be6d77 100644 --- a/expansion-packs/bmad-creative-writing/workflows/novel-writing.yaml +++ b/expansion-packs/bmad-creative-writing/workflows/novel-writing.yaml @@ -1,9 +1,10 @@ +# # workflows/novel-writing.yaml name: novel-writing title: Novel Writing Workflow description: | End‑to‑end pipeline for drafting, revising, and polishing a full‑length novel - using the BMAD Creative Writing team. + using the BMAD™ Creative Writing team. triggers: - command: /novel diff --git a/expansion-packs/bmad-creative-writing/workflows/screenplay-development.yaml b/expansion-packs/bmad-creative-writing/workflows/screenplay-development.yaml index 8064fba..4596e5e 100644 --- a/expansion-packs/bmad-creative-writing/workflows/screenplay-development.yaml +++ b/expansion-packs/bmad-creative-writing/workflows/screenplay-development.yaml @@ -1,3 +1,4 @@ +# # workflows/screenplay-development.yaml name: screenplay-development title: Screenplay Development Workflow diff --git a/expansion-packs/bmad-creative-writing/workflows/series-planning.yaml b/expansion-packs/bmad-creative-writing/workflows/series-planning.yaml index 7f29dc4..b842979 100644 --- a/expansion-packs/bmad-creative-writing/workflows/series-planning.yaml +++ b/expansion-packs/bmad-creative-writing/workflows/series-planning.yaml @@ -1,3 +1,4 @@ +# # workflows/series-planning.yaml name: series-planning title: Series Planning Workflow diff --git a/expansion-packs/bmad-creative-writing/workflows/short-story-creation.yaml b/expansion-packs/bmad-creative-writing/workflows/short-story-creation.yaml index e23e7fc..aa127d8 100644 --- a/expansion-packs/bmad-creative-writing/workflows/short-story-creation.yaml +++ b/expansion-packs/bmad-creative-writing/workflows/short-story-creation.yaml @@ -1,3 +1,4 @@ +# # workflows/short-story-creation.yaml name: short-story-creation title: Short Story Creation Workflow diff --git a/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md b/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md index 5ce3dea..1e3641f 100644 --- a/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md +++ b/expansion-packs/bmad-infrastructure-devops/agents/infra-devops-platform.md @@ -1,3 +1,5 @@ + + # infra-devops-platform ACTIVATION-NOTICE: This file contains your full agent operating guidelines. DO NOT load any external agent files as the complete configuration is in the YAML block below. diff --git a/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md b/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md index 076b3c9..8628e64 100644 --- a/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md +++ b/expansion-packs/bmad-infrastructure-devops/checklists/infrastructure-checklist.md @@ -1,3 +1,5 @@ + + # Infrastructure Change Validation Checklist This checklist serves as a comprehensive framework for validating infrastructure changes before deployment to production. The DevOps/Platform Engineer should systematically work through each item, ensuring the infrastructure is secure, compliant, resilient, and properly implemented according to organizational standards. diff --git a/expansion-packs/bmad-infrastructure-devops/config.yaml b/expansion-packs/bmad-infrastructure-devops/config.yaml index 653c1a4..80ce785 100644 --- a/expansion-packs/bmad-infrastructure-devops/config.yaml +++ b/expansion-packs/bmad-infrastructure-devops/config.yaml @@ -1,3 +1,4 @@ +# name: bmad-infrastructure-devops version: 1.12.0 short-title: Infrastructure DevOps Pack diff --git a/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md b/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md index 0e70475..601e047 100644 --- a/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md +++ b/expansion-packs/bmad-infrastructure-devops/data/bmad-kb.md @@ -1,3 +1,5 @@ + + # BMad Infrastructure DevOps Expansion Pack Knowledge Base ## Overview diff --git a/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md b/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md index 773ef02..465a7e7 100644 --- a/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md +++ b/expansion-packs/bmad-infrastructure-devops/tasks/review-infrastructure.md @@ -1,3 +1,5 @@ + + # Infrastructure Review Task ## Purpose diff --git a/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md b/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md index 8009124..a9d2172 100644 --- a/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md +++ b/expansion-packs/bmad-infrastructure-devops/tasks/validate-infrastructure.md @@ -1,3 +1,5 @@ + + # Infrastructure Validation Task ## Purpose diff --git a/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml b/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml index 8742650..d436d0f 100644 --- a/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml +++ b/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-architecture-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: infrastructure-architecture-template-v2 name: Infrastructure Architecture diff --git a/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml b/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml index 58fd57f..29d80d0 100644 --- a/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml +++ b/expansion-packs/bmad-infrastructure-devops/templates/infrastructure-platform-from-arch-tmpl.yaml @@ -1,3 +1,4 @@ +# template: id: infrastructure-platform-template-v2 name: Platform Infrastructure Implementation diff --git a/tools/cli.js b/tools/cli.js index 0965b9a..5014cf0 100644 --- a/tools/cli.js +++ b/tools/cli.js @@ -8,7 +8,7 @@ const program = new Command(); program .name('bmad-build') - .description('BMad-Method build tool for creating web bundles') + .description('BMAD-METHOD™ build tool for creating web bundles') .version('4.0.0'); program @@ -136,7 +136,7 @@ program program .command('upgrade') - .description('Upgrade a BMad-Method V3 project to V4') + .description('Upgrade a BMAD-METHOD™ V3 project to V4') .option('-p, --project ', 'Path to V3 project (defaults to current directory)') .option('--dry-run', 'Show what would be changed without making changes') .option('--no-backup', 'Skip creating backup (not recommended)') diff --git a/tools/flattener/main.js b/tools/flattener/main.js index d8f7b56..c603126 100644 --- a/tools/flattener/main.js +++ b/tools/flattener/main.js @@ -68,7 +68,7 @@ const program = new Command(); program .name('bmad-flatten') - .description('BMad-Method codebase flattener tool') + .description('BMAD-METHOD™ codebase flattener tool') .version('1.0.0') .option('-i, --input ', 'Input directory to flatten', process.cwd()) .option('-o, --output ', 'Output file path', 'flattened-codebase.xml') diff --git a/tools/installer/config/install.config.yaml b/tools/installer/config/install.config.yaml index b2176a9..4301355 100644 --- a/tools/installer/config/install.config.yaml +++ b/tools/installer/config/install.config.yaml @@ -105,7 +105,7 @@ ide-configurations: format: custom-modes file: .kilocodemodes instructions: | - # To use BMAD agents in Kilo Code: + # To use BMAD™ agents in Kilo Code: # 1. Open the mode selector in VSCode # 2. Select a bmad-{agent} mode (e.g. "bmad-dev") # 3. The AI adopts that agent's persona and capabilities diff --git a/tools/shared/bannerArt.js b/tools/shared/bannerArt.js index 0ab7017..afffb1a 100644 --- a/tools/shared/bannerArt.js +++ b/tools/shared/bannerArt.js @@ -1,6 +1,6 @@ // ASCII banner art definitions extracted from banners.js to separate art from logic -const BMAD_TITLE = 'BMAD-METHOD'; +const BMAD_TITLE = 'BMAD-METHOD™'; const FLATTENER_TITLE = 'FLATTENER'; const INSTALLER_TITLE = 'INSTALLER'; @@ -65,7 +65,7 @@ const INSTALLER_MEDIUM = ` // Width: 30 columns total (28 inner) const BMAD_SMALL = ` ╭──────────────────────────╮ -│ BMAD-METHOD │ +│ BMAD-METHOD™ │ ╰──────────────────────────╯ `; @@ -82,7 +82,7 @@ const INSTALLER_SMALL = ` `; // Tiny (compact brackets) -const BMAD_TINY = `[ BMAD-METHOD ]`; +const BMAD_TINY = `[ BMAD-METHOD™ ]`; const FLATTENER_TINY = `[ FLATTENER ]`; const INSTALLER_TINY = `[ INSTALLER ]`;