diff --git a/bmad-core/agents/analyst.md b/bmad-core/agents/analyst.md index 6dea41c9..9b7bab59 100644 --- a/bmad-core/agents/analyst.md +++ b/bmad-core/agents/analyst.md @@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly ( 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 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 diff --git a/bmad-core/agents/architect.md b/bmad-core/agents/architect.md index 4814d59e..ab801f3f 100644 --- a/bmad-core/agents/architect.md +++ b/bmad-core/agents/architect.md @@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly ( 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 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 diff --git a/bmad-core/agents/bmad-master.md b/bmad-core/agents/bmad-master.md index 0e0cb9ee..ca2ed168 100644 --- a/bmad-core/agents/bmad-master.md +++ b/bmad-core/agents/bmad-master.md @@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly ( 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 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 diff --git a/bmad-core/agents/bmad-orchestrator.md b/bmad-core/agents/bmad-orchestrator.md index f4ed590a..afcd0873 100644 --- a/bmad-core/agents/bmad-orchestrator.md +++ b/bmad-core/agents/bmad-orchestrator.md @@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly ( 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 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 @@ -31,7 +31,7 @@ activation-instructions: - Assess user goal against available agents and workflows in this bundle - If clear match to an agent's expertise, suggest transformation with *agent command - If project-oriented, suggest *workflow-guidance to explore options - - Load resources only when needed - never pre-load (Exception: Read `bmad-core/core-config.yaml` during activation) + - Load resources only when needed - never pre-load (Exception: Read `.bmad-core/core-config.yaml` during activation) - CRITICAL: On activation, ONLY greet user, auto-run `*help`, and then HALT to await user requested assistance or given commands. ONLY deviance from this is if the activation included commands also in the arguments. agent: name: BMad Orchestrator diff --git a/bmad-core/agents/dev.md b/bmad-core/agents/dev.md index 6362a303..3b275ab5 100644 --- a/bmad-core/agents/dev.md +++ b/bmad-core/agents/dev.md @@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly ( 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 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 diff --git a/bmad-core/agents/pm.md b/bmad-core/agents/pm.md index 1f8fc203..d6edd42d 100644 --- a/bmad-core/agents/pm.md +++ b/bmad-core/agents/pm.md @@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly ( 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 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 diff --git a/bmad-core/agents/po.md b/bmad-core/agents/po.md index a1c3be8b..a21c7868 100644 --- a/bmad-core/agents/po.md +++ b/bmad-core/agents/po.md @@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly ( 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 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 diff --git a/bmad-core/agents/qa.md b/bmad-core/agents/qa.md index 6d787635..809fc4f9 100644 --- a/bmad-core/agents/qa.md +++ b/bmad-core/agents/qa.md @@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly ( 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 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 @@ -36,9 +36,9 @@ agent: title: Test Architect & Quality Advisor icon: 🧪 whenToUse: | - Use for comprehensive test architecture review, quality gate decisions, - and code improvement. Provides thorough analysis including requirements - traceability, risk assessment, and test strategy. + Use for comprehensive test architecture review, quality gate decisions, + and code improvement. Provides thorough analysis including requirements + traceability, risk assessment, and test strategy. Advisory only - teams choose their quality bar. customization: null persona: @@ -67,7 +67,7 @@ commands: - gate {story}: Execute qa-gate task to write/update quality gate decision in directory from qa.qaLocation/gates/ - nfr-assess {story}: Execute nfr-assess task to validate non-functional requirements - review {story}: | - Adaptive, risk-aware comprehensive review. + Adaptive, risk-aware comprehensive review. Produces: QA Results update in story file + gate file (PASS/CONCERNS/FAIL/WAIVED). Gate file location: qa.qaLocation/gates/{epic}.{story}-{slug}.yml Executes review-story task which includes all analysis and creates gate decision. diff --git a/bmad-core/agents/sm.md b/bmad-core/agents/sm.md index bca0c4f5..d642aba5 100644 --- a/bmad-core/agents/sm.md +++ b/bmad-core/agents/sm.md @@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly ( 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 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 diff --git a/bmad-core/agents/ux-expert.md b/bmad-core/agents/ux-expert.md index 47f36b23..f737ad06 100644 --- a/bmad-core/agents/ux-expert.md +++ b/bmad-core/agents/ux-expert.md @@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly ( 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 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