What problem does it solve?
This Skill streamlines the code review process for plan-driven development by automating the coordination between an implementer and multiple reviewer agents, ensuring efficient feedback loops and timely decisions.
Core Features & Use Cases
- Asynchronous Review: Reviewers can provide verdicts on implementation checkpoints without manual copy-pasting.
- Coordination Directory: Uses a shared filesystem run directory for seamless communication and state tracking.
- Timeouts and Round Limits: Manages review timelines with configurable timeouts and round limits to prevent stagnation.
- Use Case: When an agent is implementing a complex feature based on a
todos/*.md specification, this Skill allows two reviewer agents to asynchronously check the progress, provide feedback, and drive the next steps, all managed through a structured protocol.
Quick Start
Use the review-todo skill to coordinate a code review for the file '/path/to/your/todo.md' within the directory '/tmp/coord-dir'.