What problem does it solve? Large initiatives split across many tickets are tedious to execute one by one, and it is easy to lose track of which tickets are done, which failed a gate, and what remains. This Skill orchestrates the full implementation of every ticket in a folder or epic, sequentially and with per-ticket gate enforcement. ## Core Features & Use Cases - Epic and folder discovery: Accepts a ticket folder path, an existing epic ID, or a natural-language request that creates a new epic ticket first. - Sequential gated execution: Runs the full implement-ticket pipeline for each pending ticket in order, stopping on the first gate failure and reporting which ticket blocked and why. - Resumable batches: Re-checks tickets/done/ on every run so already-completed tickets are skipped automatically after a fix. - Batch monitoring: Writes per-ticket monitoring records plus one batch record (EPIC-{id} or FOLDER-{path}), and moves completed folders from tickets/todos/ to tickets/done/. - Use Case: You have a monitoring epic with eight child tickets in tickets/todos/monitoring/. Run the skill with that folder to implement each ticket through its gated pipeline, get a DONE/failure summary, and resume later if a gate blocks ticket four. ## Quick Start Ask the agent to implement the epic by running implement-epic with folder=tickets/todos/monitoring/ and let it execute each child ticket sequentially.