What problem does it solve? Turning an approved implementation plan into a finished, reviewed, and CI-verified pull request requires many coordinated steps—coding, testing, code review rounds, PR comment handling, and CI monitoring—which are easy to do inconsistently or leave unfinished. ## Core Features & Use Cases - Plan-driven implementation: Executes an existing plan end to end without devising a new one, and re-plans via autoplan only when new evidence invalidates the current plan. - Review and CI loop: Runs pi-reviewer against the base branch until no P0/P1 findings remain, addresses valid PR comments, and verifies CI/CD is green before finishing. - Workflow integration: Starts the built-in Pi Workflows autoimplement workflow with a complete structured input covering scope, constraints, workspace mode, verification checks, and merge authorization. - Use Case: After approving a plan for a new feature, ask the agent to autoimplement it; it creates a task branch, implements and tests the changes, opens a PR, iterates on review findings, and reports the PR link with validation results. ## Quick Start Use autoimplement to implement the approved plan in docs/plans, test it, run pi-reviewer until no P0/P1 issues remain, and open a pull request without merging.