What problem does it solve?
Twig CLI removes the friction of manually creating, updating, and navigating Azure DevOps work items by providing a consistent terminal-driven workflow for managing backlog context and state transitions.
Core Features & Use Cases
- Work item lifecycle management: Create seeds, publish them to ADO, transition states, and update core fields like AssignedTo and Description.
- Context-first navigation: Set the active work item and use hierarchy/tree operations to traverse parent-child relationships.
- Reliable structured outputs: Use JSON output for machine-readable results and enable deterministic downstream automation.
- Implementation support: Add progress notes at key checkpoints and update fields directly without unnecessary save steps.
Quick Start
Tell the AI: "Use twig to set the active work item to my Issue, create and publish the needed seed(s), assign it to me, and update its description and checkpoint notes using JSON output."