Create a pull request with consistent formatting, branch naming, and Jira integration.
Use when the user asks to create a PR, push and open a PR, or submit their changes for review.
Handles branch nam...
2
AI 95
safe-pr-workflow
mbensch2/22/2026
Ensures git push and PR operations target the correct branch and don't push to merged/closed PRs.
Use before any git push, PR creation, or when working across multiple commits in a session.
2
AI 88
using-worktrees
mbensch2/22/2026
Use when starting feature work that needs isolation from current workspace or before executing implementation plans. Creates isolated git worktrees with smart directory selection and safety verificati...
2
AI 88
create-jira-epic
mbensch2/22/2026
Create a well-structured Jira Epic with consistent formatting optimized for both human readers and AI agents.
Invoked internally by the /jira-create command. Handles clarifying questions, optional cod...
2
AI 82
create-jira-objective
mbensch2/22/2026
Create a well-structured Jira Objective with S.M.A.R.T criteria, key results, and milestones.
Invoked internally by the /jira-create command. Objectives are the highest level of the work hierarchy,
si...
2
AI 78
decision-log
mbensch2/22/2026
Records architectural and implementation decisions. Use when a significant technical decision is made, a spec is modified, or an approach changes during implementation. Creates numbered decision recor...
0
AI 88
tech-stack-steering
mbensch2/22/2026
Technology stack constraints and approved libraries. Auto-loaded when Droid is making technology choices, adding dependencies, or proposing architectural changes. Defines what frameworks, libraries, a...