Agent Skillsbmad-code-org/BMAD-METHOD › bmad-dev-auto

bmad-dev-auto

GitHub

废弃的构建自动化别名,用于将旧配置迁移至新技能并调用 bmad-build-auto。

src/bmm-skills/v6-shims/bmad-dev-auto/SKILL.md bmad-code-org/BMAD-METHOD

Trigger Scenarios

用户显式调用 bmad-dev-auto 存在旧的自定义配置文件

Install

npx skills add bmad-code-org/BMAD-METHOD --skill bmad-dev-auto -g -y
More Options

Non-standard path

npx skills add https://github.com/bmad-code-org/BMAD-METHOD/tree/main/src/bmm-skills/v6-shims/bmad-dev-auto -g -y

Use without installing

npx skills use bmad-code-org/BMAD-METHOD@bmad-dev-auto

指定 Agent (Claude Code)

npx skills add bmad-code-org/BMAD-METHOD --skill bmad-dev-auto -a claude-code -g -y

安装 repo 全部 skill

npx skills add bmad-code-org/BMAD-METHOD --all -g -y

预览 repo 内 skill

npx skills add bmad-code-org/BMAD-METHOD --list

SKILL.md

Frontmatter
{
    "name": "bmad-dev-auto",
    "metadata": {
        "lifecycle": "shim"
    },
    "description": "Deprecated: forwards to bmad-build-auto. Do not use unless invoked by name"
}

Deprecated Build Auto Alias

On Activation

  1. Check whether either legacy customization file exists:
    • {project-root}/_bmad/custom/bmad-dev-auto.toml
    • {project-root}/_bmad/custom/bmad-dev-auto.user.toml
  2. If neither legacy file exists, output exactly bmad-dev-auto is deprecated. Redirecting to bmad-build-auto. Please use bmad-build-auto in the future., invoke bmad-build-auto exactly once with the user's original input verbatim, then execute no further steps in this shim.
  3. For every legacy file that exists, use its matching new filename:
    • {project-root}/_bmad/custom/bmad-dev-auto.toml becomes {project-root}/_bmad/custom/bmad-build-auto.toml.
    • {project-root}/_bmad/custom/bmad-dev-auto.user.toml becomes {project-root}/_bmad/custom/bmad-build-auto.user.toml.
  4. If the matching new file does not exist, tell the user that the customization file uses the deprecated name and offer to rename it. Rename it only after explicit approval. If approval is declined or unavailable, or the rename fails, HALT and do not invoke any skill.
  5. If the matching new file already exists, do not overwrite it. Read both files, explain their differences, and propose the exact content for the new file. Resolve conflicting values with the user. Only after the user explicitly approves that content, save and verify the new file, then remove the legacy file. If approval is declined or unavailable, or any operation fails, HALT and do not invoke any skill.
  6. After every detected legacy file has been migrated successfully and no legacy file remains, output exactly bmad-dev-auto is deprecated. Redirecting to bmad-build-auto. Please use bmad-build-auto in the future., invoke bmad-build-auto exactly once with the user's original input verbatim, then execute no further steps in this shim.

Version History

  • 67d876f Current 2026-08-20 10:28

Same Skill Collection

src/bmm-skills/agents/bmad-agent-analyst/SKILL.md
src/bmm-skills/agents/bmad-agent-architect/SKILL.md
src/bmm-skills/agents/bmad-agent-dev/SKILL.md
src/bmm-skills/agents/bmad-agent-pm/SKILL.md
src/bmm-skills/agents/bmad-agent-ux-designer/SKILL.md
src/bmm-skills/plan/bmad-architecture/SKILL.md
src/bmm-skills/plan/bmad-create-epics-and-stories/SKILL.md
src/bmm-skills/plan/bmad-generate-project-context/SKILL.md
src/bmm-skills/plan/bmad-prd/SKILL.md
src/bmm-skills/plan/bmad-prfaq/SKILL.md
src/bmm-skills/plan/bmad-product-brief/SKILL.md
src/bmm-skills/plan/bmad-project-context/SKILL.md
src/bmm-skills/plan/bmad-spec/SKILL.md
src/bmm-skills/plan/bmad-sprint-planning/SKILL.md
src/bmm-skills/plan/bmad-ux/SKILL.md
src/bmm-skills/ship/bmad-build-auto/SKILL.md
src/bmm-skills/ship/bmad-build/SKILL.md
src/bmm-skills/ship/bmad-checkpoint-preview/SKILL.md
src/bmm-skills/ship/bmad-code-review/SKILL.md
src/bmm-skills/ship/bmad-correct-course/SKILL.md
src/bmm-skills/ship/bmad-qa-generate-e2e-tests/SKILL.md
src/bmm-skills/ship/bmad-retrospective/SKILL.md
src/bmm-skills/v6-shims/bmad-create-architecture/SKILL.md
src/bmm-skills/v6-shims/bmad-create-story/SKILL.md
src/bmm-skills/v6-shims/bmad-dev-story/SKILL.md
src/bmm-skills/v6-shims/bmad-document-project/SKILL.md
src/bmm-skills/v6-shims/bmad-domain-research/SKILL.md
src/bmm-skills/v6-shims/bmad-market-research/SKILL.md
src/bmm-skills/v6-shims/bmad-quick-dev/SKILL.md
src/bmm-skills/v6-shims/bmad-sprint-status/SKILL.md
src/bmm-skills/v6-shims/bmad-technical-research/SKILL.md
src/bmm-skills/v6-shims/bmad-validate-prd/SKILL.md
src/core-skills/bmad-advanced-elicitation/SKILL.md
src/core-skills/bmad-brainstorming/SKILL.md
src/core-skills/bmad-customize/SKILL.md
src/core-skills/bmad-forge-idea/SKILL.md
src/core-skills/bmad-help/SKILL.md
src/core-skills/bmad-party-mode/SKILL.md
test/fixtures/validate-skills/deprecated-shim/SKILL.md
src/bmm-skills/v6-shims/bmad-create-prd/SKILL.md
src/bmm-skills/v6-shims/bmad-edit-prd/SKILL.md
src/core-skills/bmad-deep-recon/SKILL.md
src/core-skills/bmad-review/SKILL.md
src/core-skills/v6-shims/bmad-editorial-review-prose/SKILL.md
src/core-skills/v6-shims/bmad-editorial-review-structure/SKILL.md
src/core-skills/v6-shims/bmad-editorial-review/SKILL.md
src/core-skills/v6-shims/bmad-review-adversarial-general/SKILL.md
src/core-skills/v6-shims/bmad-review-edge-case-hunter/SKILL.md
src/core-skills/v6-shims/bmad-review-verification-gap/SKILL.md

Metadata

Files
0
Version
67d876f
Hash
b5a177ec
Indexed
2026-08-20 10:28

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-25 13:18
浙ICP备14020137号-1 $방문자$