What problem does it solve? Large, multi-stage engineering campaigns lose state when one conversation becomes the state store, leading to premature completion claims, lost context after compaction, and unreviewed merges. This Skill provides a standalone supervision protocol that keeps the named end-to-end capability as the unit of completion across rotations, PRs, and reviews. ## Core Features & Use Cases - Capability Campaign Contract: Tracks capability states (NOT RUNNABLE through INTEGRATED) and forbids promoting a locally complete slice to campaign completion. - Dispatch Envelopes: Records exact base, subject, writable root, bounded contribution, context mode, and validation boundaries for every implementer or reviewer dispatch. - Certify/Deliver Phases: Reconstructs a campaign once into an identity-based packet, then delivers from fresh tasks with delta verification instead of full replay. - PR Packaging Rules: Enforces the CodeRabbit 100-file cap, semantic split boundaries, and commit-bound review verification before merge. - Use Case: Supervising a multi-PR feature campaign where an external reviewer is pending: persist a PR-ready handoff, close the task as OWNER-BLOCKED, and resume from a fresh integration-closer task after the review completes. ## Quick Start Ask the AI to supervise a standalone TDL campaign by declaring the supervision phase, naming the end-to-end capability, and recording its state and next production action.