Skip to content

Add bmad-dux-visual-architect (community module) - #27

Open
Yash-1511 wants to merge 1 commit into
bmad-code-org:mainfrom
Yash-1511:add-bmad-dux-visual-architect
Open

Add bmad-dux-visual-architect (community module)#27
Yash-1511 wants to merge 1 commit into
bmad-code-org:mainfrom
Yash-1511:add-bmad-dux-visual-architect

Conversation

@Yash-1511

@Yash-1511 Yash-1511 commented May 20, 2026

Copy link
Copy Markdown

New Module Submission

Module name: bmad-dux-visual-architect
Repository: https://github.com/Yash-1511/bmad-dux-visual-architect
Version tag: v1.0.0
Commit SHA: 5923789c2dd774b4bce23ca45dd0ae8ad64c003a
Category / Subcategory: design-and-creative / ui-design

Checklist

  • Repository contains a valid .claude-plugin/marketplace.json
  • All skill paths in the manifest resolve to directories with SKILL.md
  • Module passes Validate Module (VM) with no critical findings
  • README.md documents what the module does, how to install, and any external dependencies
  • LICENSE file present in source repo
  • Registry YAML entry added to registry/community/ with pinned tag, SHA, category, and subcategory
  • Category and subcategory exist in categories.yaml

Description

dux is a Visual Architect module driven by an agent named Mayasura. It centers a project's design work around a single DESIGN.md source of truth and provides four capabilities:

  • DM (dux-design-md) — author/update DESIGN.md with tokens, components, and rationale
  • DL (dux-design-md-lint) — lint DESIGN.md against the alpha spec and WCAG contrast, producing a self-contained HTML report
  • SC (dux-screen) — generate individual screens from DESIGN.md + a brief
  • PT (dux-prototype) — build multi-screen prototypes or single-page marketing sites from DESIGN.md

It's for designers/developers who want a consistent visual language driving every screen and prototype in a project, without re-explaining tokens to the AI each time.

Smoke-tested end-to-end after install: setup → DM → DL → SC → PT all succeed and outputs land in the configured design_output_folder.

External Dependencies

None. The module is self-contained — Python scripts use only the standard library, HTML output is fully inline (no CDN dependencies at render time).

Summary by CodeRabbit

New Features

  • New community module now available in the platform registry, extending integration capabilities with comprehensive metadata documentation. Includes repository information, author attribution, licensing details, versioning, and trust tier classification to help users discover, evaluate, and integrate the new functionality.

Review Change Stack

dux Visual Architect — Mayasura agent for DESIGN.md authoring, linting,
screen generation, and prototype building. v1.0.0 pinned.
@coderabbitai

coderabbitai Bot commented May 20, 2026

Copy link
Copy Markdown

Walkthrough

This PR adds a single community registry entry for the bmad-dux-visual-architect module. The new manifest file defines module metadata including identification, repository location, categorization, versioning details, and approval tracking with an unverified trust tier.

Changes

Community Registry Entry

Layer / File(s) Summary
Community module registry entry
registry/community/bmad-dux-visual-architect.yaml
Metadata manifest for bmad-dux-visual-architect defines identification (display_name, description, repository URL), module definition path, categorization (type, keywords), versioning (tag, approved_sha, approved_date), author, license, and trust flags (default_selected: false, trust_tier: unverified, reviewer: pending).

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Suggested reviewers

  • bmadcode
  • dickymoore

Poem

🐰 A new friend joins the marketplace today,
Visual architect in every way,
Registry entry, metadata clean,
The finest module I've ever seen!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title 'Add bmad-dux-visual-architect (community module)' directly and clearly describes the main change: adding a new community module registry entry for bmad-dux-visual-architect.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
registry/community/bmad-dux-visual-architect.yaml (1)

28-28: ⚠️ Potential issue | 🔴 Critical | ⚡ Quick win

Remove the stray scalar at end of manifest.

Line 28 contains a standalone 28, which makes this YAML invalid for a root mapping document and can break registry parsing.

Suggested fix
 reviewer: pending
-28
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@registry/community/bmad-dux-visual-architect.yaml` at line 28, The YAML
manifest contains a stray scalar value "28" outside the root mapping (a
standalone token at the end of the document) which invalidates the file; remove
that stray "28" token so the document ends as a proper mapping, then validate
the manifest (e.g., with a YAML linter) to confirm there are no other stray
scalars or syntax issues in the file.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Outside diff comments:
In `@registry/community/bmad-dux-visual-architect.yaml`:
- Line 28: The YAML manifest contains a stray scalar value "28" outside the root
mapping (a standalone token at the end of the document) which invalidates the
file; remove that stray "28" token so the document ends as a proper mapping,
then validate the manifest (e.g., with a YAML linter) to confirm there are no
other stray scalars or syntax issues in the file.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 5c1baf29-6120-47bc-a21e-2f6fbfda1c59

📥 Commits

Reviewing files that changed from the base of the PR and between 9a4b237 and 431555f.

📒 Files selected for processing (1)
  • registry/community/bmad-dux-visual-architect.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant