bmad-analyze

Orchestrate BMAD analysis phases to produce brief, PRD, and architecture artefacts.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/RomainDECOSTER/ironforge --skill bmad-analyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-analyze
Source: https://github.com/RomainDECOSTER/ironforge/tree/main/copilot/skills/bmad-analyze
Command: npx skills add https://github.com/RomainDECOSTER/ironforge --skill bmad-analyze

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

BMAD analysis orchestrates a structured, multi-phase design process for software projects, turning raw ideas into concrete artefacts (brief, PRD, architecture) with guardrails and validation at each step.

Core Features & Use Cases

  • Orchestrates BMAD analysis phases (brief, PRD, architecture) by delegating to specialized BMAD agents.
  • Enforces explicit user validation between phases to ensure governance and quality.
  • Produces artefacts consumed by downstream tooling (e.g., bmad-to-sudocode) to accelerate Sudocode workflows.

Quick Start

Run the BMAD analysis to generate a brief, PRD, and architecture artefacts for the described feature or project, pausing for validation between phases.

Frequently Asked Questions about bmad-analyze

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

FAQPage Schema
How do I generate a PRD and architecture from a project brief?

To generate a PRD and architecture from a brief, you orchestrate a multi-phase analysis that reads existing project context and defers to specialized agents for each artefact. The workflow pauses to require your explicit validation before moving to the next phase.

What is a structured workflow for software architecture analysis?

A structured workflow for software architecture analysis coordinates the creation of a brief, PRD, and architecture documents sequentially. It evaluates existing artefacts to identify missing phases and enforces user validation between steps to ensure design quality.

Can I skip the validation steps between BMAD analysis phases?

You cannot skip validation steps between BMAD analysis phases. The workflow explicitly requires user validation before proceeding from the brief to the PRD, and then to the architecture phase, ensuring governance and quality control throughout the design process.

How do I prepare Sudocode workflows using generated architecture artefacts?

To prepare Sudocode workflows, you run the BMAD analysis to produce a final architecture output. This structured artefact is designed for consumption by downstream tooling, specifically accelerating the '/ironforge:bmad-to-sudocode' workflow integration.

Does BMAD analysis work with existing project context and artefacts?

BMAD analysis works with existing project context by reading current artefacts to determine which design phases are missing. It uses this context to orchestrate the generation of any absent brief, PRD, or architecture documents without overwriting valid existing work.