What problem does it solve?
This Skill solves the problem of coordinating multi-lane, review-gated development without losing track of state across workers and coordinators, by making SQLite the only writable authority and keeping the coordinator unblocked.
Core Features & Use Cases
- Multi-lane orchestration (/pld): Runs parallel worker and reviewer flows across independent lane slots while enforcing lane lifecycle transitions.
- Deterministic lane state via SQLite: Ensures progress, recovery, and closeout correctness are driven by
.pld/executor.sqlite, not by chat summaries or ad-hoc notes.
- Portable monitoring helper: Provides a short, token-efficient command surface (
pld status, pld watch --compact, pld audit, pld monitor-bg) to observe execution while lanes run.
- Safe repair and recovery contracts: Supports blocked/failure recovery, reviewer repair proposals, and recovery completion with evidence recorded as lifecycle events.
Quick Start
Run PLD lanes with one command by telling an agent to execute pld watch <execution-name> --compact to get an immediate, compact view of what is ready, implementing, and the latest launch log.