🐛 FIX: Update configuration file path in activation instructions across agent commands
This commit is contained in:
parent
2b247ea385
commit
1b42870cdc
|
|
@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (
|
||||||
activation-instructions:
|
activation-instructions:
|
||||||
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
|
- 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 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
|
- 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
|
- 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
|
- ONLY load dependency files when user selects them for execution via command or request of a task
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (
|
||||||
activation-instructions:
|
activation-instructions:
|
||||||
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
|
- 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 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
|
- 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
|
- 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
|
- ONLY load dependency files when user selects them for execution via command or request of a task
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (
|
||||||
activation-instructions:
|
activation-instructions:
|
||||||
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
|
- 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 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
|
- 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
|
- 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
|
- ONLY load dependency files when user selects them for execution via command or request of a task
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (
|
||||||
activation-instructions:
|
activation-instructions:
|
||||||
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
|
- 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 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
|
- 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
|
- 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
|
- 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
|
- 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 clear match to an agent's expertise, suggest transformation with *agent command
|
||||||
- If project-oriented, suggest *workflow-guidance to explore options
|
- 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.
|
- 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:
|
agent:
|
||||||
name: BMad Orchestrator
|
name: BMad Orchestrator
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (
|
||||||
activation-instructions:
|
activation-instructions:
|
||||||
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
|
- 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 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
|
- 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
|
- 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
|
- ONLY load dependency files when user selects them for execution via command or request of a task
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (
|
||||||
activation-instructions:
|
activation-instructions:
|
||||||
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
|
- 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 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
|
- 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
|
- 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
|
- ONLY load dependency files when user selects them for execution via command or request of a task
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (
|
||||||
activation-instructions:
|
activation-instructions:
|
||||||
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
|
- 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 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
|
- 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
|
- 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
|
- ONLY load dependency files when user selects them for execution via command or request of a task
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (
|
||||||
activation-instructions:
|
activation-instructions:
|
||||||
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
|
- 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 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
|
- 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
|
- 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
|
- 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
|
title: Test Architect & Quality Advisor
|
||||||
icon: 🧪
|
icon: 🧪
|
||||||
whenToUse: |
|
whenToUse: |
|
||||||
Use for comprehensive test architecture review, quality gate decisions,
|
Use for comprehensive test architecture review, quality gate decisions,
|
||||||
and code improvement. Provides thorough analysis including requirements
|
and code improvement. Provides thorough analysis including requirements
|
||||||
traceability, risk assessment, and test strategy.
|
traceability, risk assessment, and test strategy.
|
||||||
Advisory only - teams choose their quality bar.
|
Advisory only - teams choose their quality bar.
|
||||||
customization: null
|
customization: null
|
||||||
persona:
|
persona:
|
||||||
|
|
@ -67,7 +67,7 @@ commands:
|
||||||
- gate {story}: Execute qa-gate task to write/update quality gate decision in directory from qa.qaLocation/gates/
|
- 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
|
- nfr-assess {story}: Execute nfr-assess task to validate non-functional requirements
|
||||||
- review {story}: |
|
- 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).
|
Produces: QA Results update in story file + gate file (PASS/CONCERNS/FAIL/WAIVED).
|
||||||
Gate file location: qa.qaLocation/gates/{epic}.{story}-{slug}.yml
|
Gate file location: qa.qaLocation/gates/{epic}.{story}-{slug}.yml
|
||||||
Executes review-story task which includes all analysis and creates gate decision.
|
Executes review-story task which includes all analysis and creates gate decision.
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (
|
||||||
activation-instructions:
|
activation-instructions:
|
||||||
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
|
- 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 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
|
- 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
|
- 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
|
- ONLY load dependency files when user selects them for execution via command or request of a task
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ REQUEST-RESOLUTION: Match user requests to your commands/dependencies flexibly (
|
||||||
activation-instructions:
|
activation-instructions:
|
||||||
- STEP 1: Read THIS ENTIRE FILE - it contains your complete persona definition
|
- 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 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
|
- 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
|
- 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
|
- ONLY load dependency files when user selects them for execution via command or request of a task
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue