What problem does it solve?
Delivers sprint-ready software by coordinating feature-branch merging, release tagging, and post-delivery cleanup to ensure a repeatable, auditable delivery process.
Core Features & Use Cases
- Pre-flight checks: verifies sprint backlog readiness, test evidence status, and absence of uncommitted changes before delivery.
- Merge strategy flexibility: supports squash, merge, or rebase options to control history.
- Release tagging and backups: assigns semantic versioning tags when configured and creates backup tags to enable rollback.
- Cleanup and traceability: deletes merged branches, removes worktrees, updates backlog statuses, and generates release notes.
- Release automation: can generate a detailed sprint release note and refresh dashboards post-delivery.
Quick Start
Run the deliver command when your sprint tasks are ready for deployment to merge, tag, and clean up the integration branch.