What problem does it solve?
It solves the overhead and mistakes involved in coordinating a consistent git feature-branch workflow, including creating branches from development, opening PRs back to development, and planning release readiness without confusion.
Core Features & Use Cases
- Feature branch lifecycle management: Creates
feat/*, fix/*, refactor/*, or chore/* branches from development with safe naming conventions and confirmation gates.
- PR creation to the integration branch: Prepares a PR targeting
development, including title/body guidance and duplicate-PR avoidance when possible.
- Release preparation guidance: Recommends running a version check and outlines high-impact release steps after explicit confirmation.
Use cases: Starting a new feature, fixing a bug in isolation, checking what branches/PRs exist, finishing work by opening a PR to development, and preparing for a release merge to main.
Quick Start
Tell the AI: "Start a new feature branch for scaling improvements in Nimbus, and create the PR to development when the work is done."