What problem does it solve?
ez-workflow reduces friction and mistakes when AI agents need to create branches, commit changes, push updates, and manage stacked pull requests in a repo already controlled by ez-stack.
Core Features & Use Cases
- Agent-safe branch lifecycle: Guides agents to use ez create for worktree isolation and correct stacking semantics instead of raw git/gh commands.
- Deterministic, validated mutation flow: Encourages preferred commit/push/sync commands and explains when to use stage-all vs staged-file commits, including scope checks and receipts.
- Multi-agent collaboration and PR hygiene: Shows how to keep stacks consistent via ez sync/restack and how to finish branch cleanup with ez delete.
Quick Start
Use the ez-workflow instructions to manage a new change by first switching into an isolated worktree using cd $(ez create my-task --from main).