← ClaudeAtlas

bmad-create-architecturelisted

DEPRECATED — consolidated into bmad-architecture create intent - this skill will be removed in v7 in favor of `bmad-architecture`.
yunusgungor/metodoloji · ★ 0 · AI & Automation · score 75
Install: claude install-skill yunusgungor/metodoloji
# DEPRECATED — forwards to bmad-architecture (create intent) This skill was consolidated into `bmad-architecture`. It is retained as a thin compatibility shim so existing invocations by name and `bmad/custom/bmad-create-architecture.toml` override files keep working. New work should invoke `bmad-architecture` directly — it detects create / update / validate intent from the conversation. ## On Activation 1. Resolve customization: `python3 {metodoloji-root}/hooks/engine/resolve_customization.py --skill {skill-root} --key workflow` — the OpenHands terminal tool accepts only the command parameter; do NOT add description. This picks up any `{metodoloji-root}/custom/bmad-create-architecture.toml` and `bmad-create-architecture.user.toml` overrides for the legacy fields (`activation_steps_prepend`, `activation_steps_append`, `persistent_facts`, `on_complete`). 2. Run `python3 {metodoloji-root}/bmad/scripts/resolve_config.py --project-root {project-root} --module bmm` and use the result to resolve `{user_name}` and `{communication_language}`. 3. Emit a deprecation notice to the user in `{communication_language}`: > Notice: `bmad-create-architecture` is deprecated and will be removed in a future release. It now forwards to `bmad-architecture` with create intent. To silence this notice and access the full new customization surface (`spine_template`, `spine_output_path`, `run_folder_pattern`, `doc_standards`, `external_sources`, `external_handoffs`, `finalize_reviewers`), migrat