What problem does it solve? Coordinating work between Replit's planning agent and an external coding agent risks duplicate implementation, lost unpublished commits, false task completion, and unauthorized spending. This Skill defines a responsibility contract and guarded workflow so Replit stays project manager and designer while an external agent owns architecture, code, tests, and Git integration. ## Core Features & Use Cases - Bounded task handoff: Capture one selected task or a frozen backlog batch into a reusable task packet with original acceptance criteria, dependencies, and authorized outcomes. - Ownership and race protection: Establish a single writer before editing, bind merges to a reviewed head SHA with expected-head guards, and block integration when ownership or base state is unresolved. - Verified completion return: Map every criterion to evidence in a completion receipt, keep design acceptance, board disposition, CI, and deployment as independently reported statuses, and never fabricate board-completion APIs. - Use Case: A product owner has a Replit-planned backlog and wants Claude Code or Codex to implement one approved task. The external agent captures the task packet, verifies no other writer owns the files, implements on a feature branch, opens a protected PR, and returns a receipt for bounded Replit design acceptance without triggering another paid build. ## Quick Start Ask the agent to execute the selected Replit task externally using the okhp3-replit-task-executor skill and return a verified completion receipt.