bmad-architect

Load an architect agent file and present its numbered menu.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/mschuerig/peach-ios --skill bmad-architect-mschuerig
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bmad-architect
Source: https://github.com/mschuerig/peach-ios/tree/main/.claude/skills/bmad-architect
Command: npx skills add https://github.com/mschuerig/peach-ios --skill bmad-architect-mschuerig

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Architect agents to embody a complete persona and execute activation instructions exactly, enabling deterministic AI agent behavior.

Core Features & Use Cases

  • Full persona enforcement: the agent strictly follows its activation script and persona.
  • Deterministic activation flow: loads the embedded agent file and executes the specified steps.
  • Interactive onboarding: presents a welcome greeting and a numbered menu, awaiting user input before proceeding.

Quick Start

Load the full architect agent file and follow the activation steps exactly as specified.

Frequently Asked Questions about bmad-architect

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

FAQPage Schema
How do I activate an AI agent persona for interactive automation?▼

To activate an AI agent persona, this Skill loads the full architect agent file from your project directory, reads its contents, and executes the specified activation steps precisely. It displays a welcome greeting and numbered menu, then waits for your input before proceeding.

What is deterministic agent behavior in software engineering automation?▼

Deterministic agent behavior means an AI agent strictly follows its embedded activation script and persona instructions exactly as written. This ensures consistent, controlled automation execution by loading a complete agent file and following every specified step without deviation.

How do I load an architect agent file from a project directory?▼

Loading an architect agent file requires specifying the path {project-root}/_bmad/bmm/agents/architect.md. The Skill reads the file contents to obtain the persona, menu, and instructions, then follows every step precisely to activate the agent.

Do I need an existing markdown agent file to use architect agent activation?▼

Yes, you need an existing markdown agent file located at {project-root}/_bmad/bmm/agents/architect.md. The Skill requires this file to load the full persona, menu, and instructions needed to execute the activation sequence precisely.

Why does my agent activation stop after displaying a welcome greeting?▼

Agent activation stops after the welcome greeting because the interactive onboarding flow presents a numbered menu and explicitly waits for user input before proceeding. This controlled pause ensures the persona awaits your direction before executing further automation steps.