What problem does it solve? Shipping many planned features one by one is slow and error-prone: context windows overflow, merges get forgotten, and roadmap tracking drifts. This Skill automates batch delivery of roadmap features, running each feature through a full specify-plan-implement-test pipeline in an isolated sub-agent while the main context only supervises, merges, and tracks progress. ## Core Features & Use Cases - Batch Autopilot: Select features by roadmap tier (mvp/postmvp/future), by count, or interactively, then ship them sequentially with confirmation gates. - Isolated Sub-Agent Execution: Each feature runs /spec-feature --auto --branch in an independent native sub-agent with its own goal, preventing context exhaustion on large batches. - Verified Merge Pipeline: Parses typed SHIP_RESULT contracts, cross-checks run artifacts via livespec verify-output, then merges and deletes feature branches only after validation passes. - Resume & Tracking: Maintains .specs/ship.md with per-feature status and supports --resume to recover from blocked or crashed runs. - Use Case: You have 5 unchecked MVP features in .specs/roadmap.md. Run the ship command with --tier mvp, confirm the plan, and let it implement, test, merge, and check off each feature automatically. ## Quick Start Ask the AI to run /spec-ship --tier mvp to ship all remaining MVP roadmap features end-to-end with automatic branching, testing, and merging.