What problem does it solve? Starting work on a ContextHub mission requires coordinating branch creation across multiple repos, checking out the right branches, and indexing changes for code intelligence. This Skill automates that setup so you can begin development immediately. ## Core Features & Use Cases - Mission Branch Setup: Creates or checks out mission/{mission_id} branches across all repos linked to a project, with manual fallback if automatic creation fails. - Branch Indexing: Triggers delta indexing on the mission branch so code changes are searchable via OCXP tools before merging. - Mission Lifecycle Tracking: Guides commit conventions with mission IDs, PR creation, and mission status updates through completion. - Use Case: You are assigned a mission titled "Project Observability". Run the skill to create the mission, check out its branch on every linked repo, index the branch, and start committing with traceable mission-tagged messages. ## Quick Start Ask the assistant to start development on a mission by saying "start mission-dev for the Project Observability mission on the ContextHub project".