What problem does it solve? Coordinating multi-step repository work across issues, subagents, reviews, and pull requests is error-prone without a defined process. This Skill enforces a consistent session lifecycle so every task is tracked, reviewed, and shipped according to repo governance rules. ## Core Features & Use Cases - Issue Recon and Claiming: Searches existing GitHub Issues first to prevent duplicates, then claims and branches from the issue. - Worker Dispatch by Model Tier: Decomposes tasks into specced work units and assigns subagents to model tiers, reserving the most capable tier for food content. - Adversarial Review and Safe Shipping: Runs a fresh reviewer each round with a 2-round cap, then ships a Conventional-Commit PR labeled safe:agent or safe:human with changelog and owner-gate checks. - Use Case: Starting a session to implement a new meal-plan feature: the Skill finds or creates the issue, dispatches workers, reviews their output adversarially, and merges the PR autonomously or hands it off to a human when owner-gated surfaces are touched. ## Quick Start Start the session by running the orchestrate workflow to triage open GitHub issues and dispatch workers for the top-priority task.