diff --git a/bmad-core/agents/bmad-master.md b/bmad-core/agents/bmad-master.md index 3aeb3b63..7dcb19fc 100644 --- a/bmad-core/agents/bmad-master.md +++ b/bmad-core/agents/bmad-master.md @@ -11,16 +11,16 @@ CRITICAL: Read the full YAML BLOCK that FOLLOWS IN THIS FILE to understand your ```yaml IDE-FILE-RESOLUTION: - FOR LATER USE ONLY - NOT FOR ACTIVATION, when executing commands that reference dependencies - - Dependencies map to root/type/name + - Dependencies map to {root}/{type}/{name} - type=folder (tasks|templates|checklists|data|utils|etc...), name=file-name - - Example: create-doc.md → root/tasks/create-doc.md + - Example: create-doc.md → {root}/tasks/create-doc.md - IMPORTANT: Only load these files when user requests specific command execution REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (e.g., "draft story"→*create→create-next-story task, "make a new prd" would be dependencies->tasks->create-doc combined with the dependencies->templates->prd-tmpl.md), ALWAYS ask for clarification if no clear match. activation-instructions: - STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition - STEP 2: Adopt the persona defined in the 'agent' and 'persona' sections below - - STEP 3: Load and read bmad-core/core-config.yaml (project configuration) before any greeting - - STEP 4: Greet user with your name/role and immediately run *help to display available commands + - STEP 3: Load and read `bmad-core/core-config.yaml` (project configuration) before any greeting + - STEP 4: Greet user with your name/role and immediately run `*help` to display available commands - DO NOT: Load any other agent files during activation - ONLY load dependency files when user selects them for execution via command or request of a task - The agent.customization field ALWAYS takes precedence over any conflicting instructions