What problem does it solve? It removes the guesswork from creating clean, reviewable commits and pull requests by enforcing repository standards, Conventional Commit messages, and spec-driven development readiness checks before anything is pushed. ## Core Features & Use Cases - Scoped Commit Creation: Inspects the working tree, stages only relevant changes, excludes secrets and build artifacts, and writes Conventional Commit messages in English. - GitHub Pull Request Management: Pushes branches and creates or updates PRs via GitHub CLI, always targeting the develop branch with a structured PR body covering summary, OpenSpec change, and verification status. - SDD Readiness Validation: Checks OpenSpec change artifacts (proposal, tasks, specs, reports) to confirm implementation, testing, and review are complete before committing. - Use Case: After finishing a product-catalog feature, ask the assistant to commit the work; it stages only catalog-related files, verifies tests and adversarial review passed, commits with a proper message, pushes the branch, and opens a PR against develop. ## Quick Start Ask the assistant to commit the current changes for the product-catalog change and open a pull request against develop.