What problem does it solve? Applying multi-item changes to Azure DevOps work items through Twig requires careful validation, authorization, and recovery handling; this Skill provides the procedure for authoring, reviewing, applying, and recovering Twig change proposals without guessing or unsafe retries. ## Core Features & Use Cases - Proposal Authoring and Validation: Create proposals with the native schema, run twig proposal validate and twig proposal preview, and inspect digests, operations, preconditions, and blockers before applying. - Controlled Apply and Verification: Apply only the exact reviewed digest with the required authorizer, then refresh-read affected items to confirm what actually landed, reporting per-item outcomes. - Safe Recovery: Read the native journal before retrying interrupted applies, reconcile unknown outcomes against authoritative reads, and author fresh proposals when native recovery requires it. - Use Case: An agent needs to transition and update several ADO work items in one board change; it seeds identities, previews the proposal, obtains approval, applies the digest, and reports verified per-item results. ## Quick Start Ask the agent to prepare and apply a Twig change proposal for the target work items, loading the twig-cli skill first and following the validate, preview, review, apply, and verify procedure.