What problem does it solve? Delegating coding work to Google Jules without structure leads to vague tasks, unreviewed plans, overlapping parallel changes, and unverified pull requests. This Skill enforces a disciplined dispatch-and-verify workflow so remote Jules sessions produce bounded, reviewable, and independently verified changes. ## Core Features & Use Cases - Structured dispatch briefs: Create validated GitHub issues, CLI session requests, or API sessions with explicit scope, acceptance criteria, finite verification commands, and mandatory plan approval. - Parallel-safe phase planning: Split multi-task changes into phases with exclusive file ownership, enforced by deterministic validators that reject overlapping paths or misplaced dependencies. - Independent verification and recovery: Record review evidence with command exit codes and digests, send one scoped correction on failure, and quarantine PRs that still miss acceptance criteria. - Use Case: You have an approved feature scope. Use this Skill to generate a validated Jules issue, dispatch it with the jules label, supervise the session, and merge only after local verification commands pass under an independent reviewer. ## Quick Start Use $jules-delivery to turn this approved scope into a validated Jules issue and verified PR workflow.