What problem does it solve?
Bead-based projects often require multiple agents to coordinate ownership, progress, and dependencies. This skill provides a structured lifecycle: claim, work, close, with clear announcements and file reservations to prevent conflicts.
Core Features & Use Cases
- Claim Protocol: ensure the parent bead and all sub-beads are claimed together to avoid conflicts.
- Reserve Files: lock touched files to prevent concurrent edits.
- Announcements: broadcast status changes to all agents.
- Close Protocol: close sub-beads before the parent and release reservations.
- Security & TDDE: TDD-first approach and mandatory gates to ensure quality and safety in multi-agent workflows.
- Multi-agent Coordination: detect and respond to multiple agents active to coordinate tasks.
Quick Start
Start a bead by claiming ownership, reserve necessary files, coordinate updates via announcements, and then close the bead when complete.