/founder_mode
Retroactively create JIRA ticket and PR
For experimental features you shipped without a ticket. Creates the JIRA ticket and the PR after the work is done.
/founder_modeProcess
Section titled “Process”- Commit if needed. Runs the
/commitflow if the experiment is still uncommitted, then records the SHA - Create JIRA ticket. Uses the JIRA agent to write a ticket describing the work
- Create branch. Checks out the repo’s default branch, creates a branch named after the ticket key, 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