What problem does it solve? Managing work items in Fizzy requires many manual CLI steps — moving cards between columns, assigning users, posting progress comments, and closing cards after commits. This Skill turns those scattered operations into structured, repeatable workflows so nothing gets skipped. ## Core Features & Use Cases - Structured Card Workflows: Start cards (move to Doing, self-assign, create feature branch), update progress with step completion and concise comments, and complete cards with conventional commits, merge to main, and closure. - Batch Card Planning: Create multiple cards with tags and steps from a single JSON plan file, with dry-run validation and partial-failure reporting. - Human Delegation: Assign cards to human users with explanatory comments when tasks need manual decisions or approvals. - Use Case: You are asked to work on Fizzy card #15. The Skill reads the card and comments, creates a feature branch, moves the card to Doing, tracks step completion, commits with conventional format, posts the commit link, and closes the card. ## Quick Start Ask the agent to start working on Fizzy card number 15 and follow the full workflow through completion.