What problem does it solve?
Converts a partner-provided implementation plan into safe, verifiable work by loading the plan, identifying concerns, and executing tasks in controlled batches with checkpoints to prevent unreviewed or unsafe changes.
Core Features & Use Cases
- Critical Plan Review: Reads the plan file, highlights questions or gaps, and halts for clarification before beginning execution.
- Batched Execution & Verification: Executes tasks in small batches (default first 3), marks status changes, runs specified verifications, and reports results between batches.
- Feedback-Driven Continuation: Pauses for human feedback after each batch and applies changes or proceeds to the next batch based on reviewer input.
- Use Case: Ideal when a partner hands over a detailed, step-by-step implementation plan for development or operational tasks and you need deterministic, reviewable progress with architect sign-offs.
Quick Start
Load the provided implementation plan, execute the first three tasks as a batch, run the specified verifications, and report the results for review.