What problem does it solve? Coordinating a single release component from unclaimed to merged requires retyping the same sequence by hand every time: claim, plan, pressure-test the plan, build, prove tests can fail, change-review, fix, verify fixes, and land. This Skill encodes that sequence once, so a component is carried to merged without skipped gates or lost resume state. ## Core Features & Use Cases - Guided component loop: Runs a nine-step sequence (claim, plan, plan pressure-test, build, prove-can-fail, repo gates, change-review, independent fix verification, landing) against the shared Marshall store. - Composable design: Delegates the claim lifecycle to /marshall:release-topic and lens-based review mechanics to /marshall:change-review, owning only sequencing, the two homeless review gates, and the landing. - Resumable autonomy: Derives resume points from the store plus git (never conversation memory), supports resume and land-only entry modes, and enforces exactly three hard stops with the claim held. - Use Case: Dispatch the loop against a claimed component in autonomous mode; it plans, builds, reviews, fixes, verifies, and merges when clean, or hard-stops and surfaces blockers with the claim still held. ## Quick Start Ask the agent to run /marshall:release-build on a component to carry it from claim to merged.