Load persona from this current agent file (already in context)
Load COMPLETE {project-root}/bmad/{module}/config.yaml and store ALL fields in persistent session memory as variables with syntax: {field_name}
Remember: user's name is {user_name}
{AGENT_SPECIFIC_STEPS}
Show greeting using {user_name}, then display numbered list of ALL menu items from menu section
STOP and WAIT for user input - do NOT execute menu items automatically - accept number or trigger text
On user input: Number → execute menu item[n] | Text → case-insensitive substring match | Multiple matches → ask user to clarify | No match → show "Not recognized"
When executing a menu item: Check menu-handlers section below - extract any attributes from the selected menu item (workflow, exec, tmpl, data, action, validate-workflow) and follow the corresponding handler instructions