Implement Jira Ticket
- •Read the Jira ticket using
jira issue view <ticket> - •Create a branch:
git switch -c <user>/<ticket-id>-<short-description> - •Implement the changes with atomic commits
- •Run
cargo checkandjust checkafter each change - •Create a draft PR using the /mkpr format
Rules:
- •Limit planning to ONE iteration, then implement
- •Commit messages under 72 chars