What problem does it solve? Driving a BITS DevOps development cycle involves many manual steps—creating dev tasks, pushing code, running pipelines, testing interfaces, and passing development and access stages. This Skill automates and coordinates that entire flow with a resumable, status.json-driven state machine so nothing is lost between sessions. ## Core Features & Use Cases - End-to-End Phase Orchestration: Guides eight phases (info collection, task setup, deploy, testing, dev stage pass, code review, access stage pass, completion) with mandatory user confirmation checkpoints. - Session Recovery: Maintains .gdpa/{session-id}/status.json so an interrupted workflow can be resumed exactly where it left off by reusing the same session_id. - Automated Parameter Detection: Auto-detects PSM from repo files, fetches BITS templates and recent Meego stories, and derives test environment (VRegion/VDC/lane) from lane info. - Use Case: A developer says "create a BITS dev task for my feature branch and run the deployment plus testing cycle"—the Skill collects and confirms parameters, creates or reuses the BITS task, pushes code, monitors pipelines, runs bam-query interface tests and argos-query log checks, then drives stage approvals through to a final summary report. ## Quick Start Ask the assistant to start a BITS DevOps workflow for your current branch, for example: create a BITS dev task for this repo, deploy it, run interface tests, and drive it through the development and access stages.