What problem does it solve?
It automates the full lifecycle of implementing a repository plan—handling pre‑flight checks, task‑by‑task code changes, testing, dual review passes, and a final clean commit—so developers no longer need to manually coordinate each step.
Core Features & Use Cases
- Pre‑flight validation: Ensures a clean Git state and baseline test success before any changes.
- Task‑driven execution: Reads a plan file, creates a todo list, and implements each task with appropriate tests and comments.
- Automated reviews: Runs completeness and test‑quality review prompts (via assets) to catch omissions and weak tests.
- Single‑commit delivery: After passing all checks, commits the entire work in one well‑structured commit.
Quick Start
Invoke kwork with the path to your plan file to automatically implement, review, and commit the changes.