What problem does it solve? Turning a specification or ticket into verified code usually requires juggling separate implementation, review, and validation steps with inconsistent standards. This Skill runs one self-contained delivery pipeline that implements, reviews, and validates a change against a shared engineering standard. ## Core Features & Use Cases - End-to-end pipeline: Runs preflight, test-driven implementation in vertical red-green-refactor slices, independent read-only Standards and Spec review passes, and repository-defined final validation. - Bounded correction loops: Returns every actionable finding to implementation, with a maximum of two correction cycles before stopping to ask for conflict resolution. - Classified outcomes: Finishes as Verified, Unverified, Failed, or Blocked with a strict one-line report schema and a plain-English manual test plan. - Use Case: Hand it a feature ticket for a Godot project; it loads the Godot profile, writes failing tests first, implements the behavior, runs dual review passes, executes the repository's validation command, and reports the verified result. ## Quick Start Use the deliver skill to implement this ticket end to end with tests, review, and final validation.