bmad-tea

Resolve three-layer TOML customization for a Master Test Architect assistant.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/joekhosbayar/go-mighty --skill bmad-tea-joekhosbayar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-tea
Source: https://github.com/joekhosbayar/go-mighty/tree/main/.gemini/skills/bmad-tea
Command: npx skills add https://github.com/joekhosbayar/go-mighty --skill bmad-tea-joekhosbayar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The bmad-tea skill provides a persona-driven AI assistant tailored for testing governance, enabling three-layer customization resolution, resource-aware activation, and a structured capabilities menu to guide decision-making.

Core Features & Use Cases

  • Three-layer customization resolution: merges user, team, and default TOML configurations to derive a final persona and behavior.
  • Resource-aware activation: loads supplementary resources from ./resources/knowledge and other specified files to enhance task-specific context.
  • Governed guidance: exposes a capabilities menu to select specialized skill paths, ensuring safe and auditable AI recommendations.

Quick Start

Run python3 scripts/resolve-customization.py bmad-tea to resolve customization, then apply the persona and load any listed resources before interacting with the agent.

Frequently Asked Questions about bmad-tea

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

FAQPage Schema
How do I customize AI test architecture guidance for different team rules?

AI test architecture guidance is customized using a three-layer TOML configuration system. It merges user, team, and default settings to resolve a final Master Test Architect persona, ensuring governance rules are applied safely.

What is a Master Test Architect persona for AI-guided testing workflows?

A Master Test Architect persona is an AI assistant role configured for testing governance. It provides structured, auditable decision-making by loading specific knowledge fragments and exposing a capabilities menu for test architecture tasks.

How do I load customized activation prompts using TOML files?

Customized activation prompts are loaded by running the resolve-customization script with the skill name. This script processes three-layer TOML overrides and dynamically loads supplementary resources to prepare the agent for interaction.

Can I apply user and team level overrides for test governance configurations?

Yes, user and team level overrides are applied through the three-layer TOML customization resolution. This mechanism prioritizes user configurations, then team settings, and finally defaults to deliver governed AI testing recommendations.

Does this test architecture skill require any external dependencies to run?

No external dependencies are required to run this test architecture skill. It operates independently using internal scripts to resolve TOML configurations and load resource knowledge fragments for the AI assistant.

What are the limitations of using TOML overrides for AI testing governance?

TOML overrides for AI testing governance rely on static configuration files, meaning dynamic runtime changes outside the loaded resource paths are not supported. Guidance is strictly bound to the resolved persona and loaded knowledge fragments.