bmad-agent-bmm-sm

Enforce agent activation flow and persona from a specified file.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RafaellsAlmeida/lifetrek --skill bmad-agent-bmm-sm-rafaellsalmeida
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-agent-bmm-sm
Source: https://github.com/RafaellsAlmeida/lifetrek/tree/main/.agents/skills/bmad-agent-bmm-sm
Command: npx skills add https://github.com/RafaellsAlmeida/lifetrek --skill bmad-agent-bmm-sm-rafaellsalmeida

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill ensures a consistent, self-contained agent deployment by enforcing a strict activation flow and persona, enabling predictable behavior across sessions.

Core Features & Use Cases

  • Strict persona enforcement: guarantees the agent adheres to its defined roles and commands.
  • Self-contained activation: loads and applies the complete agent configuration from the designated file.
  • Predictable session behavior: maintains character continuity during interactions and follows explicit activation steps.

Quick Start

Activate the skill and begin by loading the full agent file from the project root as specified in its activation steps.

Frequently Asked Questions about bmad-agent-bmm-sm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce a strict agent persona and activation flow for reliable AI behavior?

To enforce a strict agent persona, you need a self-contained activation flow that loads the agent configuration from a file and executes predefined steps verbatim, ensuring predictable behavior across sessions.

Why does my AI agent lose its persona or break character during active sessions?

An AI agent loses its persona when activation steps are not executed verbatim. Enforcing a rigid activation sequence and loading the full persona from a designated file maintains character continuity and predictable session behavior.

Can I use agent persona loading and activation policies with any AI runtime?

Yes, strict agent activation and persona loading applies to any AI runtime where a self-contained agent loads its configuration from a file and executes predefined activation steps.

What is the best way to automate agent activation policy and ensure SKILL.md frontmatter compliance?

Automating agent activation policy involves enforcing that the SKILL.md frontmatter contains a name and description, and that the predefined activation sequence runs verbatim to guarantee reliable agent behavior.

Do I need a specific framework to load an agent persona from a file at the project root?

No specific framework is needed. Any self-contained AI runtime that can load a full agent file from the project root and execute predefined activation steps will support strict persona enforcement.