bmad-method 4.30.2 → 4.30.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +1 -1
  3. package/bmad-core/core-config.yaml +0 -1
  4. package/dist/agents/analyst.txt +1 -1
  5. package/dist/agents/bmad-master.txt +1 -1
  6. package/dist/agents/bmad-orchestrator.txt +1 -1
  7. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.txt +2409 -0
  8. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.txt +1480 -0
  9. package/dist/expansion-packs/bmad-2d-unity-game-dev/agents/game-sm.txt +826 -0
  10. package/dist/expansion-packs/bmad-2d-unity-game-dev/teams/unity-2d-game-team.txt +10690 -0
  11. package/dist/teams/team-all.txt +1 -1
  12. package/dist/teams/team-fullstack.txt +1 -1
  13. package/dist/teams/team-ide-minimal.txt +1 -1
  14. package/dist/teams/team-no-ui.txt +1 -1
  15. package/docs/bmad-workflow-guide.md +1 -1
  16. package/expansion-packs/bmad-2d-phaser-game-dev/config.yaml +2 -2
  17. package/expansion-packs/bmad-2d-unity-game-dev/agent-teams/unity-2d-game-team.yaml +13 -0
  18. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-designer.md +72 -0
  19. package/expansion-packs/bmad-2d-unity-game-dev/agents/game-developer.md +78 -0
  20. package/expansion-packs/{bmad-creator-tools/agents/bmad-the-creator.md → bmad-2d-unity-game-dev/agents/game-sm.md} +26 -28
  21. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-design-checklist.md +201 -0
  22. package/expansion-packs/bmad-2d-unity-game-dev/checklists/game-story-dod-checklist.md +160 -0
  23. package/expansion-packs/bmad-2d-unity-game-dev/config.yaml +6 -0
  24. package/expansion-packs/bmad-2d-unity-game-dev/data/bmad-kb.md +251 -0
  25. package/expansion-packs/bmad-2d-unity-game-dev/data/development-guidelines.md +590 -0
  26. package/expansion-packs/bmad-2d-unity-game-dev/tasks/advanced-elicitation.md +111 -0
  27. package/expansion-packs/bmad-2d-unity-game-dev/tasks/create-game-story.md +217 -0
  28. package/expansion-packs/bmad-2d-unity-game-dev/tasks/game-design-brainstorming.md +308 -0
  29. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-architecture-tmpl.yaml +545 -0
  30. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-brief-tmpl.yaml +356 -0
  31. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-design-doc-tmpl.yaml +343 -0
  32. package/expansion-packs/bmad-2d-unity-game-dev/templates/game-story-tmpl.yaml +256 -0
  33. package/expansion-packs/bmad-2d-unity-game-dev/templates/level-design-doc-tmpl.yaml +484 -0
  34. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-dev-greenfield.yaml +183 -0
  35. package/expansion-packs/bmad-2d-unity-game-dev/workflows/game-prototype.yaml +175 -0
  36. package/expansion-packs/bmad-infrastructure-devops/config.yaml +2 -2
  37. package/package.json +4 -8
  38. package/tools/bump-all-versions.js +8 -9
  39. package/tools/bump-expansion-version.js +40 -35
  40. package/tools/installer/bin/bmad.js +8 -21
  41. package/tools/installer/lib/file-manager.js +76 -44
  42. package/tools/installer/lib/ide-base-setup.js +227 -0
  43. package/tools/installer/lib/ide-setup.js +8 -58
  44. package/tools/installer/lib/installer.js +99 -121
  45. package/tools/installer/lib/memory-profiler.js +224 -0
  46. package/tools/installer/lib/module-manager.js +110 -0
  47. package/tools/installer/lib/resource-locator.js +310 -0
  48. package/tools/installer/package.json +1 -1
  49. package/tools/semantic-release-sync-installer.js +20 -21
  50. package/dist/expansion-packs/bmad-creator-tools/agents/bmad-the-creator.txt +0 -2008
  51. package/expansion-packs/bmad-creator-tools/README.md +0 -8
  52. package/expansion-packs/bmad-creator-tools/config.yaml +0 -6
  53. package/expansion-packs/bmad-creator-tools/tasks/create-agent.md +0 -200
  54. package/expansion-packs/bmad-creator-tools/tasks/generate-expansion-pack.md +0 -1020
  55. package/expansion-packs/bmad-creator-tools/templates/agent-teams-tmpl.yaml +0 -178
  56. package/expansion-packs/bmad-creator-tools/templates/agent-tmpl.yaml +0 -154
  57. package/expansion-packs/bmad-creator-tools/templates/expansion-pack-plan-tmpl.yaml +0 -120
  58. package/tools/bump-core-version.js +0 -57
@@ -1,1020 +0,0 @@
1
- # Create Expansion Pack Task
2
-
3
- This task helps you create a sophisticated BMad expansion pack with advanced agent orchestration, template systems, and quality assurance patterns based on proven best practices.
4
-
5
- ## Understanding Expansion Packs
6
-
7
- Expansion packs extend BMad with domain-specific capabilities using sophisticated AI agent orchestration patterns. They are self-contained packages that leverage:
8
-
9
- - **Advanced Agent Architecture**: YAML-in-Markdown with embedded personas and character consistency
10
- - **Template Systems**: LLM instruction embedding with conditional content and dynamic variables
11
- - **Workflow Orchestration**: Decision trees, handoff protocols, and validation loops
12
- - **Quality Assurance**: Multi-level validation with star ratings and comprehensive checklists
13
- - **Knowledge Integration**: Domain-specific data organization and best practices embedding
14
-
15
- Every expansion pack MUST include a custom BMad orchestrator agent with sophisticated command systems and numbered options protocols.
16
-
17
- ## CRITICAL REQUIREMENTS
18
-
19
- 1. **Create Planning Document First**: Before any implementation, create a comprehensive plan for user approval
20
- 2. **Agent Architecture Standards**: Use YAML-in-Markdown structure with activation instructions, personas, and command systems
21
- 3. **Character Consistency**: Every agent must have a persistent persona with name, communication style, and numbered options protocol similar to `expansion-packs/bmad-2d-phaser-game-dev/agents/game-designer.md`
22
- 4. **Custom Themed Orchestrator**: The orchestrator should embody the domain theme (e.g., Office Manager for medical, Project Lead for tech) for better user experience
23
- 5. **Core Utilities Required**: ALWAYS include these core files in every expansion pack:
24
- - `tasks/create-doc.md` - Document creation from templates
25
- - `tasks/execute-checklist.md` - Checklist validation
26
- - `utils/template-format.md` - Template markup conventions
27
- - `utils/workflow-management.md` - Workflow orchestration
28
- 6. **Team and Workflow Requirements**: If pack has >1 agent, MUST include:
29
- - At least one team configuration in `expansion-packs/{new-expansion}/agent-teams/`
30
- - At least one workflow in `expansion-packs/{new-expansion}workflows/`
31
- 7. **Template Sophistication**: Implement LLM instruction embedding with `[[LLM: guidance]]`, conditional content, and variable systems
32
- 8. **Workflow Orchestration**: Include decision trees, handoff protocols, and validation loops
33
- 9. **Quality Assurance Integration**: Multi-level checklists with star ratings and ready/not-ready frameworks
34
- 10. **Verify All References**: Any task, template, or data file referenced in an agent MUST exist in the pack
35
- 11. **Knowledge Base Integration**: Organize domain-specific data and embed best practices
36
- 12. **Dependency Management**: Clear manifest with file mappings and core agent dependencies
37
-
38
- ## Process Overview
39
-
40
- ### Phase 1: Discovery and Planning
41
-
42
- #### 1.1 Define the Domain
43
-
44
- Ask the user:
45
-
46
- - **Pack Name**: Short identifier (e.g., `healthcare`, `fintech`, `gamedev`)
47
- - **Display Name**: Full name (e.g., "Healthcare Compliance Pack")
48
- - **Description**: What domain or industry does this serve?
49
- - **Key Problems**: What specific challenges will this pack solve?
50
- - **Target Users**: Who will benefit from this expansion?
51
-
52
- #### 1.2 Gather Examples and Domain Intelligence
53
-
54
- Request from the user:
55
-
56
- - **Sample Documents**: Any existing documents in this domain
57
- - **Workflow Examples**: How work currently flows in this domain
58
- - **Compliance Needs**: Any regulatory or standards requirements
59
- - **Output Examples**: What final deliverables look like
60
- - **Character Personas**: What specialist roles exist (names, communication styles, expertise areas)
61
- - **Domain Language**: Specific terminology, jargon, and communication patterns
62
- - **Quality Standards**: Performance targets, success criteria, and validation requirements
63
- - **Data Requirements**: What reference data files users will need to provide
64
- - **Technology Stack**: Specific tools, frameworks, or platforms used in this domain
65
- - **Common Pitfalls**: Frequent mistakes or challenges in this domain
66
-
67
- #### 1.3 Create Planning Document
68
-
69
- IMPORTANT: STOP HERE AND CREATE PLAN FIRST
70
-
71
- Create `expansion-packs/{pack-name}/plan.md` with:
72
-
73
- ```markdown
74
- # {Pack Name} Expansion Pack Plan
75
-
76
- ## Overview
77
-
78
- - Pack Name: {name}
79
- - Description: {description}
80
- - Target Domain: {domain}
81
-
82
- ## Components to Create
83
-
84
- ### Agents (with Character Personas)
85
-
86
- - [ ] {pack-name}-orchestrator (REQUIRED: Custom BMad orchestrator)
87
- - Character Name: {human-name}
88
- - Communication Style: {style}
89
- - Key Commands: {command-list}
90
- - [ ] {agent-1-name}
91
- - Character Name: {human-name}
92
- - Expertise: {domain-expertise}
93
- - Persona: {personality-traits}
94
- - [ ] {agent-2-name}
95
- - Character Name: {human-name}
96
- - Expertise: {domain-expertise}
97
- - Persona: {personality-traits}
98
- - [ ] {agent-N-name}
99
- - Character Name: {human-name}
100
- - Expertise: {domain-expertise}
101
- - Persona: {personality-traits}
102
-
103
- ### Tasks
104
-
105
- - [ ] {task-1} (referenced by: {agent})
106
- - [ ] {task-2} (referenced by: {agent})
107
-
108
- ### Templates (with LLM Instruction Embedding)
109
-
110
- - [ ] {template-1} (used by: {agent/task})
111
- - LLM Instructions: {guidance-type}
112
- - Conditional Content: {conditions}
113
- - Variables: {variable-list}
114
- - [ ] {template-2} (used by: {agent/task})
115
- - LLM Instructions: {guidance-type}
116
- - Conditional Content: {conditions}
117
- - Variables: {variable-list}
118
-
119
- ### Checklists (Multi-Level Quality Assurance)
120
-
121
- - [ ] {checklist-1}
122
- - Validation Level: {basic/comprehensive/expert}
123
- - Rating System: {star-ratings/binary}
124
- - Success Criteria: {specific-requirements}
125
- - [ ] {checklist-2}
126
- - Validation Level: {basic/comprehensive/expert}
127
- - Rating System: {star-ratings/binary}
128
- - Success Criteria: {specific-requirements}
129
-
130
- ### Data Files and Knowledge Base
131
-
132
- **Required from User:**
133
-
134
- - [ ] {filename}.{ext} - {description of content needed}
135
- - [ ] {filename2}.{ext} - {description of content needed}
136
-
137
- **Domain Knowledge to Embed:**
138
-
139
- - [ ] {domain}-best-practices.md - {description}
140
- - [ ] {domain}-terminology.md - {description}
141
- - [ ] {domain}-standards.md - {description}
142
-
143
- **Workflow Orchestration:**
144
-
145
- - [ ] Decision trees for {workflow-name}
146
- - [ ] Handoff protocols between agents
147
- - [ ] Validation loops and iteration patterns
148
-
149
- ## Approval
150
-
151
- User approval received: [ ] Yes
152
- ```
153
-
154
- Important: Wait for user approval before proceeding to Phase 2
155
-
156
- ### Phase 2: Component Design
157
-
158
- #### 2.1 Create Orchestrator Agent with Domain-Themed Character
159
-
160
- **FIRST PRIORITY**: Design the custom BMad orchestrator with domain-appropriate theme:
161
-
162
- **Themed Character Design:**
163
-
164
- - **Human Name**: {first-name} {last-name} (e.g., "Dr. Sarah Chen" for medical office manager)
165
- - **Domain-Specific Role**: Match the orchestrator to the domain context:
166
- - Medical: "Office Manager" or "Practice Coordinator"
167
- - Legal: "Senior Partner" or "Case Manager"
168
- - Tech Startup: "Project Lead" or "Scrum Master"
169
- - Education: "Department Chair" or "Program Director"
170
- - **Character Identity**: Professional background matching the domain theme
171
- - **Communication Style**: Appropriate to the role (professional medical, formal legal, agile tech)
172
- - **Domain Authority**: Natural leadership position in the field's hierarchy
173
-
174
- **Command Architecture:**
175
-
176
- - **Numbered Options Protocol**: All interactions use numbered lists for user selection
177
- - **Domain-Specific Commands**: Specialized orchestration commands for the field
178
- - **Help System**: Built-in command discovery and guidance
179
- - **Handoff Protocols**: Structured transitions to specialist agents
180
-
181
- **Technical Structure:**
182
-
183
- - **Activation Instructions**: Embedded YAML with behavior directives
184
- - **Startup Procedures**: Initialize without auto-execution
185
- - **Dependencies**: Clear references to tasks, templates, and data files
186
- - **Integration Points**: How it coordinates with core BMad agents
187
-
188
- #### 2.2 Design Specialist Agents with Character Personas
189
-
190
- For each additional agent, develop comprehensive character design:
191
-
192
- **Character Development:**
193
-
194
- - **Human Identity**: Full name, background, professional history
195
- - **Personality Traits**: Communication style, work approach, quirks
196
- - **Domain Expertise**: Specific knowledge areas and experience level
197
- - **Professional Role**: Exact job title and responsibilities
198
- - **Interaction Style**: How they communicate with users and other agents
199
-
200
- **Technical Architecture:**
201
-
202
- - **YAML-in-Markdown Structure**: Embedded activation instructions
203
- - **Command System**: Numbered options protocol implementation
204
- - **Startup Behavior**: Prevent auto-execution, await user direction
205
- - **Unique Value Proposition**: What specialized capabilities they provide
206
-
207
- **Dependencies and Integration:**
208
-
209
- - **Required Tasks**: List ALL tasks this agent references (must exist)
210
- - **Required Templates**: List ALL templates this agent uses (must exist)
211
- - **Required Data**: List ALL data files this agent needs (must be documented)
212
- - **Handoff Protocols**: How they interact with orchestrator and other agents
213
- - **Quality Integration**: Which checklists they use for validation
214
-
215
- #### 2.3 Design Specialized Tasks
216
-
217
- For each task:
218
-
219
- - **Purpose**: What specific action does it enable?
220
- - **Inputs**: What information is needed?
221
- - **Process**: Step-by-step instructions
222
- - **Outputs**: What gets produced?
223
- - **Agent Usage**: Which agents will use this task?
224
-
225
- #### 2.4 Create Advanced Document Templates with LLM Instruction Embedding
226
-
227
- For each template, implement sophisticated AI guidance systems:
228
-
229
- **LLM Instruction Patterns:**
230
-
231
- - **Step-by-Step Guidance**: `[[LLM: Present this section first, get user feedback, then proceed.]]`
232
- - **Conditional Logic**: `^^CONDITION: condition_name^^` content `^^/CONDITION: condition_name^^`
233
- - **Variable Systems**: `{{variable_placeholder}}` for dynamic content insertion
234
- - **Iteration Controls**: `<<REPEAT section="name" count="variable">>` for repeatable blocks
235
- - **User Feedback Loops**: Built-in validation and refinement points
236
-
237
- **Template Architecture:**
238
-
239
- - **Document Type**: Specific deliverable and its purpose
240
- - **Structure**: Logical section organization with embedded instructions
241
- - **Elicitation Triggers**: Advanced questioning techniques for content gathering
242
- - **Domain Standards**: Industry-specific format and compliance requirements
243
- - **Quality Markers**: Success criteria and validation checkpoints
244
-
245
- **Content Design:**
246
-
247
- - **Example Content**: Sample text to guide completion
248
- - **Required vs Optional**: Clear marking of mandatory sections
249
- - **Domain Terminology**: Proper use of field-specific language
250
- - **Cross-References**: Links to related templates and checklists
251
-
252
- #### 2.5 Design Multi-Level Quality Assurance Systems
253
-
254
- For each checklist, implement comprehensive validation frameworks:
255
-
256
- **Quality Assessment Levels:**
257
-
258
- - **Basic Validation**: Essential completeness checks
259
- - **Comprehensive Review**: Detailed quality and accuracy verification
260
- - **Expert Assessment**: Advanced domain-specific evaluation criteria
261
-
262
- **Rating Systems:**
263
-
264
- - **Star Ratings**: 1-5 star quality assessments for nuanced evaluation
265
- - **Binary Decisions**: Ready/Not Ready determinations with clear criteria
266
- - **Improvement Recommendations**: Specific guidance for addressing deficiencies
267
- - **Next Steps**: Clear direction for proceeding or iterating
268
-
269
- **Checklist Architecture:**
270
-
271
- - **Purpose Definition**: Specific quality aspects being verified
272
- - **Usage Context**: When and by whom the checklist should be applied
273
- - **Validation Items**: Specific, measurable criteria to evaluate
274
- - **Success Criteria**: Clear standards for pass/fail determinations
275
- - **Domain Standards**: Industry-specific requirements and best practices
276
- - **Integration Points**: How checklists connect to agents and workflows
277
-
278
- ### Phase 3: Implementation
279
-
280
- IMPORTANT: Only proceed after plan.md is approved
281
-
282
- #### 3.1 Create Directory Structure
283
-
284
- ```
285
-
286
- expansion-packs/
287
- └── {pack-name}/
288
- ├── plan.md (ALREADY CREATED)
289
- ├── manifest.yaml
290
- ├── README.md
291
- ├── agents/
292
- │ ├── {pack-name}-orchestrator.md (REQUIRED - Custom themed orchestrator)
293
- │ └── {agent-id}.md (YAML-in-Markdown with persona)
294
- ├── data/
295
- │ ├── {domain}-best-practices.md
296
- │ ├── {domain}-terminology.md
297
- │ └── {domain}-standards.md
298
- ├── tasks/
299
- │ ├── create-doc.md (REQUIRED - Core utility)
300
- │ ├── execute-checklist.md (REQUIRED - Core utility)
301
- │ └── {task-name}.md (Domain-specific tasks)
302
- ├── utils/
303
- │ ├── template-format.md (REQUIRED - Core utility)
304
- │ └── workflow-management.md (REQUIRED - Core utility)
305
- ├── templates/
306
- │ └── {template-name}.md
307
- ├── checklists/
308
- │ └── {checklist-name}.md
309
- ├── workflows/
310
- │ └── {domain}-workflow.md (REQUIRED if multiple agents)
311
- └── agent-teams/
312
- └── {domain}-team.yaml (REQUIRED if multiple agents)
313
-
314
- ```
315
-
316
- #### 3.2 Create Manifest
317
-
318
- Create `manifest.yaml`:
319
-
320
- ```yaml
321
- name: {pack-name}
322
- version: 1.0.0
323
- description: >-
324
- {Detailed description of the expansion pack}
325
- author: {Your name or organization}
326
- bmad_version: "4.0.0"
327
-
328
- # Files to create in the expansion pack
329
- files:
330
- agents:
331
- - {pack-name}-orchestrator.md # Domain-themed orchestrator (e.g., Office Manager)
332
- - {agent-name}.md # YAML-in-Markdown with character persona
333
-
334
- data:
335
- - {domain}-best-practices.md # Domain knowledge and standards
336
- - {domain}-terminology.md # Field-specific language and concepts
337
- - {domain}-standards.md # Quality and compliance requirements
338
-
339
- tasks:
340
- # Core utilities (REQUIRED - copy from bmad-core)
341
- - create-doc.md # Document creation from templates
342
- - execute-checklist.md # Checklist validation system
343
- # Domain-specific tasks
344
- - {task-name}.md # Custom procedures with quality integration
345
-
346
- utils:
347
- # Core utilities (REQUIRED - copy from bmad-core)
348
- - template-format.md # Template markup conventions
349
- - workflow-management.md # Workflow orchestration system
350
-
351
- templates:
352
- - {template-name}.md # LLM instruction embedding with conditionals
353
-
354
- checklists:
355
- - {checklist-name}.md # Multi-level quality assurance systems
356
-
357
- workflows:
358
- - {domain}-workflow.md # REQUIRED if multiple agents - decision trees
359
-
360
- agent-teams:
361
- - {domain}-team.yaml # REQUIRED if multiple agents - team config
362
-
363
- # Data files users must provide (in their bmad-core/data/ directory)
364
- required_user_data:
365
- - filename: {data-file}.{ext}
366
- description: {What this file should contain}
367
- format: {specific format requirements}
368
- example: {sample content or structure}
369
- validation: {how to verify correctness}
370
-
371
- # Knowledge base files embedded in expansion pack
372
- embedded_knowledge:
373
- - {domain}-best-practices.md
374
- - {domain}-terminology.md
375
- - {domain}-standards.md
376
-
377
- # Dependencies on core BMad components
378
- core_dependencies:
379
- agents:
380
- - architect # For system design
381
- - developer # For implementation
382
- - qa-specialist # For quality assurance
383
- tasks:
384
- - {core-task-name}
385
- workflows:
386
- - {core-workflow-name}
387
-
388
- # Agent interaction patterns
389
- agent_coordination:
390
- orchestrator: {pack-name}-orchestrator
391
- handoff_protocols: true
392
- numbered_options: true
393
- quality_integration: comprehensive
394
-
395
- # Post-install message
396
- post_install_message: |
397
- {Pack Name} expansion pack ready!
398
-
399
- 🎯 ORCHESTRATOR: {Character Name} ({pack-name}-orchestrator)
400
- 📋 AGENTS: {agent-count} specialized domain experts
401
- 📝 TEMPLATES: {template-count} with LLM instruction embedding
402
- ✅ QUALITY: Multi-level validation with star ratings
403
-
404
- REQUIRED USER DATA FILES (place in bmad-core/data/):
405
- - {data-file}.{ext}: {description and format}
406
- - {data-file-2}.{ext}: {description and format}
407
-
408
- QUICK START:
409
- 1. Add required data files to bmad-core/data/
410
- 2. Run: npm run agent {pack-name}-orchestrator
411
- 3. Follow {Character Name}'s numbered options
412
-
413
- EMBEDDED KNOWLEDGE:
414
- - Domain best practices and terminology
415
- - Quality standards and validation criteria
416
- - Workflow orchestration with handoff protocols
417
- ```
418
-
419
- ### Phase 4: Content Creation
420
-
421
- IMPORTANT: Work through plan.md checklist systematically!
422
-
423
- #### 4.1 Create Orchestrator First with Domain-Themed Character
424
-
425
- **Step 1: Domain-Themed Character Design**
426
-
427
- 1. Define character persona matching the domain context:
428
- - Medical: "Dr. Emily Rodriguez, Practice Manager"
429
- - Legal: "Robert Sterling, Senior Partner"
430
- - Tech: "Alex Chen, Agile Project Lead"
431
- - Education: "Professor Maria Santos, Department Chair"
432
- 2. Make the orchestrator feel like a natural leader in that domain
433
- 3. Establish communication style matching professional norms
434
- 4. Design numbered options protocol themed to the domain
435
- 5. Create command system with domain-specific terminology
436
-
437
- **Step 2: Copy Core Utilities**
438
-
439
- Before proceeding, copy these essential files from common:
440
-
441
- ```bash
442
- # Copy core task utilities
443
- cp common/tasks/create-doc.md expansion-packs/{pack-name}/tasks/
444
- cp common/tasks/execute-checklist.md expansion-packs/{pack-name}/tasks/
445
-
446
- # Copy core utility files
447
- mkdir -p expansion-packs/{pack-name}/utils
448
- cp common/utils/template-format.md expansion-packs/{pack-name}/utils/
449
- cp common/utils/workflow-management.md expansion-packs/{pack-name}/utils/
450
- ```
451
-
452
- **Step 3: Technical Implementation**
453
-
454
- 1. Create `agents/{pack-name}-orchestrator.md` with YAML-in-Markdown structure:
455
-
456
- ```yaml
457
- activation-instructions:
458
- - Follow all instructions in this file
459
- - Stay in character as {Character Name} until exit
460
- - Use numbered options protocol for all interactions
461
-
462
- agent:
463
- name: {Character Name}
464
- id: {pack-name}-orchestrator
465
- title: {Professional Title}
466
- icon: {emoji}
467
- whenToUse: {clear usage guidance}
468
-
469
- persona:
470
- role: {specific professional role}
471
- style: {communication approach}
472
- identity: {character background}
473
- focus: {primary expertise area}
474
-
475
- core_principles:
476
- - {principle 1}
477
- - {principle 2}
478
-
479
- startup:
480
- - {initialization steps}
481
- - CRITICAL: Do NOT auto-execute
482
-
483
- commands:
484
- - {command descriptions with numbers}
485
-
486
- dependencies:
487
- tasks: {required task list}
488
- templates: {required template list}
489
- checklists: {quality checklist list}
490
- ```
491
-
492
- **Step 4: Workflow and Team Integration**
493
-
494
- 1. Design decision trees for workflow branching
495
- 2. Create handoff protocols to specialist agents
496
- 3. Implement validation loops and quality checkpoints
497
- 4. **If multiple agents**: Create team configuration in `agent-teams/{domain}-team.yaml`
498
- 5. **If multiple agents**: Create workflow in `workflows/{domain}-workflow.md`
499
- 6. Ensure orchestrator references workflow-management utility
500
- 7. Verify ALL referenced tasks exist (including core utilities)
501
- 8. Verify ALL referenced templates exist
502
- 9. Document data file requirements
503
-
504
- #### 4.2 Specialist Agent Creation with Character Development
505
-
506
- For each additional agent, follow comprehensive character development:
507
-
508
- **Character Architecture:**
509
-
510
- 1. Design complete persona with human name, background, and personality
511
- 2. Define communication style and professional quirks
512
- 3. Establish domain expertise and unique value proposition
513
- 4. Create numbered options protocol for interactions
514
-
515
- **Technical Implementation:**
516
-
517
- 1. Create `agents/{agent-id}.md` with YAML-in-Markdown structure
518
- 2. Embed activation instructions and startup procedures
519
- 3. Define command system with domain-specific options
520
- 4. Document dependencies on tasks, templates, and data
521
-
522
- **Quality Assurance:**
523
-
524
- 1. **STOP** - Verify all referenced tasks/templates exist
525
- 2. Create any missing tasks/templates immediately
526
- 3. Test handoff protocols with orchestrator
527
- 4. Validate checklist integration
528
- 5. Mark agent as complete in plan.md
529
-
530
- **Agent Interaction Design:**
531
-
532
- 1. Define how agent receives handoffs from orchestrator
533
- 2. Specify how agent communicates progress and results
534
- 3. Design transition protocols to other agents or back to orchestrator
535
- 4. Implement quality validation before handoff completion
536
-
537
- #### 4.3 Advanced Task Creation with Quality Integration
538
-
539
- Each task should implement sophisticated procedure design:
540
-
541
- **Core Structure:**
542
-
543
- 1. Clear, single purpose with measurable outcomes
544
- 2. Step-by-step instructions with decision points
545
- 3. Prerequisites and validation requirements
546
- 4. Quality assurance integration points
547
- 5. Success criteria and completion validation
548
-
549
- **Content Design:**
550
-
551
- 1. Domain-specific procedures and best practices
552
- 2. Risk mitigation strategies and common pitfalls
553
- 3. Integration with checklists and quality systems
554
- 4. Handoff protocols and communication templates
555
- 5. Examples and sample outputs
556
-
557
- **Reusability Patterns:**
558
-
559
- 1. Modular design for use across multiple agents
560
- 2. Parameterized procedures for different contexts
561
- 3. Clear dependency documentation
562
- 4. Cross-reference to related tasks and templates
563
- 5. Version control and update procedures
564
-
565
- #### 4.4 Advanced Template Design with LLM Instruction Embedding
566
-
567
- Templates should implement sophisticated AI guidance systems:
568
-
569
- **LLM Instruction Patterns:**
570
-
571
- 1. **Step-by-Step Guidance**: `[[LLM: Present this section first, gather user input, then proceed to next section.]]`
572
- 2. **Conditional Content**: `^^CONDITION: project_type == "complex"^^` advanced content `^^/CONDITION: project_type^^`
573
- 3. **Dynamic Variables**: `{{project_name}}`, `{{stakeholder_list}}`, `{{technical_requirements}}`
574
- 4. **Iteration Controls**: `<<REPEAT section="stakeholder" count="{{stakeholder_count}}">>` repeatable blocks `<</REPEAT>>`
575
- 5. **User Feedback Loops**: Built-in validation and refinement prompts
576
-
577
- **Content Architecture:**
578
-
579
- 1. Progressive disclosure with guided completion
580
- 2. Domain-specific terminology and standards
581
- 3. Quality markers and success criteria
582
- 4. Cross-references to checklists and validation tools
583
- 5. Advanced elicitation techniques for comprehensive content gathering
584
-
585
- **Template Intelligence:**
586
-
587
- 1. Adaptive content based on project complexity or type
588
- 2. Intelligent placeholder replacement with context awareness
589
- 3. Validation triggers for completeness and quality
590
- 4. Integration with quality assurance checklists
591
- 5. Export and formatting options for different use cases
592
-
593
- ### Phase 5: Workflow Orchestration and Quality Systems
594
-
595
- #### 5.1 Create Workflow Orchestration
596
-
597
- **Decision Tree Design:**
598
-
599
- 1. Map primary workflow paths and decision points
600
- 2. Create branching logic for different project types or complexity levels
601
- 3. Design conditional workflow sections using `^^CONDITION:^^` syntax
602
- 4. Include visual flowcharts using Mermaid diagrams
603
-
604
- **Handoff Protocol Implementation:**
605
-
606
- 1. Define explicit handoff prompts between agents
607
- 2. Create success criteria for each workflow phase
608
- 3. Implement validation loops and iteration patterns
609
- 4. Design story development guidance for complex implementations
610
-
611
- **Workflow File Structure:**
612
-
613
- ```markdown
614
- # {Domain} Primary Workflow
615
-
616
- ## Decision Tree
617
-
618
- [Mermaid flowchart]
619
-
620
- ## Workflow Paths
621
-
622
- ### Path 1: {scenario-name}
623
-
624
- ^^CONDITION: condition_name^^
625
- [Workflow steps with agent handoffs]
626
- ^^/CONDITION: condition_name^^
627
-
628
- ### Path 2: {scenario-name}
629
-
630
- [Alternative workflow steps]
631
-
632
- ## Quality Gates
633
-
634
- [Validation checkpoints throughout workflow]
635
- ```
636
-
637
- ### Phase 6: Verification and Documentation
638
-
639
- #### 6.1 Comprehensive Verification System
640
-
641
- Before declaring complete:
642
-
643
- **Character and Persona Validation:**
644
-
645
- 1. [ ] All agents have complete character personas with names and backgrounds
646
- 2. [ ] Communication styles are consistent and domain-appropriate
647
- 3. [ ] Numbered options protocol implemented across all agents
648
- 4. [ ] Command systems are comprehensive with help functionality
649
-
650
- **Technical Architecture Validation:**
651
-
652
- 1. [ ] All agents use YAML-in-Markdown structure with activation instructions
653
- 2. [ ] Startup procedures prevent auto-execution
654
- 3. [ ] All agent references validated (tasks, templates, data)
655
- 4. [ ] Handoff protocols tested between agents
656
-
657
- **Template and Quality System Validation:**
658
-
659
- 1. [ ] Templates include LLM instruction embedding
660
- 2. [ ] Conditional content and variable systems implemented
661
- 3. [ ] Multi-level quality assurance checklists created
662
- 4. [ ] Star rating and ready/not-ready systems functional
663
-
664
- **Workflow and Integration Validation:**
665
-
666
- 1. [ ] Decision trees and workflow orchestration complete
667
- 2. [ ] Knowledge base files embedded (best practices, terminology, standards)
668
- 3. [ ] Manifest.yaml reflects all components and dependencies
669
- 4. [ ] All items in plan.md marked complete
670
- 5. [ ] No orphaned tasks or templates
671
-
672
- #### 6.2 Create Comprehensive Documentation
673
-
674
- **README Structure with Character Introduction:**
675
-
676
- ```markdown
677
- # {Pack Name} Expansion Pack
678
-
679
- ## Meet Your {Domain} Team
680
-
681
- ### 🎯 {Character Name} - {Pack Name} Orchestrator
682
-
683
- _{Professional background and expertise}_
684
-
685
- {Character Name} is your {domain} project coordinator who will guide you through the complete {domain} development process using numbered options and structured workflows.
686
-
687
- ### 💼 Specialist Agents
688
-
689
- - **{Agent 1 Name}** - {Role and expertise}
690
- - **{Agent 2 Name}** - {Role and expertise}
691
-
692
- ## Quick Start
693
-
694
- 1. **Prepare Data Files** (place in `bmad-core/data/`):
695
-
696
- - `{file1}.{ext}` - {description}
697
- - `{file2}.{ext}` - {description}
698
-
699
- 2. **Launch Orchestrator**:
700
-
701
- npm run agent {pack-name}-orchestrator
702
-
703
- 3. **Follow Numbered Options**: {Character Name} will present numbered choices for each decision
704
-
705
- 4. **Quality Assurance**: Multi-level validation with star ratings ensures excellence
706
-
707
- ## Advanced Features
708
-
709
- - **LLM Template System**: Intelligent document generation with conditional content
710
- - **Workflow Orchestration**: Decision trees and handoff protocols
711
- - **Character Consistency**: Persistent personas across all interactions
712
- - **Quality Integration**: Comprehensive validation at every step
713
-
714
- ## Components
715
-
716
- ### Agents ({agent-count})
717
-
718
- [List with character names and roles]
719
-
720
- ### Templates ({template-count})
721
-
722
- [List with LLM instruction features]
723
-
724
- ### Quality Systems
725
-
726
- [List checklists and validation tools]
727
-
728
- ### Knowledge Base
729
-
730
- [Embedded domain expertise]
731
- ```
732
-
733
- #### 6.3 Advanced Data File Documentation with Validation
734
-
735
- For each required data file, provide comprehensive guidance:
736
-
737
- ## Required User Data Files
738
-
739
- ### {filename}.{ext}
740
-
741
- - **Purpose**: {why this file is needed by which agents}
742
- - **Format**: {specific file format and structure requirements}
743
- - **Location**: Place in `bmad-core/data/`
744
- - **Validation**: {how agents will verify the file is correct}
745
- - **Example Structure**:
746
-
747
- {sample content showing exact format}
748
-
749
- ```text
750
- - **Common Mistakes**: {frequent errors and how to avoid them}
751
- - **Quality Criteria**: {what makes this file high-quality}
752
-
753
- ### Integration Notes
754
- - **Used By**: {list of agents that reference this file}
755
- - **Frequency**: {how often the file is accessed}
756
- - **Updates**: {when and how to update the file}
757
- - **Validation Commands**: {any CLI commands to verify file correctness}
758
- ```
759
-
760
- ## Embedded Knowledge Base
761
-
762
- The expansion pack includes comprehensive domain knowledge:
763
-
764
- - **{domain}-best-practices.md**: Industry standards and proven methodologies
765
- - **{domain}-terminology.md**: Field-specific language and concept definitions
766
- - **{domain}-standards.md**: Quality criteria and compliance requirements
767
-
768
- These files are automatically available to all agents and don't require user setup.
769
-
770
- ## Example: Healthcare Expansion Pack with Advanced Architecture
771
-
772
- ```text
773
- healthcare/
774
- ├── plan.md (Created first for approval)
775
- ├── manifest.yaml (with dependency mapping and character descriptions)
776
- ├── README.md (featuring character introductions and numbered options)
777
- ├── agents/
778
- │ ├── healthcare-orchestrator.md (Dr. Sarah Chen - YAML-in-Markdown)
779
- │ ├── clinical-analyst.md (Marcus Rivera - Research Specialist)
780
- │ └── compliance-officer.md (Jennifer Walsh - Regulatory Expert)
781
- ├── data/
782
- │ ├── healthcare-best-practices.md (embedded domain knowledge)
783
- │ ├── healthcare-terminology.md (medical language and concepts)
784
- │ └── healthcare-standards.md (HIPAA, FDA, clinical trial requirements)
785
- ├── tasks/
786
- │ ├── hipaa-assessment.md (with quality integration and checklists)
787
- │ ├── clinical-protocol-review.md (multi-step validation process)
788
- │ └── patient-data-analysis.md (statistical analysis with safety checks)
789
- ├── templates/
790
- │ ├── clinical-trial-protocol.md (LLM instructions with conditionals)
791
- │ ├── hipaa-compliance-report.md ({{variables}} and validation triggers)
792
- │ └── patient-outcome-report.md (star rating system integration)
793
- ├── checklists/
794
- │ ├── hipaa-checklist.md (multi-level: basic/comprehensive/expert)
795
- │ ├── clinical-data-quality.md (star ratings with improvement recommendations)
796
- │ └── regulatory-compliance.md (ready/not-ready with next steps)
797
- ├── workflows/
798
- │ ├── clinical-trial-workflow.md (decision trees with Mermaid diagrams)
799
- │ └── compliance-audit-workflow.md (handoff protocols and quality gates)
800
- └── agent-teams/
801
- └── healthcare-team.yaml (coordinated team configurations)
802
-
803
- Required user data files (bmad-core/data/):
804
- - medical-terminology.md (institution-specific terms and abbreviations)
805
- - hipaa-requirements.md (organization's specific compliance requirements)
806
- - clinical-protocols.md (standard operating procedures and guidelines)
807
-
808
- Embedded knowledge (automatic):
809
- - Healthcare best practices and proven methodologies
810
- - Medical terminology and concept definitions
811
- - Regulatory standards (HIPAA, FDA, GCP) and compliance requirements
812
- ```
813
-
814
- ### Character Examples from Healthcare Pack
815
-
816
- **Dr. Sarah Chen** - Healthcare Practice Manager (Orchestrator)
817
-
818
- - _Domain Role_: Medical Office Manager with clinical background
819
- - _Background_: 15 years clinical research, MD/PhD, practice management expertise
820
- - _Style_: Professional medical demeanor, uses numbered options, explains workflows clearly
821
- - _Commands_: Patient flow management, clinical trial coordination, staff scheduling, compliance oversight
822
- - _Theme Integration_: Acts as the central coordinator a patient would expect in a medical practice
823
-
824
- **Marcus Rivera** - Clinical Data Analyst
825
-
826
- - _Background_: Biostatistician, clinical trials methodology, data integrity specialist
827
- - _Style_: Detail-oriented, methodical, uses statistical terminology appropriately
828
- - _Commands_: Statistical analysis, data validation, outcome measurement, safety monitoring
829
-
830
- **Jennifer Walsh** - Regulatory Compliance Officer
831
-
832
- - _Background_: Former FDA reviewer, 20 years regulatory affairs, compliance auditing
833
- - _Style_: Thorough, systematic, risk-focused, uses regulatory language precisely
834
- - _Commands_: Compliance audit, regulatory filing, risk assessment, documentation review
835
-
836
- ## Advanced Interactive Questions Flow
837
-
838
- ### Initial Discovery and Character Development
839
-
840
- 1. "What domain or industry will this expansion pack serve?"
841
- 2. "What are the main challenges or workflows in this domain?"
842
- 3. "Do you have any example documents or outputs? (Please share)"
843
- 4. "What specialized roles/experts exist in this domain? (I need to create character personas for each)"
844
- 5. "For each specialist role, what would be an appropriate professional name and background?"
845
- 6. "What communication style would each character use? (formal, casual, technical, etc.)"
846
- 7. "What reference data will users need to provide?"
847
- 8. "What domain-specific knowledge should be embedded in the expansion pack?"
848
- 9. "What quality standards or compliance requirements exist in this field?"
849
- 10. "What are the typical workflow decision points where users need guidance?"
850
-
851
- ### Planning Phase
852
-
853
- 1. "Here's the proposed plan. Please review and approve before we continue."
854
-
855
- ### Orchestrator Character and Command Design
856
-
857
- 1. "What natural leadership role exists in {domain}? (e.g., Office Manager, Project Lead, Department Head)"
858
- 2. "What should the orchestrator character's name and professional background be to match this role?"
859
- 3. "What communication style fits this domain role? (medical professional, legal formal, tech agile)"
860
- 4. "What domain-specific commands should the orchestrator support using numbered options?"
861
- 5. "How many specialist agents will this pack include? (determines if team/workflow required)"
862
- 6. "What's the typical workflow from start to finish, including decision points?"
863
- 7. "Where in the workflow should users choose between different paths?"
864
- 8. "How should the orchestrator hand off to specialist agents?"
865
- 9. "What quality gates should be built into the workflow?"
866
- 10. "How should it integrate with core BMad agents?"
867
-
868
- ### Agent Planning
869
-
870
- 1. "For agent '{name}', what is their specific expertise?"
871
- 2. "What tasks will this agent reference? (I'll create them)"
872
- 3. "What templates will this agent use? (I'll create them)"
873
- 4. "What data files will this agent need? (You'll provide these)"
874
-
875
- ### Task Design
876
-
877
- 1. "Describe the '{task}' process step-by-step"
878
- 2. "What information is needed to complete this task?"
879
- 3. "What should the output look like?"
880
-
881
- ### Template Creation
882
-
883
- 1. "What sections should the '{template}' document have?"
884
- 2. "Are there any required formats or standards?"
885
- 3. "Can you provide an example of a completed document?"
886
-
887
- ### Data Requirements
888
-
889
- 1. "For {data-file}, what information should it contain?"
890
- 2. "What format should this data be in?"
891
- 3. "Can you provide a sample?"
892
-
893
- ## Critical Advanced Considerations
894
-
895
- **Character and Persona Architecture:**
896
-
897
- - **Character Consistency**: Every agent needs a persistent human persona with name, background, and communication style
898
- - **Numbered Options Protocol**: ALL agent interactions must use numbered lists for user selections
899
- - **Professional Authenticity**: Characters should reflect realistic expertise and communication patterns for their domain
900
-
901
- **Technical Architecture Requirements:**
902
-
903
- - **YAML-in-Markdown Structure**: All agents must use embedded activation instructions and configuration
904
- - **LLM Template Intelligence**: Templates need instruction embedding with conditionals and variables
905
- - **Quality Integration**: Multi-level validation systems with star ratings and ready/not-ready frameworks
906
-
907
- **Workflow and Orchestration:**
908
-
909
- - **Decision Trees**: Workflows must include branching logic and conditional paths
910
- - **Handoff Protocols**: Explicit procedures for agent-to-agent transitions
911
- - **Knowledge Base Embedding**: Domain expertise must be built into the pack, not just referenced
912
-
913
- **Quality and Validation:**
914
-
915
- - **Plan First**: ALWAYS create and get approval for plan.md before implementing
916
- - **Orchestrator Required**: Every pack MUST have a custom BMad orchestrator with sophisticated command system
917
- - **Verify References**: ALL referenced tasks/templates MUST exist and be tested
918
- - **Multi-Level Validation**: Quality systems must provide basic, comprehensive, and expert-level assessment
919
- - **Domain Expertise**: Ensure accuracy in specialized fields with embedded best practices
920
- - **Compliance Integration**: Include necessary regulatory requirements as embedded knowledge
921
-
922
- ## Advanced Success Strategies
923
-
924
- **Character Development Excellence:**
925
-
926
- 1. **Create Believable Personas**: Each agent should feel like a real professional with authentic expertise
927
- 2. **Maintain Communication Consistency**: Character voices should remain consistent across all interactions
928
- 3. **Design Professional Relationships**: Show how characters work together and hand off responsibilities
929
-
930
- **Technical Implementation Excellence:**
931
-
932
- 1. **Plan Thoroughly**: The plan.md prevents missing components and ensures character consistency
933
- 2. **Build Orchestrator First**: It defines the overall workflow and establishes the primary character voice
934
- 3. **Implement Template Intelligence**: Use LLM instruction embedding for sophisticated document generation
935
- 4. **Create Quality Integration**: Every task should connect to validation checklists and quality systems
936
-
937
- **Workflow and Quality Excellence:**
938
-
939
- 1. **Design Decision Trees**: Map out all workflow branching points and conditional paths
940
- 2. **Test Handoff Protocols**: Ensure smooth transitions between agents with clear success criteria
941
- 3. **Embed Domain Knowledge**: Include best practices, terminology, and standards as built-in knowledge
942
- 4. **Validate Continuously**: Check off items in plan.md and test all references throughout development
943
- 5. **Document Comprehensively**: Users need clear instructions for data files, character introductions, and quality expectations
944
-
945
- ## Advanced Mistakes to Avoid
946
-
947
- **Character and Persona Mistakes:**
948
-
949
- 1. **Generic Orchestrator**: Creating a bland orchestrator instead of domain-themed character (e.g., "Orchestrator" vs "Office Manager")
950
- 2. **Generic Characters**: Creating agents without distinct personalities, names, or communication styles
951
- 3. **Inconsistent Voices**: Characters that sound the same or change personality mid-conversation
952
- 4. **Missing Professional Context**: Agents without believable expertise or domain authority
953
- 5. **No Numbered Options**: Failing to implement the numbered selection protocol
954
-
955
- **Technical Architecture Mistakes:**
956
-
957
- 1. **Missing Core Utilities**: Not including create-doc.md, execute-checklist.md, template-format.md, workflow-management.md
958
- 2. **Simple Agent Structure**: Using basic YAML instead of YAML-in-Markdown with embedded instructions
959
- 3. **Basic Templates**: Creating simple templates without LLM instruction embedding or conditional content
960
- 4. **Missing Quality Integration**: Templates and tasks that don't connect to validation systems
961
- 5. **Weak Command Systems**: Orchestrators without sophisticated command interfaces and help systems
962
- 6. **Missing Team/Workflow**: Not creating team and workflow files when pack has multiple agents
963
-
964
- **Workflow and Content Mistakes:**
965
-
966
- 1. **Linear Workflows**: Creating workflows without decision trees or branching logic
967
- 2. **Missing Handoff Protocols**: Agents that don't properly transition work to each other
968
- 3. **External Dependencies**: Requiring users to provide knowledge that should be embedded in the pack
969
- 4. **Orphaned References**: Agent references task that doesn't exist
970
- 5. **Unclear Data Needs**: Not specifying required user data files with validation criteria
971
- 6. **Skipping Plan**: Going straight to implementation without comprehensive planning
972
- 7. **Generic Orchestrator**: Not making the orchestrator domain-specific with appropriate character and commands
973
-
974
- ## Advanced Completion Checklist
975
-
976
- **Character and Persona Completion:**
977
-
978
- - [ ] All agents have complete character development (names, backgrounds, communication styles)
979
- - [ ] Numbered options protocol implemented across all agent interactions
980
- - [ ] Character consistency maintained throughout all content
981
- - [ ] Professional authenticity verified for domain expertise
982
-
983
- **Technical Architecture Completion:**
984
-
985
- - [ ] All agents use YAML-in-Markdown structure with activation instructions
986
- - [ ] Orchestrator has domain-themed character (not generic)
987
- - [ ] Core utilities copied: create-doc.md, execute-checklist.md, template-format.md, workflow-management.md
988
- - [ ] Templates include LLM instruction embedding with conditionals and variables
989
- - [ ] Multi-level quality assurance systems implemented (basic/comprehensive/expert)
990
- - [ ] Command systems include help functionality and domain-specific options
991
- - [ ] Team configuration created if multiple agents
992
- - [ ] Workflow created if multiple agents
993
-
994
- **Workflow and Quality Completion:**
995
-
996
- - [ ] Decision trees and workflow branching implemented
997
- - [ ] Workflow file created if pack has multiple agents
998
- - [ ] Team configuration created if pack has multiple agents
999
- - [ ] Handoff protocols tested between all agents
1000
- - [ ] Knowledge base embedded (best practices, terminology, standards)
1001
- - [ ] Quality integration connects tasks to checklists and validation
1002
- - [ ] Core utilities properly referenced in agent dependencies
1003
-
1004
- **Standard Completion Verification:**
1005
-
1006
- - [ ] plan.md created and approved with character details
1007
- - [ ] All plan.md items checked off including persona development
1008
- - [ ] Orchestrator agent created with sophisticated character and command system
1009
- - [ ] All agent references verified (tasks, templates, data, checklists)
1010
- - [ ] Data requirements documented with validation criteria and examples
1011
- - [ ] README includes character introductions and numbered options explanation
1012
- - [ ] manifest.yaml reflects actual files with dependency mapping and character descriptions
1013
-
1014
- **Advanced Quality Gates:**
1015
-
1016
- - [ ] Star rating systems functional in quality checklists
1017
- - [ ] Ready/not-ready decision frameworks implemented
1018
- - [ ] Template conditional content tested with different scenarios
1019
- - [ ] Workflow decision trees validated with sample use cases
1020
- - [ ] Character interactions tested for consistency and professional authenticity