bmad-loop-sweep

Automate triage and verification of deferred-work entries in bmad-loop.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/tiween/tiween --skill bmad-loop-sweep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-loop-sweep
Source: https://github.com/tiween/tiween/tree/main/.agents/skills/bmad-loop-sweep
Command: npx skills add https://github.com/tiween/tiween --skill bmad-loop-sweep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the triage of the deferred-work ledger in the bmad-loop orchestrator, streamlining the process of verifying and classifying open entries for automated resolution.

Core Features & Use Cases

  • Deferred-Work Triage: Verifies open entries against the codebase and categorizes them into machine-readable partitions.
  • Automation Mode: Designed to run within a bmad-loop sweep session for automated execution.
  • Migration Mode: Converts legacy pre-DW-format ledgers to the current format upon invocation with --migrate.

Quick Start

To triage the deferred-work ledger, use the bmad-loop-sweep skill by running the command 'bmad-loop-sweep triage'.

Frequently Asked Questions about bmad-loop-sweep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate triage of a deferred-work ledger in a bmad-loop orchestrator?

Automate deferred-work ledger triage by running 'bmad-loop-sweep triage' within a bmad-loop sweep session. The Skill verifies open entries against the codebase and classifies them into machine-readable partitions like already_resolved, bundles, and blocked.

How do I migrate a legacy deferred-work ledger to the current format?

Migrate legacy pre-DW-format ledgers by invoking the bmad-loop-sweep skill with the '--migrate' flag. This migration mode converts older ledger structures to the current format, ensuring compatibility with automated triage workflows.

What categories does deferred-work triage sort ledger entries into?

Deferred-work triage classifies open ledger entries into five machine-readable partitions: already_resolved, bundles, blocked, skip, and decisions. This categorization streamlines the verification of open items against the current codebase.

Why do I need to verify open deferred-work entries against the codebase?

Verifying open deferred-work entries against the codebase identifies items that are already resolved by recent changes. This automated verification prevents duplicate work by accurately categorizing stale ledger entries for resolution or deferral.

Does bmad-loop-sweep support standalone execution outside the orchestrator?

No, the Skill requires bmad-loop-specific execution modes for automation and migration. It is designed specifically to run within a bmad-loop sweep session, meaning it cannot operate as a standalone triage tool outside that orchestrator environment.