* feat: add expansion pack installation system with game dev and infrastructure expansion packs - Added expansion pack discovery and installation to BMAD installer - Supports interactive and CLI installation of expansion packs - Expansion pack files install to destination root (.bmad-core) - Added game development expansion pack (.bmad-2d-phaser-game-dev) - Game designer, developer, and scrum master agents - Game-specific templates, tasks, workflows, and guidelines - Specialized for Phaser 3 + TypeScript development - Added infrastructure devops expansion pack (.bmad-infrastructure-devops) - Platform engineering agent and infrastructure templates - Expansion pack agents automatically integrate with IDE rules - Added list:expansions command and --expansion-packs CLI option 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com> * alpha expansion packs and installer update to support installing expansion packs optionally * node20 --------- Co-authored-by: Brian Madison <brianmadison@Brians-MacBook-Pro.local> Co-authored-by: Claude <noreply@anthropic.com>
27 lines
1.1 KiB
Markdown
27 lines
1.1 KiB
Markdown
# Template Format Conventions
|
|
|
|
Templates in the BMAD method use standardized markup for AI processing. These conventions ensure consistent document generation.
|
|
|
|
## Template Markup Elements
|
|
|
|
- **{{placeholders}}**: Variables to be replaced with actual content
|
|
- **[[LLM: instructions]]**: Internal processing instructions for AI agents (never shown to users)
|
|
- **REPEAT** sections: Content blocks that may be repeated as needed
|
|
- **^^CONDITION^^** blocks: Conditional content included only if criteria are met
|
|
- **@{examples}**: Example content for guidance (never output to users)
|
|
|
|
## Processing Rules
|
|
|
|
- Replace all {{placeholders}} with project-specific content
|
|
- Execute all [[LLM: instructions]] internally without showing users
|
|
- Process conditional and repeat blocks as specified
|
|
- Use examples for guidance but never include them in final output
|
|
- Present only clean, formatted content to users
|
|
|
|
## Critical Guidelines
|
|
|
|
- **NEVER display template markup, LLM instructions, or examples to users**
|
|
- Template elements are for AI processing only
|
|
- Focus on faithful template execution and clean output
|
|
- All template-specific instructions are embedded within templates
|