ワンクリックで
bmad-miro-collaboration
Run the full Miro collaboration loop across publish, apply, ingest, triage, and readiness stages.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run the full Miro collaboration loop across publish, apply, ingest, triage, and readiness stages.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Fetch normalized comments for synced Miro sections and write them into a BMAD review artifact.
Export a section-based bmad-miro-sync plan bundle, execute it against Miro with Codex MCP tools, and persist sync results back into the repo manifest.
| name | bmad-miro-collaboration |
| description | Run the full Miro collaboration loop across publish, apply, ingest, triage, and readiness stages. |
Use this skill when the operator wants one ordered path for the full collaboration loop.
.bmad-miro.tomlPYTHONPATH=src python3 -m bmad_miro_sync run-codex-collaboration-workflow \
--project-root <repo-root> \
--config <repo-root>/.bmad-miro.toml \
--runtime-dir <repo-root>/.bmad-miro-sync/run \
--stop-after publish
<repo-root>/.bmad-miro-sync/run/plan.json<repo-root>/.bmad-miro-sync/run/publish-bundle.json<repo-root>/.bmad-miro-sync/run/codex-bundle.json<repo-root>/.bmad-miro-sync/run/instructions.md<repo-root>/.bmad-miro-sync/run/results.template.json<repo-root>/.bmad-miro-sync/run/collaboration-run.jsonpublish-bundle.json is the host-neutral contract. codex-bundle.json is a backward-compatible alias with the same payload for the Codex-first path.
<repo-root>/.bmad-miro-sync/run/results.json.If the exported plan includes ensure_zone operations but the available Miro tools cannot create board-level containers, do not ask the user whether to do a partial sync. Instead:
<repo-root>/.bmad-miro.toml so [object_strategies].phase_zone = "workstream_anchor"This workflow requires a complete publish pass. If you cannot execute every publish operation after regenerating the plan, stop and report blocked. Do not write a partial results.json, and do not resume from apply-results with a partial publish.
Fetch and normalize Miro comments into <repo-root>/.bmad-miro-sync/run/comments.json.
Add explicit triage metadata to <repo-root>/.bmad-miro-sync/run/review-input.json.
Resume the single workflow entrypoint:
PYTHONPATH=src python3 -m bmad_miro_sync run-codex-collaboration-workflow \
--project-root <repo-root> \
--config <repo-root>/.bmad-miro.toml \
--runtime-dir <repo-root>/.bmad-miro-sync/run \
--start-at apply-results
<repo-root>/.bmad-miro-sync/state.json<repo-root>/_bmad-output/review-artifacts/miro-comments.md<repo-root>/_bmad-output/review-artifacts/decision-records.md<repo-root>/_bmad-output/review-artifacts/decision-records.json<repo-root>/_bmad-output/implementation-artifacts/implementation-readiness.md<repo-root>/_bmad-output/implementation-artifacts/implementation-handoff.md<repo-root>/.bmad-miro-sync/run/collaboration-run.json_bmad-output as the canonical source of truth.workstream_anchor when phase-zone containers are unavailable.