원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.