bmad-dev

Load a dev agent persona and activation script from a SKILL.md file.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Yukine5377/common --skill bmad-dev-yukine5377
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-dev
Source: https://github.com/Yukine5377/common/tree/main/.cursor/skills/bmad-dev
Command: npx skills add https://github.com/Yukine5377/common --skill bmad-dev-yukine5377

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Embodies a dev agent by loading its complete persona and activation sequence, enabling hands-free deployment and controlled interactions.

Core Features & Use Cases

  • Full persona activation: loads and adopts the complete agent persona from the designated file.
  • Interactive startup: displays a welcome greeting and a numbered menu for user choices.
  • Controlled execution: waits for user input and proceeds according to the activation protocol.

Quick Start

Load the full agent file from {project-root}/_bmad/bmm/agents/dev.md and follow its activation steps to start the agent.

Frequently Asked Questions about bmad-dev

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

FAQPage Schema
How do I activate a dev agent persona in my development environment?

To activate a dev agent persona, load the full agent file from your project's designated path and follow its activation steps to initialize the persona. The agent then displays a welcome greeting and a numbered menu, waiting for your input to drive interactions.

What does agent persona activation do during workflow initialization?

Agent persona activation loads and adopts the complete agent persona from a designated file, enabling hands-free deployment and controlled interactions. It displays an interactive startup menu and proceeds according to the activation protocol based on user input.

Can I use this dev agent activation with my existing development workflow?

Yes, you can use this dev agent activation in your development workflow if you have a SKILL.md frontmatter with name and description, plus a body providing activation steps. Optional scripts, references, and assets folders can be included for extended functionality.

How to set up a self-contained dev agent with an interactive numbered menu?

Set up a self-contained dev agent by loading the agent file from {project-root}/_bmad/bmm/agents/dev.md and following its activation steps. The agent presents a welcome greeting, shows a numbered menu for user choices, and waits for input to control execution.

What limitations exist when running a dev agent through an activation script?

Running a dev agent through an activation script requires a SKILL.md frontmatter with name and description fields, and the agent waits for user input to proceed. Extended functionality depends on optional scripts, references, and assets folders being present.