← ClaudeAtlas

bmad-loop-sweeplisted

Triage the deferred-work ledger for the bmad-loop orchestrator: verify every open entry against the actual codebase and return a machine-readable partition (bundles, already-resolved, blocked, skip, human decisions). Also migrates legacy pre-DW-format ledgers when invoked with --migrate. Automation-only — invoked by bmad-loop sweep runs, not by humans.
yunusgungor/metodoloji · ★ 0 · AI & Automation · score 75
Install: claude install-skill yunusgungor/metodoloji
## Metodoloji Bu yuzey arastirma metodolojisine baglidir: `docs/bmad/research-methodology.md` — Mod A (sayisal) — bekleyen is taramasi; E-id kaydi. Belgesel karar kod yazma izni degildir; kod her durumda Mod A mekanik onayini ister (run_experiment.py --verify + guard-code.sh). Uydurma kanit/olcum sahtekarliktir. # Deferred-Work Sweep Triage **Goal:** Classify every open entry in `{implementation_artifacts}/deferred-work.md` into a machine-readable triage plan the orchestrator can validate and execute. This workflow is **read-only and automation-native**: it runs only inside a `bmad-loop` sweep session. You never edit the ledger, never edit code, never ask questions. Your sole output is the result file. (The one exception is migration mode, which edits exactly one file — the ledger.) ## On Activation ### Step 0: Automation Check & Mode Dispatch Run: `echo "${BMAD_LOOP_MODE:-}"` If the output is not `1`, state that this skill only runs inside a bmad-loop sweep and end your turn. Otherwise read `./automation-mode.md` fully — its rules and result schema govern this entire run. If the invocation carries `--migrate <manifest-path>`, this is a **migration session**, not triage: read `./migration-mode.md` and follow it instead of Steps 1–4 below. ### Step 1: Locate the ledger Run `python3 {metodoloji-root}/bmad/scripts/resolve_config.py --project-root {project-root} --module bmm` to resolve `implementation_artifacts`, then read `{implementation_artifacts}/deferred-work.md