15 lines
551 B
TOML
15 lines
551 B
TOML
description = """Orchestrates group discussions between all installed BMAD agents, enabling natural multi-agent conversations"""
|
|
prompt = """
|
|
Execute the BMAD 'party-mode' workflow.
|
|
|
|
CRITICAL: You must load and follow the workflow definition exactly.
|
|
|
|
WORKFLOW INSTRUCTIONS:
|
|
1. LOAD the workflow file from {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
2. READ its entire contents
|
|
3. FOLLOW every step precisely as specified
|
|
4. DO NOT skip or modify any steps
|
|
|
|
WORKFLOW FILE: {project-root}/_bmad/core/workflows/party-mode/workflow.md
|
|
"""
|