bmad-to-sudocode

Convert BMAD artefacts into Sudocode specs and issues with dependency graphs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts BMAD artefacts (brief, PRD, architecture) into Sudocode specs and issues, enabling structured traceability and handoff between documentation and implementation.

Core Features & Use Cases

  • Maps each BMAD artefact to a corresponding Sudocode spec or issue, preserving original content.
  • Generates a dependency graph that captures relationships and priorities among specs and issues.
  • Operates standalone on projects that already have BMAD documentation, without regenerating the source artefacts.

Quick Start

Run the bmad-to-sudocode skill on a project with existing BMAD docs to convert them into Sudocode specs and issues.

Frequently Asked Questions about bmad-to-sudocode

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

FAQPage Schema
How do I convert BMAD artefacts into Sudocode specs and issues?

To convert BMAD artefacts into Sudocode specs and issues, run the bmad-to-sudocode skill on a project with existing BMAD documentation. It checks which files exist, maps each artefact to Sudocode, and generates a dependency graph between issues.

What is the best way to map a BMAD PRD and architecture document to Sudocode issues?

Mapping a BMAD PRD and architecture document to Sudocode issues is handled by checking which BMAD files exist and converting each into corresponding Sudocode specs and issues while preserving the original content.

Do I need existing BMAD documentation to generate Sudocode specs?

Yes, you need existing BMAD documentation to generate Sudocode specs. The skill operates standalone on projects that already have BMAD docs, reading the brief, PRD, and architecture files without regenerating the original artefacts.

Can I automatically generate a dependency graph between Sudocode issues from BMAD files?

Yes, you can automatically generate a dependency graph between Sudocode issues from BMAD files. The skill captures relationships and priorities among the generated specs and issues during the conversion process.

Does converting BMAD docs to Sudocode overwrite or regenerate the original artefacts?

Converting BMAD docs to Sudocode does not overwrite or regenerate original artefacts. The skill reads existing BMAD files and persists their content into Sudocode as new specs and issues, avoiding any regeneration of the source documentation.