/founder_mode
For experimental features that were implemented without proper ticketing. Creates a JIRA ticket and PR retroactively after the work is already done.
/founder_modeProcess
Section titled “Process”- Get the commit — Identifies the commit for the implemented work
- Create JIRA ticket — Uses the JIRA agent to create a ticket describing what was done
- Create branch — Checks out main, creates a new branch, and cherry-picks the commit
- Push and create PR — Pushes the branch and creates a PR with a proper description
When to Use
Section titled “When to Use”- Quick experimental features that bypassed the normal workflow
- Prototypes that turned into real features
- Hotfixes that need retroactive documentation
What This Adds
Section titled “What This Adds”Sometimes you skip the process — you commit directly to main, no ticket, no PR. /founder_mode brings that work back into your team’s workflow retroactively: it cherry-picks the commit to a new branch, creates a JIRA ticket, and opens a proper PR. It’s retroactive workflow compliance without the guilt trip.