bmad-method-quarkus 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +53 -0
- package/AGENTS.md +12 -0
- package/LICENSE +30 -0
- package/README.md +94 -0
- package/README_CN.md +108 -0
- package/README_VN.md +109 -0
- package/bmad-modules.yaml +133 -0
- package/package.json +123 -0
- package/removals.txt +87 -0
- package/src/bmm-skills/agents/bmad-agent-analyst/SKILL.md +76 -0
- package/src/bmm-skills/agents/bmad-agent-analyst/customize.toml +105 -0
- package/src/bmm-skills/agents/bmad-agent-architect/SKILL.md +76 -0
- package/src/bmm-skills/agents/bmad-agent-architect/customize.toml +65 -0
- package/src/bmm-skills/agents/bmad-agent-dev/SKILL.md +76 -0
- package/src/bmm-skills/agents/bmad-agent-dev/customize.toml +83 -0
- package/src/bmm-skills/agents/bmad-agent-pm/SKILL.md +76 -0
- package/src/bmm-skills/agents/bmad-agent-pm/customize.toml +75 -0
- package/src/bmm-skills/agents/bmad-agent-ux-designer/SKILL.md +76 -0
- package/src/bmm-skills/agents/bmad-agent-ux-designer/customize.toml +60 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/.memlog.md +12 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/.memlog.md:Zone.Identifier +0 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/SKILL.md +86 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/SKILL.md:Zone.Identifier +0 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/customize.toml +37 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/customize.toml:Zone.Identifier +0 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/references/enrich-stories.md +19 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/references/enrich-stories.md:Zone.Identifier +0 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/references/prompt-quality-canon.md +79 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/references/prompt-quality-canon.md:Zone.Identifier +0 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/bqa-setup/SKILL.md +80 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/bqa-setup/SKILL.md:Zone.Identifier +0 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/bqa-setup/assets/module-help.csv +9 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/bqa-setup/assets/module-help.csv:Zone.Identifier +0 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/bqa-setup/assets/module.yaml +16 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/bqa-setup/assets/module.yaml:Zone.Identifier +0 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/bqa-setup/scripts/cleanup-legacy.py +287 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/bqa-setup/scripts/cleanup-legacy.py:Zone.Identifier +0 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/bqa-setup/scripts/merge-config.py +441 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/bqa-setup/scripts/merge-config.py:Zone.Identifier +0 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/bqa-setup/scripts/merge-help-csv.py +246 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/bqa-setup/scripts/merge-help-csv.py:Zone.Identifier +0 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/quarkus-error-handling-i18n/SKILL.md +181 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/quarkus-error-handling-i18n/SKILL.md:Zone.Identifier +0 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/quarkus-grpc-services/SKILL.md +141 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/quarkus-grpc-services/SKILL.md:Zone.Identifier +0 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/quarkus-hexagonal-core/SKILL.md +392 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/quarkus-hexagonal-core/SKILL.md:Zone.Identifier +0 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/quarkus-kafka-messaging/SKILL.md +148 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/quarkus-kafka-messaging/SKILL.md:Zone.Identifier +0 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/quarkus-observability-otel/SKILL.md +180 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/quarkus-observability-otel/SKILL.md:Zone.Identifier +0 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/quarkus-openapi-tmforum/SKILL.md +128 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/quarkus-openapi-tmforum/SKILL.md:Zone.Identifier +0 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/quarkus-sql-jdbc-agroal/SKILL.md +245 -0
- package/src/bmm-skills/agents/bmad-quarkus-architect/skills/quarkus-sql-jdbc-agroal/SKILL.md:Zone.Identifier +0 -0
- package/src/bmm-skills/module-help.csv +19 -0
- package/src/bmm-skills/module.yaml +92 -0
- package/src/bmm-skills/plan/bmad-architecture/SKILL.md +85 -0
- package/src/bmm-skills/plan/bmad-architecture/assets/spine-template.md +79 -0
- package/src/bmm-skills/plan/bmad-architecture/customize.toml +102 -0
- package/src/bmm-skills/plan/bmad-architecture/references/headless.md +26 -0
- package/src/bmm-skills/plan/bmad-architecture/references/reviewer-gate.md +13 -0
- package/src/bmm-skills/plan/bmad-architecture/scripts/lint_spine.py +257 -0
- package/src/bmm-skills/plan/bmad-architecture/scripts/tests/test_lint_spine.py +270 -0
- package/src/bmm-skills/plan/bmad-create-epics-and-stories/SKILL.md +93 -0
- package/src/bmm-skills/plan/bmad-create-epics-and-stories/customize.toml +41 -0
- package/src/bmm-skills/plan/bmad-create-epics-and-stories/steps/step-01-validate-prerequisites.md +263 -0
- package/src/bmm-skills/plan/bmad-create-epics-and-stories/steps/step-02-design-epics.md +242 -0
- package/src/bmm-skills/plan/bmad-create-epics-and-stories/steps/step-03-create-stories.md +255 -0
- package/src/bmm-skills/plan/bmad-create-epics-and-stories/steps/step-04-final-validation.md +143 -0
- package/src/bmm-skills/plan/bmad-create-epics-and-stories/templates/epics-template.md +61 -0
- package/src/bmm-skills/plan/bmad-generate-project-context/SKILL.md +10 -0
- package/src/bmm-skills/plan/bmad-prd/SKILL.md +94 -0
- package/src/bmm-skills/plan/bmad-prd/assets/headless-schemas.md +76 -0
- package/src/bmm-skills/plan/bmad-prd/assets/prd-template.md +165 -0
- package/src/bmm-skills/plan/bmad-prd/assets/prd-validation-checklist.md +135 -0
- package/src/bmm-skills/plan/bmad-prd/assets/validation-report-template.html +325 -0
- package/src/bmm-skills/plan/bmad-prd/customize.toml +149 -0
- package/src/bmm-skills/plan/bmad-prd/references/headless.md +39 -0
- package/src/bmm-skills/plan/bmad-prd/references/validate.md +97 -0
- package/src/bmm-skills/plan/bmad-prfaq/SKILL.md +135 -0
- package/src/bmm-skills/plan/bmad-prfaq/agents/artifact-analyzer.md +60 -0
- package/src/bmm-skills/plan/bmad-prfaq/agents/web-researcher.md +49 -0
- package/src/bmm-skills/plan/bmad-prfaq/assets/prfaq-template.md +62 -0
- package/src/bmm-skills/plan/bmad-prfaq/bmad-manifest.json +16 -0
- package/src/bmm-skills/plan/bmad-prfaq/customize.toml +41 -0
- package/src/bmm-skills/plan/bmad-prfaq/references/customer-faq.md +55 -0
- package/src/bmm-skills/plan/bmad-prfaq/references/internal-faq.md +51 -0
- package/src/bmm-skills/plan/bmad-prfaq/references/press-release.md +60 -0
- package/src/bmm-skills/plan/bmad-prfaq/references/verdict.md +83 -0
- package/src/bmm-skills/plan/bmad-product-brief/SKILL.md +91 -0
- package/src/bmm-skills/plan/bmad-product-brief/assets/brief-template.md +41 -0
- package/src/bmm-skills/plan/bmad-product-brief/customize.toml +101 -0
- package/src/bmm-skills/plan/bmad-project-context/SKILL.md +110 -0
- package/src/bmm-skills/plan/bmad-project-context/customize.toml +24 -0
- package/src/bmm-skills/plan/bmad-project-context/references/best-practices.md +65 -0
- package/src/bmm-skills/plan/bmad-project-context/references/template.md +55 -0
- package/src/bmm-skills/plan/bmad-spec/SKILL.md +160 -0
- package/src/bmm-skills/plan/bmad-spec/assets/headless-schemas.md +33 -0
- package/src/bmm-skills/plan/bmad-spec/assets/spec-template.md +49 -0
- package/src/bmm-skills/plan/bmad-spec/assets/stories-schema.md +44 -0
- package/src/bmm-skills/plan/bmad-spec/customize.toml +52 -0
- package/src/bmm-skills/plan/bmad-sprint-planning/SKILL.md +62 -0
- package/src/bmm-skills/plan/bmad-sprint-planning/customize.toml +41 -0
- package/src/bmm-skills/plan/bmad-sprint-planning/references/fix-sprint-status.md +30 -0
- package/src/bmm-skills/plan/bmad-sprint-planning/references/generate-tracking.md +25 -0
- package/src/bmm-skills/plan/bmad-sprint-planning/references/readiness-gate.md +20 -0
- package/src/bmm-skills/plan/bmad-sprint-planning/references/status-view.md +14 -0
- package/src/bmm-skills/plan/bmad-sprint-planning/references/validate.md +10 -0
- package/src/bmm-skills/plan/bmad-sprint-planning/scripts/__pycache__/sprint_plan.cpython-311.pyc +0 -0
- package/src/bmm-skills/plan/bmad-sprint-planning/scripts/sprint_plan.py +697 -0
- package/src/bmm-skills/plan/bmad-sprint-planning/scripts/tests/__pycache__/test_sprint_plan.cpython-311-pytest-9.1.1.pyc +0 -0
- package/src/bmm-skills/plan/bmad-sprint-planning/scripts/tests/test_sprint_plan.py +524 -0
- package/src/bmm-skills/plan/bmad-sprint-planning/sprint-status-template.yaml +71 -0
- package/src/bmm-skills/plan/bmad-ux/SKILL.md +90 -0
- package/src/bmm-skills/plan/bmad-ux/assets/color-themes.md +9 -0
- package/src/bmm-skills/plan/bmad-ux/assets/design-directions.md +9 -0
- package/src/bmm-skills/plan/bmad-ux/assets/design-example-editorial.md +158 -0
- package/src/bmm-skills/plan/bmad-ux/assets/design-example-mobile.md +93 -0
- package/src/bmm-skills/plan/bmad-ux/assets/design-example-shadcn.md +109 -0
- package/src/bmm-skills/plan/bmad-ux/assets/excalidraw-wireframe.md +19 -0
- package/src/bmm-skills/plan/bmad-ux/assets/experience-example-mobile.md +112 -0
- package/src/bmm-skills/plan/bmad-ux/assets/experience-example-shadcn.md +133 -0
- package/src/bmm-skills/plan/bmad-ux/assets/headless-schemas.md +84 -0
- package/src/bmm-skills/plan/bmad-ux/assets/key-screens.md +29 -0
- package/src/bmm-skills/plan/bmad-ux/assets/validation-report-template.html +319 -0
- package/src/bmm-skills/plan/bmad-ux/customize.toml +102 -0
- package/src/bmm-skills/plan/bmad-ux/references/creative-tools.md +19 -0
- package/src/bmm-skills/plan/bmad-ux/references/design-md-spec.md +50 -0
- package/src/bmm-skills/plan/bmad-ux/references/headless.md +37 -0
- package/src/bmm-skills/plan/bmad-ux/references/validate.md +115 -0
- package/src/bmm-skills/ship/bmad-build/SKILL.md +13 -0
- package/src/bmm-skills/ship/bmad-build/compile-epic-context.md +62 -0
- package/src/bmm-skills/ship/bmad-build/customize.toml +164 -0
- package/src/bmm-skills/ship/bmad-build/references/deletion-check.md +14 -0
- package/src/bmm-skills/ship/bmad-build/review-prompts/edge-case-hunter.md +88 -0
- package/src/bmm-skills/ship/bmad-build/review-prompts/verification-gap.md +113 -0
- package/src/bmm-skills/ship/bmad-build/spec-template.md +89 -0
- package/src/bmm-skills/ship/bmad-build/step-01-clarify-and-route.md +105 -0
- package/src/bmm-skills/ship/bmad-build/step-02-plan.md +47 -0
- package/src/bmm-skills/ship/bmad-build/step-03-implement.md +49 -0
- package/src/bmm-skills/ship/bmad-build/step-04-review.md +55 -0
- package/src/bmm-skills/ship/bmad-build/step-05-present.md +75 -0
- package/src/bmm-skills/ship/bmad-build/step-oneshot.md +77 -0
- package/src/bmm-skills/ship/bmad-build/sync-sprint-status.md +19 -0
- package/src/bmm-skills/ship/bmad-build/workflow.md +84 -0
- package/src/bmm-skills/ship/bmad-build-auto/SKILL.md +13 -0
- package/src/bmm-skills/ship/bmad-build-auto/compile-epic-context.md +62 -0
- package/src/bmm-skills/ship/bmad-build-auto/customize.toml +121 -0
- package/src/bmm-skills/ship/bmad-build-auto/references/deletion-check.md +14 -0
- package/src/bmm-skills/ship/bmad-build-auto/review-prompts/edge-case-hunter.md +88 -0
- package/src/bmm-skills/ship/bmad-build-auto/review-prompts/verification-gap.md +113 -0
- package/src/bmm-skills/ship/bmad-build-auto/spec-template.md +99 -0
- package/src/bmm-skills/ship/bmad-build-auto/step-01-clarify-and-route.md +83 -0
- package/src/bmm-skills/ship/bmad-build-auto/step-02-plan.md +27 -0
- package/src/bmm-skills/ship/bmad-build-auto/step-03-implement.md +44 -0
- package/src/bmm-skills/ship/bmad-build-auto/step-04-review.md +96 -0
- package/src/bmm-skills/ship/bmad-build-auto/workflow.md +104 -0
- package/src/bmm-skills/ship/bmad-checkpoint-preview/SKILL.md +68 -0
- package/src/bmm-skills/ship/bmad-checkpoint-preview/customize.toml +41 -0
- package/src/bmm-skills/ship/bmad-checkpoint-preview/generate-trail.md +38 -0
- package/src/bmm-skills/ship/bmad-checkpoint-preview/step-01-orientation.md +105 -0
- package/src/bmm-skills/ship/bmad-checkpoint-preview/step-02-walkthrough.md +89 -0
- package/src/bmm-skills/ship/bmad-checkpoint-preview/step-03-detail-pass.md +106 -0
- package/src/bmm-skills/ship/bmad-checkpoint-preview/step-04-testing.md +74 -0
- package/src/bmm-skills/ship/bmad-checkpoint-preview/step-05-wrapup.md +30 -0
- package/src/bmm-skills/ship/bmad-code-review/SKILL.md +90 -0
- package/src/bmm-skills/ship/bmad-code-review/customize.toml +113 -0
- package/src/bmm-skills/ship/bmad-code-review/references/deletion-check.md +14 -0
- package/src/bmm-skills/ship/bmad-code-review/review-prompts/edge-case-hunter.md +88 -0
- package/src/bmm-skills/ship/bmad-code-review/review-prompts/verification-gap.md +113 -0
- package/src/bmm-skills/ship/bmad-code-review/steps/step-01-gather-context.md +87 -0
- package/src/bmm-skills/ship/bmad-code-review/steps/step-02-review.md +32 -0
- package/src/bmm-skills/ship/bmad-code-review/steps/step-03-triage.md +50 -0
- package/src/bmm-skills/ship/bmad-code-review/steps/step-04-present.md +132 -0
- package/src/bmm-skills/ship/bmad-correct-course/SKILL.md +300 -0
- package/src/bmm-skills/ship/bmad-correct-course/checklist.md +288 -0
- package/src/bmm-skills/ship/bmad-correct-course/customize.toml +41 -0
- package/src/bmm-skills/ship/bmad-qa-generate-e2e-tests/SKILL.md +176 -0
- package/src/bmm-skills/ship/bmad-qa-generate-e2e-tests/checklist.md +33 -0
- package/src/bmm-skills/ship/bmad-qa-generate-e2e-tests/customize.toml +41 -0
- package/src/bmm-skills/ship/bmad-retrospective/SKILL.md +94 -0
- package/src/bmm-skills/ship/bmad-retrospective/customize.toml +41 -0
- package/src/bmm-skills/ship/bmad-retrospective/references/acceptance-verdict.md +55 -0
- package/src/bmm-skills/ship/bmad-retrospective/references/aggregate-views.md +17 -0
- package/src/bmm-skills/ship/bmad-retrospective/references/evidence-gathering.md +30 -0
- package/src/bmm-skills/ship/bmad-retrospective/references/retro-document.md +84 -0
- package/src/bmm-skills/ship/bmad-retrospective/references/team-discussion.md +22 -0
- package/src/bmm-skills/ship/bmad-retrospective/scripts/__pycache__/sprint_status.cpython-311.pyc +0 -0
- package/src/bmm-skills/ship/bmad-retrospective/scripts/git_evidence.py +304 -0
- package/src/bmm-skills/ship/bmad-retrospective/scripts/sprint_status.py +746 -0
- package/src/bmm-skills/ship/bmad-retrospective/scripts/tests/__pycache__/test_git_evidence.cpython-311-pytest-9.1.1.pyc +0 -0
- package/src/bmm-skills/ship/bmad-retrospective/scripts/tests/__pycache__/test_sprint_status.cpython-311-pytest-9.1.1.pyc +0 -0
- package/src/bmm-skills/ship/bmad-retrospective/scripts/tests/fixtures/sprint-status-template.yaml +71 -0
- package/src/bmm-skills/ship/bmad-retrospective/scripts/tests/test_git_evidence.py +750 -0
- package/src/bmm-skills/ship/bmad-retrospective/scripts/tests/test_sprint_status.py +1579 -0
- package/src/bmm-skills/v6-shims/README.md +28 -0
- package/src/bmm-skills/v6-shims/bmad-create-architecture/SKILL.md +30 -0
- package/src/bmm-skills/v6-shims/bmad-create-architecture/customize.toml +41 -0
- package/src/bmm-skills/v6-shims/bmad-create-prd/SKILL.md +30 -0
- package/src/bmm-skills/v6-shims/bmad-create-prd/customize.toml +41 -0
- package/src/bmm-skills/v6-shims/bmad-create-story/SKILL.md +434 -0
- package/src/bmm-skills/v6-shims/bmad-create-story/checklist.md +357 -0
- package/src/bmm-skills/v6-shims/bmad-create-story/customize.toml +41 -0
- package/src/bmm-skills/v6-shims/bmad-create-story/discover-inputs.md +88 -0
- package/src/bmm-skills/v6-shims/bmad-create-story/template.md +49 -0
- package/src/bmm-skills/v6-shims/bmad-dev-auto/SKILL.md +19 -0
- package/src/bmm-skills/v6-shims/bmad-dev-story/SKILL.md +502 -0
- package/src/bmm-skills/v6-shims/bmad-dev-story/checklist.md +80 -0
- package/src/bmm-skills/v6-shims/bmad-dev-story/customize.toml +44 -0
- package/src/bmm-skills/v6-shims/bmad-document-project/SKILL.md +14 -0
- package/src/bmm-skills/v6-shims/bmad-domain-research/SKILL.md +14 -0
- package/src/bmm-skills/v6-shims/bmad-edit-prd/SKILL.md +30 -0
- package/src/bmm-skills/v6-shims/bmad-edit-prd/customize.toml +42 -0
- package/src/bmm-skills/v6-shims/bmad-market-research/SKILL.md +14 -0
- package/src/bmm-skills/v6-shims/bmad-quick-dev/SKILL.md +19 -0
- package/src/bmm-skills/v6-shims/bmad-sprint-status/SKILL.md +26 -0
- package/src/bmm-skills/v6-shims/bmad-sprint-status/customize.toml +41 -0
- package/src/bmm-skills/v6-shims/bmad-technical-research/SKILL.md +14 -0
- package/src/bmm-skills/v6-shims/bmad-validate-prd/SKILL.md +30 -0
- package/src/bmm-skills/v6-shims/bmad-validate-prd/customize.toml +42 -0
- package/src/core-skills/bmad-advanced-elicitation/SKILL.md +65 -0
- package/src/core-skills/bmad-advanced-elicitation/assets/methods.csv +72 -0
- package/src/core-skills/bmad-advanced-elicitation/customize.toml +54 -0
- package/src/core-skills/bmad-advanced-elicitation/scripts/pick_methods.py +233 -0
- package/src/core-skills/bmad-advanced-elicitation/scripts/tests/test_pick_methods.py +228 -0
- package/src/core-skills/bmad-brainstorming/SKILL.md +80 -0
- package/src/core-skills/bmad-brainstorming/assets/brain-icons.json +166 -0
- package/src/core-skills/bmad-brainstorming/assets/brain-methods.csv +109 -0
- package/src/core-skills/bmad-brainstorming/assets/brain-selector.html +328 -0
- package/src/core-skills/bmad-brainstorming/customize.toml +84 -0
- package/src/core-skills/bmad-brainstorming/references/converge.md +24 -0
- package/src/core-skills/bmad-brainstorming/references/finalize.md +26 -0
- package/src/core-skills/bmad-brainstorming/references/headless.md +54 -0
- package/src/core-skills/bmad-brainstorming/references/in-chat-techniques.md +18 -0
- package/src/core-skills/bmad-brainstorming/references/mode-autonomous.md +10 -0
- package/src/core-skills/bmad-brainstorming/references/mode-facilitator.md +11 -0
- package/src/core-skills/bmad-brainstorming/references/mode-partner.md +16 -0
- package/src/core-skills/bmad-brainstorming/references/resume.md +5 -0
- package/src/core-skills/bmad-brainstorming/scripts/brain.py +770 -0
- package/src/core-skills/bmad-brainstorming/scripts/tests/test_brain.py +239 -0
- package/src/core-skills/bmad-customize/SKILL.md +111 -0
- package/src/core-skills/bmad-customize/scripts/list_customizable_skills.py +231 -0
- package/src/core-skills/bmad-customize/scripts/tests/test_list_customizable_skills.py +249 -0
- package/src/core-skills/bmad-deep-recon/SKILL.md +82 -0
- package/src/core-skills/bmad-deep-recon/assets/research.template.md +18 -0
- package/src/core-skills/bmad-deep-recon/customize.toml +212 -0
- package/src/core-skills/bmad-deep-recon/references/draft.md +8 -0
- package/src/core-skills/bmad-deep-recon/references/finalize.md +11 -0
- package/src/core-skills/bmad-deep-recon/references/html-briefing.md +16 -0
- package/src/core-skills/bmad-deep-recon/references/lifecycle.md +11 -0
- package/src/core-skills/bmad-deep-recon/references/process.md +10 -0
- package/src/core-skills/bmad-deep-recon/references/run.md +73 -0
- package/src/core-skills/bmad-deep-recon/references/selection.md +13 -0
- package/src/core-skills/bmad-deep-recon/references/synthesis.md +16 -0
- package/src/core-skills/bmad-deep-recon/references/verification.md +29 -0
- package/src/core-skills/bmad-deep-recon/scripts/recon_kit.py +322 -0
- package/src/core-skills/bmad-deep-recon/scripts/tests/test_recon_kit.py +144 -0
- package/src/core-skills/bmad-deep-recon/types/academic-lit.md +19 -0
- package/src/core-skills/bmad-deep-recon/types/competitive.md +19 -0
- package/src/core-skills/bmad-deep-recon/types/domain.md +19 -0
- package/src/core-skills/bmad-deep-recon/types/market.md +19 -0
- package/src/core-skills/bmad-deep-recon/types/technical.md +19 -0
- package/src/core-skills/bmad-deep-recon/types/user-voice.md +19 -0
- package/src/core-skills/bmad-forge-idea/SKILL.md +107 -0
- package/src/core-skills/bmad-forge-idea/customize.toml +42 -0
- package/src/core-skills/bmad-forge-idea/scripts/resolve_personas.py +275 -0
- package/src/core-skills/bmad-forge-idea/scripts/tests/test_resolve_personas.py +138 -0
- package/src/core-skills/bmad-help/SKILL.md +75 -0
- package/src/core-skills/bmad-party-mode/SKILL.md +60 -0
- package/src/core-skills/bmad-party-mode/customize.toml +211 -0
- package/src/core-skills/bmad-party-mode/references/create-party.md +70 -0
- package/src/core-skills/bmad-party-mode/references/mode-agent-team.md +13 -0
- package/src/core-skills/bmad-party-mode/references/mode-auto.md +13 -0
- package/src/core-skills/bmad-party-mode/references/mode-subagent.md +31 -0
- package/src/core-skills/bmad-party-mode/references/party-memory.md +51 -0
- package/src/core-skills/bmad-party-mode/scripts/resolve_party.py +282 -0
- package/src/core-skills/bmad-party-mode/scripts/tests/test_resolve_party.py +146 -0
- package/src/core-skills/bmad-review/SKILL.md +49 -0
- package/src/core-skills/bmad-review/customize.toml +141 -0
- package/src/core-skills/bmad-review/references/editorial-common.md +56 -0
- package/src/core-skills/bmad-review/references/lens-adversarial.md +19 -0
- package/src/core-skills/bmad-review/references/lens-edge-case-hunter.md +54 -0
- package/src/core-skills/bmad-review/references/lens-prose.md +7 -0
- package/src/core-skills/bmad-review/references/lens-structure.md +9 -0
- package/src/core-skills/bmad-review/references/lens-verification-gap.md +92 -0
- package/src/core-skills/bmad-review/references/structure-models.md +44 -0
- package/src/core-skills/bmad-review/scripts/tests/test_word_metrics.py +62 -0
- package/src/core-skills/bmad-review/scripts/word_metrics.py +102 -0
- package/src/core-skills/module-help.csv +10 -0
- package/src/core-skills/module.yaml +38 -0
- package/src/core-skills/v6-shims/README.md +25 -0
- package/src/core-skills/v6-shims/bmad-editorial-review/SKILL.md +6 -0
- package/src/core-skills/v6-shims/bmad-editorial-review/customize.toml +31 -0
- package/src/core-skills/v6-shims/bmad-editorial-review-prose/SKILL.md +6 -0
- package/src/core-skills/v6-shims/bmad-editorial-review-structure/SKILL.md +6 -0
- package/src/core-skills/v6-shims/bmad-review-adversarial-general/SKILL.md +6 -0
- package/src/core-skills/v6-shims/bmad-review-edge-case-hunter/SKILL.md +6 -0
- package/src/core-skills/v6-shims/bmad-review-verification-gap/SKILL.md +6 -0
- package/src/scripts/__pycache__/config_utils.cpython-311.pyc +0 -0
- package/src/scripts/config_utils.py +119 -0
- package/src/scripts/memlog.py +224 -0
- package/src/scripts/render_skill.py +401 -0
- package/src/scripts/resolve_config.py +74 -0
- package/src/scripts/resolve_customization.py +99 -0
- package/src/scripts/tests/__pycache__/test_config_utils.cpython-311.pyc +0 -0
- package/src/scripts/tests/__pycache__/test_resolve_config.cpython-311.pyc +0 -0
- package/src/scripts/tests/__pycache__/test_resolve_customization.cpython-311.pyc +0 -0
- package/src/scripts/tests/test_config_utils.py +85 -0
- package/src/scripts/tests/test_memlog.py +306 -0
- package/src/scripts/tests/test_resolve_config.py +89 -0
- package/src/scripts/tests/test_resolve_customization.py +77 -0
- package/tools/bundle-web-bundles.js +117 -0
- package/tools/format-workflow-md.js +263 -0
- package/tools/installer/README.md +60 -0
- package/tools/installer/bmad-cli.js +105 -0
- package/tools/installer/cli-utils.js +57 -0
- package/tools/installer/commands/install.js +149 -0
- package/tools/installer/commands/status.js +65 -0
- package/tools/installer/commands/uninstall.js +167 -0
- package/tools/installer/core/config.js +73 -0
- package/tools/installer/core/existing-install.js +121 -0
- package/tools/installer/core/install-paths.js +132 -0
- package/tools/installer/core/installer.js +1767 -0
- package/tools/installer/core/legacy-warnings.js +151 -0
- package/tools/installer/core/manifest-generator.js +859 -0
- package/tools/installer/core/manifest.js +433 -0
- package/tools/installer/core/uv-check.js +195 -0
- package/tools/installer/core/wsl-node-check.js +109 -0
- package/tools/installer/file-ops.js +204 -0
- package/tools/installer/fs-native.js +116 -0
- package/tools/installer/ide/_config-driven.js +972 -0
- package/tools/installer/ide/manager.js +324 -0
- package/tools/installer/ide/platform-codes.js +80 -0
- package/tools/installer/ide/platform-codes.yaml +343 -0
- package/tools/installer/ide/shared/installed-skills.js +50 -0
- package/tools/installer/ide/shared/path-utils.js +219 -0
- package/tools/installer/ide/shared/skill-manifest.js +57 -0
- package/tools/installer/install-messages.yaml +37 -0
- package/tools/installer/list-options.js +210 -0
- package/tools/installer/message-loader.js +83 -0
- package/tools/installer/modules/channel-plan.js +203 -0
- package/tools/installer/modules/channel-resolver.js +241 -0
- package/tools/installer/modules/custom-module-manager.js +924 -0
- package/tools/installer/modules/external-manager.js +671 -0
- package/tools/installer/modules/git-env.js +47 -0
- package/tools/installer/modules/module-help-schema.js +13 -0
- package/tools/installer/modules/official-modules.js +2257 -0
- package/tools/installer/modules/plugin-resolver.js +398 -0
- package/tools/installer/modules/version-resolver.js +336 -0
- package/tools/installer/project-root.js +224 -0
- package/tools/installer/prompts.js +791 -0
- package/tools/installer/set-overrides.js +330 -0
- package/tools/installer/ui.js +2167 -0
- package/tools/installer/yaml-format.js +245 -0
- package/tools/javascript-conventions.md +5 -0
- package/tools/migrate-custom-module-paths.js +124 -0
- package/tools/skill-validator.md +378 -0
- package/tools/validate-published-implementation-model.mjs +68 -0
- package/tools/validate-sidebar-order.js +388 -0
- package/tools/validate-skills.js +735 -0
- package/tools/validate-svg-changes.sh +356 -0
- package/web-bundles/README.md +46 -0
- package/web-bundles/brainstorming-coach/INSTRUCTIONS.md +86 -0
- package/web-bundles/brainstorming-coach/SKILL.md +83 -0
- package/web-bundles/brainstorming-coach/brain-methods.csv +62 -0
- package/web-bundles/bundles.json +139 -0
- package/web-bundles/market-and-industry-research/INSTRUCTIONS.md +88 -0
- package/web-bundles/market-and-industry-research/SKILL.md +59 -0
- package/web-bundles/prd-coach/INSTRUCTIONS.md +86 -0
- package/web-bundles/prd-coach/SKILL.md +101 -0
- package/web-bundles/prd-coach/prd-template.md +165 -0
- package/web-bundles/prd-coach/prd-validation-checklist.md +135 -0
- package/web-bundles/prfaq-coach/INSTRUCTIONS.md +86 -0
- package/web-bundles/prfaq-coach/SKILL.md +139 -0
- package/web-bundles/product-brief-coach/INSTRUCTIONS.md +86 -0
- package/web-bundles/product-brief-coach/SKILL.md +113 -0
- package/web-bundles/ux-coach/INSTRUCTIONS.md +92 -0
- package/web-bundles/ux-coach/SKILL.md +187 -0
- package/web-bundles/ux-coach/ux-validation.md +100 -0
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "bmad-method",
|
|
3
|
+
"owner": {
|
|
4
|
+
"name": "Brian (BMad) Madison"
|
|
5
|
+
},
|
|
6
|
+
"description": "Breakthrough Method of Agile AI-driven Development — a full-lifecycle framework with agents and workflows for analysis, planning, architecture, and implementation.",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"homepage": "https://github.com/bmad-code-org/BMAD-METHOD",
|
|
9
|
+
"repository": "https://github.com/bmad-code-org/BMAD-METHOD",
|
|
10
|
+
"keywords": ["bmad", "agile", "ai", "orchestrator", "development", "methodology", "agents", "brainstorming", "thinking"],
|
|
11
|
+
"plugins": [
|
|
12
|
+
{
|
|
13
|
+
"name": "bmad-method-analyze-plan-build",
|
|
14
|
+
"displayName": "BMad Method Analyze Plan Build",
|
|
15
|
+
"source": "./",
|
|
16
|
+
"description": "Full-lifecycle AI development framework — agents and workflows for product analysis, planning, architecture, and implementation.",
|
|
17
|
+
"version": "6.11.0",
|
|
18
|
+
"author": {
|
|
19
|
+
"name": "Brian (BMad) Madison"
|
|
20
|
+
},
|
|
21
|
+
"skills": [
|
|
22
|
+
"./src/bmm-skills/agents/bmad-agent-analyst",
|
|
23
|
+
"./src/bmm-skills/agents/bmad-agent-architect",
|
|
24
|
+
"./src/bmm-skills/agents/bmad-agent-dev",
|
|
25
|
+
"./src/bmm-skills/agents/bmad-agent-pm",
|
|
26
|
+
"./src/bmm-skills/agents/bmad-agent-ux-designer",
|
|
27
|
+
"./src/bmm-skills/plan/bmad-architecture",
|
|
28
|
+
"./src/bmm-skills/plan/bmad-create-epics-and-stories",
|
|
29
|
+
"./src/bmm-skills/plan/bmad-prd",
|
|
30
|
+
"./src/bmm-skills/plan/bmad-prfaq",
|
|
31
|
+
"./src/bmm-skills/plan/bmad-product-brief",
|
|
32
|
+
"./src/bmm-skills/plan/bmad-project-context",
|
|
33
|
+
"./src/bmm-skills/plan/bmad-spec",
|
|
34
|
+
"./src/bmm-skills/plan/bmad-sprint-planning",
|
|
35
|
+
"./src/bmm-skills/plan/bmad-ux",
|
|
36
|
+
"./src/bmm-skills/ship/bmad-build",
|
|
37
|
+
"./src/bmm-skills/ship/bmad-checkpoint-preview",
|
|
38
|
+
"./src/bmm-skills/ship/bmad-code-review",
|
|
39
|
+
"./src/bmm-skills/ship/bmad-correct-course",
|
|
40
|
+
"./src/bmm-skills/ship/bmad-qa-generate-e2e-tests",
|
|
41
|
+
"./src/bmm-skills/ship/bmad-retrospective",
|
|
42
|
+
"./src/core-skills/bmad-advanced-elicitation",
|
|
43
|
+
"./src/core-skills/bmad-brainstorming",
|
|
44
|
+
"./src/core-skills/bmad-customize",
|
|
45
|
+
"./src/core-skills/bmad-deep-recon",
|
|
46
|
+
"./src/core-skills/bmad-forge-idea",
|
|
47
|
+
"./src/core-skills/bmad-help",
|
|
48
|
+
"./src/core-skills/bmad-party-mode",
|
|
49
|
+
"./src/core-skills/bmad-review"
|
|
50
|
+
]
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
package/AGENTS.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# BMAD-METHOD
|
|
2
|
+
|
|
3
|
+
Open source framework for structured, agent-assisted software delivery.
|
|
4
|
+
|
|
5
|
+
## Rules
|
|
6
|
+
|
|
7
|
+
- Use Conventional Commits for every commit.
|
|
8
|
+
- Before pushing, run `npm ci && npm run quality` on `HEAD` in the exact checkout you are about to push.
|
|
9
|
+
`quality` mirrors the checks in `.github/workflows/quality.yaml`.
|
|
10
|
+
|
|
11
|
+
- Skill validation rules are in `tools/skill-validator.md`.
|
|
12
|
+
- Deterministic skill checks run via `npm run validate:skills` (included in `quality`).
|
package/LICENSE
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 BMad Code, LLC
|
|
4
|
+
|
|
5
|
+
This project incorporates contributions from the open source community.
|
|
6
|
+
See [CONTRIBUTORS.md](CONTRIBUTORS.md) for contributor attribution.
|
|
7
|
+
|
|
8
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
9
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
10
|
+
in the Software without restriction, including without limitation the rights
|
|
11
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
12
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
13
|
+
furnished to do so, subject to the following conditions:
|
|
14
|
+
|
|
15
|
+
The above copyright notice and this permission notice shall be included in all
|
|
16
|
+
copies or substantial portions of the Software.
|
|
17
|
+
|
|
18
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
19
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
23
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
24
|
+
SOFTWARE.
|
|
25
|
+
|
|
26
|
+
TRADEMARK NOTICE:
|
|
27
|
+
BMad™, BMad Method™, and BMad Core™ are trademarks of BMad Code, LLC, covering all
|
|
28
|
+
casings and variations (including BMAD, bmad, BMadMethod, BMAD-METHOD, etc.). The use of
|
|
29
|
+
these trademarks in this software does not grant any rights to use the trademarks
|
|
30
|
+
for any other purpose. See [TRADEMARK.md](TRADEMARK.md) for detailed guidelines.
|
package/README.md
ADDED
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
**Agile Ai Driven Development — turn an idea or change request into working software without giving up the thinking.**
|
|
4
|
+
|
|
5
|
+
Ai Driven Development (AiDD) covers the whole effort, not only the code: what to build, how it holds together, and how it changes as you learn. BMad Method is the agile way to do it — decisions stay explicit, context carries forward, and the process sizes itself to the work. Small changes go straight to build. Complex work gets the depth it needs. The same method covers a weekend prototype and a system with years of history behind it.
|
|
6
|
+
|
|
7
|
+

|
|
8
|
+
|
|
9
|
+
_Start anywhere. Use BMad end to end, or carry its briefs, specifications, and architecture into your existing delivery workflow._
|
|
10
|
+
|
|
11
|
+
## Start Building
|
|
12
|
+
|
|
13
|
+
**Prerequisites:** [Node.js](https://nodejs.org) 20.12+, [Python](https://www.python.org) 3.10+, and [uv](https://docs.astral.sh/uv/)
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
npx bmad-method install
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
Open your project in your AI coding tool, invoke `bmad-build` with what you want to change, and keep making the decisions that matter. Run `bmad-help` whenever you want guidance on what comes next or what is optional.
|
|
20
|
+
|
|
21
|
+
**[Build your first project with BMad →](https://docs.bmad-method.org/tutorials/getting-started/)**
|
|
22
|
+
|
|
23
|
+
**[Add BMad to an existing codebase →](https://docs.bmad-method.org/how-to/established-projects/)**
|
|
24
|
+
|
|
25
|
+
BMad is free and open source, with no paywalled workflows or gated community. For prerelease builds, CI/CD, configuration overrides, and non-interactive setup, see the [installation guide](https://docs.bmad-method.org/how-to/install-bmad/).
|
|
26
|
+
|
|
27
|
+
## Why BMad?
|
|
28
|
+
|
|
29
|
+
Coding assistants are effective at implementation, but they often turn unstated assumptions into code. BMad keeps you in control while its agents and workflows make the important decisions explicit and preserve them as context for the work that follows.
|
|
30
|
+
|
|
31
|
+
- **Right-sized process** — Go directly to implementation for clear changes or add deeper planning for larger initiatives.
|
|
32
|
+
- **New or existing code** — Start from nothing, or establish verified context on a codebase you inherited and work from what is actually there.
|
|
33
|
+
- **Durable context** — Carry product and technical decisions forward instead of re-explaining them in every chat.
|
|
34
|
+
- **Specialized perspectives** — Bring in product, architecture, UX, development, and testing expertise when it helps.
|
|
35
|
+
- **Guided collaboration** — Use structured workflows and multiple-agent discussions without handing over judgment.
|
|
36
|
+
- **One delivery path** — Move from early thinking through reviewed implementation, correction, and learning.
|
|
37
|
+
|
|
38
|
+
[See how the workflows fit together →](https://docs.bmad-method.org/reference/workflow-map/)
|
|
39
|
+
|
|
40
|
+
## BMad Ecosystem
|
|
41
|
+
|
|
42
|
+
Install the core method or add official modules for specialized work.
|
|
43
|
+
|
|
44
|
+
| Module | Purpose |
|
|
45
|
+
| --- | --- |
|
|
46
|
+
| **[BMad Method](https://github.com/bmad-code-org/BMAD-METHOD)** | Plan and deliver software, from new prototypes to established codebases |
|
|
47
|
+
| **[BMad Builder](https://github.com/bmad-code-org/bmad-builder)** | Skill, workflow, and agent builder |
|
|
48
|
+
| **[BMad Creative Intelligence Suite](https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite)** | Creative thinking partners for innovation, design thinking, and storytelling |
|
|
49
|
+
| **[BMad Test Architect](https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise)** | Enterprise testing add-on for BMad Method |
|
|
50
|
+
| **[BMad Loop](https://github.com/bmad-code-org/bmad-loop)** | Builds, verifies, and retros a whole epic unattended |
|
|
51
|
+
| **[BMad Game Dev Studio](https://github.com/bmad-code-org/bmad-module-game-dev-studio)** | Ideate, design, and build games in any framework, including Unity, Unreal, Godot, and Phaser |
|
|
52
|
+
|
|
53
|
+
## Plan on the Web
|
|
54
|
+
|
|
55
|
+
[Web bundles](https://bmadcode.com/web-bundles/) package selected BMad workflows as Google Gemini Gems and ChatGPT Custom GPTs. Use them for planning in your existing web subscription, then bring the resulting artifacts into your AI coding tool for implementation.
|
|
56
|
+
|
|
57
|
+
## Documentation
|
|
58
|
+
|
|
59
|
+
- **[Getting Started](https://docs.bmad-method.org/tutorials/getting-started/)** — Install BMad and build a small project.
|
|
60
|
+
- **[Workflow Map](https://docs.bmad-method.org/reference/workflow-map/)** — Understand the available paths and outputs.
|
|
61
|
+
- **[Established Projects](https://docs.bmad-method.org/how-to/established-projects/)** — Add BMad to an existing codebase.
|
|
62
|
+
- **[Upgrade to V6](https://docs.bmad-method.org/how-to/upgrade-to-v6/)** — Migrate from an earlier version.
|
|
63
|
+
|
|
64
|
+
## Roadmap
|
|
65
|
+
|
|
66
|
+
See what is in progress and what is planned on the [public roadmap](https://docs.bmad-method.org/roadmap/).
|
|
67
|
+
|
|
68
|
+
## Community
|
|
69
|
+
|
|
70
|
+
- [Discord](https://discord.gg/gk8jAdXWmj) — Get help, share ideas, and collaborate.
|
|
71
|
+
- [YouTube](https://youtube.com/@BMadCode) — Watch tutorials and master classes.
|
|
72
|
+
- [GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues) — Report bugs and request features.
|
|
73
|
+
- [GitHub Discussions](https://github.com/bmad-code-org/BMAD-METHOD/discussions) — Join longer community conversations.
|
|
74
|
+
- [BMad Code](https://bmadcode.com) — Explore the wider ecosystem.
|
|
75
|
+
|
|
76
|
+
## Support and Contributing
|
|
77
|
+
|
|
78
|
+
BMad is free for everyone and always will be. Star the repository, [buy me a coffee](https://buymeacoffee.com/bmad), or email <contact@bmadcode.com> for corporate sponsorship.
|
|
79
|
+
|
|
80
|
+
Contributions are welcome. Read [CONTRIBUTING.md](CONTRIBUTING.md) before opening a pull request.
|
|
81
|
+
|
|
82
|
+
## License
|
|
83
|
+
|
|
84
|
+
MIT License — see [LICENSE](LICENSE) for details.
|
|
85
|
+
|
|
86
|
+
**BMad** and **BMAD-METHOD** are trademarks of BMad Code, LLC. See [TRADEMARK.md](TRADEMARK.md) for details.
|
|
87
|
+
|
|
88
|
+
[](https://github.com/bmad-code-org/BMAD-METHOD/graphs/contributors)
|
|
89
|
+
|
|
90
|
+
See [CONTRIBUTORS.md](CONTRIBUTORS.md) for contributor information.
|
|
91
|
+
|
|
92
|
+
[](https://www.npmjs.com/package/bmad-method)
|
|
93
|
+
[](LICENSE)
|
|
94
|
+
[](https://discord.gg/gk8jAdXWmj)
|
package/README_CN.md
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/bmad-method)
|
|
4
|
+
[](LICENSE)
|
|
5
|
+
[](https://nodejs.org)
|
|
6
|
+
[](https://discord.gg/gk8jAdXWmj)
|
|
7
|
+
|
|
8
|
+
**Agile Ai Driven Development(敏捷 AI 驱动开发)** —— Ai Driven Development(AiDD)关注的不只是代码,还包括做什么、如何组织,以及在认知变化时如何调整。BMad Method 是实践 AiDD 的敏捷方式:决策保持显式,上下文持续传递,流程随工作量自动调整。同一套方法既适用于周末原型,也适用于有多年历史的系统。
|
|
9
|
+
|
|
10
|
+
**100% 免费且开源。** 没有付费墙,没有封闭内容,也没有封闭 Discord。我们希望每个人都能平等获得高质量的人机协作开发方法。
|
|
11
|
+
|
|
12
|
+
## 为什么选择 BMad 方法?
|
|
13
|
+
|
|
14
|
+
传统 AI 工具常常替你思考,结果往往止于“能用”。BMad 通过专业智能体和引导式工作流,让 AI 成为协作者:流程有结构,决策有依据,产出更稳定。
|
|
15
|
+
|
|
16
|
+
- **AI 智能引导** —— 随时调用 `bmad-help` 获取下一步建议
|
|
17
|
+
- **规模与领域自适应** —— 按项目复杂度自动调整规划深度
|
|
18
|
+
- **结构化工作流** —— 覆盖分析、规划、架构、实施全流程
|
|
19
|
+
- **专业角色智能体** —— 提供 PM、架构师、开发者、UX 等 12+ 角色
|
|
20
|
+
- **派对模式** —— 多个智能体可在同一会话协作讨论
|
|
21
|
+
- **完整生命周期** —— 从头脑风暴一路到交付上线
|
|
22
|
+
|
|
23
|
+
[在 **docs.bmad-method.org** 了解更多](https://docs.bmad-method.org/zh-cn/)
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## 🚀 BMad 的下一步是什么?
|
|
28
|
+
|
|
29
|
+
**V6 已经上线,而这只是开始。** BMad 仍在快速演进:跨平台智能体团队与子智能体集成、Skills 架构、BMad Builder v1、Dev Loop 自动化等能力都在持续推进。
|
|
30
|
+
|
|
31
|
+
**[📍 查看完整路线图 →](https://docs.bmad-method.org/zh-cn/roadmap/)**
|
|
32
|
+
|
|
33
|
+
---
|
|
34
|
+
|
|
35
|
+
## 快速开始
|
|
36
|
+
|
|
37
|
+
**先决条件**:[Node.js](https://nodejs.org) v20+
|
|
38
|
+
|
|
39
|
+
```bash
|
|
40
|
+
npx bmad-method install
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
> 想体验最新预发布版本?可使用 `npx bmad-method@next install`。它比默认版本更新更快,也可能更容易发生变化。
|
|
44
|
+
|
|
45
|
+
按照安装程序提示操作,然后在项目文件夹中打开你的 AI IDE(Claude Code、Cursor 等)。
|
|
46
|
+
|
|
47
|
+
**非交互式安装**(用于 CI/CD):
|
|
48
|
+
|
|
49
|
+
```bash
|
|
50
|
+
npx bmad-method install --directory /path/to/project --modules bmm --tools claude-code --yes
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
> **不确定下一步?** 直接问 `bmad-help`。它会告诉你“必做什么、可选什么”,例如:`bmad-help 我刚完成架构设计,接下来做什么?`
|
|
54
|
+
|
|
55
|
+
## 模块
|
|
56
|
+
|
|
57
|
+
BMad 可通过官方模块扩展到不同专业场景。你可以在安装时选择,也可以后续随时补装。
|
|
58
|
+
|
|
59
|
+
| 模块 | 用途 |
|
|
60
|
+
| ---------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- |
|
|
61
|
+
| **[BMad Method](https://github.com/bmad-code-org/BMAD-METHOD)** | 规划并交付软件,覆盖全新原型到成熟代码库 |
|
|
62
|
+
| **[BMad Builder](https://github.com/bmad-code-org/bmad-builder)** | 技能、工作流与智能体构建器 |
|
|
63
|
+
| **[BMad Creative Intelligence Suite](https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite)** | 创意思考伙伴:创新、设计思维与叙事 |
|
|
64
|
+
| **[BMad Test Architect](https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise)** | 面向 BMad Method 的企业级测试扩展模块 |
|
|
65
|
+
| **[BMad Loop](https://github.com/bmad-code-org/bmad-loop)** | 无人值守地构建、验证并复盘整个 Epic |
|
|
66
|
+
| **[BMad Game Dev Studio](https://github.com/bmad-code-org/bmad-module-game-dev-studio)** | 构思、设计并开发游戏,支持任意框架,包括 Unity、Unreal、Godot 与 Phaser |
|
|
67
|
+
|
|
68
|
+
## 文档
|
|
69
|
+
|
|
70
|
+
[BMad 方法文档站点](https://docs.bmad-method.org/zh-cn/) — 教程、指南、概念和参考
|
|
71
|
+
|
|
72
|
+
**快速链接:**
|
|
73
|
+
|
|
74
|
+
- [入门教程](https://docs.bmad-method.org/zh-cn/tutorials/getting-started/)
|
|
75
|
+
- [从旧版本升级](https://docs.bmad-method.org/zh-cn/how-to/upgrade-to-v6/)
|
|
76
|
+
- [测试架构师文档(英文)](https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/)
|
|
77
|
+
|
|
78
|
+
## 社区
|
|
79
|
+
|
|
80
|
+
- [Discord](https://discord.gg/gk8jAdXWmj) — 获取帮助、分享想法、协作
|
|
81
|
+
- [在 YouTube 上订阅](https://www.youtube.com/@BMadCode) — 教程、大师课和播客(2025 年 2 月推出)
|
|
82
|
+
- [GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues) — 错误报告和功能请求
|
|
83
|
+
- [讨论](https://github.com/bmad-code-org/BMAD-METHOD/discussions) — 社区对话
|
|
84
|
+
|
|
85
|
+
## 支持 BMad
|
|
86
|
+
|
|
87
|
+
BMad 对所有人免费,而且会一直免费。如果你愿意支持项目发展:
|
|
88
|
+
|
|
89
|
+
- ⭐ 给仓库点个 Star
|
|
90
|
+
- ☕ [请我喝咖啡](https://buymeacoffee.com/bmad) — 为开发提供动力
|
|
91
|
+
- 🏢 企业赞助 — 在 Discord 上私信
|
|
92
|
+
- 🎤 演讲与媒体 — 可参加会议、播客、采访(在 Discord 上联系 BM)
|
|
93
|
+
|
|
94
|
+
## 贡献
|
|
95
|
+
|
|
96
|
+
我们欢迎贡献!请参阅 [CONTRIBUTING.md](CONTRIBUTING.md) 了解指南。
|
|
97
|
+
|
|
98
|
+
## 许可证
|
|
99
|
+
|
|
100
|
+
MIT 许可证 — 详见 [LICENSE](LICENSE)。
|
|
101
|
+
|
|
102
|
+
---
|
|
103
|
+
|
|
104
|
+
**BMad** 和 **BMAD-METHOD** 是 BMad Code, LLC 的商标。详见 [TRADEMARK.md](TRADEMARK.md)。
|
|
105
|
+
|
|
106
|
+
[](https://github.com/bmad-code-org/BMAD-METHOD/graphs/contributors)
|
|
107
|
+
|
|
108
|
+
请参阅 [CONTRIBUTORS.md](CONTRIBUTORS.md) 了解贡献者信息。
|
package/README_VN.md
ADDED
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/bmad-method)
|
|
4
|
+
[](LICENSE)
|
|
5
|
+
[](https://nodejs.org)
|
|
6
|
+
[](https://www.python.org)
|
|
7
|
+
[](https://docs.astral.sh/uv/)
|
|
8
|
+
[](https://discord.gg/gk8jAdXWmj)
|
|
9
|
+
|
|
10
|
+
[English](README.md) | [简体中文](README_CN.md) | Tiếng Việt
|
|
11
|
+
|
|
12
|
+
**Agile Ai Driven Development (Phát triển hướng AI theo lối agile)** - Ai Driven Development (AiDD) bao trùm toàn bộ công việc chứ không chỉ phần mã: xây dựng cái gì, các phần gắn kết ra sao, và thay đổi thế nào khi bạn hiểu thêm. BMad Method là cách làm AiDD theo lối agile: quyết định luôn tường minh, ngữ cảnh được giữ lại xuyên suốt, và quy trình tự co giãn theo khối lượng công việc. Cùng một phương pháp dùng được cho nguyên mẫu cuối tuần lẫn hệ thống đã có nhiều năm lịch sử.
|
|
13
|
+
|
|
14
|
+
**100% miễn phí và mã nguồn mở.** Không có tường phí. Không có nội dung bị khóa. Không có Discord giới hạn quyền truy cập. Chúng tôi tin vào việc trao quyền cho mọi người, không chỉ cho những ai có thể trả tiền để vào một cộng đồng hay khóa học khép kín.
|
|
15
|
+
|
|
16
|
+
## Vì sao chọn BMad Method?
|
|
17
|
+
|
|
18
|
+
Các công cụ AI truyền thống thường làm thay phần suy nghĩ của bạn và tạo ra kết quả ở mức trung bình. Các agent chuyên biệt và quy trình làm việc có hướng dẫn của BMad hoạt động như những cộng tác viên chuyên gia, dẫn dắt bạn qua một quy trình có cấu trúc để khai mở tư duy tốt nhất của bạn cùng với AI.
|
|
19
|
+
|
|
20
|
+
- **Trợ giúp AI thông minh** - Gọi skill `bmad-help` bất kỳ lúc nào để biết bước tiếp theo
|
|
21
|
+
- **Thích ứng theo quy mô và miền bài toán** - Tự động điều chỉnh độ sâu lập kế hoạch theo độ phức tạp của dự án
|
|
22
|
+
- **Quy trình có cấu trúc** - Dựa trên các thực hành tốt nhất của agile xuyên suốt phân tích, lập kế hoạch, kiến trúc và triển khai
|
|
23
|
+
- **Agent chuyên biệt** - Hơn 12 chuyên gia theo vai trò như PM, Architect, Developer, UX, Scrum Master và nhiều vai trò khác
|
|
24
|
+
- **Party Mode** - Đưa nhiều persona agent vào cùng một phiên để cộng tác và thảo luận
|
|
25
|
+
- **Vòng đời hoàn chỉnh** - Từ động não ý tưởng cho đến triển khai
|
|
26
|
+
|
|
27
|
+
[Tìm hiểu thêm tại **docs.bmad-method.org**](https://docs.bmad-method.org/vi-vn/)
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
## 🚀 Điều gì tiếp theo cho BMad?
|
|
32
|
+
|
|
33
|
+
**V6 đã có mặt và đây mới chỉ là khởi đầu!** BMad Method đang phát triển rất nhanh với các cải tiến như đội agent đa nền tảng và tích hợp sub-agent, kiến trúc Skills, BMad Builder v1, tự động hóa vòng lặp phát triển và nhiều thứ khác vẫn đang được xây dựng.
|
|
34
|
+
|
|
35
|
+
**[📍 Xem lộ trình đầy đủ →](https://docs.bmad-method.org/vi-vn/roadmap/)**
|
|
36
|
+
|
|
37
|
+
---
|
|
38
|
+
|
|
39
|
+
## Bắt đầu nhanh
|
|
40
|
+
|
|
41
|
+
**Điều kiện tiên quyết**: [Node.js](https://nodejs.org) v20+ · [Python](https://www.python.org) 3.10+ · [uv](https://docs.astral.sh/uv/)
|
|
42
|
+
|
|
43
|
+
```bash
|
|
44
|
+
npx bmad-method install
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
> Muốn dùng bản prerelease mới nhất? Hãy dùng `npx bmad-method@next install`. Hãy kỳ vọng mức độ biến động cao hơn bản cài đặt mặc định.
|
|
48
|
+
|
|
49
|
+
Làm theo các lời nhắc của trình cài đặt, sau đó mở AI IDE của bạn như Claude Code hoặc Cursor trong thư mục dự án.
|
|
50
|
+
|
|
51
|
+
**Cài đặt không tương tác** (cho CI/CD):
|
|
52
|
+
|
|
53
|
+
```bash
|
|
54
|
+
npx bmad-method install --directory /path/to/project --modules bmm --tools claude-code --yes
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
> **Chưa chắc nên làm gì?** Hãy hỏi `bmad-help` - nó sẽ cho bạn biết chính xác bước nào tiếp theo và bước nào là tùy chọn. Bạn cũng có thể hỏi kiểu như `bmad-help Tôi vừa hoàn thành phần kiến trúc, tiếp theo tôi cần làm gì?`
|
|
58
|
+
|
|
59
|
+
## Mô-đun
|
|
60
|
+
|
|
61
|
+
BMad Method có thể được mở rộng bằng các mô-đun chính thức cho những miền chuyên biệt. Chúng có sẵn trong lúc cài đặt hoặc bất kỳ lúc nào sau đó.
|
|
62
|
+
|
|
63
|
+
| Module | Mục đích |
|
|
64
|
+
| ---------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
|
|
65
|
+
| **[BMad Method](https://github.com/bmad-code-org/BMAD-METHOD)** | Lập kế hoạch và bàn giao phần mềm, từ nguyên mẫu mới đến codebase lâu năm |
|
|
66
|
+
| **[BMad Builder](https://github.com/bmad-code-org/bmad-builder)** | Trình tạo skill, quy trình và agent |
|
|
67
|
+
| **[BMad Creative Intelligence Suite](https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite)** | Đối tác tư duy sáng tạo cho đổi mới, tư duy thiết kế và kể chuyện |
|
|
68
|
+
| **[BMad Test Architect](https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise)** | Mô-đun kiểm thử doanh nghiệp bổ trợ cho BMad Method |
|
|
69
|
+
| **[BMad Loop](https://github.com/bmad-code-org/bmad-loop)** | Tự động xây dựng, kiểm chứng và tổng kết cả một Epic |
|
|
70
|
+
| **[BMad Game Dev Studio](https://github.com/bmad-code-org/bmad-module-game-dev-studio)** | Lên ý tưởng, thiết kế và phát triển game trên mọi framework, gồm Unity, Unreal, Godot và Phaser |
|
|
71
|
+
|
|
72
|
+
## Tài liệu
|
|
73
|
+
|
|
74
|
+
[Trang tài liệu BMad Method](https://docs.bmad-method.org/vi-vn/) - bài hướng dẫn, hướng dẫn tác vụ, giải thích khái niệm và tài liệu tham chiếu
|
|
75
|
+
|
|
76
|
+
**Liên kết nhanh:**
|
|
77
|
+
|
|
78
|
+
- [Hướng dẫn bắt đầu](https://docs.bmad-method.org/vi-vn/tutorials/getting-started/)
|
|
79
|
+
- [Nâng cấp từ các phiên bản trước](https://docs.bmad-method.org/vi-vn/how-to/upgrade-to-v6/)
|
|
80
|
+
- [Tài liệu Test Architect](https://bmad-code-org.github.io/bmad-method-test-architecture-enterprise/)
|
|
81
|
+
|
|
82
|
+
## Cộng đồng
|
|
83
|
+
|
|
84
|
+
- [Discord](https://discord.gg/gk8jAdXWmj) - Nhận trợ giúp, chia sẻ ý tưởng, cộng tác
|
|
85
|
+
- [YouTube](https://youtube.com/@BMadCode) - Video hướng dẫn, master class và nhiều nội dung khác
|
|
86
|
+
- [X / Twitter](https://x.com/BMadCode)
|
|
87
|
+
- [Website](https://bmadcode.com)
|
|
88
|
+
- [GitHub Issues](https://github.com/bmad-code-org/BMAD-METHOD/issues) - Báo lỗi và yêu cầu tính năng
|
|
89
|
+
- [Discussions](https://github.com/bmad-code-org/BMAD-METHOD/discussions) - Trao đổi cộng đồng
|
|
90
|
+
|
|
91
|
+
## Hỗ trợ BMad
|
|
92
|
+
|
|
93
|
+
BMad miễn phí cho tất cả mọi người và sẽ luôn như vậy. Hãy nhấn sao cho repo này, [mời tôi một ly cà phê](https://buymeacoffee.com/bmad), hoặc gửi email tới <contact@bmadcode.com> nếu bạn muốn tài trợ doanh nghiệp.
|
|
94
|
+
|
|
95
|
+
## Đóng góp
|
|
96
|
+
|
|
97
|
+
Chúng tôi luôn chào đón đóng góp. Xem [CONTRIBUTING.md](CONTRIBUTING.md) để biết hướng dẫn.
|
|
98
|
+
|
|
99
|
+
## Giấy phép
|
|
100
|
+
|
|
101
|
+
Giấy phép MIT - xem [LICENSE](LICENSE) để biết chi tiết.
|
|
102
|
+
|
|
103
|
+
---
|
|
104
|
+
|
|
105
|
+
**BMad** và **BMAD-METHOD** là các nhãn hiệu của BMad Code, LLC. Xem [TRADEMARK.md](TRADEMARK.md) để biết chi tiết.
|
|
106
|
+
|
|
107
|
+
[](https://github.com/bmad-code-org/BMAD-METHOD/graphs/contributors)
|
|
108
|
+
|
|
109
|
+
Xem [CONTRIBUTORS.md](CONTRIBUTORS.md) để biết thông tin về những người đóng góp.
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
# Official module registry — the single source of truth for which modules
|
|
2
|
+
# the BMad installer offers and how they are displayed.
|
|
3
|
+
#
|
|
4
|
+
# Order here determines display order in the installer picker (after the
|
|
5
|
+
# built-in core and bmm entries, which are loaded from local module.yaml).
|
|
6
|
+
#
|
|
7
|
+
# default_channel (optional) — the install channel when the user does not
|
|
8
|
+
# override with --channel/--pin/--next. Valid values: stable | next.
|
|
9
|
+
# Omit to inherit the installer's hardcoded default (stable).
|
|
10
|
+
#
|
|
11
|
+
# deprecated (optional, default false) — when true, the module is hidden from
|
|
12
|
+
# the installer picker UNLESS it is already installed (so existing users can
|
|
13
|
+
# still see/manage it, but new users are not offered it).
|
|
14
|
+
# deprecation-message (optional) — surfaced in the picker hint for a deprecated
|
|
15
|
+
# module that is still installed; use it to point users to the replacement.
|
|
16
|
+
#
|
|
17
|
+
# marketplace-plugin (optional, default false) — when true, the module's
|
|
18
|
+
# installable skills are resolved from its .claude-plugin/marketplace.json via
|
|
19
|
+
# the plugin resolver (instead of copying the single module-definition dir).
|
|
20
|
+
# Use this for modules whose module.yaml does not sit alongside the skill
|
|
21
|
+
# folders. module-definition should still point at the real module.yaml so
|
|
22
|
+
# config/version lookups work.
|
|
23
|
+
#
|
|
24
|
+
# post-install-message (optional) — an "action needed" notice shown to the user
|
|
25
|
+
# after install completes, once for each install run that includes the module.
|
|
26
|
+
# Interactive installs require the user to acknowledge it (press Enter);
|
|
27
|
+
# non-interactive (--yes) installs print it and continue. Use for required
|
|
28
|
+
# follow-up steps (e.g. "run the X setup skill").
|
|
29
|
+
#
|
|
30
|
+
# aliases (optional) — prior `code` values this module was registered under.
|
|
31
|
+
# An existing install recorded under an alias resolves to this entry (source,
|
|
32
|
+
# name, description, post-install message) instead of being orphaned as
|
|
33
|
+
# "no source available" when the code changes. quick-update also migrates the
|
|
34
|
+
# install to the new code and removes the stale `_bmad/<alias>/` directory.
|
|
35
|
+
|
|
36
|
+
modules:
|
|
37
|
+
bmad-builder:
|
|
38
|
+
url: https://github.com/bmad-code-org/bmad-builder
|
|
39
|
+
module-definition: skills/module.yaml
|
|
40
|
+
code: bmb
|
|
41
|
+
name: "BMad Builder"
|
|
42
|
+
description: "Skill, workflow, and agent builder"
|
|
43
|
+
defaultSelected: false
|
|
44
|
+
type: bmad-org
|
|
45
|
+
npmPackage: bmad-builder
|
|
46
|
+
default_channel: stable
|
|
47
|
+
|
|
48
|
+
bmad-creative-intelligence-suite:
|
|
49
|
+
url: https://github.com/bmad-code-org/bmad-module-creative-intelligence-suite
|
|
50
|
+
module-definition: src/module.yaml
|
|
51
|
+
code: cis
|
|
52
|
+
name: "BMad Creative Intelligence Suite"
|
|
53
|
+
description: "Creative thinking partners"
|
|
54
|
+
defaultSelected: false
|
|
55
|
+
type: bmad-org
|
|
56
|
+
npmPackage: bmad-creative-intelligence-suite
|
|
57
|
+
default_channel: stable
|
|
58
|
+
|
|
59
|
+
bmad-method-test-architecture-enterprise:
|
|
60
|
+
url: https://github.com/bmad-code-org/bmad-method-test-architecture-enterprise
|
|
61
|
+
module-definition: src/module.yaml
|
|
62
|
+
code: tea
|
|
63
|
+
name: "BMad Test Architect"
|
|
64
|
+
description: "Enterprise testing BMM add-on"
|
|
65
|
+
defaultSelected: false
|
|
66
|
+
type: bmad-org
|
|
67
|
+
npmPackage: bmad-method-test-architecture-enterprise
|
|
68
|
+
default_channel: stable
|
|
69
|
+
|
|
70
|
+
bmad-loop:
|
|
71
|
+
url: https://github.com/bmad-code-org/bmad-loop
|
|
72
|
+
module-definition: src/bmad_loop/data/skills/bmad-loop-setup/assets/module.yaml
|
|
73
|
+
code: bmad-loop
|
|
74
|
+
# bauto is the pre-rename code (module was bmad-auto before both the repo
|
|
75
|
+
# and its contents were renamed to bmad-loop); keeps existing bauto
|
|
76
|
+
# installs migrating forward instead of being orphaned.
|
|
77
|
+
aliases: [bauto]
|
|
78
|
+
name: "BMad Loop"
|
|
79
|
+
description: "Builds, verifies, and retros a whole epic unattended"
|
|
80
|
+
defaultSelected: false
|
|
81
|
+
type: bmad-org
|
|
82
|
+
default_channel: stable
|
|
83
|
+
# Skills live outside a single module.yaml dir; resolve them from
|
|
84
|
+
# .claude-plugin/marketplace.json via the plugin resolver (see external-manager).
|
|
85
|
+
marketplace-plugin: true
|
|
86
|
+
post-install-message: |
|
|
87
|
+
BMad Loop installed. To finish setup, run the bmad-loop-setup skill
|
|
88
|
+
from your agent:
|
|
89
|
+
|
|
90
|
+
> use the bmad-loop-setup skill
|
|
91
|
+
|
|
92
|
+
It installs the bmad-loop orchestrator tool and wires up the per-project
|
|
93
|
+
hooks and policy. The automation skills don't run until setup completes.
|
|
94
|
+
|
|
95
|
+
bmad-game-dev-studio:
|
|
96
|
+
url: https://github.com/bmad-code-org/bmad-module-game-dev-studio.git
|
|
97
|
+
module-definition: src/module.yaml
|
|
98
|
+
code: gds
|
|
99
|
+
name: "BMad Game Dev Studio"
|
|
100
|
+
description: "Ideate, design, and build games"
|
|
101
|
+
defaultSelected: false
|
|
102
|
+
type: bmad-org
|
|
103
|
+
npmPackage: bmad-game-dev-studio
|
|
104
|
+
default_channel: stable
|
|
105
|
+
|
|
106
|
+
# --- Deprecated: hidden from the picker unless already installed ---
|
|
107
|
+
|
|
108
|
+
bmad-automator:
|
|
109
|
+
url: https://github.com/bmad-code-org/bmad-automator
|
|
110
|
+
module-definition: skills/module.yaml
|
|
111
|
+
code: automator
|
|
112
|
+
name: "BMad Automator Epic Builder Experimental"
|
|
113
|
+
description: "EXPERIMENTAL: only supports claude and codex currently"
|
|
114
|
+
defaultSelected: false
|
|
115
|
+
type: experimental
|
|
116
|
+
npmPackage: bmad-story-automator
|
|
117
|
+
default_channel: next
|
|
118
|
+
deprecated: true
|
|
119
|
+
deprecation-message: "BMad Automator has been deprecated and is replaced by BMad Loop (bmad-loop). Install BMad Loop instead."
|
|
120
|
+
|
|
121
|
+
bmad-method-wds-expansion:
|
|
122
|
+
url: https://github.com/bmad-code-org/bmad-method-wds-expansion
|
|
123
|
+
module-definition: src/module.yaml
|
|
124
|
+
code: wds
|
|
125
|
+
plugin_name: bmad-wds # WDS marketplace.json declares the plugin under this name
|
|
126
|
+
name: "Whiteport Design Studio"
|
|
127
|
+
description: "Strategic UX and Design first planning methodology"
|
|
128
|
+
defaultSelected: false
|
|
129
|
+
type: bmad-org
|
|
130
|
+
npmPackage: bmad-wds
|
|
131
|
+
default_channel: stable
|
|
132
|
+
deprecated: true
|
|
133
|
+
deprecation-message: "Whiteport Design Studio is no longer receiving updates. Its capabilities are being folded into BMad Method (bmm) as enhanced UX features. Your existing install is kept as-is."
|